@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap';

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover,
a {
  text-decoration: none;
}

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}

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

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

html {
  height: 100%;
}

@media (width <= 767px) {
  html {
    width: 100%;
    overflow: hidden auto;
    position: relative;
  }
}

body {
  font-family: Roboto, sans-serif;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: rgb(40 40 40);
  -webkit-text-size-adjust: 100%;
  background: rgb(142 142 147 / 50%);
}

@media (width <= 767px) {
  body {
    max-width: 100vw;
    overflow: hidden auto;
    position: relative;
  }
}

#bg-carousel {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

#bg-carousel .bg-carousel__inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

#bg-carousel .bg-carousel__inner .bg-carousel__item {
  position: absolute;
  display: block;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: no-repeat center center;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#bg-carousel .bg-carousel__inner .bg-carousel__item--active {
  opacity: 1;
}

#bg-cover {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: rgb(0 0 0 / 30%) url("../../img/dot_black.png");
  pointer-events: none;
}

.map-tab,
.map-near {
  width: 105%;
  margin: 0 -2.5%;
}

@media (width >= 1981px) {
  .map-tab,
  .map-near {
    width: 120%;
    margin: 0 -10%;
  }
}

@media (width <= 1600px) {
  .map-tab,
  .map-near {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}

@media (width <= 992px) {
  .map-tab,
  .map-near {
    width: calc(100% + 12px);
    margin: 0 -6px;
  }
}

.wrapper {
  width: calc(100% + 32px);
  max-width: 1920px;
  padding: 0 2.5%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (width >= 1981px) {
  .wrapper {
    padding: 0 10%;
  }
}

@media (width <= 1600px) {
  .wrapper {
    padding: 0 20px;
  }
}

@media (width <= 992px) {
  .wrapper {
    padding: 4px;
  }
}

@media (width <= 767px) {
  .wrapper {
    padding: 0;
    overflow-x: hidden;
    position: relative;
  }
}

.container {
  width: 100%;
  max-width: 2700px;
  padding: 0;
  margin: 0 auto;
}

.btn {
  font-family: Roboto, sans-serif;
  border: 1px solid rgb(44 44 44);
  border-radius: 8px;
  height: 32px;
  background: rgb(120 165 90);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(245 245 245);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:hover {
  background: rgb(89 147 50);
  color: #fff;
}

.btn--red {
  background: rgb(179 38 30);
  color: #fff;
  border: 0;
  height: 54px;
  padding: 0 32px;
  font-size: 24px;
  padding-right: 50px;
  position: relative;
}

@media (width <= 767px) {
  .btn--red {
    font-size: 18px;
    height: 40px;
  }
}

.btn--red::before {
  content: "";
  background: url("../images/red-btn-arrow.svg") 50% 50% no-repeat;
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
}

.btn--lg {
  height: 40px;
  font-size: 20px;
  padding: 0 35px;
}

.btn--fuild {
  width: 100%;
}

.btn--fixed {
  width: 126px;
}

.btn--light {
  border-color: rgb(118 118 118);
  background: rgb(227 227 227);
  color: rgb(30 30 30);
}

.btn--light:hover {
  background: rgb(118 118 118);
  color: #fff;
}

.burger {
  display: none;
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 111;
  background: rgb(98 91 113 / 8%);
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.burger.open {
  border-color: rgb(210 210 210);
}

.burger.open::before {
  background: rgb(148 148 148);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
  height: 2px;
}

.burger.open::after {
  background: rgb(148 148 148);
  top: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 2px;
}

.burger.open span::before {
  display: none;
}

.burger::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 7px;
  width: 18px;
  height: 2px;
  background: rgb(73 69 79);
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.burger::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 7px;
  width: 18px;
  height: 2px;
  background: rgb(73 69 79);
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.burger span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.burger span::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 7px;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  background: rgb(73 69 79);
}

@media (width <= 992px) {
  .burger {
    display: block;
  }
}

.mobile-menu {
  position: absolute;
  top: 3px;
  left: 6px;
  border-radius: 18px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  background: rgb(237 237 237);
  width: 50px;
  padding: 40px 4px 4px;
  display: none;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-menu.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (width <= 992px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-menu ul li {
  margin-bottom: 7px;
}

.mobile-menu ul li:last-child {
  margin-bottom: 0;
}

.mobile-menu ul li img {
  display: block;
  width: 42px;
  height: 42px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 100%;
  max-width: 2700px;
  margin: 0 auto;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  padding: 6px 12px;
  background: rgb(217 217 217);
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  border-radius: 17px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.25px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (width <= 700px) {
  .header__top {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (width <= 700px) {
  .header__top-links {
    display: none;
  }
}

.header__top-links a[class*="header__top"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  text-decoration: underline;
  color: rgb(6 69 173);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__top-links a[class*="header__top"]:hover {
  color: rgb(3 47 123);
}

.header__top-mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 18px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  background: rgb(237 237 237);
  width: 200px;
  padding: 40px 12px 12px;
  display: none;
  -webkit-transform: translateX(270px);
          transform: translateX(270px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 122;
}

.header__top-mobile-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (width <= 700px) {
  .header__top-mobile-menu {
    display: block;
  }
}

.header__top-mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header__top-mobile-menu ul li {
  margin-bottom: 12px;
}

.header__top-mobile-menu ul li:last-child {
  margin-bottom: 0;
}

.header__top-mobile-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  color: rgb(6 69 173);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 8px;
  border-radius: 8px;
}

.header__top-mobile-menu ul li a:hover {
  background: rgb(217 217 217);
  color: rgb(3 47 123);
}

.header__top-mobile-menu ul li a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__top-mobile-menu ul li a p {
  margin: 0;
  font-size: 14px;
}

.header__top .burger {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 122;
}

@media (width <= 700px) {
  .header__top .burger {
    display: block;
  }
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 46px;
  background: rgb(238 238 238);
  border-radius: 18px;
  padding: 0 15px 3px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  margin: 0 auto 8px;
  width: 100%;
  z-index: 120;
  position: relative;
}

@media (width <= 1600px) {
  .header__bottom {
    margin: 0 0 8px;
  }
}

@media (width <= 992px) {
  .header__bottom {
    height: 48px;
    width: 100%;
  }
}

.wrapper {
  padding-top: 4px;
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 992px) {
  .header__btns {
    display: none;
  }
}

.header__btns .btn {
  margin-left: 12px;
  width: 128px;
  padding: 0;
}

.logo {
  margin-right: 10px;
  margin-bottom: -7px;
}

.logo img {
  display: block;
  width: 170px;
}

@media (width <= 1440px) {
  .logo img {
    width: 120px;
  }
}

@media (width <= 992px) {
  .location-btn {
    display: none;
  }
}

.location-btn a {
  color: rgb(40 40 40);
  font-size: 18px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (width <= 1440px) {
  .location-btn a {
    font-size: 14px;
  }
}

.location-btn a:hover {
  border-color: rgb(40 40 40);
}

.location-btn .icon {
  display: block;
  margin-right: 8px;
}

.location-btn .icon img {
  display: block;
}

.location-btn-mobile {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

@media (width <= 992px) {
  .location-btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.location-btn-mobile a {
  color: rgb(40 40 40);
  font-size: 18px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.location-btn-mobile a span {
  color: rgb(0 66 131);
  font-size: 14px;
}

@media (width <= 1440px) {
  .location-btn-mobile a {
    font-size: 14px;
  }
}

@media (width <= 992px) {
  .location-btn-mobile a {
    font-size: 18px;
  }
}

.location-btn-mobile a:hover {
  border-color: rgb(40 40 40);
}

.location-btn-mobile .icon {
  display: block;
  margin-right: 8px;
}

.location-btn-mobile .icon img {
  display: block;
}

@media (width <= 992px) {
  .main-menu {
    display: none;
  }
}

.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu ul li {
  margin: 0 20px;
}

@media (width <= 1440px) {
  .main-menu ul li {
    margin: 0 5px;
  }
}

.main-menu ul li a {
  color: rgb(40 40 40);
  font-size: 18px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}

@media (width <= 1440px) {
  .main-menu ul li a {
    font-size: 14px;
  }
}

.main-menu ul li a:hover {
  border-color: rgb(40 40 40);
}

.search-mobile {
  position: relative;
  display: none;
}

@media (width <= 1280px) {
  .search-mobile {
    display: block;
  }
}

.search-mobile__btn {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(98 91 113 / 8%);
  cursor: pointer;
  border-radius: 50%;
}

.search-mobile__btn img {
  display: block;
  width: 16px;
  height: 16px;
}

.search-mobile__content {
  position: absolute;
  top: calc(100% + 15px);
  right: -15px;
  width: 240px;
  height: 40px;
  border: 1px solid rgb(217 217 217);
  background: #fff;
  padding: 0 16px;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-mobile__content.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.search-mobile__content input {
  font-family: Roboto, sans-serif;
  color: rgb(40 40 40);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  background: transparent;
  border: 0;
  width: 100%;
}

.search-mobile__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.search-mobile__content::input-placeholder {
  color: rgb(189 189 189);
}

.search-mobile__content::placeholder {
  color: rgb(189 189 189);
}

.search-mobile__content:input-placeholder {
  color: rgb(189 189 189);
}

.search-mobile__content::input-placeholder {
  color: rgb(189 189 189);
}

.search-mobile__content::placeholder {
  color: rgb(189 189 189);
}

.search-mobile__clear {
  display: block;
  min-width: 16px;
  margin-left: 8px;
  cursor: pointer;
}

.search-mobile__clear img {
  display: block;
  width: 16px;
  height: 16px;
}

@media (width <= 1280px) {
  .header-search {
    display: none;
  }
}

.header-search__content {
  width: 240px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 99px;
}

.header-search__content input {
  font-family: Roboto, sans-serif;
  color: rgb(40 40 40);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  width: 100%;
  text-align: center;
  background: transparent;
  border: 0;
}

.header-search__content input::input-placeholder {
  color: rgb(137 137 137);
}

.header-search__content input::placeholder {
  color: rgb(137 137 137);
}

.header-search__content input:input-placeholder {
  color: rgb(137 137 137);
}

.header-search__content input::input-placeholder {
  color: rgb(137 137 137);
}

.header-search__content input::placeholder {
  color: rgb(137 137 137);
}

.header-search__content .icon {
  display: block;
  min-width: 20px;
  margin-right: 8px;
}

.header-search__content .icon img {
  display: block;
  width: 16px;
  height: 16px;
}

.header-search__clear {
  display: block;
  min-width: 16px;
  margin-left: 8px;
  cursor: pointer;
}

.header-search__clear img {
  display: block;
  width: 16px;
  height: 16px;
}

.mode-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 992px) {
  .mode-selection {
    display: none;
  }
}

.mode-selection a {
  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: 0 5px;
  border-radius: 50%;
  border: 1px solid rgb(194 194 194 / 60%);
  background: rgb(155 154 154 / 30%);
  width: 26px;
  height: 26px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mode-selection a:hover {
  opacity: 0.5;
}

.mode-selection a.active {
  background-color: #fff;
  border-color: #fff;
}

.mode-selection a img {
  display: block;
}

.column-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hidden {
  display: none;
}

.modal-location {
  background: rgb(241 241 241);
  width: 100%;
  max-width: 920px;
  padding: 30px 30px 100px;
}

@media (width <= 767px) {
  .modal-location {
    padding: 30px 20px;
  }
}

.modal-location .fancybox-slide--html .fancybox-close-small {
  width: 36px;
  height: 36px;
  right: 16px;
  top: 16px;
  border: 1px solid rgb(210 210 210);
  background: rgb(98 91 113 / 8%) url("../images/close.svg") 50% 50% no-repeat;
  border-radius: 50px;
}

.modal-location .fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin-top: 60px;
}

@media (width <= 594px) {
  .wrapper {
    margin-top: 90px;
  }
}

@media (width <= 360px) {
  .wrapper {
    margin-top: 125px;
  }
}

.search-location__title {
  display: block;
  margin-bottom: 24px;
  color: rgb(73 69 79);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}

@media (width <= 767px) {
  .search-location__title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

.search-location__input {
  max-width: 460px;
  margin-bottom: 30px;
}

.search-location__input form {
  width: 100%;
}

.search-location__input input {
  font-family: Roboto, sans-serif;
  color: rgb(40 40 40);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 99px;
}

.search-location__alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.search-location__alphabet ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-location__alphabet ul li {
  padding: 0 8px;
  border-right: 1px solid rgb(40 40 40);
  margin-bottom: 4px;
}

.search-location__alphabet ul li:last-child {
  border-right: 0;
}

.search-location__alphabet ul li a {
  color: rgb(40 40 40);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}

.search-location__alphabet ul li a:hover {
  border-color: rgb(40 40 40);
}

.search-location__city-title {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-align: left;
}

@media (width <= 767px) {
  .search-location__city-title {
    font-size: 16px;
  }
}

.search-location__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (width <= 680px) {
  .search-location__content ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.search-location__content ul li {
  width: 20%;
  padding-right: 10px;
}

@media (width <= 992px) {
  .search-location__content ul li {
    width: 33.3333333333%;
  }
}

@media (width <= 680px) {
  .search-location__content ul li {
    width: calc(50% - 10px);
  }
}

.search-location__content ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-align: left;
  color: rgb(0 66 131);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}

@media (width <= 680px) {
  .search-location__content ul li a {
    font-size: 16px;
  }
}

.search-location__content ul li a:hover {
  border-color: rgb(0 66 131);
}

.adress-all {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 12px;
  background: rgb(217 217 217 / 60%);
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  color: rgb(55 55 55);
  margin-bottom: 8px;
}

@media (width <= 1600px) {
  .adress-all {
    font-size: 20px;
  }
}

@media (width <= 680px) {
  .adress-all {
    font-size: 16px;
  }
}

.adress-all span {
  color: rgb(255 32 32);
}

.adress-all a {
  color: rgb(0 66 131);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}

.adress-all a:hover {
  border-color: rgb(0 66 131);
}

.filter {
  position: relative;
  border-radius: 18px;
  background: url("../images/filter-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  margin-bottom: 14px;
  z-index: 15;
}

.filter.open {
  padding: 30px;
}

@media (width <= 1600px) {
  .filter.open {
    padding: 6px;
  }
}

.filter.open .filter__btn-show {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter .col-12 {
  min-height: 360px;
}

@media (width <= 1200px) {
  .filter .col-12 {
    min-height: auto;
  }
}

.filter__btn-show {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  padding-top: 0;
  position: relative;
  z-index: 9;
}

@media (width <= 767px) {
  .filter__btn-show {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
}

.filter__btn-show .clear-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (width <= 767px) {
  .filter__btn-show .clear-filter {
    font-size: 14px;
  }
}

.filter__btn-show .clear-filter:hover {
  border-color: #fff;
}

.filter__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}

.filter .row {
  position: relative;
  z-index: 9;
}

.filter__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #646464;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9px;
  background: rgb(255 255 255 / 33%);
  padding: 0 24px 0 12px;
  height: 46px;
  width: auto;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}

@media (width <= 767px) {
  .filter__title {
    margin-bottom: 4px;
    font-size: 16px;
    width: 100%;
  }
}

.filter__title .icon {
  margin-right: 10px;
}

.filter__title .icon img {
  display: block;
}

.filter__numbers {
  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;
  border-radius: 50%;
  background: rgb(179 38 30);
  font-size: 14px;
  position: absolute;
  top: -3px;
  right: -3px;
  color: #fff;
  width: 22px;
  height: 22px;
}

.filter__tabs-location {
  padding: 8px;
  border-radius: 9px;
  background: rgb(255 255 255 / 33%);
  margin-bottom: 20px;
}

@media (width <= 767px) {
  .filter__tabs-location {
    margin-bottom: 4px;
  }
}

.filter__tabs-location .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 9px;
  background: rgb(255 255 255 / 33%);
}

.filter__tabs-location .tabs li {
  width: 33.3333333333%;
}

.filter__tabs-location .tabs a {
  width: 100%;
  height: 30px;
  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;
  font-size: 14px;
  color: rgb(73 69 79);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}

.filter__tabs-location .tabs a::before {
  content: "";
  width: 40px;
  height: 6px;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -3px;
  background: rgb(179 38 30);
  border-radius: 100px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.filter__tabs-location .tabs a:hover {
  color: rgb(179 38 30);
}

.filter__tabs-location .tabs a.active {
  color: rgb(179 38 30);
}

.filter__tabs-location .tabs a.active::before {
  opacity: 1;
}

.filter__tabs-location .tabgroup {
  padding: 8px 0 16px;
}

.filter__tabs-location .tabgroup div {
  position: relative;
}

.filter__tabs-location .tabgroup input {
  max-width: 240px;
  width: 100%;
  height: 40px;
  border: 1px solid rgb(202 196 208);
  border-radius: 99px;
  background: rgb(250 250 250);
  font-family: Roboto, sans-serif;
  color: rgb(40 40 40);
  font-size: 16px;
  font-weight: 400;
  padding: 0 16px;
  margin-left: 20px;
}

.filter__tabs-location .tabgroup input:first-child {
  margin-left: 0;
}

.filter__tabs-location .tabgroup input::input-placeholder {
  color: rgb(189 189 189);
}

.filter__tabs-location .tabgroup input::placeholder {
  color: rgb(189 189 189);
}

.filter__tabs-location .tabgroup input:input-placeholder {
  color: rgb(189 189 189);
}

.filter__tabs-location .tabgroup input::input-placeholder {
  color: rgb(189 189 189);
}

.filter__tabs-location .tabgroup input::placeholder {
  color: rgb(189 189 189);
}

.filter__tabs-location-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  border-radius: 9px;
  background: rgb(255 255 255 / 33%);
}

.filter__tabs-location-btn .btn {
  padding: 0;
}

.filter__tabs-location-btn .icon {
  display: block;
  margin-right: 15px;
  min-width: 32px;
  width: 32px;
}

.filter__tabs-location-btn .icon img {
  display: block;
  width: 32px;
  height: 32px;
}

.filter-item {
  margin-bottom: 20px;
}

.filter-item.hide {
  display: none;
}

.filter-item.open {
  display: block;
}

@media (width <= 767px) {
  .filter-item {
    margin-bottom: 4px;
  }
}

.filter-item__inputs {
  border-radius: 9px;
  background: rgb(255 255 255 / 33%);
  margin-bottom: 4px;
  padding: 6px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (width <= 1600px) {
  .filter-item__inputs {
    padding: 6px 10px;
  }
}

.filter-item__inputs-title {
  color: rgb(73 69 79);
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.25px;
  text-align: center;
  width: 100px;
}

@media (width <= 1440px) {
  .filter-item__inputs-title {
    font-size: 14px;
    width: 80px;
  }
}

.filter-item__inputs-title span {
  display: block;
  color: rgb(0 0 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.filter-item__inputs-title span::first-letter {
  font-size: 14px;
}

.filter-item__inputs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 992px) {
  .filter-item__inputs-content {
    min-width: 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.filter-item__inputs-content input {
  width: 75px;
  height: 35px;
  border: 1px solid rgb(202 196 208);
  border-radius: 8px;
  background: rgb(250 250 250);
  font-family: Roboto, sans-serif;
  color: rgb(40 40 40);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-left: 20px;
}

@media (width <= 1600px) {
  .filter-item__inputs-content input {
    margin-left: 10px;
  }
}

@media (width <= 1440px) {
  .filter-item__inputs-content input {
    width: 60px;
    font-size: 14px;
  }
}

@media (width <= 1200px) {
  .filter-item__inputs-content input {
    width: 75px;
    font-size: 16px;
  }
}

.filter-item__inputs-content input:first-child {
  margin-left: 0;
}

.filter-item__inputs-content input::input-placeholder {
  color: rgb(189 189 189);
}

.filter-item__inputs-content input::placeholder {
  color: rgb(189 189 189);
}

.filter-item__inputs-content input:input-placeholder {
  color: rgb(189 189 189);
}

.filter-item__inputs-content input::input-placeholder {
  color: rgb(189 189 189);
}

.filter-item__inputs-content input::placeholder {
  color: rgb(189 189 189);
}

.filter-item__choice {
  border-radius: 9px;
  background: rgb(255 255 255 / 33%);
  padding: 6px 30px;
}

@media (width <= 1600px) {
  .filter-item__choice {
    padding: 6px 0 6px 10px;
  }
}

@media (width <= 1600px) {
  .filter-item__choice {
    padding: 6px;
  }
}

.filter-item__choice--inline {
  padding: 6px 0 6px 10px;
}

@media (width <= 1600px) {
  .filter-item__choice--inline {
    padding: 6px;
  }
}

.filter-item__choice--inline .filter-item__choice-content {
  margin-top: -4px;
}

.filter-item__choice-title {
  display: block;
  font-size: 14px;
  color: rgb(73 69 79);
  text-align: center;
}

.filter-item__choice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-item__choice-content-title {
  display: block;
  margin: 4px 8px 0 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.filter-item__choice-content-title::first-letter {
  font-size: 14px;
}

.filter-item__choice-item {
  position: relative;
  margin: 4px 8px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  background: rgb(255 241 194);
  border-radius: 8px;
  font-size: 16px;
  color: rgb(73 69 79);
  cursor: pointer;
}

.filter-item__choice-item.active {
  color: #fff;
  background: rgb(179 38 30);
}

.content-block {
  margin-bottom: 14px;
  padding: 24px;
  border-radius: 18px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  background: rgb(235 235 235);
}

.content-block--dark {
  background: rgb(103 57 15);
}

.content-block--beige-bg {
  background: rgb(249 242 235);
}

.content-block--brown-border {
  border: 6px solid rgb(190 150 112);
}

.content-block--brown-dark-border {
  border: 6px solid rgb(112 65 22);
}

.content-block--pb {
  padding-bottom: 4px;
}

@media (width <= 767px) {
  .content-block--pb {
    padding-bottom: 0 !important;
  }
}

@media (width <= 767px) {
  .content-block {
    padding: 0;
  }
}

.content-block p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(49 17 29);
  margin-bottom: 20px;
}

.content-block p:last-child {
  margin-bottom: 0;
}

.content-block__title {
  display: block;
  text-align: center;
  font-size: 36px;
  color: rgb(55 55 55);
  margin-bottom: 40px;
  font-weight: 400;
}

@media (width <= 767px) {
  .content-block__title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.sauna-item {
  position: relative;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  border-radius: 12px;
  margin-bottom: 20px;
}

.sauna-item__photo-numbers {
  position: absolute !important;
  top: 6px;
  right: 6px;
  z-index: 9;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  height: 30px;
  border-radius: 12px;
  background: rgb(217 217 217 / 80%);
  padding: 0 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: rgb(69 69 69);
}

.sauna-item .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  left: 0;
  top: 330px;
  width: 100%;
  z-index: 12;
}

.sauna-item .tabs li {
  width: 20%;
}

.sauna-item .tabs li a {
  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;
  height: 32px;
  border: 1px solid rgb(237 237 237 / 70%);
  border-radius: 12px 12px 0 0;
  background: rgb(237 237 237 / 70%);
  color: rgb(101 101 101);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.sauna-item .tabs li a.active {
  height: 40px;
  margin-top: -8px;
  color: rgb(65 65 65);
  background: rgb(237 237 237);
  border-color: rgb(237 237 237);
}

.sauna-item--sm .tabs {
  top: 148px;
}

.sauna-item__images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.sauna-item__images a {
  position: relative;
  display: block;
  height: 180px;
  margin-bottom: 1px;
  overflow: hidden;
}

.sauna-item__images a:hover img {
  -webkit-transform: scale(1.2) rotate(-2deg);
          transform: scale(1.2) rotate(-2deg);
}

.sauna-item__images a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sauna-item__images a:first-child {
  width: 100%;
}

.sauna-item__images a:nth-child(2) {
  margin-right: 1px;
  width: calc(50% - 0.5px);
}

.sauna-item__images a:nth-child(3) {
  width: calc(50% - 0.5px);
}

.sauna-item__content {
  padding: 6px 10px;
  background-color: #fff;
  position: relative;
  max-height: 250px;
}

@media (width <= 767px) {
  .sauna-item__content {
    max-height: none;
    overflow: visible;
  }
}

.sauna-item__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 0 0 / 0%)), to(rgb(0 0 0 / 30%)));
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 30%));
}

.sauna-item__title {
  display: block;
  margin-bottom: 8px;
  color: rgb(0 0 0);
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.sauna-item__more-btn {
  width: 100%;
  height: 34px;
  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;
  border-radius: 0 0 12px 12px;
  background: rgb(255 211 147);
  font-size: 16px;
  color: rgb(0 0 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgb(255 211 147);
  cursor: pointer;
}

.sauna-item__more-btn:hover {
  background: #F8AE42;
  border-color: #F8AE42;
}

.sauna-item__more-btn span {
  position: relative;
}

.sauna-item__more-btn span::after {
  content: "▼";
  position: relative;
  right: -10px;
  font-size: 14px;
}

.sauna-item__info-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  color: rgb(0 0 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.sauna-item__info-item--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.sauna-item__info-item strong {
  font-weight: 600;
}

.sauna-item__info-item a {
  color: rgb(0 0 0);
}

.sauna-item__info-item a.link {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: rgb(0 66 131);
}

.sauna-item__info-item a.link:hover {
  border-color: rgb(0 66 131);
}

.sauna-item__info-item .icon {
  width: 24px;
  min-width: 24px;
  margin-right: 10px;
  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;
}

.sauna-item__info-item .icon img {
  display: block;
}

.sauna-item__info-item .hint,
.sauna-item__info-item .icon-whatsapp {
  display: block;
  margin: 0 8px;
}

.sale-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 10px;
}

.sale-link a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  height: 20px;
  padding: 0 10px;
  background: rgb(255 211 147);
  color: rgb(88 88 88);
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  cursor: pointer;
  padding-right: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgb(255 211 147);
  white-space: nowrap;
}

.sale-link a:hover {
  background: #F8AE42;
  border-color: #F8AE42;
}

.sale-link a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/arrow-down.svg") 50% 50% no-repeat;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.sauna-item__info-item--cost:has(.sauna-sale-dropdown.open) .sale-link a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sauna-sale-dropdown {
  display: none;
  position: absolute;
  bottom: 40px;
  left: -4px;
  width: calc(100% + 8px);
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  background: rgb(241 241 241);
  padding: 15px 30px;
  z-index: 13;
  max-height: 500px;
  overflow-y: auto;
}

@media (width <= 767px) {
  .sauna-sale-dropdown {
    max-height: none;
    position: relative;
    bottom: -10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    padding: 6px 10px;
  }
}

.sauna-sale-dropdown::after {
  content: "×";
  position: absolute;
  top: 10px;
  right: 15px;
  width: 24px;
  height: 24px;
  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;
  font-size: 28px;
  line-height: 1;
  color: rgb(88 88 88);
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 14;
}

@media (width <= 767px) {
  .sauna-sale-dropdown::after {
    content: none;
  }
}

.sauna-sale-dropdown::after:hover {
  color: rgb(0 0 0);
}

.sauna-sale-dropdown.open {
  display: block;
}

.sauna-sale-dropdown__title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgb(73 69 79);
}

.sauna-sale-dropdown__title span {
  color: rgb(179 38 30);
}

.sauna-sale-dropdown ul {
  padding-left: 0;
  list-style-type: disc;
}

.sauna-sale-dropdown ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: rgb(73 69 79);
  line-height: 20px;
}

.sauna-sale-dropdown ul li span {
  color: rgb(179 38 30);
}

.sauna-sale-dropdown p {
  margin-bottom: 10px;
  font-size: 15px;
  color: rgb(73 69 79);
  line-height: 20px;
}

.content-btn a {
  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;
  height: 50px;
  border-radius: 18px;
  font-size: 24px;
  color: rgb(74 68 88);
  border: 1px solid rgb(255 211 147);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  background: rgb(255 211 147);
}

@media (width <= 767px) {
  .content-btn a {
    font-size: 20px;
  }
}

.content-btn a:hover {
  background: #F8AE42;
  border-color: #F8AE42;
}

.best-bath {
  display: block;
  position: relative;
  height: 290px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}

.best-bath:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}

.best-bath img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 2s;
  transition: 2s;
}

.best-bath__content {
  padding: 10px 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(91 50 12 / 60%)), to(rgb(214 124 42 / 30%)));
  background: linear-gradient(0deg, rgb(91 50 12 / 60%), rgb(214 124 42 / 30%) 100%);
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.best-bath__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: rgb(242 184 181);
  margin-bottom: 8px;
}

.best-bath__text {
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
  position: relative;
}

.best-bath__text::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.row--with-tags .col-12 {
  padding-bottom: 60px;
}

@media (width <= 767px) {
  .row--with-tags .col-12 {
    padding-bottom: 40px;
  }
}

.article-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
  background: rgb(249 249 249);
  height: calc(100% - 20px);
}

.article-item:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}

.article-item__tag {
  display: block;
  font-size: 22px;
  margin-top: -10px;
  font-weight: 500;
}

.article-item__tag a {
  color: rgb(0 66 131);
}

.article-item__img {
  height: 172px;
  display: block;
  overflow: hidden;
}

.article-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 2s;
  transition: 2s;
}

.article-item__content {
  display: block;
  background: rgb(249 249 249);
  padding: 10px 20px;
}

.article-item__title {
  display: block;
  font-size: 18px;
  line-height: 100%;
  color: rgb(117 22 23);
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.article-item__text {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: rgb(49 17 29);
}

.action-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}

.action-item:hover .action-item__images img {
  -webkit-transform: scale(1.2) rotate(-2deg);
          transform: scale(1.2) rotate(-2deg);
}

.action-item__images {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  min-height: 200px;
}

.action-item__images span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 12;
  background: rgb(255 0 132 / 90%);
  font-size: 14px;
  font-weight: 700;
  color: rgb(255 251 250);
  border-radius: 12px;
  padding: 0 12px;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.action-item__images img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.action-item__content {
  padding: 10px 20px;
  height: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.action-item__content ul {
  list-style-type: disc;
  padding-left: 10px;
}

.action-item__content ul li {
  font-size: 15px;
  color: rgb(49 17 29);
  margin-bottom: 10px;
}

.action-item__more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 20px;
}

.action-item__more-btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  height: 30px;
  background: transparent;
  color: rgb(142 142 147);
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgb(142 142 147);
  white-space: nowrap;
  margin: 0 -20px -10px 0;
}

.action-item__more-btn a:hover {
  background: rgb(255 211 147);
  border-color: rgb(255 211 147);
}

.popular-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
}

.popular-filter::-webkit-scrollbar {
  display: none;
}

@media (width <= 767px) {
  .popular-filter {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 0 16px;
    overflow-x: auto;
  }
}

.popular-filter__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 16px 16px 0;
  height: 40px;
  padding: 0 16px;
  background: rgb(255 211 147);
  border-radius: 18px;
  color: #000;
  font-size: 16px;
  min-width: 176px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

@media (width <= 767px) {
  .popular-filter__item {
    min-width: auto;
    height: 32px;
    font-size: 14px;
    margin-right: 10px;
  }
}

.popular-filter__item.active {
  background: rgb(179 38 30);
  color: #fff;
}

.popular-service {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}

.popular-service:hover .action-item__images img {
  -webkit-transform: scale(1.2) rotate(-2deg);
          transform: scale(1.2) rotate(-2deg);
}

.popular-service__title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  color: rgb(179 38 30);
  font-weight: 700;
}

.popular-service__images {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  min-height: 200px;
}

.popular-service__images span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 12;
  background: rgb(0 128 2 / 90%);
  font-size: 14px;
  font-weight: 700;
  color: rgb(255 251 250);
  border-radius: 12px;
  padding: 0 12px;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popular-service__images img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popular-service__content {
  padding: 10px 20px;
  height: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popular-service__content ul {
  list-style-type: disc;
  padding-left: 10px;
}

.popular-service__content ul li {
  font-size: 15px;
  color: rgb(49 17 29);
  margin-bottom: 10px;
}

.popular-service__more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 20px;
}

.popular-service__more-btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  height: 30px;
  padding: 0 10px;
  background: transparent;
  color: rgb(142 142 147);
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgb(142 142 147);
  margin: 0 -20px -10px 0;
}

.popular-service__more-btn a:hover {
  background: rgb(255 211 147);
  border-color: rgb(255 211 147);
}

.popular-service .icon {
  display: block;
  min-width: 30px;
  margin-right: 10px;
}

.popular-service__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.popular-service__price-list span {
  display: block;
  font-size: 16px;
  color: rgb(73 69 79);
}

.popular-service__price-list span strong {
  margin-right: 5px;
}

.about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: rgb(49 17 29);
  margin-bottom: 10px;
}

.about-top .icon {
  display: block;
  margin-right: 20px;
}

.about-top .icon img {
  display: block;
  width: 30px;
  margin-bottom: -3px;
}

.footer__main {
  padding: 24px;
  border-radius: 12px 12px 0 0;
  background: rgb(255 224 178);
}

.footer__main .search-location__content ul li a {
  color: #000;
}

.footer__main .search-location__content ul li a:hover {
  border-color: #000;
}

@media (width <= 767px) {
  .footer__main .search-location__city {
    display: none;
  }
}

.footer__bottom {
  padding: 10px 24px;
  background: rgb(89 55 23);
}

@media (width <= 767px) {
  .footer__bottom {
    padding: 45px 16px;
  }
}

.footer__bottom .copy {
  font-size: 20px;
  color: rgb(255 255 255);
  display: block;
}

@media (width <= 767px) {
  .footer__bottom .copy {
    font-size: 14px;
    text-align: center;
  }
}

.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-menu ul li {
  margin-right: 30px;
  margin-bottom: 20px;
}

@media (width <= 767px) {
  .footer-menu ul li {
    margin-bottom: 10px;
  }
}

.footer-menu ul li a {
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid transparent;
}

@media (width <= 767px) {
  .footer-menu ul li a {
    font-size: 15px;
  }
}

.footer-menu ul li a:hover {
  border-color: #000;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  font-weight: 300;
  color: #000;
}

.breadcrumbs a {
  display: inline-block;
  color: rgb(0 66 131);
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.breadcrumbs a:hover {
  border-color: rgb(0 66 131);
}

.breadcrumbs a svg {
  -webkit-transform: translate(2px, -3px);
          transform: translate(2px, -3px);
}

.breadcrumbs .sep {
  display: block;
  margin: 0 6px;
}

.inner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

@media (width <= 767px) {
  .inner-title {
    width: 100%;
  }
}

.inner-title span {
  font-size: 36px;
  color: rgb(73 69 79);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9px;
  background: rgb(233 233 233 / 60%);
  padding: 6px 16px;
  max-width: 1100px;
  width: 100%;
}

@media (width <= 767px) {
  .inner-title span {
    font-size: 18px;
  }
}

.inner-title--dark span {
  background: rgb(245 236 223 / 50%) !important;
}

.inner-title--sm span {
  width: auto;
  padding: 6px 60px;
  background: rgb(0 0 0 / 5%);
  font-size: 32px;
}

@media (width <= 767px) {
  .inner-title--sm span {
    font-size: 18px;
    padding: 5px 30px;
    width: 100%;
  }
}

@media (width <= 767px) {
  .inner-title-mobile {
    background: transparent;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.catalog-tabs {
  margin-bottom: 30px;
}

.catalog-tabs__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media (width <= 992px) {
  .catalog-tabs__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.catalog-tabs__head .filter__title {
  margin-bottom: 0;
}

@media (width <= 992px) {
  .catalog-tabs__head .filter__title {
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}

.catalog-tabs__head .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  background: rgb(233 233 233 / 60%);
  padding: 3px;
}

@media (width <= 992px) {
  .catalog-tabs__head .tabs {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (width <= 767px) {
  .catalog-tabs__head .tabs {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (width <= 767px) {
  .catalog-tabs__head .tabs--main {
    display: none;
  }
}

.catalog-tabs__head .tabs li {
  margin-right: 5px;
}

.catalog-tabs__head .tabs li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

@media (width <= 374px) {
  .catalog-tabs__head .tabs li .icon {
    display: none;
  }
}

.catalog-tabs__head .tabs li .icon img {
  display: block;
  width: 24px;
}

@media (width <= 767px) {
  .catalog-tabs__head .tabs li .icon img {
    width: 20px;
  }
}

@media (width <= 767px) {
  .catalog-tabs__head .tabs li {
    margin-right: 0;
  }
}

.catalog-tabs__head .tabs li span.icon {
  margin-right: 10px;
}

@media (width <= 767px) {
  .catalog-tabs__head .tabs li span.icon {
    margin-right: 2px;
  }
}

.catalog-tabs__head .tabs li span.icon img {
  display: block;
}

@media (width <= 767px) {
  .catalog-tabs__head .tabs li span.icon img {
    width: 20px;
  }
}

.catalog-tabs__head .tabs li:last-child {
  margin-right: 0;
}

.catalog-tabs__head .tabs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(100 100 100);
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
  border-radius: 8px;
}

@media (width <= 767px) {
  .catalog-tabs__head .tabs li a {
    font-size: 16px;
    padding: 8px;
  }
}

@media (width <= 429px) {
  .catalog-tabs__head .tabs li a {
    font-size: 16px;
    padding: 5px 2px;
  }
}

@media (width <= 374px) {
  .catalog-tabs__head .tabs li a {
    font-size: 16px;
    padding: 5px;
  }
}

.catalog-tabs__head .tabs li a.active {
  background: rgb(233 233 233 / 60%);
}

.product-card {
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  background: rgb(238 238 238);
}

.product-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 20px;
  border-radius: 8px;
}

@media (width <= 767px) {
  .product-card__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (width <= 480px) {
  .product-card__btn .btn {
    width: 100%;
  }
}

.product-card__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (width <= 1600px) {
  .product-card__right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-card__head {
  padding: 16px;
}

@media (width <= 767px) {
  .product-card__head {
    padding: 9px;
  }
}

.product-card__title {
  font-size: 26px;
  font-weight: 600;
  color: rgb(49 17 29);
}

@media (width <= 992px) {
  .product-card__title {
    font-size: 18px;
  }
}

.product-card__side {
  width: 145px;
}

@media (width <= 1600px) {
  .product-card__side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (width <= 992px) {
  .product-card__side {
    display: none;
  }
}

.product-card__adress {
  width: calc(100% - 170px);
  border-radius: 8px 8px 12px 12px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  background: rgb(255 255 255 / 93%);
  padding: 10px;
}

@media (width <= 1600px) {
  .product-card__adress {
    margin-bottom: 10px;
    width: 100%;
  }
}

@media (width <= 992px) {
  .product-card__adress {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px 0 0;
  }
}

.product-card__adress-item-veriant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-right: 10px;
}

.product-card__adress-item-veriant:last-child {
  margin-right: 0;
}

.product-card__adress-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  color: rgb(73 69 79);
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

@media (width <= 992px) {
  .product-card__adress-item {
    font-size: 16px;
  }
}

.product-card__adress-item .icon-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -2px;
  left: 0;
}

.product-card__adress-item .icon-first img {
  display: block;
}

.product-card__adress-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 5px;
}

.product-card__adress-item .icon img {
  display: block;
}

.product-card__adress-item a {
  color: rgb(0 66 131);
  margin-right: 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-card__adress-item a:hover {
  border-color: rgb(0 66 131);
}

.product-card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 38px;
  margin-bottom: 12px;
  background: rgb(21 143 0 / 60%);
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 28px;
  padding-left: 10px;
}

@media (width <= 1600px) {
  .product-card__rating {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.product-card__rating .icon {
  display: block;
  margin-left: 8px;
}

.product-card__rating .icon img {
  display: block;
}

.product-card__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 38px;
  margin-bottom: 12px;
  background: #FF9800;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 28px;
}

.product-card__reviews:hover {
  color: #fff;
}

.product-card__reviews .icon {
  display: block;
  margin-right: 8px;
}

.product-card__reviews .icon img {
  display: block;
}

.product-card__reviews-number {
  font-size: 20px;
  margin-right: 6px;
}

.product-card__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: -60px;
}

@media (width <= 1600px) {
  .product-card__phones {
    margin-top: -90px;
  }
}

@media (width <= 992px) {
  .product-card__phones {
    margin-top: 0;
  }
}

.product-card__phones a {
  color: rgb(183 28 28);
  font-size: 22px;
  margin-right: 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (width <= 992px) {
  .product-card__phones a span {
    display: none;
  }
}

@media (width <= 992px) {
  .product-card__phones a {
    font-size: 14px;
    height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid rgb(0 66 131);
    border-radius: 12px;
    padding: 0 8px 0 35px;
    position: relative;
    margin: 0 10px 10px 0;
  }

  .product-card__phones a::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: -1px;
    top: -1px;
    background: url("../images/tel-icon.svg") 0 0 no-repeat;
    background-size: 24px auto;
  }
}

.product-card__phones a:hover {
  border-color: rgb(179 38 30);
}

.product-card__phones .icon {
  display: block;
  margin-right: 10px;
}

@media (width <= 992px) {
  .product-card__phones .icon {
    display: none;
  }
}

.product-card__phones .icon img {
  display: block;
  width: 28px;
}

.product-card__contacts-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-card__contacts-bottom .icon {
  display: block;
  margin-right: 10px;
}

.product-card__contacts-bottom .icon img {
  display: block;
  width: 28px;
}

.product-card__whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  margin-right: 10px;
}

.product-card__whatsapp a {
  color: rgb(73 69 79);
  font-size: 20px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (width <= 992px) {
  .product-card__whatsapp a {
    font-size: 16px;
  }
}

.product-card__whatsapp a:hover {
  border-color: rgb(73 69 79);
}

.product-card__whatsapp .icon {
  display: block;
  margin-right: 10px;
}

.product-card__whatsapp .icon img {
  display: block;
  width: 28px;
}

.examination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  height: 26px;
  background: rgb(179 38 30);
  margin-bottom: 10px;
  border-radius: 12px;
  font-size: 16px;
  color: #fff;
}

@media (width <= 340px) {
  .examination {
    font-size: 15px;
  }
}

.product-card {
  margin-bottom: 20px;
}

.product-card__content {
  padding: 0;
}

.product-card__content .tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  margin-top: 13px;
}

@media (width <= 500px) {
  .product-card__content .tabs-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}

.product-card__content .tabs-container--overflow .tabs-navigation__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card__content .tabs-container--overflow .tabs-navigation__btn--disabled {
  display: none !important;
}

.product-card__content .tabs-wrapper {
  overflow: hidden visible;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  position: relative;
  margin-right: 30px;
}

@media (width <= 500px) {
  .product-card__content .tabs-wrapper {
    width: 100%;
  }
}

.product-card__content .tabs--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (width <= 480px) {
  .product-card__content .tabs--main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.product-card__content .tabs--main li {
  margin-right: 8px;
  margin-bottom: 8px;
}

.product-card__content .tabs--main li .hall-tab__header {
  padding: 20px;
  background: rgb(237 237 237);
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
  border-radius: 12px;
}

.product-card__content .tabs--main li .hall-tab__header p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: rgb(49 17 29);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0;
}

.product-card__content .tabs--main li a {
  border: 1px solid rgb(217 198 172);
  background: rgb(245 239 230);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 16px;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 150px;
  line-height: 1;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  min-width: 200px;
}

.product-card__content .tabs--main li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(60 28 0 / 50%)), to(rgb(60 28 0 / 50%))), -webkit-gradient(linear, left top, right top, from(rgb(0 0 0 / 0%)), to(rgb(89 49 12 / 80%)));
  background: linear-gradient(0deg, rgb(60 28 0 / 50%), rgb(60 28 0 / 50%)), linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgb(89 49 12 / 80%) 100%);
  z-index: 0;
  pointer-events: none;
}

.product-card__content .tabs--main li a svg {
  position: absolute;
  left: 50%;
  top: 32%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 5;
  display: none;
  width: 36px;
  height: 36px;
}

.product-card__content .tabs--main li a .check-icon {
  display: none;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-card__content .tabs--main li a .hall-tab__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (width <= 480px) {
  .product-card__content .tabs--main li a {
    width: 100%;
  }
}

.product-card__content .tabs--main li a:hover {
  background-color: rgb(217 198 172);
}

.product-card__content .tabs--main li a.active {
  background: -webkit-gradient(linear, left top, right top, from(rgb(159 92 6)), to(rgb(117 2 0)));
  background: linear-gradient(90deg, rgb(159 92 6), rgb(117 2 0) 100%);
  border-color: transparent;
}

.product-card__content .tabs--main li a.active::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(158 92 5 / 40%)), to(rgb(158 92 5 / 40%))), -webkit-gradient(linear, left top, right top, from(rgb(0 0 0 / 0%)), to(rgb(116 1 0 / 65%)));
  background: linear-gradient(0deg, rgb(158 92 5 / 40%), rgb(158 92 5 / 40%)), linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgb(116 1 0 / 65%) 100%);
}

.product-card__content .tabs--main li a.active svg {
  display: block;
}

.product-card__content .tabs--main li a.active .check-icon {
  display: block;
}

.product-card__content .tabs--main li a .hall-tab__content span {
  margin-right: 0;
  margin-bottom: 0;
  color: #fff;
}

.product-card__content .tabs--main li a .hall-tab__content span:first-child {
  font-size: 17px;
}

.product-card__content .tabs--main li a .hall-tab__content span.price-info-item {
  background: rgb(0 0 0 / 35%);
  padding: 4px 8px;
  border-radius: 4px;
  margin-top: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.product-card__content .tabs--main li a .hall-tab__content span:nth-child(2), .product-card__content .tabs--main li a .hall-tab__content span:nth-child(3) {
  font-size: 18px;
}

.product-card__content .tabs--main li a .hall-tab__content span.price-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0;
  margin-top: auto;
  gap: 5px;
  background: rgb(0 0 0 / 35%);
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
}

.product-card__content .tabs--main li a .hall-tab__content span.price-info span {
  margin-right: 0;
  color: #fff;
}

.product-card__content .tabs--main li a .hall-tab__content span.price-info span:first-child {
  color: #fff;
}

.product-card__content .tabs--main li a .hall-tab__content span.price-info span:last-child {
  color: #fff;
}

.product-card__content .tabs--main li a .hall-tab__content span.hashtag {
  display: block;
  margin-right: 0;
  margin-top: auto;
  font-size: 14px;
  color: rgb(50 47 53);
  background: rgb(217 217 217 / 60%);
  padding: 4px 8px;
  border-radius: 4px;
  text-align: right;
}

.product-card__content .tabs-navigation__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(251 251 251 / 50%);
  border: none;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding-left: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  -webkit-box-shadow: 0 4px 6px 0 rgb(0 0 0 / 5%), 0 1px 0 1px rgb(0 0 0 / 5%), 0 0 0 1px rgb(0 0 0 / 5%);
          box-shadow: 0 4px 6px 0 rgb(0 0 0 / 5%), 0 1px 0 1px rgb(0 0 0 / 5%), 0 0 0 1px rgb(0 0 0 / 5%);
}

@media (width <= 767px) {
  .product-card__content .tabs-navigation__btn {
    width: 40px;
    height: 40px;
    padding-left: 3px;
  }
}

@media (width <= 500px) {
  .product-card__content .tabs-navigation__btn {
    width: 35px;
    height: 35px;
    padding-left: 2px;
  }
}

.product-card__content .tabs-navigation__btn:hover {
  opacity: 1;
  background-color: rgb(251 251 251);
}

.product-card__content .tabs-navigation__btn--prev {
  left: 0;
}

.product-card__content .tabs-navigation__btn--prev svg {
  -webkit-transform: scaleX(-1) translateX(4px);
          transform: scaleX(-1) translateX(4px);
}

@media (width <= 767px) {
  .product-card__content .tabs-navigation__btn--prev svg {
    -webkit-transform: scaleX(-1) translateX(3px);
            transform: scaleX(-1) translateX(3px);
  }
}

@media (width <= 500px) {
  .product-card__content .tabs-navigation__btn--prev svg {
    -webkit-transform: scaleX(-1) translateX(2px);
            transform: scaleX(-1) translateX(2px);
  }
}

.product-card__content .tabs-navigation__btn--next {
  right: 0;
}

.product-card__content .tabs-navigation__btn--disabled {
  display: none !important;
}

.product-card__photo {
  height: 160px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 32px);
  margin-left: -9px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (width <= 1000px) {
  .product-card__photo {
    width: calc(100% + 25px);
  }
}

@media (width <= 480px) {
  .product-card__photo {
    height: 200px;
  }
}

.product-card__photo a {
  width: calc(16.6666666667% - 2.4px);
  display: block;
  height: 160px;
  position: relative;
}

@media (width >= 1600px) {
  .product-card__photo a {
    width: calc(16.6666666667% - 2.3px);
  }
}

@media (width <= 992px) {
  .product-card__photo a {
    width: calc(33.3333333333% - 2.4px);
  }
}

@media (width <= 480px) {
  .product-card__photo a {
    width: 100%;
    height: 200px;
  }
}

.product-card__photo a img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card__photo a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgb(255 255 255);
  z-index: 1;
  display: none;
}

.product-card__photo a:nth-child(-n+6)::after {
  display: block;
}

@media (width <= 1000px) {
  .product-card__photo a:nth-child(-n+6)::after {
    display: none;
  }

  .product-card__photo a:nth-child(-n+3)::after {
    display: block;
  }
}

@media (width <= 480px) {
  .product-card__photo a:nth-child(-n+3)::after {
    display: none;
  }
}

.product-card__info {
  background: rgb(205 173 144);
  width: calc(100% + 18px);
  margin-left: -9px;
  padding: 5px !important;
  padding-top: 20px;
}

.product-card__info-content {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-card__info-title {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}

.product-card__info-cost {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-card__info-cost .icon {
  display: block;
  margin-right: 10px;
}

.product-card__info ul {
  list-style-type: disc;
  padding-left: 20px;
}

.product-card__info ul li {
  font-size: 18px;
  margin-bottom: 6px;
}

.product-card__inner-title {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.product-card__inner-title span {
  color: rgb(179 38 30);
}

.product-card__info-text {
  border-radius: 8px;
  padding: 10px;
  background-color: #fff;
  margin-top: 4px;
}

.product-card__info-text .icon {
  display: inline-block;
  margin-right: 5px;
}

.product-card__info-text .icon img {
  display: block;
  width: 24px;
  margin-bottom: -7px;
}

.product-card__info-text p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(49 17 29);
  margin-bottom: 20px;
}

.product-card__info-text p:last-child {
  margin-bottom: 0;
}

.product-card__photo {
  position: relative;
}

.product-card__photo-numbers {
  position: absolute;
  top: 6px;
  right: 14px;
  z-index: 9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  height: 30px;
  border-radius: 12px;
  background: rgb(217 217 217 / 60%);
  padding: 0 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: rgb(69 69 69);
}

.product-card__photo-inner {
  position: relative;
  height: 500px;
  border-radius: 12px;
  overflow: hidden;
}

@media (width >= 2000px) {
  .product-card__photo-inner {
    height: 750px;
  }
}

@media (width <= 992px) {
  .product-card__photo-inner {
    height: 350px;
  }
}

@media (width <= 680px) {
  .product-card__photo-inner {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-card__photo-inner .sauna-item__photo-numbers {
  bottom: 12px;
  right: 14px;
  top: auto;
}

.product-card__photo-inner a {
  display: block;
  position: relative;
  overflow: hidden;
}

.product-card__photo-inner a img {
  -webkit-transition: 2s !important;
  transition: 2s !important;
}

.product-card__photo-inner a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.product-card__photo-inner a:nth-child(2) {
  width: 50%;
  height: 100%;
  border-right: 2px solid #fff;
}

@media (width <= 680px) {
  .product-card__photo-inner a:nth-child(2) {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #fff;
    height: 33.33%;
  }
}

.product-card__photo-inner a:nth-child(3) {
  width: 23%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media (width <= 680px) {
  .product-card__photo-inner a:nth-child(3) {
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 22.33%;
  }
}

@media (width >= 2000px) {
  .product-card__photo-inner a:nth-child(3) {
    width: calc(20% - 1.33px);
    height: calc(33.33% - 1px);
  }
}

.product-card__photo-inner a:nth-child(4) {
  width: 27%;
  height: 50%;
  position: absolute;
  left: 73%;
  top: 0;
  border-bottom: 2px solid #fff;
}

@media (width <= 680px) {
  .product-card__photo-inner a:nth-child(4) {
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    border-right: 0;
    border-bottom: 1px solid #fff;
    height: 22.33%;
  }
}

@media (width >= 2000px) {
  .product-card__photo-inner a:nth-child(4) {
    width: 15%;
    height: calc(33.33% - 1px);
    left: 69.966667%;
    border-right: 2px solid #fff;
  }
}

.product-card__photo-inner a:nth-child(5) {
  position: absolute;
  width: 27%;
  height: 50%;
  left: 50%;
  top: 50%;
  border-right: 2px solid #fff;
}

@media (width <= 680px) {
  .product-card__photo-inner a:nth-child(5) {
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 0;
    height: 22.33%;
  }
}

@media (width >= 2000px) {
  .product-card__photo-inner a:nth-child(5) {
    width: 15%;
    height: calc(33.33% - 1px);
    left: 85.033333%;
    top: 0;
    border-right: 0;
    border-bottom: 2px solid #fff;
  }
}

.product-card__photo-inner a:nth-child(6) {
  width: 23%;
  height: 50%;
  position: absolute;
  left: 77%;
  top: 50%;
}

@media (width <= 680px) {
  .product-card__photo-inner a:nth-child(6) {
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    border-right: 0;
    border-bottom: 0;
    height: 22.33%;
  }
}

@media (width >= 2000px) {
  .product-card__photo-inner a:nth-child(6) {
    width: calc(15% - 1.3px);
    height: calc(33.33% - 1px);
    left: 50%;
    top: 33.33%;
    border-right: 2px solid #fff;
  }
}

.product-card__photo-inner a:nth-child(7) {
  display: none;
}

@media (width <= 680px) {
  .product-card__photo-inner a:nth-child(7) {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 0;
    height: 22.33%;
  }
}

@media (width >= 2000px) {
  .product-card__photo-inner a:nth-child(7) {
    display: block;
    width: 15%;
    height: calc(33.33% - 1px);
    position: absolute;
    left: 64.966667%;
    top: 33.33%;
    border-right: 2px solid #fff;
  }
}

.product-card__photo-inner a:nth-child(8) {
  display: inline;
}

@media (width <= 680px) {
  .product-card__photo-inner a:nth-child(8) {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    border-right: 0;
    border-bottom: 0;
    height: 22.33%;
  }
}

@media (width >= 2000px) {
  .product-card__photo-inner a:nth-child(8) {
    display: block;
    width: 20%;
    height: calc(33.33% - 1px);
    position: absolute;
    left: 80.033333%;
    top: 33.33%;
  }
}

.product-card__photo-inner a:nth-child(9) {
  display: none;
}

@media (width >= 2000px) {
  .product-card__photo-inner a:nth-child(9) {
    display: block;
    width: 16.66%;
    height: calc(33.33% - 1px);
    position: absolute;
    left: 50.033333%;
    top: 66.66%;
  }
}

.product-card__photo-inner a:nth-child(10) {
  display: none;
}

@media (width >= 2000px) {
  .product-card__photo-inner a:nth-child(10) {
    display: block;
    width: 16.66%;
    height: calc(33.33% - 1px);
    position: absolute;
    left: 66.66%;
    top: 66.66%;
  }
}

.product-card__photo-inner a:nth-child(11) {
  display: none;
}

@media (width >= 2000px) {
  .product-card__photo-inner a:nth-child(11) {
    display: block;
    width: 16.66%;
    height: calc(33.33% - 1px);
    position: absolute;
    left: 83.333333%;
    top: 66.66%;
  }
}

.product-card__photo-inner a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-card__photo-inner-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 5px 20px 5px 15px;
  border-radius: 18px 0 18px 18px;
  background: rgb(242 242 242);
  border: 1px solid #fff;
  -webkit-box-shadow: 0 6px 20px rgb(0 0 0 / 25%), 0 3px 8px rgb(0 0 0 / 15%);
          box-shadow: 0 6px 20px rgb(0 0 0 / 25%), 0 3px 8px rgb(0 0 0 / 15%);
}

@media (width <= 1500px) {
  .product-card__photo-inner-title {
    padding: 4px 12px 4px 10px;
  }
}

@media (width <= 1300px) {
  .product-card__photo-inner-title {
    gap: 6px;
  }
}

@media (width <= 767px) {
  .product-card__photo-inner-title {
    padding: 2px 8px 2px 7px;
  }
}

.product-card__photo-inner-title-text {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.25px;
  color: rgb(73 69 79);
  white-space: nowrap;
}

@media (width <= 1750px) {
  .product-card__photo-inner-title-text {
    font-size: 30px;
  }
}

@media (width <= 1500px) {
  .product-card__photo-inner-title-text {
    font-size: 26px;
  }
}

@media (width <= 1300px) {
  .product-card__photo-inner-title-text {
    font-size: 22px;
  }
}

@media (width <= 1150px) {
  .product-card__photo-inner-title-text {
    font-size: 18px;
  }
}

@media (width <= 950px) {
  .product-card__photo-inner-title-text {
    font-size: 15px;
  }
}

@media (width <= 380px) {
  .product-card__photo-inner-title-text {
    font-size: 13px;
  }
}

.product-card__photo-inner-title-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (width <= 1500px) {
  .product-card__photo-inner-title-icon {
    width: 24px;
  }
}

@media (width <= 1150px) {
  .product-card__photo-inner-title-icon {
    width: 20px;
  }
}

@media (width <= 950px) {
  .product-card__photo-inner-title-icon {
    width: 16px;
  }
}

@media (width <= 767px) {
  .product-card__photo-inner-title-icon {
    width: 14px;
  }
}

.product-card__info-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
  margin-top: 8px;
}

@media (width <= 767px) {
  .product-card__info-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product-card__info-product-contacts {
  width: 51%;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  background-color: rgb(255 255 255);
  padding: 5px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  border-radius: 12px;
}

@media (width <= 767px) {
  .product-card__info-product-contacts {
    width: 100%;
  }
}

.product-card__info-product-contacts-telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-card__info-product-contacts-telephone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  width: auto;
  height: 42px;
  padding: 0 9px;
  background-color: rgb(0 88 151);
  color: rgb(255 255 255);
  font-size: 20px;
  font-weight: 400;
  border-radius: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (width <= 767px) {
  .product-card__info-product-contacts-telephone a {
    width: auto;
    min-width: 180px;
    font-size: 17px;
    height: 38px;
  }
}

@media (width <= 415px) {
  .product-card__info-product-contacts-telephone a {
    min-width: 160px;
    font-size: 15px;
    height: 36px;
    padding: 0 7px;
  }
}

.product-card__info-product-contacts-telephone a img {
  display: block;
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (width <= 767px) {
  .product-card__info-product-contacts-telephone a img {
    width: 24px;
    height: 24px;
  }
}

@media (width <= 400px) {
  .product-card__info-product-contacts-telephone a img {
    width: 20px;
    height: 20px;
  }
}

.product-card__info-product-contacts-telephone a:hover {
  background-color: rgb(0 70 120);
}

.product-card__info-product-contacts-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
}

.product-card__info-product-contacts-social-whatsapp, .product-card__info-product-contacts-social-telegram {
  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;
  gap: 7px;
  font-size: 20px;
  background-color: rgb(66 141 0);
  color: rgb(237 237 237);
  font-weight: 400;
  padding: 7px;
  border-radius: 12px;
}

.product-card__info-product-contacts-social-whatsapp:hover, .product-card__info-product-contacts-social-telegram:hover {
  color: rgb(255 255 255);
}

@media (width <= 767px) {
  .product-card__info-product-contacts-social-whatsapp, .product-card__info-product-contacts-social-telegram {
    font-size: 18px;
  }
}

@media (width <= 400px) {
  .product-card__info-product-contacts-social-whatsapp, .product-card__info-product-contacts-social-telegram {
    font-size: 16px;
  }
}

.product-card__info-product-contacts-social-telegram {
  background-color: rgb(0 121 177);
}

.product-card__info-product-location {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  background-color: rgb(255 255 255);
  padding: 10px 20px;
  border-radius: 12px;
}

@media (width <= 767px) {
  .product-card__info-product-location {
    width: 100%;
  }
}

.product-card__info-product-location a {
  color: rgb(0 66 137);
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media (width <= 767px) {
  .product-card__info-product-location a {
    font-size: 16px;
  }
}

.product-card__info-product-location-distance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-left: -2px;
}

@media (width <= 767px) {
  .product-card__info-product-location-distance {
    display: none;
  }
}

.product-card__info-product-location-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.product-card__info-product-location-time-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.product-card .product-card__info-product .product-card__info-product-contacts .product-card__info-product-contacts-social-whatsapp,
.product-card .product-card__info-product .product-card__info-product-contacts .product-card__info-product-contacts-social-telegram {
  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;
  gap: 7px;
  font-size: 20px;
  background-color: rgb(66 141 0);
  color: rgb(237 237 237);
  font-weight: 400;
  padding: 7px;
  border-radius: 12px;
}

.product-card .product-card__info-product .product-card__info-product-contacts .product-card__info-product-contacts-social-whatsapp:hover,
.product-card .product-card__info-product .product-card__info-product-contacts .product-card__info-product-contacts-social-telegram:hover {
  color: rgb(255 255 255);
}

@media (width <= 767px) {
  .product-card .product-card__info-product .product-card__info-product-contacts .product-card__info-product-contacts-social-whatsapp,
  .product-card .product-card__info-product .product-card__info-product-contacts .product-card__info-product-contacts-social-telegram {
    font-size: 18px;
  }
}

@media (width <= 400px) {
  .product-card .product-card__info-product .product-card__info-product-contacts .product-card__info-product-contacts-social-whatsapp,
  .product-card .product-card__info-product .product-card__info-product-contacts .product-card__info-product-contacts-social-telegram {
    font-size: 16px;
  }
}

.product-card .product-card__info-product .product-card__info-product-contacts .product-card__info-product-contacts-social-telegram {
  background-color: rgb(0 121 177);
}

.product-card__info-product .product-card__info-product-contacts-telephone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  width: auto;
  height: 42px;
  padding: 0 9px;
  background-color: rgb(0 88 151);
  color: rgb(255 255 255);
  font-size: 20px;
  font-weight: 400;
  border-radius: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (width <= 767px) {
  .product-card__info-product .product-card__info-product-contacts-telephone a {
    width: auto;
    min-width: 180px;
    font-size: 17px;
    height: 38px;
  }
}

@media (width <= 415px) {
  .product-card__info-product .product-card__info-product-contacts-telephone a {
    min-width: 160px;
    font-size: 15px;
    height: 36px;
    padding: 0 7px;
  }
}

.product-card__info-product .product-card__info-product-contacts-telephone a img {
  display: block;
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (width <= 767px) {
  .product-card__info-product .product-card__info-product-contacts-telephone a img {
    width: 24px;
    height: 24px;
  }
}

@media (width <= 400px) {
  .product-card__info-product .product-card__info-product-contacts-telephone a img {
    width: 20px;
    height: 20px;
  }
}

.product-card__info-product .product-card__info-product-contacts-telephone a:hover {
  background-color: rgb(0 70 120);
}

.product-card__inner-info {
  padding-top: 10px;
}

.inner-info-items {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

@media (width <= 1200px) {
  .inner-info-items {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (width <= 920px) {
  .inner-info-items {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (width <= 680px) {
  .inner-info-items {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.inner-info-item {
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  margin-bottom: 10px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  min-width: 280px;
}

.inner-info-item .action-item__more-btn {
  margin-bottom: -6px;
  padding-top: 5px;
}

.inner-info-item__photo {
  position: relative;
  height: 200px;
}

.inner-info-item__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.inner-info-item__photo span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 12;
  font-size: 14px;
  font-weight: 700;
  color: rgb(255 251 250);
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255 0 132 / 90%);
  border-radius: 12px;
  padding: 0 12px;
}

.inner-info-item__head {
  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;
  height: 42px;
  font-size: 22px;
  color: rgb(50 47 53);
  font-weight: 400;
  border-radius: 12px 12px 0 0;
}

.inner-info-item__head.color-1 {
  background: rgb(230 219 204 / 93%);
}

.inner-info-item__head.color-2 {
  background: rgb(255 190 98);
}

.inner-info-item__head.color-3 {
  background: rgb(246 225 195);
}

.inner-info-item__head.color-4 {
  background: rgb(255 209 144);
}

.inner-info-item__head.color-5 {
  background: rgb(230 219 204);
}

.inner-info-item__head.color-6 {
  background: rgb(231 196 146);
}

.inner-info-item__head.color-7 {
  background: rgb(213 186 148);
}

.inner-info-item__content {
  padding: 5px 20px 16px 16px;
  background: #fff;
  border-radius: 0 0 12px 12px;
}

.inner-info-item__content p {
  text-align: center;
  font-size: 20px;
  color: rgb(49 17 29);
  margin-bottom: 16px;
}

.inner-info-item__content p strong {
  display: block;
}

.inner-info-item__content ul {
  list-style-type: disc;
  padding-left: 16px;
}

.inner-info-item__content ul li {
  font-size: 16px;
  color: rgb(49 17 29);
  margin-bottom: 6px;
}

.inner-info-item__content ul.size20 li {
  font-size: 20px;
}

@media (width <= 767px) {
  .inner-info-item__content ul.size20 li {
    font-size: 18px;
  }
}

.inner-info-item__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 36px;
  color: rgb(98 91 113);
  font-weight: 500;
}

.inner-info-item__cost .icon {
  display: block;
  margin-right: 20px;
}

.inner-info-item__cost .icon img {
  display: block;
}

.tabgroup-item-margin {
  padding-bottom: 20px;
  position: relative;
  display: none;
  overflow: visible;
}

.tabgroup-item-margin[style*="display: block"] {
  overflow: visible;
}

.tabgroup {
  overflow: visible;
}

.review-item {
  border-radius: 12px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(240 240 240)), to(rgb(245 236 223 / 45%)));
  background: linear-gradient(270deg, rgb(240 240 240), rgb(245 236 223 / 45%) 100%);
  padding: 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
          box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
  min-height: 400px;
  margin-bottom: 20px;
}

.review-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.review-item__name {
  font-size: 22px;
  color: rgb(29 27 32);
}

.review-item__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-item__rating li {
  margin-left: 3px;
}

.review-item p {
  font-size: 15px;
  color: rgb(73 69 79);
  line-height: 21px;
}

.review-item p span {
  display: block;
  margin-bottom: 5px;
}

.content-block__head {
  position: relative;
}

@media (width <= 1280px) {
  .content-block__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.leave-feedback-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 306px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(149 190 122);
  border-radius: 18px;
  font-size: 22px;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 12;
}

@media (width <= 1280px) {
  .leave-feedback-btn {
    position: relative;
  }
}

@media (width <= 767px) {
  .leave-feedback-btn {
    font-size: 18px;
  }
}

.leave-feedback-btn:hover {
  background: rgb(255 211 147);
}

.leave-feedback-btn .icon {
  display: block;
  margin: 0 10px;
}

.leave-feedback-btn .icon img {
  display: block;
}

.leave-feedback {
  padding: 24px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(240 240 240)), to(rgb(245 236 223 / 45%)));
  background: linear-gradient(270deg, rgb(240 240 240), rgb(245 236 223 / 45%) 100%);
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
          box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
  margin-bottom: 24px;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: -40px;
}

@media (width <= 1280px) {
  .leave-feedback {
    margin-top: -60px;
  }
}

@media (width <= 767px) {
  .leave-feedback {
    padding: 16px;
  }
}

.leave-feedback.open {
  opacity: 1;
  max-height: 1000px;
  margin-top: 0;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: rgb(30 30 30);
}

.form-group input {
  font-family: Roboto, sans-serif;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border: 1px solid rgb(217 217 217);
  font-size: 16px;
  color: #000;
  border-radius: 8px;
}

.form-group input::input-placeholder {
  color: #000;
}

.form-group input::placeholder {
  color: #000;
}

.form-group input:input-placeholder {
  color: #000;
}

.form-group input::input-placeholder {
  color: #000;
}

.form-group input::placeholder {
  color: #000;
}

.form-group textarea {
  font-family: Roboto, sans-serif;
  width: 100%;
  height: 80px;
  padding: 10px 16px;
  border: 1px solid rgb(217 217 217);
  font-size: 16px;
  color: #000;
  border-radius: 8px;
  min-height: 80px;
  resize: vertical;
}

.form-group textarea::input-placeholder {
  color: #000;
}

.form-group textarea::placeholder {
  color: #000;
}

.form-group textarea:input-placeholder {
  color: #000;
}

.form-group textarea::input-placeholder {
  color: #000;
}

.form-group textarea::placeholder {
  color: #000;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.star {
  display: inline-block;
  margin: 5px;
  font-size: 20px;
  color: rgb(171 171 171);
  position: relative;
}

@media (width <= 767px) {
  .star {
    font-size: 20px;
  }
}

.star.animate {
  -webkit-animation: stretch-bounce 0.5s ease-in-out;
}

.star.hidden {
  opacity: 0;
}

.full::before {
  font-family: fontAwesome;
  display: inline-block;
  content: "\f005";
  position: relative;
  float: right;
  z-index: 2;
}

.half::before {
  font-family: fontAwesome;
  content: "\f089";
  position: absolute;
  float: left;
  z-index: 3;
}

.star-colour {
  color: rgb(179 38 30);
}

@keyframes stretch-bounce {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.5);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  75% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes stretch-bounce {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.5);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  75% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.selected::before {
  font-family: fontAwesome;
  display: inline-block;
  content: "\f005";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  opacity: 1;
  z-index: 1;
}

.selected.pulse::before {
  -webkit-transform: scale(3);
  opacity: 0;
}

.selected.is-animated::before {
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}

.score {
  font-family: arial;
  font-size: 20px;
  color: green;
  margin-top: 20px;
  margin-left: 50px;
}

.score-rating {
  vertical-align: sup;
  top: -5px;
  position: relative;
  font-size: 150%;
}

.total {
  vertical-align: sub;
  top: 0;
  position: relative;
  font-size: 100%;
}

.average {
  font-family: arial;
  font-size: 20px;
  color: indianred;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.average .score-average {
  padding-top: 30px;
}

@media (width <= 767px) {
  .rate-service {
    margin-bottom: 20px;
  }
}

.rate-service__title {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  color: rgb(30 30 30);
}

.rate-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (width <= 767px) {
  .rate-service__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.rate-service__item-title {
  display: block;
  width: 250px;
  font-size: 16px;
  color: rgb(73 69 79);
}

@media (width <= 767px) {
  .rate-service__item-title {
    width: auto;
  }
}

.btn-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-center button,
.btn-center a {
  width: 306px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(255 211 147);
  border-radius: 18px;
  font-size: 22px;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 0;
}

.btn-center button:hover,
.btn-center a:hover {
  background: rgb(255 211 147 / 33%);
}

.btn-center button .icon,
.btn-center a .icon {
  display: block;
  margin: 0 10px;
}

.btn-center button .icon img,
.btn-center a .icon img {
  display: block;
}

button {
  cursor: pointer;
}

.btn-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (width <= 767px) {
  .btn-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.establishments .col-12 {
  -webkit-transition: max-height 0.35s ease, opacity 0.25s ease;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  overflow: hidden;
  opacity: 1;
  max-height: 1000px;
}

/* скрытые элементы */
.establishments .col-12.hidden {
  opacity: 0;
  max-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: none;
  display: block;
}

/* когда раскрыто — класс на контейнере */
.establishments.expanded .col-12.hidden {
  opacity: 1;
  max-height: 1000px;
  pointer-events: auto;
}

.map {
  width: 100%;
  height: 400px;
}

@media (width <= 992px) {
  .map {
    padding-top: 20px;
  }
}

.map iframe {
  width: 100%;
  height: 100%;
}

.contacts-block {
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  background: rgb(255 255 255 / 90%);
  height: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts-block ul {
  list-style-type: disc;
  padding-left: 16px;
  margin-bottom: 20px;
}

.contacts-block ul:last-child {
  margin-bottom: 0;
}

.contacts-block ul li {
  font-size: 20px;
  color: rgb(49 17 29);
  margin-bottom: 6px;
}

.contacts-block ul li a {
  color: rgb(0 66 131);
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contacts-block ul li a:hover {
  border-color: rgb(0 66 131);
}

.radio {
  margin: 0 20px;
}

@media (width <= 992px) {
  .radio {
    margin: 0 10px;
  }
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + .radio-label {
  font-size: 18px;
  font-weight: 500;
  color: rgb(49 17 29);
}

@media (width <= 767px) {
  .radio input[type="radio"] + .radio-label {
    font-size: 14px;
  }
}

.radio input[type="radio"] + .radio-label::before {
  content: "";
  background: transparent;
  border-radius: 100%;
  border: 2px solid black;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media (width <= 767px) {
  .radio input[type="radio"] + .radio-label::before {
    margin-right: 5px;
    top: 0;
  }
}

.radio input[type="radio"]:checked + .radio-label::before {
  background-color: #000;
  -webkit-box-shadow: inset 0 0 0 4px rgb(255 211 147);
          box-shadow: inset 0 0 0 4px rgb(255 211 147);
}

.radio input[type="radio"]:focus + .radio-label::before {
  outline: none;
  border-color: #000;
}

.radio input[type="radio"] + .radio-label:empty::before {
  margin-right: 0;
}

.search-radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 18px;
  -webkit-box-shadow: inset 0 4px 4px -1px rgb(12 12 13 / 5%);
          box-shadow: inset 0 4px 4px -1px rgb(12 12 13 / 5%);
  background: rgb(248 193 112 / 96%);
  padding: 20px 20px 16px;
  margin-top: 20px;
}

@media (width <= 992px) {
  .search-radius {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

.search-radius__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 992px) {
  .search-radius__radio {
    margin-bottom: 20px;
  }
}

.search-radius__title {
  font-size: 18px;
  font-weight: 500;
  color: rgb(49 17 29);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-right: 30px;
}

@media (width <= 992px) {
  .search-radius__title {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

.search-radius .btn {
  margin-left: 30px;
}

@media (width <= 992px) {
  .search-radius .btn {
    margin-left: 0;
  }
}

.search-radius--tab {
  background: rgb(255 255 255 / 65%);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 4px 16px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  border: 1px solid rgb(100 100 100);
}

.search-radius--tab .search-radius__radio {
  margin-bottom: 0;
}

.search-radius--tab .search-radius__title {
  font-size: 24px;
  color: rgb(100 100 100);
}

@media (width <= 992px) {
  .search-radius--tab .search-radius__title {
    margin-bottom: 4px;
    font-size: 16px;
  }
}

.search-radius--tab .radio {
  margin: 0 20px;
}

@media (width <= 992px) {
  .search-radius--tab .radio {
    margin: 0 5px;
  }
}

.search-radius--tab .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.search-radius--tab .radio input[type="radio"] + .radio-label {
  font-size: 24px;
  font-weight: 500;
  color: rgb(100 100 100);
}

@media (width <= 992px) {
  .search-radius--tab .radio input[type="radio"] + .radio-label {
    font-size: 16px;
  }
}

.search-radius--tab .radio input[type="radio"] + .radio-label::before {
  content: "";
  background: url("../images/radio-empty.svg");
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
  margin-right: 10px;
  vertical-align: top;
  border: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media (width <= 992px) {
  .search-radius--tab .radio input[type="radio"] + .radio-label::before {
    top: 0;
  }
}

.search-radius--tab .radio input[type="radio"]:checked + .radio-label::before {
  background: url("../images/radio.svg");
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-radius--tab .radio input[type="radio"]:focus + .radio-label::before {
  background-color: transparent;
}

.search-radius--tab .radio input[type="radio"] + .radio-label:empty::before {
  margin-right: 0;
  background-color: transparent;
}

.search-radius-content {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -70px;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tags a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(74 68 89);
  border-radius: 8px;
  background: rgb(237 206 163);
  margin: 0 5px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (width <= 767px) {
  .tags a {
    padding: 0 8px;
    margin: 0 4px 8px;
    font-size: 14px;
  }
}

.tags a:hover {
  background: rgb(255 211 147);
}

.inner-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  background: rgb(237 237 237);
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (width <= 767px) {
  .inner-menu {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.inner-menu .icon {
  display: block;
  margin: 0 10px 0 0;
  width: 26px;
  min-width: 26px;
}

.inner-menu .icon img {
  display: block;
}

.inner-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner-menu ul li {
  position: relative;
  margin-right: 30px;
}

@media (width <= 992px) {
  .inner-menu ul li {
    margin-right: 10px;
  }
}

.inner-menu ul li a {
  font-size: 24px;
  color: rgb(74 68 89);
  height: 32px;
  padding: 0 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.inner-menu ul li a span {
  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;
  border-radius: 50%;
  background: rgb(179 38 30);
  font-size: 14px;
  position: absolute;
  top: -1px;
  right: -14px;
  color: #fff;
  width: 20px;
  height: 20px;
}

@media (width <= 992px) {
  .inner-menu ul li a {
    font-size: 16px;
  }
}

@media (width <= 992px) {
  .inner-menu ul li a {
    font-size: 16px;
  }
}

.inner-menu ul li a:hover, .inner-menu ul li a.active {
  background: rgb(255 255 255 / 60%);
}

.product-card__photo-main a {
  display: block;
}

.product-card__photo-main a img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-bottom: 2px solid #fff;
}

.article-inner {
  padding: 24px;
  border-radius: 18px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  background: rgb(252 252 252);
  width: calc(100% + 28px);
  margin: 0 -14px;
}

@media (width <= 992px) {
  .article-inner {
    padding: 16px;
  }
}

@media (width <= 767px) {
  .article-inner {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}

.article-inner p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 26px;
}

@media (width <= 992px) {
  .article-inner p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}

.article-inner img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
  margin-top: -30px;
}

.pages__title {
  display: block;
  margin-right: 20px;
  font-size: 22px;
}

@media (width <= 992px) {
  .pages__title {
    font-size: 18px;
  }
}

.pages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pages ul li {
  margin: 0 3px;
}

.pages ul li a {
  font-size: 22px;
  color: rgb(0 66 131);
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

@media (width <= 992px) {
  .pages ul li a {
    font-size: 18px;
  }
}

.pages ul li a:hover {
  border-color: rgb(0 66 131);
}

.review-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px;
}

@media (width <= 992px) {
  .review-form__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.review-form .leave-feedback-btn {
  position: relative;
}

.rating-list {
  max-width: 250px;
}

@media (width <= 680px) {
  .rating-list {
    max-width: 100%;
  }
}

.rating-list__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.rating-list__title {
  font-size: 16px;
  color: rgb(73 69 79);
}

.sauna-fixed-menu {
  display: none;
  position: fixed;
  left: 5px;
  width: calc(100% - 10px);
  bottom: 10px;
  z-index: 99;
  height: 52px;
  background: rgb(237 237 237);
  border-radius: 18px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%);
}

@media (width <= 992px) {
  .sauna-fixed-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (width <= 374px) {
  .sauna-fixed-menu {
    height: 46px;
  }
}

.sauna-fixed-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 52px;
}

@media (width <= 374px) {
  .sauna-fixed-menu ul {
    height: 46px;
  }
}

.sauna-fixed-menu ul li a img {
  display: block;
  width: 42px;
  height: 42px;
}

@media (width <= 374px) {
  .sauna-fixed-menu ul li a img {
    width: 36px;
    height: 36px;
  }
}

.product-card__info-content.inner-info-items {
  padding: 20px;
}

@media (width <= 767px) {
  .product-card__info-content.inner-info-items {
    padding: 10px;
  }
}

.product-card__info-content.inner-info-items .inner-info-item {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.search-select {
  width: 100%;
}

.search-select .btn {
  background: #fff;
  border: 1px solid #D9D9D9;
  min-height: 40px;
  border-radius: 30px;
  width: 100%;
  color: #000;
  height: auto;
  white-space: wrap;
}

.search-select .selected::before {
  display: none;
}

.search-select .bootstrap-select:not([class*="col-"], [class*="form-control"], .input-group-btn) {
  width: 100%;
}

.search-select .bootstrap-select .dropdown-toggle:focus,
.search-select .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.search-select .form-control {
  max-width: 100% !important;
}

.search-select .dropdown-menu {
  border-radius: 18px;
  border: 1px solid #D9D9D9;
  max-height: 330px;
  top: calc(100% - 30px) !important;
}

.filter-block {
  width: 100%;
}

.filter-block--hidden {
  display: none;
}

.filter-block--margin {
  margin-bottom: 30px;
}

@media (width <= 992px) {
  .filter-block--margin {
    margin-bottom: 0;
  }
}

@media (width <= 992px) {
  .filter-block {
    margin-top: 10px;
  }
}

.filter {
  position: relative;
}

.filter::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255 255 255 / 30%);
  z-index: 0;
  border-radius: 18px;
}

.filter .inner-info-items {
  position: relative;
  z-index: 9;
}

.filter .inner-info-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.filter.open .inner-info-item {
  display: block;
}

.filter-item__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  padding: 0 8px;
  margin: 4px 8px 0 0;
}

.filter-item__all.open .icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.filter-item__all .icon {
  margin-left: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.filter-item__all .icon img {
  display: block;
}

.filter-item__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  max-height: 145px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.filter-item__list-wrapper.open {
  height: auto;
  max-height: 500px;
}

.btn-show-parameters {
  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;
  cursor: pointer;
  border: 1px solid #2C2C2C;
  height: 35px;
  font-size: 14px;
  color: #5C5C5C;
  background: rgb(255 255 255 / 60%);
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}

.btn-show-parameters:hover {
  background: rgb(255 255 255 / 90%);
  color: #5C5C5C;
}

.btn-show-parameters .icon {
  margin-left: 10px;
}

.btn-show-parameters .icon img {
  display: block;
}

.filter .inner-info-item {
  display: none;
}

.filter-head {
  background: #C5C1BA;
  padding: 10px 20px;
  display: none;
  border-radius: 12px;
  margin-bottom: 12px;
}

.filter-head.active {
  display: block;
}

.filter-head__title {
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 20px;
  white-space: nowrap;
}

@media (width <= 992px) {
  .filter-head__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.filter-head__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  min-height: 36px;
}

@media (width <= 992px) {
  .filter-head__content {
    min-height: 0;
  }
}

.filter-head__clear {
  font-size: 16px;
  color: rgb(74 68 88);
  margin-left: 20px;
  margin-right: 20px;
  white-space: nowrap;
}

.filter-head__clear a {
  cursor: pointer;
}

@media (width <= 992px) {
  .filter-head__clear {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

.filter-head__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid rgb(73 69 79 / 50%);
  border-bottom: 1px solid rgb(73 69 79 / 50%);
}

@media (width <= 992px) {
  .filter-head__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.filter-selected {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(217 217 217);
  height: 32px;
  padding: 0 8px;
  border-radius: 6px;
  color: rgb(73 69 79);
  margin: 0 8px 4px 0;
  font-size: 14px;
  padding-right: 30px;
}

.filter-selected__delete {
  position: absolute;
  right: 8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/delete.svg") 50% 50% no-repeat;
  cursor: pointer;
}

.contacts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (width <= 992px) {
  .contacts-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contacts-inner-block {
  width: calc(50% - 20px);
  max-width: 660px;
  background: rgb(238 238 238);
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%);
  padding: 20px 30px;
  border-radius: 10px;
}

@media (width <= 992px) {
  .contacts-inner-block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 20px 16px;
  }

  .contacts-inner-block:last-child {
    margin-bottom: 0;
  }
}

.contacts-inner-block__title {
  font-size: 32px;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 400;
  color: rgb(73 69 79);
}

@media (width <= 992px) {
  .contacts-inner-block__title {
    font-size: 24px;
    line-height: 24px;
  }
}

.contacts-inner-block ul {
  margin-bottom: 20px;
}

.contacts-inner-block ul li {
  font-size: 16px;
  margin-bottom: 5px;
}

.contacts-inner-block p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.contacts-inner-block .form-group input {
  max-width: 360px;
}

.contacts-inner-block .form-group input::input-placeholder, .contacts-inner-block .form-group textarea::input-placeholder {
  color: rgb(140 140 140);
}

.contacts-inner-block .form-group input::placeholder, .contacts-inner-block .form-group textarea::placeholder {
  color: rgb(140 140 140);
}

.contacts-inner-block .form-group input:input-placeholder, .contacts-inner-block .form-group textarea:input-placeholder {
  color: rgb(140 140 140);
}

.contacts-inner-block .form-group input::input-placeholder, .contacts-inner-block .form-group textarea::input-placeholder {
  color: rgb(140 140 140);
}

.contacts-inner-block .form-group input::placeholder,
.contacts-inner-block .form-group textarea::placeholder {
  color: rgb(140 140 140);
}

.contacts-inner-block .form-group textarea {
  height: 186px;
  min-height: 186px;
  resize: vertical;
}

.checkbox {
  margin-bottom: 20px;
}

.checkbox .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.checkbox .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  padding-left: 30px;
  display: block;
}

@media (width <= 767px) {
  .checkbox .styled-checkbox + label {
    font-size: 14px;
  }
}

.checkbox .styled-checkbox + label::before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  background: url("../images/check-empty.svg") 0 0 no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: -4px;
}

.checkbox .styled-checkbox:focus + label::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.checkbox .styled-checkbox:checked + label::before {
  background: url("../images/check.svg") 0 0 no-repeat;
}

.checkbox .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.checkbox .styled-checkbox:disabled + label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}

.contacts-inner-block__tel {
  margin-bottom: 20px;
}

.contacts-inner-block__tel a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  border: 1px solid rgb(0 103 176);
  border-radius: 15px;
  padding: 0 8px 0 36px;
  color: rgb(183 28 28);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contacts-inner-block__tel a:hover {
  color: rgb(0 103 176);
}

.contacts-inner-block__tel .icon {
  position: absolute;
  left: -1px;
  top: -1px;
}

.contacts-inner-block__tel .icon img {
  display: block;
  width: 32px;
  height: 32px;
}

.contacts-inner-block__whatsapp {
  margin-bottom: 30px;
}

.contacts-inner-block__whatsapp a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  border: 1px solid rgb(72 167 9);
  border-radius: 15px;
  padding: 0 8px 0 36px;
  color: rgb(73 69 79);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contacts-inner-block__whatsapp a:hover {
  color: rgb(72 167 9);
}

.contacts-inner-block__whatsapp .icon {
  position: absolute;
  left: -1px;
  top: -1px;
}

.contacts-inner-block__whatsapp .icon img {
  display: block;
  width: 32px;
  height: 32px;
}

.contacts-inner-block__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (width <= 992px) {
  .contacts-inner-block__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contacts-inner-block__button button {
  width: 260px;
}

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.radio-group .radio {
  margin: 0 16px 0 0;
}

.radio-group .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio-group .radio input[type="radio"] + .radio-label {
  font-size: 14px;
  font-weight: 400;
  color: rgb(49 17 29);
}

@media (width <= 767px) {
  .radio-group .radio input[type="radio"] + .radio-label {
    font-size: 14px;
  }
}

.radio-group .radio input[type="radio"] + .radio-label::before {
  content: "";
  background: transparent;
  border-radius: 100%;
  border: 2px solid black;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  top: 0;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media (width <= 767px) {
  .radio-group .radio input[type="radio"] + .radio-label::before {
    margin-right: 5px;
    top: 0;
  }
}

.radio-group .radio input[type="radio"]:checked + .radio-label::before {
  background-color: #000;
  -webkit-box-shadow: inset 0 0 0 4px rgb(238 238 238);
          box-shadow: inset 0 0 0 4px rgb(238 238 238);
}

.radio-group {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0s ease, opacity 0s ease;
  transition: max-height 0s ease, opacity 0s ease;
  opacity: 0;
  margin-bottom: 0;
}

.radio-group.open {
  max-height: 60px;

  /* достаточно для содержимого */
  opacity: 1;
  margin-bottom: 20px;
}

.btn-show-parameters .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-show-parameters__less {
  display: none;
}

.btn-show-parameters.open .btn-show-parameters__more {
  display: none;
}

.btn-show-parameters.open .btn-show-parameters__less {
  display: block;
}

.btn-show-parameters.open .icon {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.map-tab iframe {
  height: 100vh;
}

.map-near iframe {
  height: 2600px;
}

@media (width <= 992px) {
  .map-near iframe {
    height: 3400px;
  }
}

.error-container {
  padding: 0 0 120px 50px;
}

@media (width <= 1100px) {
  .error-container {
    padding: 0 20px 40px;
  }
}

.error-block {
  padding: 20px 60px 40px 30px;
  background: rgb(237 237 237);
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%);
  border-radius: 12px;
  max-width: 930px;
  width: 100%;
}

@media (width <= 1100px) {
  .error-block {
    max-width: 100%;
    padding: 20px;
  }
}

.error-block__title {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}

.error-block textarea {
  font-family: Roboto, sans-serif;
  width: 100%;
  height: 210px;
  min-height: 210px;
  border: 1px solid rgb(217 217 217);
  padding: 15px 20px;
  margin-bottom: 12px;
  border-radius: 12px;
  font-size: 16px;
}

.error-block__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.error-block__button button {
  width: 150px;
}

.wrapper__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inner-info-item__content {
  position: relative;
  padding-bottom: 0;
}

.action-item__bottom {
  position: relative;
  width: 100%;
  margin-top: 15px;
}

.action-item__bottom .action-item__more-btn {
  position: relative;
  z-index: 15;
  margin-bottom: 0;
}

.action-item__bottom .action-item__more-btn a {
  margin-bottom: 0;
  margin: 0;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.action-item__bottom .action-item__more-btn a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/arrow-down.svg") 50% 50% no-repeat;
  position: absolute;
  right: 6px;
  top: calc(50% - 10px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.action-item__bottom .action-item__more-btn a:hover {
  background: rgb(255 211 147);
}

.action-item__bottom .action-item__more-btn.open a {
  background: rgb(255 211 147);
  border-color: rgb(255 211 147);
}

.action-item__bottom .action-item__more-btn.open a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.action-dropdown {
  position: relative;
  width: 100%;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 30%);
  background: rgb(241 241 241);
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 30px;
  -webkit-transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease, margin 0.3s ease;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease, margin 0.3s ease;
}

.action-dropdown.open {
  max-height: 2000px;
  opacity: 1;
  padding: 15px 30px;
  margin-top: 10px;
  overflow-y: auto;
}

.action-dropdown__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgb(73 69 79);
}

.action-dropdown__title span {
  color: rgb(179 38 30);
}

.action-dropdown ul {
  padding-left: 0;
  list-style-type: disc;
}

.action-dropdown ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: rgb(73 69 79);
  line-height: 20px;
}

.action-dropdown ul li span {
  color: rgb(179 38 30);
}

.action-dropdown p {
  margin-bottom: 10px;
  font-size: 16px;
  color: rgb(73 69 79);
  line-height: 20px;
}

.fixed-side-menu {
  position: fixed;
  right: 20px;
  bottom: 30px;
  padding: 12px 8px;
  background: rgb(237 237 237);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 21;
  border-radius: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.fixed-side-menu.show {
  opacity: 1;
}

.fixed-side-menu a {
  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-bottom: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fixed-side-menu a:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.fixed-side-menu a img {
  display: block;
  width: 48px;
  height: 48px;
}

.fixed-side-menu a:last-child {
  margin-bottom: 0;
}

.tab-modal {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.geo-position {
  position: absolute;
  top: 50px;
  width: 360px;
  padding: 20px;
  background: rgb(235 235 235);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.geo-position__icon {
  width: 80px;
  min-width: 80px;
  margin-right: 20px;
}

.geo-position__icon img {
  display: block;
  width: 80px;
}

.geo-position__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.geo-position p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 16px;
}

.geo-position__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.geo-position__share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 12px;
  height: 40px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(20 174 92);
  margin-right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.geo-position__share:hover {
  color: #fff;
}

.geo-position__cancel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 12px;
  height: 40px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(44 44 44);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.geo-position__cancel:hover {
  color: #fff;
}

.loader-block {
  top: 300px;
  position: absolute;
  width: 360px;
  padding: 20px;
  background: rgb(235 235 235);
  border-radius: 12px;
  padding-bottom: 200px;
}

.loader-block__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.loader-block__title span {
  font-size: 14px;
  display: block;
  line-height: 16px;
  font-weight: 400;
}

.loader-wrapper {
  width: 148px;
  height: 100px;
  position: absolute;
  margin: -50px 0 0 -74px;
  left: 50%;
  top: 60%;
}

.loader {
  width: 148px;
  height: 100px;
  top: 0;
  left: 0;
  position: absolute;
}

.loader::after {
  content: "";
  top: auto;
  position: absolute;
  display: block;
  -webkit-animation: shadow 1.2s infinite linear;
          animation: shadow 1.2s infinite linear;
  -moz-animation: shadow 1.2s infinite linear;
  bottom: 0;
  left: 0;
  height: 0.25em;
  width: 1em;
  border-radius: 50%;
  background-color: #034466;
  opacity: 0.3;
}

.roller,
.roller:last-child {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rollercoaster 1.2s infinite linear;
  -webkit-transform: rotate(135deg);
  -moz-animation: rollercoaster 1.2s infinite linear;
  -moz-transform: rotate(135deg);
  animation: rollercoaster 1.2s infinite linear;
  transform: rotate(135deg);
}

.roller:last-child {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -webkit-animation: rollercoaster2 1.2s infinite linear;
  -moz-transform: rotate(-45deg);
  -moz-animation: rollercoaster2 1.2s infinite linear;
  transform: rotate(-45deg);
  animation: rollercoaster2 1.2s infinite linear;
}

.roller::before,
.roller:last-child::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
}

@keyframes rollercoaster {
  0% {
    -webkit-transform: rotate(135deg);
  }

  8% {
    -webkit-transform: rotate(240deg);
  }

  20% {
    -webkit-transform: rotate(300deg);
  }

  40% {
    -webkit-transform: rotate(380deg);
  }

  45% {
    -webkit-transform: rotate(440deg);
  }

  50% {
    -webkit-transform: rotate(495deg);
    opacity: 1;
  }

  50.1% {
    -webkit-transform: rotate(495deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(495deg);
    opacity: 0;
  }
}

@keyframes rollercoaster {
  0% {
    -webkit-transform: rotate(135deg);
  }

  8% {
    -webkit-transform: rotate(240deg);
  }

  20% {
    -webkit-transform: rotate(300deg);
  }

  40% {
    -webkit-transform: rotate(380deg);
  }

  45% {
    -webkit-transform: rotate(440deg);
  }

  50% {
    -webkit-transform: rotate(495deg);
    opacity: 1;
  }

  50.1% {
    -webkit-transform: rotate(495deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(495deg);
    opacity: 0;
  }
}

@keyframes rollercoaster2 {
  0% {
    opacity: 0;
  }

  49.9% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
  }

  58% {
    -webkit-transform: rotate(-160deg);
  }

  70% {
    -webkit-transform: rotate(-240deg);
  }

  80% {
    -webkit-transform: rotate(-300deg);
  }

  90% {
    -webkit-transform: rotate(-340deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
  }
}

@keyframes rollercoaster2 {
  0% {
    opacity: 0;
  }

  49.9% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
  }

  58% {
    -webkit-transform: rotate(-160deg);
  }

  70% {
    -webkit-transform: rotate(-240deg);
  }

  80% {
    -webkit-transform: rotate(-300deg);
  }

  90% {
    -webkit-transform: rotate(-340deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
  }
}

/* No-prefix */
@keyframes rollercoaster {
  0% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  8% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }

  20% {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
  }

  40% {
    -webkit-transform: rotate(380deg);
            transform: rotate(380deg);
  }

  45% {
    -webkit-transform: rotate(440deg);
            transform: rotate(440deg);
  }

  50% {
    -webkit-transform: rotate(495deg);
            transform: rotate(495deg);
    opacity: 1;
  }

  50.1% {
    -webkit-transform: rotate(495deg);
            transform: rotate(495deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(495deg);
            transform: rotate(495deg);
    opacity: 0;
  }
}

@keyframes rollercoaster2 {
  0% {
    opacity: 0;
  }

  49.9% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  58% {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg);
  }

  70% {
    -webkit-transform: rotate(-240deg);
            transform: rotate(-240deg);
  }

  80% {
    -webkit-transform: rotate(-300deg);
            transform: rotate(-300deg);
  }

  90% {
    -webkit-transform: rotate(-340deg);
            transform: rotate(-340deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@keyframes shadow {
  0% {
    opacity: 0.3;
    -webkit-transform: translateX(65px) scale(0.5, 0.5);
            transform: translateX(65px) scale(0.5, 0.5);
  }

  8% {
    -webkit-transform: translateX(30px) scale(2, 2);
            transform: translateX(30px) scale(2, 2);
  }

  13% {
    -webkit-transform: translateX(0) scale(1.3, 1.3);
            transform: translateX(0) scale(1.3, 1.3);
  }

  30% {
    -webkit-transform: translateX(-15px) scale(0.5, 0.5);
            transform: translateX(-15px) scale(0.5, 0.5);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: translateX(60px) scale(1.2, 1.2);
            transform: translateX(60px) scale(1.2, 1.2);
    opacity: 0.3;
  }

  60% {
    -webkit-transform: translateX(130px) scale(2, 2);
            transform: translateX(130px) scale(2, 2);
    opacity: 0.05;
  }

  65% {
    -webkit-transform: translateX(145px) scale(1.2, 1.2);
            transform: translateX(145px) scale(1.2, 1.2);
  }

  80% {
    -webkit-transform: translateX(120px) scale(0.5, 0.5);
            transform: translateX(120px) scale(0.5, 0.5);
    opacity: 0.1;
  }

  90% {
    -webkit-transform: translateX(80px) scale(0.8, 0.8);
            transform: translateX(80px) scale(0.8, 0.8);
  }

  100% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0.3;
  }
}

@keyframes shadow {
  0% {
    opacity: 0.3;
    -webkit-transform: translateX(65px) scale(0.5, 0.5);
            transform: translateX(65px) scale(0.5, 0.5);
  }

  8% {
    -webkit-transform: translateX(30px) scale(2, 2);
            transform: translateX(30px) scale(2, 2);
  }

  13% {
    -webkit-transform: translateX(0) scale(1.3, 1.3);
            transform: translateX(0) scale(1.3, 1.3);
  }

  30% {
    -webkit-transform: translateX(-15px) scale(0.5, 0.5);
            transform: translateX(-15px) scale(0.5, 0.5);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: translateX(60px) scale(1.2, 1.2);
            transform: translateX(60px) scale(1.2, 1.2);
    opacity: 0.3;
  }

  60% {
    -webkit-transform: translateX(130px) scale(2, 2);
            transform: translateX(130px) scale(2, 2);
    opacity: 0.05;
  }

  65% {
    -webkit-transform: translateX(145px) scale(1.2, 1.2);
            transform: translateX(145px) scale(1.2, 1.2);
  }

  80% {
    -webkit-transform: translateX(120px) scale(0.5, 0.5);
            transform: translateX(120px) scale(0.5, 0.5);
    opacity: 0.1;
  }

  90% {
    -webkit-transform: translateX(80px) scale(0.8, 0.8);
            transform: translateX(80px) scale(0.8, 0.8);
  }

  100% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0.3;
  }
}

#loader2::after {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#loader2 .roller {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#loader3::after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#loader3 .roller {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.map-near-content {
  position: relative;
}

.content-block--in-map {
  position: absolute;
  z-index: 20;
  bottom: 40px;
  max-width: 834px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mobile-tabs {
  display: none;
  width: 100%;
}

@media (width <= 767px) {
  .mobile-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tabs::after {
  display: none;
}

.tabs li {
  white-space: nowrap;
}

.mobile-filter-btn {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

.mobile-filter-btn__numbers {
  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;
  border-radius: 50%;
  background: rgb(179 38 30);
  font-size: 14px;
  position: absolute;
  top: -2px;
  right: -8px;
  color: #fff;
  width: 18px;
  height: 18px;
}

@media (width <= 767px) {
  .mobile-hide {
    display: none !important;
  }
}

.mobile-show {
  display: none;
}

@media (width <= 767px) {
  .mobile-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.catalog-filter-mobile .filter .inner-info-item {
  display: block !important;
}

.inner-info-items {
  position: relative;
  z-index: 20 !important;
}

.product-card__content .tabs--main li:first-child a {
  background: url("../images/1.png") 50% 50% no-repeat;
  background-size: cover;
}

.product-card__content .tabs--main li:nth-child(2) a {
  background: url("../images/africanStyle.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.product-card__content .tabs--main li:nth-child(3) a {
  background: url("../images/2.png") 50% 50% no-repeat;
  background-size: cover;
}

.product-card__content .tabs--main li:nth-child(4) a {
  background: url("../images/1.png") 50% 50% no-repeat;
  background-size: cover;
}

.product-card__content .tabs--main li:nth-child(5) a {
  background: url("../images/africanStyle.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.product-card__content .tabs--main li:nth-child(6) a {
  background: url("../images/2.png") 50% 50% no-repeat;
  background-size: cover;
}

.product-card__content .tabs--main li:nth-child(7) a {
  background: url("../images/1.png") 50% 50% no-repeat;
  background-size: cover;
}

.product-card__content .tabs--main li:nth-child(8) a {
  background: url("../images/africanStyle.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.product-card__content .tabs--main li:nth-child(9) a {
  background: url("../images/2.png") 50% 50% no-repeat;
  background-size: cover;
}