/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
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;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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;
}
html,
body {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "BTCPeach";
}
*::-webkit-scrollbar {
  border-radius: 8px;
  height: 14px;
  width: 3px;
  background: #e6e6e6;
}
*::-webkit-scrollbar-thumb {
  background: #f91942;
  border-radius: 8px;
}
a {
  text-decoration: none;
  color: #000;
}
a:focus,
a:active,
a:hover {
  color: #000;
}
table,
tr td,
table tr,
table tbody,
table thead,
table tfoot,
table tr th,
table tfoot tr tf {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
input {
  outline: none;
}
ul {
  list-style-type: none;
}
.wrapper {
  max-width: calc(1062px + 90px);
  margin: 0 auto;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}
.wrapper_big {
  padding-left: 18px;
  padding-right: 18px;
  max-width: calc(1404px + 36px);
}
h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-bottom: 54px;
}
body {
  position: relative;
}
p.subtitle {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #3a3a3a;
}
p.subtitle span {
  color: #f91942;
}
a.dotted-link {
  font-size: 18px;
  color: #3a3a3a;
  border-bottom: 1px dashed #3a3a3a;
  transition: all 0.3s ease;
  display: inline-block !important;
}
a.dotted-link:hover {
  color: #f91942;
  border-bottom: 1px dashed #f91942;
}
.list__more_end {
  text-align: center;
  margin-top: 36px;
  display: none;
}
.list__more_end p {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #4a4a4a;
  margin-bottom: 18px;
}
.list__more_end a {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #f91942;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #fafafa;
}
.slick-next,
.slick-prev {
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.slider__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider__arrows {
  display: flex;
  align-items: center;
}
.slider__next,
.slider__prev {
  cursor: pointer;
}
.slider__next path,
.slider__prev path {
  transition: all 0.3s ease;
}
.slider__next:hover path,
.slider__prev:hover path {
  fill: #f91942;
}
.slider__next {
  margin-left: 45px;
}
.select {
  position: relative;
  z-index: 2;
}
.select__head {
  cursor: pointer;
  transition: all 0.3s ease;
}
.select__body {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 1px -1px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 2;
}
.akkordeon {
  transition: all 0.3s ease;
}
.akkordeon__head {
  cursor: pointer;
  transition: all 0.3s ease;
}
.akkordeon__head svg {
  transition: all 0.3s ease;
}
.akkordeon__body {
  display: none;
}
.switch {
  display: flex;
  align-items: center;
  overflow: auto;
  padding-bottom: 10px;
}
.switch::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.switch::-webkit-scrollbar-thumb {
  background: transparent;
}
.switch__item {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #8a8a8a;
  padding: 4px 18px;
  white-space: nowrap;
  background: #e5e5e5;
  border-radius: 34px;
  margin-right: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.switch__item:last-child {
  margin-right: 0;
}
.switch__item:hover {
  background: rgba(249, 25, 66, 0.1);
  color: #f91942;
}
.switch__item_active {
  color: #ffffff;
  background: #f91942;
}
.switch__item_active:hover {
  background: #f91942;
  color: #ffffff;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  max-width: calc(1062px + 90px);
  margin: 0 auto;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}
.breadcrumbs {
  background: #f91942;
  padding: 14px 0;
}
.breadcrumbs .wrapper {
  display: flex;
  align-items: center;
}
.breadcrumbs a:after {
  content: "";
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  margin: 0 14px;
}
.breadcrumbs a,
.breadcrumbs span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.car__item .top__lft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.car__item {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: calc(100% / 3);
  padding: 27px 18px;
  position: relative;
  transition: all 0.3s ease;
  margin-top: -1px;
}
.car__item:hover {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
.car__item:nth-child(3n + 3) {
  border-right: none;
}
.car__item:nth-child(3n + 3) .rht__text {
  right: -32px;
}
.car__item:nth-child(3n + 3) .rht__text:after {
  left: 75%;
}
.car__item .car__reviews {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}
.car__item .car__reviews span {
  color: #f91942;
  position: absolute;
  top: -5px;
  left: -8px;
}
.car__item .car__reviews.single-digit span {
  left: -1px;
}
.car__item .item__inf_mob {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid #e5e5e5;
  display: none;
}
.car__item .item__inf_mob ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -6px;
}
.car__item .item__inf_mob li {
  border-radius: 5px;
  padding: 4px 12px;
  margin: 4px 2px;
  display: flex;
  align-items: center;
}
.car__item .item__inf_mob li svg {
  min-width: 18px;
}
.car__item .item__inf_mob li.li_red {
  background: rgba(249, 25, 66, 0.1);
  color: #f91942;
}
.car__item .item__inf_mob li.li_red path {
  stroke: #f91942;
}
.car__item .item__inf_mob li.li_red.pointer {
  cursor: pointer;
}
.car__item .item__inf_mob li.li_red.pointer:hover {
  background: #f91942;
  color: white;
}
.car__item .item__inf_mob li.li_red.pointer:hover path {
  stroke: white;
}
.car__item .item__inf_mob li.li_green {
  background: #ebf6e0;
  color: #7ca554;
}
.car__item .item__inf_mob li.li_green path {
  stroke: #7ca554;
}
.car__item .item__inf_mob li.li_blue {
  background: #e9f8ff;
  color: #0082be;
}
.car__item .item__inf_mob li.li_blue path {
  stroke: #0082be;
}
.car__item .item__inf_mob span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-left: 9px;
}
.car__item .item__inf_mob li.no-icon span {
  margin-left: 0;
}
.car__item .item__inf_mob.desktop {
  position: absolute;
  top: 0;
  margin-top: -20px;
  padding-top: 0;
  right: -11px;
  border-top: none;
}
.car__item .item__block-photos {
  outline: none;
}
.car__item .item__block-photos:focus {
  outline: none;
}
.car__item .item__block-photos::-moz-focus-inner {
  border: 0;
}
.car__item .item__photo {
  position: relative;
  z-index: 2;
  padding: 9px 14px;
  border-radius: 10px;
  overflow: hidden;
}
.car__item .item__photo img {
  width: 100%;
}
.car__item .item__link {
  position: absolute;
  height: 171px;
  z-index: 2;
  width: 100%;
}
.car__item .item__top {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.car__item .top__rht {
  cursor: pointer;
}
.car__item .top__rht:hover .rht__text {
  opacity: 1;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.car__item .rht__text {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  background: rgba(50, 50, 50, 0.9);
  padding: 14px 12px 12px;
  border-radius: 5px;
  position: absolute;
  width: 180px;
  height: 81px;
  bottom: 130%;
  right: -50px;
  opacity: 0;
  z-index: -1;
  transition: z-index 0s 0.3s ease, opacity 0.3s ease;
}
.car__item .rht__text:after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid rgba(50, 50, 50, 0.9);
  position: absolute;
  bottom: -17px;
  left: 65%;
  transform: translateX(-50%);
}
.car__item .item__info_mob {
  display: none;
}
.car__item .item__title {
  font-weight: bold;
  font-size: 22px;
  color: #4a4a4a;
  margin-bottom: 8px;
}
.car__item .img__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.car__item .img__text span {
  margin-top: 8px;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
.car__item .slick-dots {
  bottom: 10px;
  z-index: 1;
  left: 0;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.car__item .slick-dots li {
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
}
.car__item .slick-dots li button {
  width: 100%;
  background: #c4c4c4;
  border-radius: 52px;
  padding: 0;
  height: 4px;
  transition: all 0.3s ease;
}
.car__item .slick-dots li button:before {
  display: none;
}
.car__item .slick-dots li.slick-active {
  height: 10px;
}
.car__item .slick-dots li.slick-active button {
  background: #f91942;
}
.car__item .item__slider {
  margin-top: 41px;
  margin-bottom: 18px;
  position: relative;
}
.car__item .item__slider:hover:after {
  opacity: 1;
}
.car__item .item__slider:after {
  content: "";
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 64.61%,
      rgba(0, 0, 0, 0.6) 100%
    ),
    transparent;
  border-radius: 10px;
  width: 100%;
  height: 90%;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.car__item .item__tags {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
}
.car__item .item__tags li {
  position: relative;
}
.car__item .item__tags li:hover .li__text,
.car__item .item__tags li:active .li__text {
  opacity: 1;
  z-index: 1;
  transition: opacity 0.3s ease;
  display: block;
}
.car__item .li__text {
  position: absolute;
  bottom: 130%;
  padding: 14px 18px 18px;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  width: 180px;
  border-radius: 7px;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(50, 50, 50, 0.9);
  opacity: 0;
  z-index: -1;
  transition: z-index 0s 3s ease, opacity 0.3s ease;
  display: none;
}
.car__item .li__text:after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid rgba(50, 50, 50, 0.9);
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.car__item .item__info {
  font-size: 14px;
  color: #3a3a3a;
}
.car__item .item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  max-height: 16px;
}
.car__item .item__owner {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 11px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.car__item .item__owner:hover {
  border-top: 1px solid #f91942;
  border-bottom: 1px solid #f91942;
  color: #f91942;
}
.car__item .item__owner:hover .persone__name,
.car__item .item__owner:hover .item__rating b,
.car__item .item__owner:hover .item__reviews {
  color: #f91942;
}
.car__item .item__rating {
  display: flex;
  align-items: center;
}
.car__item .item__rating b {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
  margin-left: 4px;
}
.car__item .item__rating.item__rating-top100 {
  padding: 4px 12px;
  background: rgba(255, 198, 0, 0.1);
  border: 1px solid #ffc600;
  border-radius: 6px;
  margin: 0 8px;
}
.car__item .item__rating.item__rating-top100 label {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffc600;
}
.car__item .item__rating.item__rating-top100 img {
  margin: 0 4px;
  height: 18px;
}
.car__item .item__reviews {
  font-size: 11px;
  line-height: 13px;
  color: #3a3a3a;
  margin-top: -10px;
  margin-left: 3px;
}
.car__item .persone__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
  margin-left: 8px;
}
.car__item .persone__photo {
  width: 27px;
  height: 27px;
  position: relative;
}
.car__item .persone__photo img {
  display: block;
  border-radius: 50%;
}
.car__item .item__persone {
  display: flex;
  align-items: center;
}
.car__item .photo__check {
  position: absolute;
  top: -2px;
  left: -2px;
}
.car__item .item__deposit {
  font-size: 14px;
  line-height: 16px;
  color: #424242;
  word-spacing: -4px;
}
.car__item .item__deposit span {
  padding-right: 10px;
}
.car__item .item__tags {
  display: flex;
  align-items: center;
}
.car__item .item__tags li:not(.not-margin) {
  margin-left: 4px;
}
.car__item .item__tags li:not(.not-margin):first-child {
  margin-left: 0;
}
.car__item .item__tags a {
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  color: #424242;
  border-bottom: 1px dashed #3a3a3a;
}
.car__item .item__last {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 49px;
}
.car__item .item__prices {
  white-space: nowrap;
}
.car__item .item__prices span {
  font-size: 14px;
  color: #3a3a3a;
}
.car__item .item__prices b {
  font-weight: bold;
  font-size: 14px;
  color: #3a3a3a;
  margin-left: 4px;
}
.car__item .item__prices .nodiscount-price span {
  color: gray;
  text-decoration: line-through;
}
.car__item .item__prices .nodiscount-price b.price {
  color: gray !important;
  text-decoration: line-through;
}
.car__item .item__prices .nodiscount-price sup.discount {
  color: #f91942 !important;
  font-weight: bold;
}
.car__item .item__buy {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #f91942;
  padding: 9px;
  min-width: 180px;
  background: #ffffff;
  border: 1px solid #f91942;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.car__item .item__buy:hover {
  color: #fff;
  background: #f91942;
}
.show-duplicates .car__item.item-duplicate {
  display: list-item;
  border: solid 1px red;
}
.show-duplicates .car__item.item-duplicate > * {
  opacity: 0.3;
}
.show-duplicates .car__item.duplicate-original {
  border: solid 1px lime !important;
  transform: scale(1.1);
  background-color: white;
  z-index: 1;
}
.show-duplicates .car__item.item-overflow {
  display: list-item;
  opacity: 0.7;
  background-color: silver;
}
.lb-data .lb-details {
  opacity: 0;
}
.lb-data .lb-close {
  background: rgba(0, 0, 0, 0.5)
    url("../../redesign/images/single/btnClosePhoto.svg") no-repeat;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 63px;
  z-index: 11;
  transition: all 0.3s ease;
}
.lb-data .lb-close:hover {
  background: #f91942 url("../../redesign/images/single/btnClosePhoto.svg")
    no-repeat;
}
.lb-nav a.lb-next {
  right: 63px;
  position: absolute;
  background: rgba(0, 0, 0, 0.1)
    url("../../redesign/images/single/btnNextPhoto.svg") no-repeat;
  width: 54px;
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 1;
}
.lb-nav a.lb-next:hover {
  background: #f91942 url("../../redesign/images/single/btnNextPhoto.svg")
    no-repeat;
}
.lb-nav a.lb-prev {
  left: 63px;
  position: absolute;
  background: rgba(0, 0, 0, 0.1)
    url("../../redesign/images/single/btnPrevPhoto.svg") no-repeat;
  width: 54px;
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 1;
}
.lb-nav a.lb-prev:hover {
  background: #f91942 url("../../redesign/images/single/btnPrevPhoto.svg")
    no-repeat;
}
.lb-outerContainer {
  position: static;
}
.banner__days {
  display: flex;
  align-items: center;
}
.banner__days span {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #3a3a3a;
  margin-left: 7px;
}
.banner__days b {
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  background: #f91942;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.filter__button {
  background: #ffffff;
  border: 1px solid #f91942;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  padding: 12px 23px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.filter__button:hover {
  background: #fee8ec;
}
.filter__button .count {
  display: flex;
  align-items: center;
}
.filter__button .count:before {
  content: "";
  background: #3a3a3a;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  margin: 0 4px;
  display: block;
}
.filter__button img {
  margin-right: 8px;
}
.filter__button span {
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.filter__button_fixed {
  position: fixed;
  display: flex;
  opacity: 0;
  visibility: hidden;
  bottom: 45px;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%) scale(0);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 13px 22px;
  border-radius: 25px;
  background: #f91942;
  font-weight: bold;
  transition: visibility 0s, transform 0.5s, opacity 0.5s ease-in-out;
}
.filter__button_fixed .count:before {
  content: "";
  background: #fee8ec;
  padding-right: 2px;
}
.filter__button_fixed span {
  color: #fee8ec;
  padding: 0 2px;
}
.filter__button_fixed img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.filter__button_fixed:active,
.filter__button_fixed:hover {
  background: #f8284e;
  color: white;
  transform: translateX(-50%) scale(1.05);
}
.filter__button_fixed:active .count:before,
.filter__button_fixed:hover .count:before {
  background: white;
}
.filter__button_fixed_active {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.banner__filters {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.banner__filters .filters__list {
  margin-left: 18px;
  display: flex;
  align-items: center;
  margin-top: -11px;
  flex-wrap: wrap;
}
.banner__filters label {
  margin-right: 11px;
  margin-top: 11px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  padding: 8px 11px;
  border-radius: 5px;
  border: 1px solid #f91942;
  transition: all 0.3s ease;
  cursor: pointer;
}
.banner__filters label:hover {
  background: #fee8ec;
}
.banner__filters label span {
  font-size: 14px;
  line-height: 17px;
  color: #3a3a3a;
}
.banner__filters label button {
  margin-left: 11px;
  background: transparent;
  border: none;
  display: block;
  width: 13px;
  text-align: center;
}
.banner__filters label img {
  display: block;
  cursor: pointer;
  width: 8px;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.banner__filters label img:hover {
  width: 13px;
}
@keyframes rotateLoad {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate__more {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.rotate__more button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-top: 30px;
  background: #fff !important;
  padding-left: 15px;
  padding-right: 15px;
}
.rotate__more:after {
  content: "";
  background: #f91942;
  height: 2px;
  width: 100%;
  margin-left: 10px;
  position: absolute;
  z-index: -1;
  bottom: 30px;
}
.rotate__more .button_animation {
  animation: rotateLoad 2s linear;
  position: relative;
  z-index: 10;
  animation-iteration-count: infinite;
}
.rotate__more span {
  position: absolute;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  color: #f91942;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
}
.list__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  position: relative;
}
.list__more.base-line:after {
  content: "";
  background: #f91942;
  height: 2px;
  width: 100%;
  margin-left: 10px;
  position: absolute;
  z-index: -1;
  bottom: 20px;
}
.list__more button {
  cursor: pointer;
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  height: 45px;
  max-width: 225px;
  width: 100%;
  border: 1px solid #f91942 !important;
  border-radius: 36px;
  background: white;
  color: #f91942;
}
.list__more button:hover {
  background: #db1f35;
  border: 1px solid #f91942 !important;
  color: #fff;
}
.list__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
}
.list__content_lots {
  position: relative;
}
.list__content_lots:after {
  content: "";
  width: 100%;
  height: 164px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -21.06%,
    #fff 92.27%
  );
  position: absolute;
  bottom: -20px;
  left: 0;
  pointer-events: none;
}
.list__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}
.list__top .list__count {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #4a4a4a;
}
.list__top .list__count span {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #4a4a4a;
}
.list__top .select {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3a3a3a;
}
.list__top .select__head {
  display: flex;
  align-items: center;
}
.list__top .select__head:after {
  content: "";
  background: url("../../redesign/images/svg/arrDownRed.svg") no-repeat;
  background-size: contain;
  width: 9px;
  height: 5px;
  margin-left: 4px;
  transition: all 0.3s ease;
}
.list__top .select__body {
  padding: 18px 22px;
  background: #ffffff;
  border-radius: 5px;
  min-width: 189px;
}
.list__top .select__body span {
  font-size: 18px;
  line-height: 21px;
  color: #424242;
  text-transform: none;
  font-weight: normal;
}
.list__top .select__body .option {
  margin: 10px 0;
  cursor: pointer;
}
.list__top .select__body .option:hover span {
  color: #f91942;
}
.list__top .select_active .select__head:after {
  transform: scaleY(-1);
}
.skeleton-grid {
  display: flex;
  flex-wrap: wrap;
}
.skeleton-card {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 27px 18px;
  width: calc(100% / 3);
}
.skeleton-card:nth-child(3n + 3) {
  border-right: none;
}
.card__head {
  height: 45px;
  width: 100%;
}
.card__center .skeleton {
  border-radius: 5px;
}
.card__center .skeleton:first-child {
  height: 18px;
  width: 100%;
  margin-bottom: 26px;
}
.card__center .skeleton:last-child {
  height: 27px;
  width: 100%;
}
.card__bottom {
  margin-top: 27px;
}
.card__bottom .card__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__bottom .skeleton:first-child {
  height: 27px;
  max-width: 93px;
  width: 100%;
}
.card__bottom .skeleton:last-child {
  max-width: 180px;
  width: 100%;
  height: 45px;
}
.air-datepicker-cell.-day-.-focus- {
  border: none;
}
.air-datepicker-cell.-day-.-range-to- {
  border-radius: 0 50% 50% 0 !important;
}
.air-datepicker-cell.-day-.-range-from- {
  border-radius: 50% 0 0 50% !important;
}
.air-datepicker-cell.-day-.-in-range- {
  background: #f91942;
  border-radius: 0;
  color: #fff;
}
.air-datepicker-cell.-day-.-in-range-:hover {
  border-radius: 0;
}
.page-inners input[type="radio"],
.page-inners input[type="checkbox"] {
  display: none;
}
.page-inners .label-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.page-inners .label-checkbox:before {
  content: "";
  background: #fafafa;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  margin-right: 18px;
  min-width: 18px;
  width: 18px;
  height: 18px;
}
.page-inners input[type="checkbox"]:checked + label:before {
  background: #f91942 url("../../redesign/images/svg/checkboxCheck.svg")
    no-repeat;
  background-position: center;
  border: 1px solid #f91942;
}
.page-inners .h1,
.page-inners h1 {
  font-weight: 900;
  font-size: 36px;
  line-height: 50px;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-bottom: 45px;
}
.page-inners h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-bottom: 27px;
  margin-top: 36px;
}
.page-inners .subheader {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-bottom: 27px;
  margin-top: 36px;
  letter-spacing: 0.15em;
}
.page-inners .subheader a {
  color: #3a3a3a;
  text-decoration: none;
}
.page-inners .subheader a:hover {
  text-decoration: underline;
}
.page-inners .label a,
.page-inners label a {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 21px;
  color: #424242;
}
.page-inners .label span,
.page-inners label span {
  margin-bottom: 16px;
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #424242;
}
.page-inners textarea {
  padding-top: 14px;
  resize: none;
}
.page-inners textarea,
.page-inners input:not(input[type="submit"]) {
  background: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  height: 45px;
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
  outline: none;
  font-size: 18px;
  line-height: 21px;
  color: #424242;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 72px 0;
}
.pagination a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
}
.pagination__next {
  margin-left: 22px;
}
.pagination__next path {
  transition: all 0.3s ease;
}
.pagination__next:hover path {
  fill: #f91942;
}
.pagination__prev {
  margin-right: 22px;
}
.pagination__prev path {
  transition: all 0.3s ease;
}
.pagination__prev:hover path {
  fill: #f91942;
}
.pagination__num {
  margin: 0 11px;
}
.pagination__num_current {
  background: #f91942;
  border: 1px solid #f91942;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  min-width: 45px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
.page-texts__inner {
  padding: 0 22px;
  padding-bottom: 45px;
  background: #fafafa;
  border-radius: 10px;
  margin-top: 31px;
  margin-bottom: 36px;
}
.page-texts__block {
  padding-top: 45px;
}
.page-texts__title {
  margin-bottom: 27px;
}
.page-texts__title span {
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #3a3a3a;
  padding-left: 18px;
  min-height: 32px;
  border-left: 2px solid #f91942;
}
.page-texts__text a {
  color: #f91942;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.page-texts__text a:hover {
  color: #db1f35;
}
.page-texts__text ul {
  padding: 10px 0;
}
.page-texts__text ul li {
  font-size: 18px;
  line-height: 150%;
  color: #424242;
  margin: 10px 0;
  display: flex;
}
.page-texts__text ul li:before {
  content: "";
  min-width: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  margin: 0 10px;
  background: #3a3a3a;
  margin-top: 11px;
}
.page-texts__text p {
  font-size: 18px;
  line-height: 150%;
  color: #424242;
  margin: 10px 0;
}
.page-texts__tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
  position: relative;
}
.page-texts__tabs:after {
  content: "";
  background: #fff;
  position: absolute;
  height: 100%;
  width: 14px;
  left: 0;
}
.page-texts__tabs:before {
  content: "";
  background: #fff;
  position: absolute;
  height: 100%;
  width: 14px;
  right: 0;
}
.page-texts__tabs li {
  padding: 0 14px;
  border-bottom: 1px solid #979797;
  padding-bottom: 12px;
  padding-top: 18px;
}
.page-texts__tabs a {
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #3a3a3a;
  transition: all 0.3s ease;
  padding-bottom: 12px;
  margin-bottom: -12px;
}
.page-texts__tabs a:hover {
  color: #f91942;
  border-bottom: 1px solid #f91942;
}
.page-profile .select__head,
.page-profile input {
  background: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  height: 45px;
  width: 100%;
  display: block;
  padding: 0 14px;
  font-size: 18px;
  line-height: 21px;
  color: #424242;
}
.page-profile .select__head span,
.page-profile input span {
  margin: 0;
}
.page-profile .select_active .select__head:after {
  transform: scaleY(-1);
}
.page-profile .input {
  position: relative;
}
.page-profile .input .delete {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  display: block;
  background: transparent;
  border: none;
  cursor: pointer;
}
.page-profile .input .delete img {
  display: block;
}
.page-profile .select__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-profile .select__head:after {
  content: "";
  background: url("../../redesign/images/mySettings/arrBottom.svg") no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
  transition: all 0.3s ease;
}
.page-profile h1 {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-bottom: 18px;
}
.page-profile__switcher {
  display: flex;
  align-items: center;
  margin: 0 -18px;
  position: relative;
  margin-top: 54px;
  margin-bottom: 45px;
  white-space: nowrap;
}
.page-profile__switcher:after {
  content: "";
  background: #fff;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 18px;
}
.page-profile__switcher:before {
  content: "";
  background: #fff;
  height: 100%;
  position: absolute;
  right: 0px;
  width: 18px;
}
.page-profile__switcher a {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3a3a3a;
  padding-bottom: 14px;
  display: block;
  width: fit-content;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.page-profile__switcher a:hover {
  color: #f91942;
}
.page-profile__switcher li {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 18px;
}
.page-profile__switcher li.li_active a {
  border-bottom: 2px solid #f91942;
  color: #f91942;
}
.page-profile__switcher li:last-child {
  width: 100%;
}
.page-profile__email {
  display: flex;
}
.page-profile__email a {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #a0a0a0;
  margin-right: 18px;
}
.page-profile__email button {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.page-profile__email button:hover {
  color: #f91942;
}
.popup.popup__small-dialog .popup__content {
  max-width: 600px;
  padding-top: 20px;
}
.popup.popup__small-dialog .popup__content h3 {
  text-transform: uppercase;
  font-weight: 900;
  color: #3a3a3a;
}
.popup.popup__small-dialog .popup__content svg {
  display: block;
}
.popup__small-dialog .small-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup__small-dialog .popup__top {
  display: block;
}
.popup__small-dialog .popup__top p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #424242;
  margin-top: 10px;
}
.slider-tooltip-wrap sup {
  display: none;
}
.page-single .rht__sticky {
  max-height: 350vh;
}
.page-single .page-index__reviews .item__lft .item__country {
  font-size: 18px;
}
.company-name.user-name {
  text-transform: capitalize;
  color: #000;
  font-weight: normal;
}
.akkordeon-with-counting .countBlock {
  min-width: 81px;
}
.akkordeon-with-counting span:last-child {
  width: 80%;
  text-align: right;
}
.akkordeon-with-counting span:first-child {
  max-width: 310px;
  display: block;
  margin-right: 5px;
}
.page-single__photos,
.page-single-more .lft__photos {
  margin-bottom: 14px;
}
.page-single-one .page-single__photos {
  margin-top: 0 !important;
}
.lb-nav {
  pointer-events: none !important;
}
.lb-nav * {
  pointer-events: auto;
}
@media screen and (max-width: 1120px) {
  .page-index__banner .banner__search {
    max-width: 168px !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner__days b,
  .banner__days span {
    font-size: 14px;
  }
  .page-profile__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-profile h1 {
    margin-bottom: 0;
  }
  .page-profile__switcher {
    margin-top: 36px;
  }
  .page-inners .h1,
  .page-inners h1 {
    margin-bottom: 27px;
  }
  .pagination {
    margin: 54px 0;
  }
  .car__item.minimize-detail .item__title a {
    white-space: nowrap;
    font-size: 18px;
  }
  .car__item.minimize-detail .item__slider {
    margin-top: 5px;
  }
  .page-texts__text ul li,
  .page-texts__text p {
    font-size: 14px;
    line-height: 150%;
  }
  .page-texts__block {
    padding-top: 27px;
  }
  .page-texts__inner {
    padding: 0 18px;
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 701px) {
  .car__item:not(.minimize-detail) {
    width: calc(100% / 2);
  }
  .car__item:not(.minimize-detail):nth-child(3n + 3) {
    border-right: 1px solid #e5e5e5;
  }
  .car__item:not(.minimize-detail):nth-child(2n + 2) {
    border-right: none;
  }
  .car__item:not(.minimize-detail):nth-child(3n + 3) .rht__text {
    right: -77px;
  }
  .car__item:not(.minimize-detail):nth-child(3n + 3) .rht__text:after {
    left: 50%;
  }
  .car__item:not(.minimize-detail):nth-child(2n + 2) .rht__text {
    right: -5px;
  }
  .car__item:not(.minimize-detail):nth-child(2n + 2) .rht__text:after {
    left: 90%;
  }
}
@media screen and (max-width: 992px) {
  .page-index__banner .banner__search {
    max-width: 200% !important;
  }
  .page-profile h1 {
    font-size: 29px;
    line-height: 40px;
  }
  .banner__filters {
    flex-wrap: wrap;
  }
  .page-profile__email a {
    font-size: 16px;
  }
  .page-profile__email button {
    font-size: 14px;
    line-height: 17px;
  }
  .page-profile__switcher li {
    padding: 0 14px;
  }
  .page-profile__switcher {
    margin-left: -14px;
    margin-right: -14px;
  }
  .page-profile__switcher:after,
  .page-profile__switcher:before {
    width: 14px;
  }
  .page-texts__title span {
    font-size: 18px;
    line-height: 24px;
  }
  .page-texts__title {
    margin-bottom: 18px;
  }
  .page-inners .h1,
  .page-inners h1 {
    font-size: 29px;
    line-height: 40px;
  }
  .page-inners h2 {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: normal;
  }
  .page-booking__rht .info__bottom span {
    font-size: 16px;
    line-height: normal;
  }
  .pagination {
    margin: 45px 0;
  }
  .pagination__num_current {
    min-width: 36px;
    width: 36px;
    height: 36px;
  }
  .car__item .item__buy {
    font-size: 16px;
    padding: 10px 18px;
  }
  .car__item {
    padding: 27px 18px;
  }
  .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;
  }
  .breadcrumbs ul {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (max-width: 700px) {
  .banner__filters .filter__button {
    width: 100%;
    justify-content: center;
    margin: 0 10px;
  }
  .car__item .item__inf_mob {
    display: block;
  }
  .list__more:after,
  .list__more:before {
    display: none;
  }
  .list__more button:after {
    display: none;
  }
  .page-profile__switcher a {
    font-size: 16px;
    line-height: 22px;
  }
  .page-profile h1 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 13px;
  }
  .page-profile__top {
    display: block;
  }
  .page-profile__switcher {
    margin-bottom: 27px;
  }
  .page-texts__inner {
    padding: 0 14px;
    padding-bottom: 18px;
  }
  .page-texts__title span {
    font-size: 16px;
    line-height: 23px;
  }
  .page-inners .h1,
  .page-inners h1 {
    font-size: 25px;
    line-height: 34px;
  }
  .page-inners h2 {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: normal;
  }
  .car__item:nth-child(3n + 3) {
    border: none;
  }
  .car__item .top__rht {
    display: none;
  }
  .car__item .item__owner {
    display: none;
  }
  .car__item .item__last {
    border-top: 1px solid #e5e5e5;
    padding-top: 18px;
  }
  .car__item {
    width: 100%;
    border-right: none;
    position: relative;
    border: none;
    padding: 0;
    padding-bottom: 23px;
    padding-top: 27px;
  }
  .car__item:after {
    content: "";
    left: -18px;
    width: calc(100% + 36px);
    height: 10px;
    bottom: 0;
    position: absolute;
    background: #e5e5e5;
    display: block;
  }
  .car__item:hover {
    box-shadow: none;
  }
  .car__item .item__slider {
    display: flex;
  }
  .car__item .item__slider:after {
    display: none;
  }
  .car__item .mob__owner {
    background: #eaeaea;
    border-radius: 10px;
    min-width: 112px;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    margin-left: -5px;
  }
  .car__item .mob__owner:hover,
  .car__item .mob__owner:active {
    background: #ddd;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .car__item .mob__prices {
    background: linear-gradient(
        0deg,
        rgba(249, 25, 66, 0.1),
        rgba(249, 25, 66, 0.1)
      ),
      #ffffff;
    border-radius: 10px;
    min-width: 203px;
    height: 112px;
    padding: 14px;
  }
  .car__item .mob__prices .prices__all {
    border-top: 1px solid rgba(249, 25, 66, 0.2);
    padding-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .car__item .mob__prices .prices__item {
    margin: 6px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .car__item .mob__prices .prices__item:first-child {
    margin-top: 0;
  }
  .car__item .mob__prices b,
  .car__item .mob__prices span {
    font-size: 14px;
    line-height: 17px;
    color: #3a3a3a;
  }
  .car__item .item__info_mob {
    display: flex;
    align-items: center;
  }
  .car__item .persone__name {
    margin: 6px 0;
  }
  .car__item .item__persone {
    flex-direction: column;
    align-items: center;
  }
  .car__item .item__slider {
    margin-bottom: 0;
    margin-top: 0;
  }
  .car__item .item__block-photos {
    overflow: auto;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 27px;
  }
  .car__item .item__block-photos::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: rgba(4, 184, 173, 0.1);
  }
  .car__item .item__block-photos::-webkit-scrollbar-thumb {
    background: #04b8ad;
  }
  .car__item .item__bottom {
    position: relative;
    z-index: 20;
  }
  .car__item .li__text {
    z-index: 20;
    left: 0;
    transform: translateX(0);
  }
  .car__item .li__text:after {
    left: 15%;
  }
  .car__item .item__photo {
    padding: 0;
    min-width: 203px;
    max-width: 203px;
    height: 112px;
  }
}
@media screen and (max-width: 576px) {
  .select2-container--open .select2-dropdown--below {
    border: 1px solid #aaa !important;
  }
  .page-index__reviews .item__name {
    white-space: normal !important;
  }
  .page-country__where .where__block {
    display: flex !important;
    overflow: auto;
    margin-left: -18px;
    padding-left: 18px;
    margin-right: -18px;
    padding-bottom: 10px;
  }
  .page-country__where .where__item {
    min-width: 80vw;
  }
  .lb-nav a.lb-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
  .lb-nav a.lb-prev {
    width: 30px;
    height: 30px;
    left: 20px;
  }
  .lb-data .lb-close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 20px;
  }
  .page-affPayments .page-profile__switcher,
  .page-affStatistics .page-profile__switcher,
  .page-affInstruments .page-profile__switcher,
  .page-affBooking .page-profile__switcher {
    flex-wrap: wrap;
    margin-top: 18px;
  }
  .page-profile__switcher li {
    margin-top: 18px;
  }
  .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;
  }
  .pagination {
    margin: 36px 0;
  }
  .pagination__num_current {
    margin: 0 10px;
  }
  .pagination__prev {
    margin-right: 18px;
  }
  .pagination__next {
    margin-left: 18px;
  }
  .breadcrumbs {
    overflow: auto;
  }
  .breadcrumbs a {
    white-space: nowrap;
    opacity: 0.8;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 15px;
  }
  .breadcrumbs a::after {
    margin: 0 7px 0 5px;
  }
}
@media screen and (max-width: 576px) {
  .header-img {
    margin-top: 20px;
    margin-bottom: 29px;
    max-width: 203px;
    height: 112px;
  }
  .skeleton-card {
    padding-left: 0;
    padding-right: 0;
  }
  .card__center .skeleton:last-child {
    display: none;
  }
  .card__bottom .skeleton:first-child {
    height: 50px;
    width: 100%;
    margin-right: 21px;
  }
  .card__bottom .skeleton:last-child {
    max-width: 198px;
  }
  .card__bottom_mob {
    margin-top: 23px;
  }
  .card__bottom_mob .skeleton {
    width: 157px;
    height: 27px;
  }
}
@media screen and (max-width: 457px) {
  .page-profile__switcher a {
    font-size: 13px;
    line-height: 21px;
  }
}
@media screen and (max-width: 400px) {
  .page-profile__switcher li a .new-messages-badge {
    margin-left: -3px !important;
  }
  .page-profile__switcher li {
    padding: 0 8px;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    white-space: nowrap;
    letter-spacing: -0.5px;
    font-size: 13px;
  }
  .page-profile__switcher {
    margin-left: -6px;
    margin-right: -6px;
  }
  .page-profile__switcher:after,
  .page-profile__switcher:before {
    width: 6px;
  }
  .page-profile h1 {
    font-size: 22px;
  }
  .page-profile__email {
    justify-content: space-between;
  }
  .page-inners .h1,
  .page-inners h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .page-inners h2 {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: normal;
  }
  .page-texts__block {
    padding-top: 18px;
  }
  .page-texts__inner {
    margin-top: 27px;
  }
}
@media screen and (max-width: 369px) {
  .page-profile__switcher a {
    font-size: 11px;
    line-height: 12px;
  }
}
input.btn-hover,
button.btn-hover,
a.btn-hover {
  border: 1px solid transparent;
  transition: background-color, border 0.3s ease;
  cursor: pointer;
}
input.btn-hover:hover,
button.btn-hover:hover,
a.btn-hover:hover {
  background: #db1f35;
  border: 1px solid #f91942;
}
input.btn-hover-cancel,
button.btn-hover-cancel,
a.btn-hover-cancel {
  transition: all 0.3s ease;
  cursor: pointer;
}
input.btn-hover-cancel:hover,
button.btn-hover-cancel:hover,
a.btn-hover-cancel:hover {
  background: #e1e1e1;
  border: 1px solid #c4c4c4;
}
a.btn-hover.disabled {
  background: #d1d1d1;
  cursor: default;
}
a.btn-hover.disabled:hover {
  background: #d1d1d1;
  border: 1px solid #d1d1d1;
}
.mobile {
  display: none !important;
}
.desktop {
  display: block !important;
}
.mobile-flex {
  display: none !important;
}
.desktop-flex {
  display: flex !important;
}
.mobile-inline {
  display: none !important;
}
.desktop-inline {
  display: inline !important;
}
@media screen and (max-width: 400px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .mobile-flex {
    display: flex !important;
  }
  .desktop-flex {
    display: none !important;
  }
  .mobile-inline {
    display: inline !important;
  }
  .desktop-inline {
    display: none !important;
  }
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-primary {
  color: #f91942 !important;
}
.font-normal {
  font-weight: normal !important;
}
.mr-0 {
  margin-right: 0;
}
::-webkit-input-placeholder {
  color: #888;
  opacity: 0.6;
  font-style: italic;
}
:-moz-placeholder {
  color: #888;
  opacity: 0.6;
  font-style: italic;
}
::-moz-placeholder {
  color: #888;
  opacity: 0.6;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #888;
  opacity: 0.6;
  font-style: italic;
}
.textarea-limit {
  position: relative;
  width: 100%;
  padding-right: 10px;
}
.textarea-limit__count {
  color: #909399;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.justify-center {
  justify-content: center !important;
}
header {
  margin-bottom: 45px;
}
.header__scrolldown {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -99;
  transition: all 0s 0.3s ease;
}
.header__scrolldown .select__head {
  margin: -14px -18px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__scrolldown .select__head:after {
  content: "";
  background: url("../../redesign/images/svg/arrDownRedMob.svg") no-repeat;
  background-size: contain;
  min-width: 18px;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
}
.header__scrolldown .select_active .select__head:after {
  transform: rotate(180deg);
}
.header__scrolldown .select__body span {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.header__scrolldown .select__body .option.active a span,
.header__scrolldown .select__body .option a:active span {
  color: #f91942 !important;
}
.header__scrolldown .select__body a.option.active span,
.header__scrolldown .select__body a.option:active span {
  color: #f91942 !important;
}
.header__scrolldown .select__body .option:hover {
  background: rgba(191, 191, 191, 0.2);
}
.header__scrolldown .select__body a.option,
.header__scrolldown .select__body .option a {
  width: 100%;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.header__scrolldown .select__body .option img {
  margin-bottom: -4px;
  box-shadow: 2px -2px 5px #0004;
}
.header__scrolldown .scrolldown__close {
  background: #fafafa;
  border-radius: 3px;
  padding: 11px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header__scrolldown .scrolldown__close img {
  display: block;
  transition: all 0.3s ease;
}
.header__scrolldown .scrolldown__close:hover {
  background: #f91942;
}
.header__scrolldown .scrolldown__close:hover img {
  filter: brightness(3);
}
.header__scrolldown .scrolldown__menu {
  background: #fafafa;
  border: 1px solid #e9e9e9;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #3a3a3a;
  display: block;
  margin-bottom: 18px;
}
.header__scrolldown .scrolldown__login {
  background: #fafafa;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3a3a3a;
  padding-left: 18px;
  margin-top: 18px;
  margin-bottom: 27px;
}
.header__scrolldown .scrolldown__login.scrolldown__login {
  display: block;
  height: auto;
  padding: 14px 18px;
}
.header__scrolldown .scrolldown__login.scrolldown__login .select__body a {
  padding: 0;
  display: flex;
  align-items: center;
  padding: 11px 0;
}
.header__scrolldown .scrolldown__login.scrolldown__login .select__body a:hover {
  background: transparent;
}
.header__scrolldown
  .scrolldown__login.scrolldown__login
  .select__body
  a:hover
  span {
  color: #f91942;
}
.header__scrolldown .scrolldown__login.scrolldown__login .select__body span {
  margin-left: 14px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: none;
  color: #3a3a3a;
  transition: all 0.3s ease;
}
.header__scrolldown .scrolldown__login.scrolldown__login .select__body img {
  min-width: 16px;
  width: 16px;
}
.header__scrolldown .scrolldown__login.scrolldown__login .select__body .logout {
  padding-top: 14px;
  margin-top: 10px;
  border-top: 1px solid #d8d8d8;
  border-radius: 0;
}
.header__scrolldown
  .scrolldown__login.scrolldown__login
  .select__body
  .logout
  span {
  color: #aaaaaa;
  text-transform: uppercase;
}
.header__scrolldown .scrolldown__login.scrolldown__login .select__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__scrolldown .scrolldown__login.scrolldown__login .select__head span {
  color: #3a3a3a;
  margin-right: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  padding-right: 5px;
  white-space: normal;
  line-height: 1.3;
}
.header__scrolldown .scrolldown__login.scrolldown__login .select__head img {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  margin-right: 11px;
}
.header__scrolldown .scrolldown__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #dcdcdc;
}
.header__scrolldown .scrolldown__top p {
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}
.header__scrolldown .scrolldown__inner {
  position: relative;
  z-index: 2;
  width: 324px;
  height: 100%;
  margin-left: auto;
  background: #ffffff;
  padding: 0 18px;
  right: -324px;
  transition: all 0.3s ease;
}
.header__scrolldown .scrolldown__inner .currency-menu .select__head b {
  font-weight: 900;
}
.header__scrolldown .scrolldown__bottom {
  height: calc(100vh - 77px);
  overflow: auto;
}
.header__scrolldown .scrolldown__bgd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: -99;
  transition: all 0.3s ease;
}
.header__scrolldown_open {
  z-index: 999;
  transition: all 0s 0s ease;
}
.header__scrolldown_open .scrolldown__inner {
  right: 0;
}
.header__scrolldown_open .scrolldown__bgd {
  opacity: 1;
  z-index: 1;
}
.header__scrolldown .select__body {
  position: static;
  box-shadow: none;
  background: transparent;
  padding-top: 18px;
}
.header__top {
  background: #fafafa;
  padding-top: 8px;
  padding-bottom: 11px;
  position: relative;
  z-index: 11;
}
.header__top .wrapper {
  display: flex;
  align-items: center;
}
.header__regions {
  margin-left: auto;
}
.header__regions .select .select__ovf {
  overflow: auto;
  max-height: 340px;
  padding-right: 36px;
  margin-left: -22px;
  padding-left: 22px;
}
.header__regions .select .select__ovf::-webkit-scrollbar {
  background: #f3f3f3;
  border-radius: 5px;
  width: 10px;
}
.header__regions .select .select__ovf::-webkit-scrollbar-thumb {
  background: #f91942;
  border-radius: 5px;
}
.header__regions .select .select__body {
  padding: 18px 22px;
  padding-right: 5px;
  margin-top: 5px;
  width: auto;
}
.header__regions .select .option {
  cursor: pointer;
  padding: 6px 22px;
  margin-left: -22px;
  margin-right: -18px;
}
.header__regions .select .option:hover {
  background: rgba(191, 191, 191, 0.2);
}
.header__regions .select .option.active a span {
  color: #f91942 !important;
}
.header__regions .select .option span {
  font-size: 18px;
  line-height: 21px;
  color: #424242;
  transition: all 0.3s ease;
}
.header__regions .select .option_check span {
  color: #f91942;
}
.header__regions .select .option:last-child {
  margin-bottom: 0;
}
.header__regions .select__head {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  position: relative;
}
.header__regions .select__head:before {
  content: "";
  border-bottom: 1px dashed #3a3a3a;
  bottom: 0;
  left: 17px;
  width: calc(100% - 30px);
  position: absolute;
}
.header__regions .select__head:after {
  content: "";
  background: url("../../redesign/images/svg/arrBlackDown.svg") no-repeat;
  background-size: contain;
  width: 9px;
  height: 5px;
  margin-left: 5px;
  display: block;
}
.header__nav ul {
  display: flex;
  align-items: center;
  margin: 0 -14px;
}
.header__nav a {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #3a3a3a;
  padding: 2px 14px;
  border-radius: 34px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.header__nav a:hover {
  color: #f91942;
}
.header__nav a.active {
  color: #f91942;
}
.header__burger {
  margin-left: 17px;
  display: none;
}
.header__burger .line {
  background: #f91942;
  width: 31px;
  height: 3px;
  margin: 7px 0;
}
.header__bottom {
  border-bottom: 1px solid #dcdcdc;
  padding: 11px 0;
  position: relative;
  z-index: 10;
}
.header__bottom .wrapper {
  display: flex;
  align-items: center;
}
.header__bottom .select_active .select__head {
  background: rgba(249, 25, 66, 0.1);
}
.header__bottom .select_active .select__head:after {
  transform: scaleY(-1);
}
.header__bottom .select__head {
  display: flex;
  align-items: center;
  border-radius: 34px;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #3a3a3a;
  padding: 7px 14px;
}
.header__bottom .select__head:hover {
  background: rgba(249, 25, 66, 0.1);
}
.header__bottom .select__head:after {
  content: "";
  background: url("../../redesign/images/svg/red-arr-down.svg") no-repeat;
  background-size: contain;
  width: 8px;
  height: 5px;
  display: block;
  margin-left: 8px;
  transition: all 0.3s ease;
}
.header__login {
  border-left: 1px solid #dcdcdc;
  margin-left: 10px;
  padding-left: 10px;
}
.header__login_user .akkordeon {
  position: relative;
}
.header__login_user .akkordeon__head {
  display: flex;
  align-items: center;
}
.header__login_user .akkordeon__head img {
  transition: all 0.3s ease;
}
.header__login_user .akkordeon__head .head__username {
  margin-right: 8px;
}
.header__login_user .akkordeon__body {
  padding: 18px;
  background: #fafafa;
  box-shadow: 1px -1px 12px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 180px;
  margin-top: 10px;
  right: 0;
  left: auto;
}
.header__login_user .akkordeon__body a {
  padding: 0;
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.header__login_user .akkordeon__body a:hover {
  background: transparent;
}
.header__login_user .akkordeon__body a:hover span {
  color: #f91942;
}
.header__login_user .akkordeon__body span {
  margin-left: 14px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #3a3a3a;
  transition: all 0.3s ease;
}
.header__login_user .akkordeon__body img {
  min-width: 16px;
  width: 16px;
}
.header__login_user .akkordeon__body .logout {
  padding-top: 14px;
  margin-top: 18px;
  border-top: 1px solid #d8d8d8;
  border-radius: 0;
}
.header__login_user .akkordeon__body .logout span {
  color: #aaaaaa;
}
.header__login_user .akkordeon_active .akkordeon__head img.head__arr {
  transform: rotate(180deg);
}
.header__login_user .head__photo {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  margin-right: 8px;
}
.header__login_user .head__photo img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
.header__login a {
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #3a3a3a;
  border-radius: 34px;
  padding: 8px 14px;
  transition: all 0.3s ease;
}
.header__login a:hover {
  color: #f91942;
  background: rgba(249, 25, 66, 0.1);
}
.header__info {
  border-right: 1px solid #dcdcdc;
  margin-right: 23px;
  padding-right: 23px;
}
.header__info ul {
  display: flex;
  align-items: center;
  margin: 0 -14px;
}
.header__info a {
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  color: #3a3a3a;
  transition: all 0.3s ease;
  margin: 0 14px;
}
.header__info a:hover {
  color: #f91942;
}
.header__logo {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.header__logo img {
  margin-right: 8px;
}
.header__logo span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #3a3a3a;
}
.header__logo span span {
  color: #f91942;
}
.header__currency {
  margin-left: 4px;
  white-space: nowrap;
}
.header__currency .select__ovf {
  overflow: auto;
  margin-left: -22px;
  padding-left: 22px;
  max-height: 464px;
  padding-right: 36px;
}
.header__currency .select__ovf::-webkit-scrollbar {
  background: #f3f3f3;
  border-radius: 5px;
  width: 10px;
}
.header__currency .select__ovf::-webkit-scrollbar-thumb {
  background: #f91942;
  border-radius: 5px;
}
.header__currency .select__body {
  padding: 18px 22px;
  padding-right: 5px;
  margin-top: 5px;
  width: auto;
}
.header__currency .select__body span {
  font-weight: normal;
}
.header__currency .option {
  cursor: pointer;
  margin-left: -22px;
  margin-right: -36px;
}
.header__currency .option a {
  display: block;
  padding: 6px 22px;
}
.header__currency .option_check * {
  color: #f91942;
}
.header__currency .option:hover {
  background: rgba(191, 191, 191, 0.2);
}
.header__currency .option * {
  transition: all 0.3s ease;
}
.header__currency .option:last-child {
  margin-bottom: 0;
}
.header__currency span {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #424242;
}
.header__currency b {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #424242;
}
.header__lang {
  margin-right: 4px;
}
.header__lang .select__body {
  padding: 19px 22px;
  margin-top: 5px;
  border-radius: 5px;
}
.header__lang .option {
  display: flex;
  align-items: center;
  padding: 6px 22px;
  margin-left: -22px;
  margin-right: -22px;
}
.header__lang .option_check * {
  color: #f91942;
}
.header__lang .option:hover {
  background: rgba(191, 191, 191, 0.2);
}
.header__lang .option * {
  transition: all 0.3s ease;
}
.header__lang .option:last-child {
  margin-bottom: 0;
}
.header__lang .option img {
  box-shadow: 2px -2px 5px #0004;
}
.header__lang span {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #424242;
}
.header__lang img {
  margin-right: 11px;
}
@media screen and (max-width: 1024px) {
  .header__nav a {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 992px) {
  .header__top {
    display: none;
  }
  .header__info {
    display: none;
  }
  .header__burger {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .header__login,
  .header__currency,
  .header__lang {
    display: none;
  }
}
footer {
  background: #fafafa;
  padding-top: 63px;
  padding-bottom: 27px;
  z-index: 1;
  position: relative;
}
.footer__side {
  display: flex;
}
.footer__payments {
  display: flex;
  align-items: center;
}
.footer__payments_mob {
  display: none;
}
.footer__payments li {
  margin-right: 15px;
}
.footer__payments li:last-child {
  margin-right: 0;
}
.footer__payments li img {
  max-width: 70px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #c4c4c4;
  padding-bottom: 50px;
}
.footer__top p {
  font-size: 13px;
  color: #424242;
  display: none;
}
.footer__bottom {
  display: flex;
  padding-top: 21px;
}
.footer__bottom a {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.footer__bottom a:hover {
  color: #f91942;
}
.footer__bottom a:before {
  content: "";
  background: #a0a0a0;
  border-radius: 50%;
  min-width: 4px;
  width: 4px;
  height: 4px;
  display: block;
  margin: 0 11px;
}
.footer__bottom a,
.footer__bottom p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #a0a0a0;
}
.footer__contacts {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.footer__contacts li {
  margin-left: 14px;
}
.footer__contacts li path {
  fill: #979797;
  transition: all 0.3s ease;
}
.footer__contacts li.con-vk:hover path {
  fill: #0077ff;
}
.footer__contacts li.con-facebook:hover path {
  fill: #4e6297;
}
.footer__contacts li.con-inst {
  position: relative;
}
.footer__contacts li.con-inst .svg-hover {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  transition: all 0.3s ease;
}
.footer__contacts li.con-inst img {
  display: block;
}
.footer__contacts li.con-inst:hover .svg-hover {
  opacity: 1;
}
.footer__contacts a:before {
  display: none;
}
.footer__logo {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.footer__logo img {
  margin-right: 8px;
  width: 41px;
  display: block;
}
.footer__logo span {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  color: #3a3a3a;
}
.footer__logo span span {
  color: #f91942;
}
.footer__email a {
  font-size: 18px;
  color: #3a3a3a;
  border-bottom: 1px dashed #3a3a3a;
  transition: all 0.3s ease;
  display: inline-block !important;
}
.footer__email a:hover {
  color: #f91942;
  border-bottom: 1px dashed #f91942;
}
.footer__phone {
  font-weight: 900;
  font-size: 27px;
  line-height: 37px;
  text-transform: uppercase;
  color: #3a3a3a;
  transition: all 0.3s ease;
  margin: 15px 0;
  display: block;
}
.footer__phone:hover {
  color: #f91942;
}
.footer__rht {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__rht a {
  display: block;
}
.footer__lft {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__socials {
  display: flex;
  align-items: center;
}
.footer__socials li {
  width: 36px;
  height: 36px;
  margin-right: 11px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.footer__socials li img {
  display: block;
}
.footer__socials li:last-child {
  margin-right: 0;
}
.footer__socials li.soc-viber:hover {
  box-shadow: 0px 2px 8px rgba(111, 48, 154, 0.8);
}
.footer__socials li.soc-whatsapp:hover {
  box-shadow: 0px 2px 8px #48c95f;
}
.footer__socials li.soc-telegram:hover {
  box-shadow: 0px 2px 8px #2f89ce;
}
.footer__socials li.soc-messanger:hover {
  box-shadow: 0px 2px 8px #007fff;
}
.footer__socials li.soc-skype:hover {
  box-shadow: 0px 2px 8px #00a9e7;
}
.footer__socials img {
  width: 100%;
  height: 100%;
}
.footer__menu {
  display: flex;
  justify-content: space-between;
  max-width: 360px;
  width: 100%;
}
.footer__menu ul {
  margin: -23px 0;
}
.footer__menu a {
  font-size: 17px;
  color: #3a3a3a;
  margin: 18px 0;
  display: block;
  transition: all 0.3s ease;
}
.footer__menu a:hover {
  color: #f91942;
}
.cookies {
  position: fixed;
  bottom: 72px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #f91942;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 34px 22px;
  display: flex;
  align-items: center;
  max-width: 1062px;
  width: 100%;
  z-index: 999;
}
.cookies p {
  font-size: 14px;
  line-height: 150%;
  color: #3a3a3a;
}
.cookies button {
  background: #f91942;
  border-radius: 23px;
  margin-left: 27px;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px !important;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 10px 45px;
}
@media screen and (max-width: 1024px) {
  .footer__menu {
    max-width: 252px;
  }
  .footer__menu ul {
    margin: -18px 0;
  }
  .footer__menu a {
    font-size: 14px;
    margin: 18px 0;
    margin-right: 4px;
  }
  .footer__phone {
    font-size: 22px;
    text-align: right;
    line-height: normal;
  }
  .footer__socials {
    justify-content: flex-end;
  }
  .footer__top {
    padding-bottom: 54px;
  }
  .footer__socials li {
    width: 27px;
    height: 27px;
    margin-right: 9px;
  }
  .footer__email {
    font-size: 14px;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 992px) {
  .footer__menu {
    max-width: 204px;
  }
  .footer__side {
    display: block;
  }
  .footer__bottom a {
    padding-left: 22px;
    position: relative;
  }
  .footer__bottom a:before {
    position: absolute;
    display: inline;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer__contacts li svg,
  .footer__contacts li,
  .footer__contacts li a {
    padding: 0;
    position: static;
    display: block;
  }
  .footer__contacts li svg:before,
  .footer__contacts li:before,
  .footer__contacts li a:before {
    display: none;
    transform: none;
    position: static;
  }
  .footer__bottom a,
  .footer__bottom p {
    display: inline;
    width: auto;
  }
  .footer__menu a {
    font-size: 13px;
  }
  .footer__phone {
    font-size: 13px;
    line-height: 17px;
    text-align: left;
  }
  .footer__email {
    font-size: 13px;
    border-bottom: none;
    margin-left: 0;
  }
  .footer__email:hover {
    border-bottom: none;
  }
  .footer__bottom a,
  .footer__bottom p {
    font-size: 13px;
    line-height: normal;
  }
  .footer__top p {
    display: block;
  }
  .footer__logo span {
    font-size: 18px;
  }
  .footer__top {
    padding-bottom: 31px;
  }
}
@media screen and (max-width: 810px) {
  .footer__phone {
    margin: 0;
  }
  .footer__top {
    display: block;
  }
  .footer__payments {
    display: none;
  }
  .footer__payments_mob {
    display: flex;
    margin-top: 45px;
  }
  .footer__logo span {
    font-size: 31px;
  }
  footer {
    padding: 45px 0;
    padding-bottom: 27px;
  }
  .footer__lft {
    margin-bottom: 36px;
  }
  .footer__menu a {
    font-size: 14px;
  }
  .footer__menu {
    max-width: 257px;
    margin-bottom: 27px;
  }
  .footer__top p {
    display: none;
  }
  .footer__email {
    font-size: 14px;
    margin-bottom: 23px;
    border-bottom: 1px dashed #3a3a3a;
  }
  .footer__email:hover {
    border-bottom: 1px dashed #f91942;
  }
  .footer__phone {
    font-size: 22px;
    line-height: 30px;
  }
  .footer__socials {
    justify-content: flex-start;
    margin-top: 21px;
  }
  .footer__socials li {
    width: 36px;
    height: 36px;
    margin-right: 11px;
  }
  .footer__contacts {
    width: 100%;
    margin-top: 27px;
  }
  .footer__bottom {
    flex-wrap: wrap;
  }
  .footer__contacts li {
    margin-right: 14px;
    margin-left: 0;
  }
  .cookies {
    bottom: 10px;
    padding: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    transform: translateX(0);
  }
  .cookies p {
    font-size: 14px;
  }
  .cookies button {
    margin-left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .footer__logo span {
    font-size: 25px;
  }
  .footer__menu {
    max-width: 100%;
    display: block;
  }
  .footer__menu ul {
    margin: 0;
  }
  .footer__top {
    padding-bottom: 25px;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  visibility: hidden;
  padding: 18px;
}
.popup__open {
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
}
.popup__open .popup__content {
  visibility: visible;
  opacity: 1;
}
.popup__bgd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.popup__content {
  background: #fafafa;
  position: relative;
  z-index: 2;
  padding: 36px 27px 27px;
  border-radius: 10px;
  width: 100%;
  max-height: 97vh;
  transition: visibility 0s, opacity 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.popup__inner {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  max-height: 70vh;
}
.popup__switch {
  display: flex;
  align-items: center;
}
.popup__close {
  cursor: pointer;
}
.popup__top {
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 27px;
}
.popup__top .switchp__item {
  padding-bottom: 10px;
  margin-bottom: -10px;
  font-weight: 900;
  font-size: 22px;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-right: 27px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
}
.popup__top .switchp__item:last-child {
  margin-right: 0;
}
.popup__top .switchp__item_active {
  color: #f91942;
}
.popup__top .switchp__item_active:after {
  content: "";
  background: #f91942;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.popup .form__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup .form__lost {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #8a8a8a;
  transition: all 0.3s ease;
}
.popup .form__lost:hover {
  color: #f91942;
}
.popup .form__checkbox input {
  display: none;
}
.popup .form__checkbox label {
  font-weight: 900;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  line-height: 24px;
  text-transform: uppercase;
  color: #8a8a8a;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.popup .form__checkbox label:hover {
  color: #f91942;
}
.popup .form__checkbox label:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #8a8a8a;
  margin-right: 11px;
}
.popup .form__checkbox input:checked + label:before {
  background: #f91942 url("../../redesign/images/svg/checkboxCheck.svg")
    no-repeat;
  background-position: center;
  border: 1px solid transparent;
}
.popup label {
  margin-bottom: 16px;
  display: block;
}
.popup label span {
  font-weight: 900;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: 8px;
  display: block;
}
.popup label span.p {
  font-size: 14px;
  line-height: normal;
  color: #3a3a3a;
  font-weight: normal;
  text-transform: none;
  margin-top: -11px;
}
.popup input:not(input[type="submit"]) {
  background: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  padding: 14px;
  font-size: 18px;
  line-height: 21px;
  color: #424242;
  width: 100%;
}
.popup .form__submit {
  background: #f91942;
  border: 1px solid #f91942;
  border-radius: 23px;
  font-weight: 900;
  font-size: 18px;
  padding: 11px;
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 32px;
  cursor: pointer;
}
.popup .form__submit-small {
  width: fit-content;
  padding-left: 27px;
  padding-right: 27px;
  margin-top: 0;
}
.popup .form__logother {
  border-radius: 5px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  margin-bottom: 18px;
}
.popup .form__logother:last-child {
  margin-bottom: 0;
}
.popup .form__logother_facebook {
  background: #4267b2;
}
.popup .form__logother_google {
  background: #ea4335;
}
.popup .form__logother_email {
  background: #64d817;
}
.popup .form__logother span {
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}
.popup .form__logother img {
  position: absolute;
  left: 22px;
}
.popup .form__or {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #8a8a8a;
  display: flex;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 27px;
}
.popup .form__or:after {
  content: "";
  background: #d8d8d8;
  margin-left: 9px;
  width: 100%;
  height: 1px;
}
.popup .form__or:before {
  content: "";
  background: #d8d8d8;
  margin-right: 9px;
  width: 100%;
  height: 1px;
}
.popup__login .popup__content {
  max-width: 477px;
}
.popup__register .popup__content {
  max-width: 477px;
}
.popup__forgot .popup__content {
  max-width: 477px;
}
.popup__filters {
  padding: 0;
}
.popup__filters .popup__top .popup__clear {
  display: none;
}
.popup__filters .range__prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
  position: relative;
  padding-top: 18px;
}
.popup__filters .range__prices input,
.popup__filters .range__prices span {
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #3a3a3a;
  height: auto;
  width: auto;
  background: transparent;
  border: none;
}
.popup__filters .range__prices .price-max {
  margin-left: -45px;
}
.popup__filters .range__prices .price-max,
.popup__filters .range__prices .price-min {
  position: absolute;
  height: 32px;
}
.popup__filters .range__prices sup {
  margin-left: 3px;
  font-size: 13px;
  line-height: 14px;
  color: #3a3a3a;
}
.popup__filters .ui-widget.ui-widget-content {
  height: 2px;
  border: none;
  background: #e5e5e5;
  margin-left: 10px;
  margin-right: 14px;
  position: relative;
}
.popup__filters .ui-widget.ui-widget-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #e5e5e5;
  width: calc(100% + 23px);
  margin: 0 -14px;
  margin-left: -10px;
  margin-right: -14px;
  height: 2px;
}
.popup__filters .ui-slider-horizontal .ui-slider-range {
  background: #f91942;
  height: 2px;
  border: none;
}
.popup__filters .ui-slider-horizontal .ui-slider-handle {
  top: -11px;
  background: url("../../redesign/images/svg/buttonToRange.svg") no-repeat;
  background-size: contain;
  border: none;
  outline: none;
  display: block;
  width: 22px;
  height: 22px;
}
.popup__filters .popup__content {
  max-width: 675px;
}
.popup__filters .popup__top {
  border-bottom: 1px solid #f91942;
  padding-bottom: 23px;
  margin-bottom: 27px;
}
.popup__filters .popup__title {
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #3a3a3a;
}
.popup__filters .popup__clear {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-decoration-line: underline;
  color: #a0a0a0;
  background: transparent;
  border: none;
}
.popup__filters .popup__bottom {
  border-top: 1px solid #e5e5e5;
  margin-left: -27px;
  margin-right: -27px;
  padding: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup__filters .popup__submit {
  background: #f91942;
  border-radius: 63px;
  height: 36px;
  max-width: 212px;
  cursor: pointer;
  width: 100%;
  border: none;
  margin-left: auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.popup__filters .filter__item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 27px;
  padding-bottom: 27px;
}
.popup__filters .filter__item:last-child .item__block {
  margin-bottom: 0;
  border-bottom: none;
}
.popup__filters .item__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 18px;
  grid-column-gap: 1px;
}
.popup__filters .item__block.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.popup__filters .item__block.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.popup__filters .item__block_owners {
  grid-template-columns: repeat(2, 1fr);
}
.popup__filters .item__block_owners .photo-block {
  position: relative;
}
.popup__filters .item__block_owners span {
  margin: 0;
  margin-left: 8px;
  text-transform: none;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
  font-weight: normal;
}
.popup__filters .item__block_owners .photo {
  border-radius: 50%;
  min-width: 27px;
  width: 27px;
  height: 27px;
}
.popup__filters .item__block_owners .star {
  margin-left: 8px;
}
.popup__filters .item__block_owners .online {
  width: 9px;
  height: 9px;
  background: #02d161;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0px;
  left: -8px;
  border-radius: 50%;
}
.popup__filters .item__block_owners b {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
  margin-left: 6px;
}
.popup__filters .item__block_owners sup {
  font-size: 11px;
  line-height: 13px;
  color: #3a3a3a;
  margin-left: 2px;
}
.popup__filters .item__block label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
  margin-bottom: 0;
}
.popup__filters .item__block input[type="radio"]:checked + label:before {
  border: 4px solid #f91942;
  background: #fff;
  max-width: 13px;
  min-width: 13px;
  height: 13px;
}
.popup__filters .item__block input[type="checkbox"]:checked + label:before {
  background: #f91942 url("../../redesign/images/svg/checkboxCheck.svg")
    no-repeat;
  background-position: center;
  border: 1px solid #f91942;
}
.popup__filters .item__block input[type="checkbox"] + label:before {
  content: "";
  background: #fafafa;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  max-width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 11px;
}
.popup__filters .item__block input[type="radio"] + label:before {
  content: "";
  background: #fafafa;
  border: 1px solid #c0c0c0;
  border-radius: 28px;
  width: 100%;
  max-width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 11px;
  display: block;
}
.popup__filters
  .item__block
  input[type="checkbox"]:not(:checked)
  + label:hover:before {
  background: #e6e6e6;
  transition: all 0.4s ease-in-out;
}
.popup__filters
  .item__block
  input[type="radio"]:not(:checked)
  + label:hover:before {
  background: #e6e6e6;
  transition: all 0.4s ease-in-out;
}
.popup__filters .item__block input {
  display: none;
}
.popup__filters h3 {
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-bottom: 18px;
}
.popup__sendMessage .popup__content {
  max-width: 630px;
  padding: 27px 22px;
}
.popup__sendMessage .cancel {
  background: #fafafa;
  border: 1px solid #c4c4c4;
  height: 45px;
  max-width: 130px;
  width: 100%;
  border-radius: 63px;
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #a0a0a0;
  cursor: pointer;
}
.popup__sendMessage .submit {
  background: #f91942;
  border-radius: 63px;
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  height: 45px;
  max-width: 180px;
  width: 100%;
  border: none;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: auto;
}
.popup__sendMessage .popup__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
}
.popup__sendMessage .popup__inner {
  max-height: 40vh;
}
.popup__sendMessage p {
  font-size: 16px;
  line-height: 150%;
  color: #424242;
}
.popup__sendMessage label {
  font-size: 16px;
  line-height: 150%;
  color: #424242;
  margin-bottom: 11px;
}
.popup__sendMessage textarea {
  background: #ffffff;
  outline: none;
  border: 1px solid #c0c0c0;
  height: 162px;
  resize: none;
  width: 100%;
}
.popup__sendMessage h2 {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #3a3a3a;
}
.popup__sendMessage .popup__top {
  display: block;
  margin-bottom: 27px;
}
.popup__sendMessage .popup__top .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}
.popup__pay-now .popup__content {
  max-width: 846px;
}
.popup__pay-now .popup__inner {
  max-height: 100%;
}
.popup__pay-now .popup__top {
  border-bottom: 1px solid #f91942;
  padding-bottom: 27px;
  margin-bottom: 36px;
}
.popup__pay-now .popup__title {
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #3a3a3a;
}
.popup__pay-now p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #424242;
}
.popup__pay-now p span {
  font-weight: 500;
  color: #f91942;
}
.popup__pay-now button.popup__close {
  background: #fafafa;
  border: 1px solid #c4c4c4;
  border-radius: 63px;
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #a0a0a0;
  max-width: 130px;
  height: 45px;
  width: 100%;
}
.popup__pay-now .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 72px;
}
.popup__pay-now .popup__submit {
  background: #f91942;
  border-radius: 63px;
  height: 45px;
  max-width: 135px;
  width: 100%;
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  margin-left: auto;
  text-transform: uppercase;
  color: #ffffff;
}
.popup__change-email .popup__content {
  max-width: 846px;
}
.popup__change-email .popup__inner {
  max-height: 100%;
}
.popup__change-email .popup__top {
  border-bottom: 1px solid #f91942;
  padding-bottom: 27px;
  margin-bottom: 36px;
}
.popup__change-email .popup__title {
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #3a3a3a;
}
.popup__change-email p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #424242;
}
.popup__change-email p a {
  color: #f91942;
  text-decoration: underline;
}
.popup__change-email button {
  background: #fafafa;
  border: 1px solid #c4c4c4;
  border-radius: 63px;
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #a0a0a0;
  max-width: 130px;
  height: 45px;
  width: 100%;
  margin-top: 72px;
}
.popup__rate-rental .popup__content {
  max-width: 846px;
}
.popup__rate-rental .popup__inner {
  max-height: 50vh;
}
.popup__rate-rental .popup__top {
  margin-bottom: 0;
  padding-bottom: 27px;
  border-bottom: 1px solid #f91942;
}
.popup__rate-rental .popup__title {
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #3a3a3a;
}
.popup__rate-rental .popup__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 27px;
}
.popup__rate-rental .popup__bottom .popup__close {
  background: #fafafa;
  border: 1px solid #c4c4c4;
  border-radius: 63px;
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #a0a0a0;
  height: 45px;
  max-width: 130px;
  width: 100%;
}
.popup__rate-rental .popup__bottom .leave-review {
  background: #f91942;
  border-radius: 63px;
  max-width: 186px;
  width: 100%;
  height: 45px;
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  border: none;
  text-transform: uppercase;
  color: #ffffff;
}
.popup__rate-rental .popup__rate {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.popup__rate-rental .popup__rate:not(:checked) > label {
  margin-right: 8px;
  margin-bottom: 0;
}
.popup__rate-rental .popup__rate:not(:checked) > input {
  position: absolute;
  top: -8999px;
}
.popup__rate-rental .popup__rate > input:checked ~ label svg path {
  fill: #ffc700 !important;
}
.popup__rate-rental .popup__rate:not(:checked) > label:hover svg path,
.popup__rate-rental .popup__rate:not(:checked) > label:hover ~ label svg path {
  fill: rgba(255, 199, 0, 0.5);
}
.popup__rate-rental .popup__rate > input:checked + label:hover,
.popup__rate-rental .popup__rate > input:checked + label:hover ~ label,
.popup__rate-rental .popup__rate > input:checked ~ label:hover,
.popup__rate-rental .popup__rate > input:checked ~ label:hover ~ label,
.popup__rate-rental .popup__rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.popup__rate-rental p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 18px;
  margin-top: 27px;
  line-height: 150%;
  color: #424242;
}
.popup__rate-rental textarea {
  height: 203px;
  background: #ffffff;
  border: 1px solid #c0c0c0;
  resize: none;
  outline: none;
  width: 100%;
  border-radius: 5px;
}
.popup__rate-rental .popup__photos {
  display: flex;
  align-items: center;
}
.popup__rate-rental .popup__photos input {
  display: none;
}
.popup__rate-rental .popup__photos label {
  background: #fafafa;
  border: 1px dashed #cbcbcb;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 5px;
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__rate-rental .popup__photos .img {
  margin-left: 18px;
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.popup__rate-rental .popup__photos .img:hover {
  cursor: pointer;
}
.popup__rate-rental .popup__photos .img:hover .photo {
  filter: brightness(0.5);
}
.popup__rate-rental .popup__photos .img:hover .del {
  opacity: 1;
}
.popup__rate-rental .popup__photos .img .del {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.popup__rate-rental .popup__photos .img .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 5px;
}
@media screen and (max-height: 768px) {
  .popup__inner {
    max-height: 80vh;
  }
  .popup__filters .popup__inner {
    max-height: 60vh;
  }
}
@media screen and (max-width: 700px) {
  .popup__filters .item__block {
    grid-template-columns: repeat(2, 1fr);
  }
  .popup__sendMessage .popup__top .top {
    margin-bottom: 5px;
  }
  .popup__sendMessage p {
    font-size: 14px;
  }
  .popup__sendMessage .popup__top {
    margin-bottom: 10px;
  }
  .popup__sendMessage .popup__content {
    padding: 10px;
  }
  .popup__sendMessage h2 {
    font-size: 16px;
  }
  .popup__sendMessage textarea {
    height: 90px;
  }
  .popup__sendMessage .cancel,
  .popup__sendMessage .submit {
    height: 27px;
    font-size: 14px;
  }
  .popup__rate-rental .popup__photos {
    flex-wrap: wrap;
    margin: -10px;
    margin-right: 0;
  }
  .popup__rate-rental .popup__photos label,
  .popup__rate-rental .popup__photos .img {
    margin: 10px;
    width: 63px;
    height: 63px;
  }
  .popup__rate-rental textarea {
    height: 90px;
  }
  .popup__rate-rental .popup__bottom {
    flex-direction: column;
  }
  .popup__rate-rental .popup__bottom .leave-review {
    margin-top: 10px;
  }
  .popup__rate-rental .popup__bottom .leave-review,
  .popup__rate-rental .popup__bottom .popup__close {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .popup .form__lost {
    font-size: 16px;
  }
  .popup .form__checkbox label {
    font-size: 16px;
  }
  .form__checkbox {
    margin-right: 15px;
  }
}
@media screen and (max-width: 400px) {
  .popup__filters .popup__clear {
    display: none;
  }
  .popup__filters .popup__top .popup__clear {
    display: block;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #f91942;
  }
  .popup__filters .popup__inner {
    max-height: 60vh;
  }
  .popup__filters .popup__content {
    max-height: 100%;
  }
  .popup__filters .popup__top {
    flex-direction: row-reverse;
  }
  .popup__filters .item__block_owners .star {
    margin-left: auto;
  }
  .popup__filters .popup__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
    margin-left: 36px;
  }
  .popup__filters .item__block_owners {
    grid-template-columns: 1fr;
  }
  .popup__filters .item__block:not(.item__block_owners) {
    display: flex;
    flex-wrap: wrap;
    margin: -7px -5px;
    grid-gap: 0;
  }
  .popup__filters
    .item__block:not(.item__block_owners)
    input[type="radio"]:checked
    + label,
  .popup__filters
    .item__block:not(.item__block_owners)
    input[type="checkbox"]:checked
    + label {
    background: rgba(249, 25, 66, 0.1);
    border: 1px solid #f91942;
    color: #f91942;
  }
  .popup__filters
    .item__block:not(.item__block_owners)
    input[type="radio"]
    + label:before,
  .popup__filters
    .item__block:not(.item__block_owners)
    input[type="checkbox"]
    + label:before {
    display: none;
  }
  .popup__filters .item__block {
    min-height: 0;
  }
  .popup__filters .item__block:not(.item__block_owners) label {
    width: auto;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 17.5px;
    margin: 7px 5px;
    padding: 8px 14px;
    font-size: 14px;
    line-height: normal;
    height: auto;
  }
  .popup__filters .popup__bottom {
    flex-direction: column;
    align-items: center;
    padding: 14px;
    padding-bottom: 14px;
  }
  .popup__filters .popup__bottom button {
    margin: 10px 0;
  }
  .popup__filters .popup__content {
    padding: 14px;
    max-height: 100vh;
    border-radius: 0;
    padding-top: 27px;
  }
  .popup .form__lost {
    font-size: 11px;
  }
  .popup .form__checkbox label {
    font-size: 11px;
  }
}
@media screen and (max-width: 399px) {
  .popup__top {
    padding-bottom: 3px;
  }
  .popup__top .switchp__item {
    font-size: 16px;
    padding-bottom: 14px;
    margin-bottom: -5px;
  }
  .popup .form__checkbox {
    margin-right: 15px;
  }
  .popup .form__checkbox label {
    font-size: 14px;
  }
  .popup .form__checkbox label:before {
    width: 26px;
    height: 20px;
  }
  .popup .form__lost {
    font-size: 14px;
  }
}
@media screen and (max-width: 335px) {
  .popup .form__checkbox {
    margin-right: -2px;
  }
  .form__checkbox label {
    font-size: 11px;
  }
  .form__lost {
    font-size: 11px;
  }
}
#lz-box img {
  padding: 0 !important;
}
.select2-results {
  padding-bottom: 10px;
}
.select2-container--open .select2-dropdown--below {
  margin-top: -14px !important;
  display: block !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  margin-left: 0;
  padding-left: 0;
}
.page-index {
  margin-top: -27px;
}
.page-index .switch {
  display: flex;
  align-items: center;
  overflow: auto;
}
.page-index .switch::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.page-index .switch::-webkit-scrollbar-thumb {
  background: transparent;
}
.page-index .switch__item {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #8a8a8a;
  padding: 4px 18px;
  white-space: nowrap;
  background: #e5e5e5;
  border-radius: 34px;
  margin-right: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-index .switch__item:last-child {
  margin-right: 0;
}
.page-index .switch__item:hover {
  background: rgba(249, 25, 66, 0.1);
  color: #f91942;
}
.page-index .switch__item_active {
  color: #ffffff;
  background: #f91942;
}
.page-index .switch__item_active:hover {
  background: #f91942;
  color: #ffffff;
}
.page-index__banner {
  margin-bottom: 72px;
}
.page-index__banner .air-datepicker {
  width: 234px;
}
.page-index__banner .banner__top {
  display: flex;
  align-items: center;
}
.page-index__banner .banner__inner {
  background: url("../../redesign/images/index/banner.jpg@b88c1a5e02fc")
    no-repeat;
  min-height: 495px;
  padding-bottom: 63px;
  border-radius: 14px;
  padding-top: 45px;
}
.page-index__banner .banner__inner h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3a3a3a;
}
.page-index__banner .banner__center {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  margin-top: 45px;
  padding: 22px 18px;
  position: relative;
}
.page-index__banner .banner__sides {
  display: flex;
}
.page-index__banner .banner__title {
  margin-bottom: 10px;
  border-radius: 87px;
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  width: fit-content;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.page-index__banner .banner__block {
  background: #ffffff;
  border: 1px solid #f91942;
  border-radius: 87px;
  display: flex;
  align-items: center;
  padding: 12px 18px;
  width: 100%;
}
.page-index__banner .banner__side {
  width: 100%;
  margin-right: 18px;
}
.page-index__banner .banner__side:first-child .banner__calendar,
.page-index__banner .banner__side:first-child .banner__search,
.page-index__banner .banner__side:first-child .banner__time {
  z-index: 100;
}
.page-index__banner .banner__side:last-child {
  margin-right: 0;
}
.page-index__banner .banner__calendar {
  max-width: 135px;
  min-width: 135px;
}
.page-index__banner .banner__calendar input {
  background: transparent;
  border: none;
  outline: none;
  margin-left: 8px;
}
.page-index__banner .banner__time {
  max-width: 63px;
}
.page-index__banner .banner__search {
  max-width: 249px;
}
.page-index__banner .banner__calendar,
.page-index__banner .banner__search {
  border-right: 1px solid #f91942;
  padding-right: 11px;
  margin-right: 11px;
}
.page-index__banner .select__ovf {
  overflow: auto;
  max-height: 170px;
}
.page-index__banner .select__ovf::-webkit-scrollbar {
  background: #f3f3f3;
  border-radius: 5px;
  width: 10px;
}
.page-index__banner .select__ovf::-webkit-scrollbar-thumb {
  background: #f91942;
  border-radius: 5px;
}
.page-index__banner .select__body {
  background: #ffffff;
  border-radius: 5px;
  padding: 15px 0;
  padding-right: 5px;
  box-shadow: 1px -1px 12px rgba(0, 0, 0, 0.1);
}
.page-index__banner .select__body .option {
  cursor: pointer;
}
.page-index__banner .select__body .option:hover {
  background: rgba(191, 191, 191, 0.2);
}
.page-index__banner .select__body .option span {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #3a3a3a;
  padding: 6px 14px;
  padding-right: 36px;
  margin-left: 0;
}
.page-index__banner .select__body .option_check {
  background: #f91942;
}
.page-index__banner .select__body .option_check span {
  color: #fff;
}
.page-index__banner .select__body .option_check:hover {
  background: #f91942;
}
.page-index__banner .select__body .option_check:hover span {
  color: #fff;
}
.page-index__banner .search__select {
  width: 100%;
  display: none;
}
.page-index__banner .select2 {
  display: block;
  width: 100% !important;
  margin-left: 0 !important;
}
.page-index__banner
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  display: none;
  margin-left: 0;
}
.page-index__banner
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  padding-left: 0;
  margin-left: 0;
}
.page-index__banner
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.page-index__banner
  .select2-container--default.select2-container--focus
  .select2-selection--multiple,
.page-index__banner .select2-container--default .select2-selection--multiple {
  border: none;
  margin-left: 0;
  background: transparent;
}
.page-index__banner .select__head,
.page-index__banner .banner__select {
  display: flex;
  align-items: center;
  height: 35px;
  width: 100%;
}
.page-index__banner .select__head input::placeholder,
.page-index__banner .select__head input,
.page-index__banner .select__head span,
.page-index__banner .banner__select input::placeholder,
.page-index__banner .banner__select input,
.page-index__banner .banner__select span {
  font-size: 16px;
  line-height: 19px;
  color: #3a3a3a;
  margin-left: 8px;
}
.page-index__banner .banner__button {
  margin-top: 22px;
  background: #f91942;
  border-radius: 29px;
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 222px;
  width: 100%;
  height: 45px;
  border: none;
  margin-left: auto;
  display: block;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.page-index__popular {
  background: #fafafa;
  padding-top: 54px;
  padding-bottom: 72px;
  overflow: hidden;
}
.page-index__popular .slider__inner {
  margin: 0 -15px;
  margin-top: 45px;
}
.page-index__popular .slider__item {
  margin: 0 15px;
  position: relative;
  height: 340px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  outline: none;
}
.page-index__popular .slider__item .item__photo {
  width: 100%;
  height: 100%;
  max-height: 378px;
}
.page-index__popular .slider__item .item__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page-index__popular .slider__item .item__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 22px;
  background: rgba(100, 100, 100, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 0px 0px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-index__popular .slider__item a {
  background: #f91942;
  border-radius: 36px;
  font-weight: 900;
  font-size: 16px;
  padding: 11px 27px;
  display: block;
  color: #ffffff;
  transition: all 0.4s ease;
}
.page-index__popular .slider__item a:hover {
  background: #db1f35;
}
.page-index__popular .slider__item span {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
}
.page-index__popular .slick-list {
  overflow: visible;
}
.page-index__reviews {
  padding-top: 72px;
  padding-bottom: 86px;
  overflow: hidden;
}
.page-index__reviews .item__answer {
  margin-top: 27px;
  background: #fafafa;
  border-radius: 0px 0px 14px 14px;
  padding: 18px;
  border-top: 1px solid #f91942;
}
.page-index__reviews .item__answer .item__text {
  margin: 0;
  margin-top: 18px;
}
.page-index__reviews .item__answer .item__top {
  padding: 0;
  background: transparent;
}
.page-index__reviews .item__answer .item__photo {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
}
.page-index__reviews .item__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #979797;
}
.page-index__reviews .slick-list {
  overflow: visible;
}
.page-index__reviews .item__title {
  margin-bottom: 27px;
}
.page-index__reviews .item__title a {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #3a3a3a;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.page-index__reviews .item__title a:hover {
  color: #f91942;
}
.page-index__reviews .item__photo {
  width: 63px;
  height: 63px;
  min-width: 63px;
  min-height: 63px;
}
.page-index__reviews .item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.page-index__reviews .item__text {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 150%;
  margin-bottom: 27px;
}
.page-index__reviews .item__text a {
  font-size: 16px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #f91942;
  margin-left: 3px;
}
.page-index__reviews .item__gallery {
  display: flex;
  align-items: center;
}
.page-index__reviews .item__google {
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  bottom: 0;
  right: 62px;
  padding: 12px;
  padding-bottom: 21px;
  background: #f4f4f4;
  transition: all 0.3s ease;
}
.page-index__reviews .item__google:hover {
  background: rgba(249, 25, 66, 0.1);
}
.page-index__reviews .gallery__item {
  max-width: 90px;
  max-height: 90px;
  margin-right: 18px;
}
.page-index__reviews .gallery__item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.page-index__reviews .gallery__item:last-child {
  margin-right: 0;
}
.page-index__reviews .slider__inner {
  margin: 0 -15px;
  margin-top: 63px;
}
.page-index__reviews .item__name {
  font-weight: 500;
  font-size: 18px;
  color: #424242;
  white-space: nowrap;
  margin: 0 11px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
.page-index__reviews .slider__item {
  width: 100%;
  margin: 0 15px;
  outline: none;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.page-index__reviews .item__content {
  padding: 27px 22px;
  padding-bottom: 36px;
  position: relative;
}
.page-index__reviews .item__data {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-top: 27px;
  color: #424242;
}
.page-index__reviews .item__top {
  background: #fafafa;
  border-radius: 9px 9px 0px 0px;
  display: flex;
  align-items: center;
  padding: 22px;
}
.page-index__reviews .item__country {
  font-size: 20px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.page-index__reviews .item__stars {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-bottom: -4px;
}
.page-index__reviews .item__stars .star {
  margin: 0 2px;
}
.page-index__info {
  background: #fafafa;
  padding: 72px 0;
  position: relative;
}
.page-index__info .info__red-text {
  position: absolute;
  top: 55%;
  right: -0px;
  transform: translateY(-50%) rotate(90deg);
}
.page-index__info .info__red-text span {
  margin-bottom: 27px;
  display: block;
  font-weight: 900;
  font-size: 68px;
  text-transform: uppercase;
  letter-spacing: 0.96em;
  color: rgba(255, 0, 15, 0.24);
}
.page-index__info .info__red-text span:nth-child(2) {
  letter-spacing: 0.915em;
  color: rgba(255, 0, 15, 0.2);
}
.page-index__info .info__red-text span:nth-child(3) {
  letter-spacing: 0.75em;
  color: rgba(255, 0, 15, 0.16);
}
.page-index__info .info__red-text span:nth-child(4) {
  letter-spacing: 0.945em;
  color: rgba(255, 0, 15, 0.12);
}
.page-index__info .info__sides {
  display: flex;
  margin-right: 351px;
}
.page-index__info .info__photo {
  max-width: 333px;
  max-height: 387px;
  width: 100%;
  height: 100%;
  margin-right: 32px;
}
.page-index__info .info__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-index__info .info__text ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.page-index__info .info__text li {
  margin-bottom: 27px;
}
.page-index__info .info__text li:last-child {
  margin-bottom: 0;
}
.page-index__info .info__text .li__title {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3a3a3a;
  position: relative;
  width: fit-content;
}
.page-index__info .info__text .li__title:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  background: #f91942;
  border-radius: 16px;
  height: 2px;
}
.page-index__info .info__text .li__text {
  font-size: 16px;
  line-height: 150%;
  margin-top: 33px;
  color: #3a3a3a;
  max-width: 446px;
}
.page-index__location {
  padding-top: 72px;
  padding-bottom: 77px;
}
.page-index__location .switch__blocks {
  margin-top: 27px;
}
.page-index__location .akkordeon {
  margin: 18px 0;
  border-radius: 5px;
  border: 1px solid transparent;
  overflow: hidden;
}
.page-index__location .akkordeon__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-index__location .akkordeon__button {
  background: #f91942;
  border-radius: 16px;
  padding: 8px 27px;
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
}
.page-index__location .akkordeon ul {
  margin: -11px 0;
  display: grid;
  grid-template-columns: 333px auto;
  grid-column-gap: 40px;
  width: 70%;
}
.page-index__location .akkordeon ul:not(:nth-last-child(2)) {
  margin-bottom: 27px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f91942;
  width: 100%;
}
.page-index__location .akkordeon a {
  transition: all 0.3s ease;
}
.page-index__location .akkordeon li {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  margin: 11px 0;
}
.page-index__location .akkordeon li:before {
  content: "";
  background: url("../../redesign/images/svg/pointLi.svg") no-repeat;
  background-size: contain;
  min-width: 18px;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 11px;
}
.page-index__location .akkordeon__head {
  padding: 23px 22px;
  background: #fafafa;
  border-radius: 5px 5px 0 0;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  color: #3a3a3a;
}
.page-index__location .akkordeon__head:hover {
  background: rgba(249, 25, 66, 0.1);
  color: #f91942;
}
.page-index__location .akkordeon__head:hover path {
  fill: #f91942;
}
.page-index__location .akkordeon__body {
  background: #fafafa;
  border: 1px solid transparent;
  border-radius: 0 0 5px 5px;
  padding: 22px;
}
.page-index__location .akkordeon_active {
  border: 1px solid #f91942;
}
.page-index__location .akkordeon_active .akkordeon__head {
  border-bottom: 1px solid #f91942;
}
.page-index__location .akkordeon_active .akkordeon__head svg {
  transform: rotate(90deg);
}
.page-index__location .akkordeon_active .akkordeon__head path:nth-child(1) {
  opacity: 0;
}
.page-index__questions {
  padding: 68px 0;
  background: linear-gradient(
    180deg,
    #fafafa 0%,
    #fafafa 72.24%,
    #ffffff 98.26%
  );
}
.page-index__questions #fieldsAndResult {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.page-index__questions input:not([type="submit"]),
.page-index__questions textarea {
  background: #ffffff;
  border: 1px solid #c0c0c0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 14px;
  outline: none;
  font-size: 18px;
  line-height: 21px;
  transition: all 0.3s ease;
}
.page-index__questions input:not([type="submit"]):focus,
.page-index__questions textarea:focus {
  border: 1px solid #f91942;
}
.page-index__questions input:not([type="submit"])::placeholder,
.page-index__questions textarea::placeholder {
  color: #3a3a3a;
}
.page-index__questions input:not([type="submit"]) {
  width: calc(100% / 2 - 20px);
  margin: 0 10px;
  margin-bottom: 18px;
}
.page-index__questions input[type="submit"] {
  background: #f91942;
  border: 1px solid #f91942;
  padding: 11px 12px;
  border-radius: 36px;
  width: 250px;
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
}
.page-index__questions textarea {
  width: 100%;
  margin: 0 10px;
  resize: none;
  min-height: 90px;
}
.page-index__questions form {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: start;
}
.page-index__questions form p {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  max-width: 324px;
  color: #3a3a3a;
  margin-bottom: 36px;
}
.page-index__questions form p span {
  color: #f91942;
}
.page-index__questions form .form__social {
  grid-column-start: 1;
  grid-row-start: 2;
}
.page-index__questions form .form__bottom {
  grid-row-start: 2;
  grid-column: 2 / 3;
  justify-self: end;
}
.page-index__questions form .form__socials {
  display: flex;
  align-items: center;
}
.page-index__questions form .form__input .popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99998;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  display: grid;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.page-index__questions form .form__input .popup .popup__box {
  transform: scale(0);
  display: block;
  text-align: center;
  max-width: 400px;
  padding: 25px;
  margin: 30px 15px;
  z-index: 1;
  background-color: white;
  box-shadow: 0px 1px 9px 1px rgba(34, 60, 80, 0.2);
  transition: 0.7s;
}
.page-index__questions form .form__input .popup .popup__box .popup-captcha {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.page-index__questions form .form__input .popup .popup__box .popup-captcha img {
  max-height: 50px;
}
.page-index__questions form .form__input .popup.open {
  visibility: visible;
  opacity: 1;
}
.page-index__questions form .form__input .popup.open .popup__box {
  transform: scale(1);
}
.page-index__questions form .form__input .popup.open .popup__box .popup-close {
  position: absolute;
  border: none;
  color: red;
  background-color: white;
  top: 3px;
  right: 3px;
  font-size: 30px;
  width: 30px;
}
.page-index__questions form li {
  margin-right: 18px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.page-index__questions form li img {
  display: block;
}
.page-index__questions form li:last-child {
  margin-right: 0;
}
.page-index__questions form li.soc-viber:hover {
  box-shadow: 0px 2px 8px rgba(111, 48, 154, 0.8);
}
.page-index__questions form li.soc-whatsapp:hover {
  box-shadow: 0px 2px 8px #48c95f;
}
.page-index__questions form li.soc-telegram:hover {
  box-shadow: 0px 2px 8px #2f89ce;
}
.page-index__questions form li.soc-messanger:hover {
  box-shadow: 0px 2px 8px #007fff;
}
.page-index__questions form li.soc-skype:hover {
  box-shadow: 0px 2px 8px #00a9e7;
}
.page-index__questions .wrapper:not(:first-child) {
  margin-top: 72px;
}
.page-index__questions .switch__blocks {
  margin-top: 36px;
}
.page-index__questions .akkordeon {
  background: #ffffff;
  border-radius: 10px;
  margin: 18px 0;
  padding-left: 22px;
  padding-right: 22px;
  overflow: hidden;
}
.page-index__questions .akkordeon__body {
  padding-bottom: 22px;
  border-top: 2px solid transparent;
  transition: border 0.3s ease;
  padding-top: 27px;
}
.page-index__questions .akkordeon__head {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #3a3a3a;
  padding: 22px;
  margin: 0 -22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-index__questions .akkordeon__head svg {
  min-width: 22px;
}
.page-index__questions .akkordeon__head:hover {
  background: rgba(249, 25, 66, 0.1);
  color: #f91942;
}
.page-index__questions .akkordeon__head:hover path {
  fill: #f91942;
}
.page-index__questions .akkordeon p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #3a3a3a;
}
.page-index__questions .akkordeon .inner__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-index__questions .akkordeon .inner__bottom span {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #3a3a3a;
}
.page-index__questions .akkordeon .like {
  margin-left: 27px;
  margin-right: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-index__questions .akkordeon .like span {
  margin-left: 8px;
}
.page-index__questions .akkordeon .like svg path:first-child {
  fill: #fff;
  transition: all 0.3s ease;
}
.page-index__questions .akkordeon .like .svg_fill path:first-child {
  fill: #04ba00;
}
.page-index__questions .akkordeon .dislike {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-index__questions .akkordeon .dislike span {
  margin-left: 8px;
}
.page-index__questions .akkordeon .dislike svg path:first-child {
  fill: #fff;
  transition: all 0.3s ease;
}
.page-index__questions .akkordeon .dislike .svg_fill path:first-child {
  fill: #ff002f;
}
.page-index__questions .akkordeon span {
  transition: all 0s ease;
}
.page-index__questions .akkordeon .span_opacity {
  opacity: 0;
}
.page-index__questions .akkordeon_active .akkordeon__body {
  border-top: 2px solid #f91942;
}
.page-index__questions .akkordeon_active .akkordeon__head svg {
  transform: rotate(90deg);
}
.page-index__questions .akkordeon_active .akkordeon__head path:nth-child(1) {
  opacity: 0;
}
.page-index__subscribe {
  min-height: 189px;
  position: relative;
  display: flex;
  background: url("../../redesign/images/subscribe.webp@b88c1a5e02fc") no-repeat;
  background-position: center 51.8%;
}
.page-index__subscribe:after {
  content: "";
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-index__subscribe h3 {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 18px;
}
.page-index__subscribe p {
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
.page-index__subscribe .wrapper {
  z-index: 2;
  position: relative;
}
.page-index__subscribe .subscribe__box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 665px;
  margin-left: 10px;
}
.page-index__subscribe input {
  background: #ffffff;
  border-radius: 5px;
  height: 45px;
  width: 100%;
  max-width: 324px;
  padding: 0 14px;
  font-size: 18px;
  line-height: 21px;
  border: none;
}
.page-index__subscribe input::placeholder {
  color: #3a3a3a;
}
.page-index__subscribe input[type="email"] {
  margin-right: 30px;
}
.page-index__subscribe input[type="submit"] {
  background: #f91942;
  border-radius: 36px;
  width: fit-content;
  width: 100%;
  height: 45px;
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid transparent;
}
.page-index__subscribe input[type="submit"]:hover {
  background: #db1f35;
}
.page-index__subscribe .subscribes__text {
  max-width: 306px;
  width: 100%;
}
.page-index__subscribe .subscribes__text_thx {
  max-width: 306px;
  width: 100%;
}
.page-index__subscribe .subscribe__sides {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.air-datepicker-nav--action[data-action="prev"]:hover {
  background: #f91942;
}
.air-datepicker-nav--action[data-action="prev"]:hover:after {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}
.air-datepicker-nav--action[data-action="prev"] {
  background: transparent;
  border-radius: 50%;
}
.air-datepicker-nav--action[data-action="prev"]:after {
  content: "";
  border-bottom: 3px solid #f91942;
  border-left: 3px solid #f91942;
  transform: rotate(45deg);
  margin-left: 4px;
  width: 7px;
  height: 7px;
}
.air-datepicker-nav--action[data-action="prev"] svg {
  display: none;
}
.air-datepicker-nav--action[data-action="next"]:hover {
  background: #f91942;
}
.air-datepicker-nav--action[data-action="next"]:hover:after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.air-datepicker-nav--action[data-action="next"] {
  background: transparent;
  border-radius: 50%;
}
.air-datepicker-nav--action[data-action="next"]:after {
  content: "";
  border-bottom: 3px solid #f91942;
  border-right: 3px solid #f91942;
  transform: rotate(-45deg);
  margin-right: 4px;
  width: 7px;
  height: 7px;
}
.air-datepicker-nav--action[data-action="next"] svg {
  display: none;
}
.select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  height: 42px;
  padding-left: 20px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: transparent;
  color: #f91942;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: rgba(191, 191, 191, 0.2);
  color: #8f8f8f;
}
.select2-container--default
  .select2-results__option[aria-selected="true"]
  svg
  path {
  fill: #f91942;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected]
  svg
  path {
  fill: #8f8f8f;
}
.select2-container--default .select2-results__option svg path {
  fill: #000;
}
.select2-container--open .select2-dropdown--below {
  border: none;
  font-size: 16px;
  line-height: 19px;
  color: #3a3a3a;
}
.select2-container--open .select2-dropdown--below {
  box-shadow: 1px -1px 12px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.select2-container--default .select2-selection--single {
  outline: none;
  border: none;
  background: transparent;
}
.select2-search--dropdown {
  padding: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #f91942;
}
.air-datepicker {
  width: 234px;
}
.air-datepicker-body--day-name {
  font-weight: 500;
  font-size: 13px;
  line-height: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #f91942;
}
.air-datepicker-cell.-day-.-current- {
  background: rgba(249, 25, 66, 0.7);
  border-radius: 50%;
  color: #fff;
}
.air-datepicker-cell.-day-.-disabled- {
  opacity: 0.5;
  background: transparent;
  color: #3a3a3a;
}
.air-datepicker-cell.-day-.-selected- {
  border-radius: 50%;
  background: #f91942;
  color: #fff;
}
.air-datepicker-cell.-day-.-other-month- {
  opacity: 0;
  visibility: hidden;
}
.air-datepicker-cell.-day- {
  width: 32px;
  height: 32px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #3a3a3a;
}
.air-datepicker-cell.-day-.-focus- {
  border-radius: 50%;
  background: #f91942;
  color: #fff;
}
.air-datepicker-nav--title {
  font-size: 16px;
  line-height: 20px;
  color: #3a3a3a;
}
.air-datepicker-nav--title i {
  color: #3a3a3a;
}
.air-datepicker-nav {
  border-bottom: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.page-index__banner .banner__select input,
.page-index__banner .banner__select input::placeholder,
.page-index__banner .banner__select span,
.page-index__banner .select__head input,
.page-index__banner .select__head input::placeholder,
.page-index__banner .select__head span {
  width: 100%;
}
.page-index__questions .akkordeon .inner__bottom {
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  .page-index__banner .banner__select input,
  .page-index__banner .banner__select input::placeholder,
  .page-index__banner .banner__select span,
  .page-index__banner .select__head input,
  .page-index__banner .select__head input::placeholder,
  .page-index__banner .select__head span,
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    max-width: 117px;
  }
}
@media screen and (max-width: 1024px) {
  .banner__inner .wrapper {
    padding-left: 27px;
    padding-right: 27px;
    max-width: calc(1062px + 54px);
  }
  .page-index__questions .akkordeon .inner__bottom span {
    font-size: 14px;
    line-height: normal;
  }
  .page-index__reviews .item__date {
    font-size: 13px;
    line-height: 14px;
    margin-top: 8px;
  }
  .page-index__banner .banner__center {
    padding: 27px 18px;
  }
  .page-index__reviews .item__name {
    font-size: 14px;
    line-height: 16px;
  }
  .page-index__reviews .item__title,
  .page-index__reviews .item__title span a {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 18px;
  }
  .page-index__popular .slider__item .item__bottom {
    padding: 21px 18px;
  }
  .page-index__popular .slider__item a {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 18px;
  }
  .page-index__popular .slider__item span {
    font-size: 22px;
    line-height: 25px;
  }
  .page-index__reviews .item__text a,
  .page-index__reviews .item__text {
    font-size: 14px;
    line-height: 22px;
  }
  .page-index__banner .banner__inner {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .page-index__banner .banner__top {
    align-items: center;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
  }
  .page-index__banner .banner__calendar {
    min-width: 108px;
  }
  .page-index__banner .banner__calendar,
  .page-index__banner .banner__search {
    padding-right: 7px;
    margin-right: 7px;
  }
  .page-index__banner .banner__select input,
  .page-index__banner .banner__select input::placeholder,
  .page-index__banner .banner__select span,
  .page-index__banner .select__head input,
  .page-index__banner .select__head input::placeholder,
  .page-index__banner .select__head span {
    font-size: 14px;
    line-height: 16px;
  }
  .page-index__banner .banner__button {
    padding: 11px;
    max-width: 225px;
    width: 100%;
  }
  .page-index__banner {
    margin-bottom: 54px;
  }
  .page-index__popular {
    padding: 54px 0;
  }
  .page-index__reviews {
    padding: 54px 0;
  }
  .page-index__info {
    padding: 54px 0;
  }
  .page-index__info .info__photo {
    max-width: 254px;
  }
  .page-index__popular .slider__item .item__photo {
    max-height: 270px;
  }
  .page-index__reviews .item__photo {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
  }
  .page-index__reviews .item__top {
    padding: 10px;
  }
  .page-index__reviews .item__content {
    padding: 10px;
  }
  .page-index__reviews .item__google {
    padding: 9px 14px 18px;
  }
  .page-index__reviews .item__text {
    margin-bottom: 18px;
  }
  .page-index__info .info__red-text span {
    font-size: 55px;
  }
  .page-index__info .info__red-text span:nth-child(4),
  .page-index__info .info__red-text span:nth-child(3) {
    display: none;
  }
  .page-index__info .info__photo {
    margin-right: 24px;
  }
  .page-index__info .info__red-text {
    right: -90px;
  }
  .page-index__info .info__sides {
    margin-right: 135px;
  }
  .page-index__info .info__text .li__text {
    margin-top: 24px;
  }
  .page-index__info .info__text .li__text {
    font-size: 14px;
  }
  .page-index__location {
    padding: 54px 0;
  }
  .page-index__questions h2,
  .page-index__location h2 {
    margin-bottom: 36px;
  }
  .page-index__questions .akkordeon p {
    font-size: 14px;
    line-height: 150%;
  }
  .page-index__location .akkordeon__head {
    padding: 19px 22px;
  }
  .page-index__questions {
    padding: 54px 0;
  }
  .page-index__questions {
    margin-left: 22px;
  }
  .page-index__questions input[type="submit"] {
    max-width: 187px;
    margin-left: 14px;
    min-width: 250px;
  }
  .page-index__questions .recapcha img {
    max-width: 187px;
  }
  .page-index__questions form li {
    width: 36px;
    height: 36px;
  }
  .page-index__questions form li img {
    width: 100%;
    height: 100%;
  }
  .page-index__questions form p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper {
    max-width: calc(1062px + 36px);
    padding-left: 18px;
    padding-right: 18px;
  }
  .page-index__banner .banner__block {
    padding: 5px 14px;
  }
  .page-index__popular .wrapper:after {
    left: calc(-100% + 18px);
  }
  .page-index__reviews .slick-list,
  .page-index__popular .slick-list {
    padding-left: 0 !important;
  }
  .page-index__banner .banner__sides {
    display: block;
  }
  .page-index__banner .banner__side {
    margin-bottom: 21px;
  }
  .page-index__banner .banner__inner {
    background: url("../../redesign/images/index/banner-mob.jpg@b88c1a5e02fc")
      no-repeat;
    background-size: cover;
  }
  .page-index__banner .banner__reviews {
    display: none;
  }
  .page-index__banner .banner__center {
    margin-top: 36px;
  }
  .page-index__banner .banner__inner h1 {
    font-size: 32px;
    line-height: normal;
  }
  .page-index__banner .banner__search {
    max-width: 100%;
  }
  .page-index__subscribe .subscribe__box {
    display: block;
    margin-left: 0;
    max-width: 315px;
  }
  .page-index__subscribe input[type="submit"] {
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
  }
  .page-index__location .akkordeon__inner {
    display: block;
  }
  .page-index__location .akkordeon__button {
    margin-left: auto;
    display: block;
    width: fit-content;
    margin-top: 19px;
  }
  .page-index__info .info__red-text span {
    display: none;
  }
  .page-index__info .info__sides {
    margin-right: 0;
  }
  .page-index .slider__arrows {
    display: none;
  }
  .page-index h2 {
    margin-bottom: 27px;
    font-size: 29px;
    line-height: normal;
  }
  .page-index .subtitle {
    font-size: 16px;
    line-height: normal;
  }
  .page-index__questions form {
    display: grid;
  }
}
@media screen and (max-width: 700px) {
  .page-index__info .info__photo {
    display: none;
  }
  .page-index__location .akkordeon ul {
    display: block;
  }
  .page-index__questions input:not([type="submit"]) {
    width: calc(100% - 18px);
  }
  .page-index__questions form {
    grid-template-rows: repeat(4, auto);
  }
  .page-index__questions .form__ask {
    grid-column: 1 / 3;
    grid-row-start: 1;
  }
  .page-index__questions .form__input {
    grid-auto-flow: row;
    grid-column: 1 / 3;
    grid-row-start: 2;
  }
  .page-index__questions .form__social {
    grid-column: 1 / 3;
    grid-row-start: 3 !important;
    margin: 10px 0;
  }
  .page-index__questions .form__bottom {
    grid-column: 1 / 3 !important;
    grid-row-start: 4 !important;
    justify-self: unset !important;
  }
  .page-index__questions form p {
    max-width: 100%;
  }
  .page-index__questions input[type="submit"] {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
  }
  .page-index__subscribe .subscribe__sides {
    display: block;
  }
  .page-index__subscribe {
    padding: 45px 0;
  }
  .page-index__subscribe input,
  .page-index__subscribe .subscribe__box {
    max-width: 100%;
  }
  .page-index__subscribe .subscribes__text {
    max-width: 100%;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 576px) {
  .page-index__banner .banner__block {
    background: transparent;
    border: none;
  }
  .page-city .page-index__banner,
  .page-post__comments {
    margin-top: 20px;
  }
  .page-index__banner .banner__title {
    width: calc(100% - 18px);
  }
  .page-index__questions .wrapper:not(:first-child) {
    margin-top: 54px;
  }
  .page-index__reviews .item__title,
  .page-index__reviews .item__title span a {
    font-size: 16px;
  }
  .page-index__reviews .slider__inner {
    margin: 0 -10px;
  }
  .page-index__reviews .slider__item {
    margin: 0 10px;
  }
  .page-index__banner .banner__time,
  .page-index__banner .banner__calendar,
  .page-index__banner .banner__search {
    margin-bottom: 14px;
    margin: 0;
    background: #ffffff;
    border: 1px solid #f91942;
    border-radius: 87px;
    padding: 14px;
    max-width: 100%;
    width: 100%;
    height: 45px;
  }
  .page-index__banner .banner__time,
  .page-index__banner .banner__calendar {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
  }
  .page-index__banner .banner__search {
    margin: 0 10px;
    margin-bottom: 14px;
  }
  .page-index__banner .banner__button {
    max-width: 100%;
    width: calc(100% - 18px);
    display: block;
    margin: 0 10px;
    padding: 11px;
  }
  .page-index__banner .banner__title {
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-index__banner .banner__center {
    padding: 27px 9px;
  }
  .page-index__banner .banner__block {
    flex-wrap: wrap;
    padding: 0;
  }
  .page-index__banner .banner__side {
    margin-bottom: 26px;
  }
  .page-index__banner .banner__inner h1 {
    font-size: 29px;
    line-height: 40px;
  }
  .page-index__banner .banner__center {
    margin-top: 25px;
  }
  header {
    margin-bottom: 18px;
  }
  .banner__inner .wrapper {
    padding-left: 18px;
    padding-right: 18px;
    max-width: calc(1062px + 36px);
  }
  .page-index__banner .banner__inner {
    margin-left: -18px;
    margin-right: -18px;
    border-radius: 0;
  }
  .page-index__questions,
  .page-index__location,
  .page-index__info,
  .page-index__reviews,
  .page-index__popular {
    padding: 45px 0;
  }
  .page-index__banner {
    margin-bottom: 41px;
  }
  .page-index h2 {
    font-size: 25px;
    line-height: normal;
  }
  .page-index__popular .slider__item a {
    padding: 10px 27px;
  }
  .page-index__popular .slider__item {
    margin: 0 10px;
  }
  .page-index__popular .slider__inner {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-index__reviews .item__photo {
    margin-bottom: -18px;
  }
  .page-index__reviews .item__stars {
    margin-left: auto;
  }
  .page-index__reviews .item__country {
    margin-top: -3px !important;
  }
  .page-index__reviews .item__name {
    margin-left: 10px;
    white-space: nowrap;
  }
  .page-index__reviews .slider__inner {
    margin-top: 28px;
  }
  .page-index__info .info__text li {
    margin-bottom: 27px;
  }
  .page-index__info .info__text li:last-child {
    margin-bottom: 0;
  }
  .page-index__info .info__text .li__text {
    font-size: 16px;
  }
  .page-index .switch__item {
    margin-right: 11px;
    font-size: 14px;
    line-height: normal;
    padding: 4px 14px;
  }
  .page-index__location .akkordeon__head {
    font-size: 17px;
    line-height: normal;
  }
  .page-index__location .akkordeon li {
    font-size: 16px;
    line-height: normal;
    margin: 23px 0;
  }
  .page-index__location .akkordeon__body,
  .page-index__location .akkordeon__head {
    padding: 22px 18px;
  }
  .page-index__location .akkordeon__button {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 27px;
  }
  .page-index__questions .akkordeon__head {
    font-size: 16px;
    line-height: normal;
  }
  .page-index__questions .akkordeon__head span {
    margin-right: 27px;
  }
  .page-index__questions .akkordeon p {
    font-size: 16px;
  }
  .page-index__questions .akkordeon .inner__bottom {
    margin-top: 27px;
  }
  .page-index__questions form p {
    margin-bottom: 27px;
    max-width: 100%;
  }
  .page-index__subscribe h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 27px;
  }
  .page-index__subscribe p {
    font-size: 14px;
    line-height: normal;
  }
}
@media screen and (max-width: 400px) {
  .page-index__questions .wrapper:not(:first-child) {
    margin-top: 36px;
  }
  .page-index__questions form .form__socials {
    justify-content: space-between;
  }
  .page-index__questions input:not([type="submit"]),
  .page-index__questions textarea {
    font-size: 14px;
    line-height: normal;
  }
  .page-index__reviews .item__title,
  .page-index__reviews .item__title span a {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .page-index__reviews .item__text a,
  .page-index__reviews .item__text {
    font-size: 13px;
    line-height: normal;
  }
  .page-index__reviews .item__google {
    right: 18px;
  }
  .page-index__reviews .item__data {
    font-size: 14px;
    line-height: normal;
    margin-top: 27px;
  }
  .page-index__info {
    padding: 27px 0;
  }
  .page-index__info .info__text .li__text {
    font-size: 14px;
  }
  .page-index__location .akkordeon__body,
  .page-index__location .akkordeon__head {
    padding: 18px;
  }
  .page-index__location .akkordeon__head {
    font-size: 16px;
  }
  .page-index__location .akkordeon li {
    font-size: 14px;
  }
  .page-index__location .akkordeon li {
    margin: 18px 0;
  }
  .page-index__questions .akkordeon .inner__bottom span {
    font-size: 14px;
  }
  .page-index__questions .akkordeon .inner__bottom span {
    margin-right: auto;
  }
  .page-index__questions .akkordeon p {
    font-size: 14px;
  }
  .page-index__questions .akkordeon__head {
    padding: 14px 18px;
    margin: 0 -18px;
  }
  .page-index__questions .akkordeon__body {
    padding-top: 18px;
  }
  .page-index__questions .akkordeon__head span {
    font-size: 14px;
  }
  .page-index__questions .akkordeon {
    padding-left: 18px;
    padding-right: 18px;
  }
  .banner__inner .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .page-index__banner .banner__inner h1 {
    padding: 0 18px;
  }
  .page-index__popular .slider__item a {
    font-size: 13px;
    padding: 9px 19px;
  }
  .page-index__popular .slider__item span {
    font-size: 16px;
    line-height: normal;
  }
  .page-index__popular .slider__item .item__bottom {
    padding: 18px;
  }
  .header__logo img {
    width: 36px;
    height: 36px;
  }
  .page-index__banner .banner__inner {
    padding-top: 18px;
    padding-bottom: 0;
  }
  .page-index__banner .banner__center {
    padding-top: 23px;
    margin-top: 23px;
    border-radius: 0;
  }
  .header__logo span {
    font-size: 16px;
    line-height: normal;
  }
  .page-index h2 {
    font-size: 22px;
    margin-bottom: 27px;
  }
  .page-index__popular .slider__inner {
    margin-top: 27px;
  }
  .page-index__popular .slider__item .item__photo {
    max-height: 331px;
    height: 331px;
  }
  .page-index__reviews {
    padding: 36px 0;
  }
}
@media screen and (max-width: 576px) {
  .page-index__reviews .item__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-index__reviews .item__stars {
    width: 100%;
    margin-left: 48px;
  }
  .page-index__reviews .item__name {
    max-width: calc(100% - 100px);
  }
  .page-single .page-index__reviews .item__lft {
    width: 100%;
  }
  .page-single .page-index__reviews .item__stars {
    margin-top: -7px;
    margin-left: 48px;
  }
  .page-index__reviews .item__date {
    margin-top: 1px;
  }
  .page-company .item__lft {
    width: 100%;
  }
}
.page-country {
  margin-top: -27px;
}
.page-country__list {
  padding-bottom: 72px;
}
.page-country .page-index__banner {
  margin-bottom: 51px;
}
.page-country .banner__inner {
  background: url("../../redesign/images/index/banner.jpg@b88c1a5e02fc")
    no-repeat;
  padding-bottom: 0;
  min-height: 405px;
}
.page-country__where {
  background: #fafafa;
  padding: 72px 0;
}
.page-country__where .where__item {
  position: relative;
  height: 225px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.page-country__where .where__item:hover {
  border: 1px solid #f91942;
}
.page-country__where .where__item img {
  display: block;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-country__where .where__item .item__text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 81px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 22px;
  border-radius: 0 0 5px 5px;
}
.page-country__where .where__item h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 8px;
}
.page-country__where .where__item p {
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
.page-country__where .where__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 36px;
  margin-top: 45px;
}
.page-country__where .where__block_2 {
  margin-bottom: 54px;
}
.page-country__where .where__block_2 .where__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-country__where .where__block_2 .item__text {
  bottom: auto;
  left: auto;
  max-width: 225px;
  border-radius: 5px;
  text-align: center;
  padding-left: 0;
}
.page-country .page-index__info {
  background: #fff;
}
.page-country__find {
  background: #fafafa;
  padding: 72px 0;
  display: flex;
  align-items: center;
}
.page-country__find .d-none {
  display: none;
}
.page-country__find .find__lft {
  margin-right: 639px;
  min-height: 369px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page-country__find .find__lft h2 {
  margin-bottom: 41px;
}
.page-country__find .find__lft p {
  font-size: 16px;
  line-height: 150%;
  color: #3a3a3a;
  max-width: 301px;
  margin-bottom: 43px;
}
.page-country__find .find__lft button {
  background: #f91942;
  border: 1px solid #f91942;
  border-radius: 36px;
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  padding: 11px 27px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
.page-country__find .find__rht {
  position: absolute;
  right: 0;
  max-width: 50vw;
  width: 100%;
  height: 369px;
  display: flex;
  align-items: center;
}
.page-country__find .find__item {
  min-width: 0;
  height: 100%;
  width: 25%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.page-country__find .find__item:hover {
  min-width: 432px;
  width: 100%;
  transition: all 0.3s ease;
}
.page-country__find .find__item:hover .item__text {
  opacity: 1;
  transition: all 0.3s 0.3s ease;
}
.page-country__find .item__text {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 5px;
  padding: 15px 18px;
  opacity: 0;
  width: 70%;
  transition: all 0.3s 0s ease;
}
.page-country__find .item__text .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-country__find .item__text span {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  margin-right: 64px;
}
.page-country__find .item__text h3 {
  margin-bottom: 13px;
}
.page-country__find .item__text h3 a {
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  color: #ffffff;
}
.page-country__find .item__text h3 a:hover {
  text-decoration-line: underline;
}
.page-country__find .item__text .stars {
  display: flex;
  align-items: center;
}
.page-country__find .item__text .stars .star {
  margin-right: 5px;
}
.page-country__find .item__text .stars span {
  margin-right: 8px;
}
.page-country__find .item__photo {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}
.page-country__find .item__photo img {
  width: 100%;
  transition: all 0.3s ease;
  height: 100%;
  object-fit: cover;
}
.page-country__find .find__sides {
  display: flex;
  align-items: center;
}
.page-country__locals {
  background: #fafafa;
  padding: 72px 0;
  overflow: hidden;
}
.page-country__locals .wrapper {
  position: relative;
}
.page-country__locals .wrapper:after {
  content: "";
  background: #fafafa;
  left: calc(-100% + 45px);
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}
.page-country__locals .slick-list {
  overflow: visible;
}
.page-country__locals .slick-track {
  margin-left: 0;
}
.page-country__locals h2 {
  margin-bottom: 0;
}
.page-country__locals .slider__top {
  margin-bottom: 45px;
}
.page-country__locals .slider__item {
  position: relative;
  margin: 0 10px;
  outline: none;
  border-radius: 5px;
}
.page-country__locals .slider__item img {
  width: 100%;
  border-radius: 5px;
}
.page-country__locals .slider__item:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-country__locals .slider__item:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.page-country__locals .slider__inner {
  margin: 0 -10px;
}
.page-country__locals .switch__blocks {
  margin-top: 36px;
}
.page-country__locals .item__bottom {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 13px;
  padding-right: 22px;
  bottom: 27px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.page-country__locals .item__bottom p {
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}
.page-country__locals .item__bottom b {
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
  display: block;
}
.page-country__locals .item__bottom:hover b {
  text-decoration: underline;
}
.page-country__prices {
  padding: 72px 0;
}
.page-country__prices p.subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-transform: none;
  color: #3a3a3a;
}
.page-country__prices h2 {
  margin-bottom: 45px;
}
.page-country__prices .prices__scales {
  display: flex;
  padding-top: 36px;
  padding-bottom: 22px;
  margin: 0 -10px;
}
.page-country__prices .prices__march {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  margin-bottom: 27px;
}
.page-country__prices .prices__march_tab {
  display: none;
}
.page-country__prices .prices__march li {
  width: 100%;
  text-align: center;
  margin: 0 10px;
  font-size: 14px;
  line-height: 150%;
  color: #3a3a3a;
}
.page-country__prices .prices__scale {
  height: 225px;
  width: 100%;
  background: #fafafa;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 0 10px;
}
.page-country__prices .prices__scale span {
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 8px;
  display: block;
  color: #3a3a3a;
}
.page-country__prices .prices__bottom {
  display: flex;
  align-items: center;
}
.page-country__prices .prices__bottom span {
  margin-left: 12px;
  font-size: 14px;
  line-height: 150%;
  color: #3a3a3a;
}
.page-country__prices .scale_done {
  background: rgba(249, 25, 66, 0.5);
  border: 1px solid #f91942;
  border-radius: 5px;
  height: 40%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-country__where .where__item {
    height: 162px;
  }
  .page-country__where .where__block {
    grid-column-gap: 24px;
    grid-row-gap: 27px;
  }
  .page-country__find .find__lft {
    margin-right: 0;
  }
  .page-country__find .find__rht {
    height: 252px;
    max-width: 60vw;
  }
  .page-country__find .find__lft {
    min-height: 252px;
  }
  .page-country__find h2.d-none {
    display: block;
  }
  .page-country__find .find__lft h2 {
    display: none;
  }
  .page-country__find .find__item:hover {
    min-width: 90px;
  }
  .page-country__find .find__lft {
    max-width: 252px;
  }
  .page-country__where,
  .page-country__prices,
  .page-country__locals,
  .page-country__find {
    padding: 54px 0;
  }
  .page-country__prices .prices__march {
    display: none;
  }
  .page-country__list {
    padding-bottom: 54px;
  }
  .page-country__prices .prices__march_tab {
    display: flex;
  }
  .page-country__prices .prices__march li,
  .page-country__prices .prices__scale {
    min-width: 54px;
  }
  .prices__block {
    overflow: auto;
  }
  .page-country__prices .prices__bottom {
    margin-top: 27px;
  }
}
@media screen and (max-width: 992px) {
  .page-country .banner__inner {
    background: url("../../redesign/images/index/banner-mob.jpg@b88c1a5e02fc")
      no-repeat;
    background-size: cover;
  }
  .page-country__where .where__block {
    margin-top: 36px;
  }
  .page-country__where .where__block_2 {
    margin-bottom: 45px;
  }
  .slider__arrows {
    display: none;
  }
  .page-country__where .where__block {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-country__where .where__item {
    height: 212px;
  }
  .page-country__find .find__lft {
    display: none;
  }
  .page-country__find .find__rht {
    height: auto;
    max-width: 100%;
    position: static;
    display: grid;
    grid-gap: 27px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 27px;
  }
  .page-country__locals h2 {
    font-size: 29px;
    line-height: 40px;
  }
  .page-country__locals .wrapper:after {
    left: calc(-100% + 18px);
  }
  .page-country__where,
  .page-country__find,
  .page-country__locals,
  .page-country__prices {
    padding: 45px 0;
  }
  .page-country__find h2.d-none {
    margin-bottom: 36px;
    font-size: 29px;
    line-height: 40px;
  }
  .page-country__find .find__item {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }
  .page-country__find .find__item .item__text {
    opacity: 1;
  }
  .page-country__find .find__item:hover {
    min-width: 0;
    height: 100%;
  }
  .page-country__find .subtitle.d-none {
    display: block;
  }
  .page-country__locals .slider__inner {
    margin-left: -133px;
  }
  .page-country__find h2.d-none,
  h2 {
    font-size: 29px;
    line-height: 39px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 940px) {
  .page-country__find .item__text span {
    margin-right: 20px;
  }
}
@media screen and (max-width: 909px) {
  .page-country__prices .prices__scale span {
    font-size: 12px;
  }
}
@media screen and (max-width: 899px) {
  .banner__filters .filters__list {
    margin-top: 5px;
  }
}
@media screen and (max-width: 780px) {
  .page-country__find .item__text .star svg {
    width: 14px;
    height: 14px;
  }
  .page-country__find .item__text .bottom {
    font-size: 15px;
  }
  .page-country__find .item__text span {
    font-size: 15px;
  }
  .page-country__find .item__text .stars {
    align-items: flex-end;
  }
  .page-country__find .item__text h3 a {
    font-size: 19px;
  }
}
@media screen and (max-width: 700px) {
  .page-country__find .item__text {
    width: 90%;
  }
  .page-country__locals h2 {
    font-size: 25px;
    line-height: 34px;
  }
  .page-country__find h2.d-none,
  h2 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 36px;
  }
  .page-country__list {
    overflow: hidden;
  }
  .list__content {
    overflow: visible;
    border: none;
  }
  .banner__filters {
    margin-top: 18px;
  }
  .page-index__banner .banner__side {
    margin-bottom: 18px;
  }
  .banner__filters .filters__list {
    margin-left: 10px;
    margin-top: 18px;
  }
  .list__top {
    background: #f4f4f4;
    border: 1px solid #e2e2e2;
    padding: 18px;
    margin-left: -18px;
    width: calc(100% + 36px);
    flex-direction: row-reverse;
    align-items: baseline;
  }
  .list__top .list__count {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    color: #424242;
  }
  .list__top .select__head {
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #424242;
  }
  .list__top .select__body {
    left: auto;
    right: 0;
  }
  .page-country__locals .slider__inner {
    margin-left: -45px;
  }
}
@media screen and (max-width: 576px) {
  .page-country__where .where__block {
    grid-template-columns: 1fr;
    grid-gap: 18px;
  }
  .page-country__where .where__block {
    margin-top: 27px;
  }
  .page-country__where .where__block_2 {
    margin-bottom: 45px;
  }
  p.subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .page-country__where .where__block_2 .where__item {
    height: 144px;
  }
  .list__content_lots:after {
    z-index: 39;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) -11.06%,
      #ffffff 92.27%
    );
    left: -18px;
    width: calc(100% + 36px);
  }
  .banner__filters .filters__list {
    flex-wrap: wrap;
  }
  .banner__filters li {
    margin-bottom: 10px;
  }
  .page-country__find {
    overflow: hidden;
  }
  .page-country__find .item__text {
    width: 70%;
  }
  .page-country__find .item__text .star svg {
    width: 20px;
    height: 19px;
  }
  .page-country__find .item__text .bottom {
    align-items: center;
    justify-content: space-between;
  }
  .page-country__find .item__text span {
    font-size: 18px;
  }
  .page-country__find .item__text h3 a {
    font-size: 22px;
  }
  .page-country__find .find__rht {
    display: block;
    height: 315px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-country__find .slick-list {
    overflow: visible;
  }
  .page-country__find .item__text {
    left: 10px;
  }
  .page-country__find .item__text span {
    margin-right: 27px;
  }
  .page-country__find .find__item {
    height: 315px;
    margin: 0 10px;
    outline: none;
  }
  .page-country__find .find__item:hover {
    height: 315px;
  }
}
@media screen and (max-width: 1026px) {
  .page-country__find .star:not(:first-child) {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .page-country__find .star {
    display: flex !important;
  }
  .page-country__find .star {
    align-items: center;
  }
}
@media screen and (max-width: 810px) {
  .page-country__find .item__text .stars .star {
    margin-right: 2px;
  }
}
@media screen and (max-width: 780px) {
  .page-country__find .item__text .stars {
    align-items: center;
  }
}
@media screen and (max-width: 420px) {
  .page-country__find .star:not(:first-child) {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .page-country__locals h2 {
    font-size: 22px;
    line-height: 29px;
  }
  .page-country__find h2.d-none,
  h2 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 27px;
  }
}
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  flex: 1 1 auto;
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
