@charset "UTF-8";
@import url("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: rgba(0, 0, 0, 0);
}

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

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

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: rgba(142, 142, 147, 0.5);
}

.map-tab, .map-near {
  width: 105%;
  margin: 0 -2.5%;
}
@media (min-width: 1981px) {
  .map-tab, .map-near {
    width: 120%;
    margin: 0 -10%;
  }
}
@media (max-width: 1600px) {
  .map-tab, .map-near {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
@media (max-width: 992px) {
  .map-tab, .map-near {
    width: calc(100% + 12px);
    margin: 0 -6px;
  }
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  padding: 0 2.5%;
  margin: 0 auto;
}
@media (min-width: 1981px) {
  .wrapper {
    padding: 0 10%;
  }
}
@media (max-width: 1600px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .wrapper {
    padding: 0 6px;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1981px) {
  .container {
    padding: 0 10%;
  }
}
@media (max-width: 1600px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 5px;
  }
}

.btn {
  font-family: "Roboto", sans-serif;
  border: 1px solid rgb(44, 44, 44);
  border-radius: 8px;
  height: 32px;
  background: rgb(120, 165, 90);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(245, 245, 245);
  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 (max-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: rgba(98, 91, 113, 0.08);
  border-radius: 50%;
  border: 1px solid transparent;
  transition: 0.5s;
}
.burger.open {
  border-color: rgb(210, 210, 210);
}
.burger.open:before {
  background: rgb(148, 148, 148);
  transform: rotate(-45deg);
  top: 14px;
  height: 2px;
}
.burger.open:after {
  background: rgb(148, 148, 148);
  top: 14px;
  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;
  transition: 0.5s;
}
.burger:after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 7px;
  width: 18px;
  height: 2px;
  background: rgb(73, 69, 79);
  border-radius: 4px;
  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 (max-width: 992px) {
  .burger {
    display: block;
  }
}

.mobile-menu {
  position: absolute;
  top: 3px;
  left: 6px;
  border-radius: 18px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  background: rgb(237, 237, 237);
  width: 50px;
  padding: 40px 4px 4px 4px;
  display: none;
  transform: translateX(-100px);
  transition: 0.5s;
}
.mobile-menu.open {
  transform: translateY(0px);
}
@media (max-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: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  background: rgb(238, 238, 238);
  border-radius: 18px;
  padding: 0 15px 3px 15px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  max-width: 1920px;
  margin: 0 auto 8px;
  z-index: 120;
  position: relative;
}
@media (max-width: 1600px) {
  .header {
    margin: 0 0px 8px 0px;
  }
}
@media (max-width: 992px) {
  .header {
    height: 48px;
  }
}

.wrapper {
  padding-top: 4px;
}

.header__btns {
  display: flex;
}
@media (max-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 (max-width: 1440px) {
  .logo img {
    width: 120px;
  }
}

@media (max-width: 992px) {
  .location-btn {
    display: none;
  }
}
.location-btn a {
  color: rgb(40, 40, 40);
  font-size: 18px;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-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;
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .location-btn-mobile {
    display: flex;
  }
}
.location-btn-mobile a {
  color: rgb(40, 40, 40);
  font-size: 18px;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
  cursor: pointer;
}
.location-btn-mobile a span {
  color: rgb(0, 66, 131);
  font-size: 14px;
}
@media (max-width: 1440px) {
  .location-btn-mobile a {
    font-size: 14px;
  }
}
@media (max-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 (max-width: 992px) {
  .main-menu {
    display: none;
  }
}
.main-menu ul {
  display: flex;
}
.main-menu ul li {
  margin: 0 20px;
}
@media (max-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;
  transition: 0.5s;
  white-space: nowrap;
}
@media (max-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 (max-width: 1280px) {
  .search-mobile {
    display: block;
  }
}
.search-mobile__btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(98, 91, 113, 0.08);
  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: flex;
  align-items: center;
  transform: translateX(300px);
  transition: 0.5s;
}
.search-mobile__content.open {
  transform: translateX(0px);
}
.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: flex;
  align-items: center;
  width: 100%;
}
.search-mobile__content::-moz-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 (max-width: 1280px) {
  .header-search {
    display: none;
  }
}
.header-search__content {
  width: 240px;
  height: 32px;
  display: flex;
  align-items: center;
  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::-moz-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: flex;
}
@media (max-width: 992px) {
  .mode-selection {
    display: none;
  }
}
.mode-selection a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid rgba(194, 194, 194, 0.6);
  background: rgba(155, 154, 154, 0.3);
  width: 26px;
  height: 26px;
  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: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hidden {
  display: none;
}

.modal-location {
  background: rgb(241, 241, 241);
  width: 100%;
  max-width: 920px;
  padding: 30px 30px 100px 30px;
}
@media (max-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: rgba(98, 91, 113, 0.08) 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;
}

.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 (max-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;
  background: transparent;
  border: 0;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 99px;
}
.search-location__alphabet {
  display: flex;
  margin-bottom: 20px;
}
.search-location__alphabet ul {
  display: flex;
  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;
  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 (max-width: 767px) {
  .search-location__city-title {
    font-size: 16px;
  }
}
.search-location__content ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 680px) {
  .search-location__content ul {
    justify-content: space-between;
  }
}
.search-location__content ul li {
  width: 20%;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .search-location__content ul li {
    width: 33.3333333333%;
  }
}
@media (max-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);
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
@media (max-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: rgba(217, 217, 217, 0.6);
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  color: rgb(55, 55, 55);
  margin-bottom: 8px;
}
@media (max-width: 1600px) {
  .adress-all {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  .adress-all {
    font-size: 16px;
  }
}
.adress-all span {
  color: rgb(255, 32, 32);
}
.adress-all a {
  color: rgb(0, 66, 131);
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
.adress-all a:hover {
  border-color: rgb(0, 66, 131);
}

.filter {
  position: relative;
  background-size: cover;
  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 (max-width: 1600px) {
  .filter.open {
    padding: 6px;
  }
}
.filter.open .filter__btn-show {
  padding-top: 20px;
  display: flex;
}
.filter .col-12 {
  min-height: 360px;
}
@media (max-width: 1200px) {
  .filter .col-12 {
    min-height: auto;
  }
}
.filter__btn-show {
  justify-content: flex-end;
  align-items: center;
  display: none;
  padding-top: 0px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .filter__btn-show {
    justify-content: center;
    padding: 10px 0;
  }
}
.filter__btn-show .clear-filter {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
@media (max-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: inline-flex;
  color: #646464;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  align-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.33);
  padding: 0 24px 0 12px;
  height: 46px;
  width: auto;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}
@media (max-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: flex;
  align-items: 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: rgba(255, 255, 255, 0.33);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .filter__tabs-location {
    margin-bottom: 4px;
  }
}
.filter__tabs-location .tabs {
  display: flex;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.33);
}
.filter__tabs-location .tabs li {
  width: 33.3333333333%;
}
.filter__tabs-location .tabs a {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: rgb(73, 69, 79);
  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;
  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 0;
}
.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::-moz-placeholder {
  color: rgb(189, 189, 189);
}
.filter__tabs-location .tabgroup input::placeholder {
  color: rgb(189, 189, 189);
}

.filter__tabs-location-btn {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.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 (max-width: 767px) {
  .filter-item {
    margin-bottom: 4px;
  }
}
.filter-item__inputs {
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.33);
  margin-bottom: 4px;
  padding: 6px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-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 (max-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: flex;
}
@media (max-width: 992px) {
  .filter-item__inputs-content {
    min-width: 50%;
    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 (max-width: 1600px) {
  .filter-item__inputs-content input {
    margin-left: 10px;
  }
}
@media (max-width: 1440px) {
  .filter-item__inputs-content input {
    width: 60px;
    font-size: 14px;
  }
}
@media (max-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::-moz-placeholder {
  color: rgb(189, 189, 189);
}
.filter-item__inputs-content input::placeholder {
  color: rgb(189, 189, 189);
}
.filter-item__choice {
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.33);
  padding: 6px 30px;
}
@media (max-width: 1600px) {
  .filter-item__choice {
    padding: 6px 0 6px 10px;
  }
}
@media (max-width: 1600px) {
  .filter-item__choice {
    padding: 6px;
  }
}
.filter-item__choice--inline {
  padding: 6px 0 6px 10px;
}
@media (max-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: flex;
  flex-wrap: wrap;
  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: inline-flex;
  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;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  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 (max-width: 767px) {
  .content-block--pb {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .content-block {
    padding: 16px;
  }
}
.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 (max-width: 767px) {
  .content-block__title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.sauna-item {
  position: relative;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  margin-bottom: 20px;
}
.sauna-item__photo-numbers {
  position: absolute !important;
  top: 6px;
  right: 6px;
  z-index: 9;
  display: inline-flex !important;
  height: 30px;
  border-radius: 12px;
  background: rgba(217, 217, 217, 0.6);
  padding: 0 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: rgb(69, 69, 69);
}
.sauna-item .tabs {
  display: flex;
  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: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border: 1px solid rgba(237, 237, 237, 0.7);
  border-radius: 12px 12px 0px 0px;
  background: rgba(237, 237, 237, 0.7);
  color: rgb(101, 101, 101);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  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: flex;
  flex-wrap: wrap;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
}
.sauna-item__images a {
  position: relative;
  display: block;
  height: 180px;
  margin-bottom: 1px;
  overflow: hidden;
}
.sauna-item__images a:hover img {
  transform: scale(1.2) rotate(-2deg);
}
.sauna-item__images a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  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;
}

.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: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 12px 12px;
  background: rgb(255, 211, 147);
  font-size: 16px;
  color: rgb(0, 0, 0);
  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__info-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}
.sauna-item__info-item--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;
  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: flex;
  align-items: 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: inline-flex;
  align-items: center;
  margin-left: 10px;
}
.sale-link a {
  position: relative;
  display: inline-flex;
  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;
  transition: 0.5s;
  border: 1px solid rgb(255, 211, 147);
}
.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: 0;
}

.sauna-sale-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -4px;
  width: calc(100% + 8px);
  border-radius: 12px 12px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  background: rgb(241, 241, 241);
  padding: 15px 30px;
  z-index: 13;
  max-height: 400px;
  overflow-y: auto;
}
.sauna-sale-dropdown.open {
  display: block;
}
.sauna-sale-dropdown__title {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(73, 69, 79);
}
.sauna-sale-dropdown__title span {
  color: rgb(179, 38, 30);
}
.sauna-sale-dropdown ul {
  padding-left: 0px;
  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: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 18px;
  font-size: 24px;
  color: rgb(74, 68, 88);
  border: 1px solid rgb(255, 211, 147);
  transition: 0.5s;
  text-align: center;
  background: rgb(255, 211, 147);
}
@media (max-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 {
  transform: scale(1.2) rotate(5deg);
}
.best-bath img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 2s;
}
.best-bath__content {
  padding: 10px 20px;
  border-radius: 12px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, rgba(91.0733261108, 49.8278236389, 12.0925760269, 0.6), rgba(214, 124.196434021, 42.0357170105, 0.3) 100%);
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.best-bath__title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  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 (max-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 {
  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;
  transition: 2s;
}
.article-item__content {
  display: block;
  background: rgb(249, 249, 249);
  padding: 10px 20px;
}
.article-item__title {
  display: block;
  font-size: 18px;
  font-weight: 400;
  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 {
  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: inline-flex;
  z-index: 12;
  background: rgba(255, 0, 132, 0.9);
  font-size: 14px;
  font-weight: bold;
  color: rgb(255, 251, 250);
  border-radius: 12px;
  padding: 0 12px;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  align-items: center;
}
.action-item__images img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.action-item__content {
  padding: 10px 20px;
  height: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  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: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
.action-item__more-btn a {
  position: relative;
  display: inline-flex;
  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;
  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: flex;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
}
.popular-filter::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .popular-filter {
    flex-wrap: nowrap;
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 0 16px;
    overflow-x: auto;
  }
}
.popular-filter__item {
  display: inline-flex;
  align-items: 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 (max-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 {
  transform: scale(1.2) rotate(-2deg);
}
.popular-service__title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  color: rgb(179, 38, 30);
  font-weight: bold;
}
.popular-service__images {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  min-height: 200px;
}
.popular-service__images span {
  display: inline-flex;
  z-index: 12;
  background: rgba(0, 128, 2, 0.9);
  font-size: 14px;
  font-weight: bold;
  color: rgb(255, 251, 250);
  border-radius: 12px;
  padding: 0 12px;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  align-items: center;
}
.popular-service__images img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.popular-service__content {
  padding: 10px 20px;
  height: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  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: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
.popular-service__more-btn a {
  position: relative;
  display: inline-flex;
  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;
  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: 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: flex;
  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 0px 0px;
  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 (max-width: 767px) {
  .footer__main .search-location__city {
    display: none;
  }
}
.footer__bottom {
  padding: 10px 24px;
  background: rgb(89, 55, 23);
}
@media (max-width: 767px) {
  .footer__bottom {
    padding: 45px 16px;
  }
}
.footer__bottom .copy {
  font-size: 20px;
  color: rgb(255, 255, 255);
  display: block;
}
@media (max-width: 767px) {
  .footer__bottom .copy {
    font-size: 14px;
    text-align: center;
  }
}

.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-menu ul li {
  margin-right: 30px;
  margin-bottom: 20px;
}
@media (max-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 (max-width: 767px) {
  .footer-menu ul li a {
    font-size: 15px;
  }
}
.footer-menu ul li a:hover {
  border-color: #000;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  display: inline-block;
  color: rgb(0, 66, 131);
  border-bottom: 1px solid transparent;
  transition: 0.5s;
  transform: translateY(1px);
}
.breadcrumbs a:hover {
  border-color: rgb(0, 66, 131);
}
.breadcrumbs .sep {
  display: block;
  margin: 0 6px;
}

.inner-title {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
.inner-title span {
  font-size: 36px;
  color: rgb(73, 69, 79);
  display: inline-flex;
  justify-content: center;
  border-radius: 9px;
  background: rgba(233, 233, 233, 0.6);
  padding: 6px 16px;
  max-width: 1100px;
  width: 100%;
}
@media (max-width: 767px) {
  .inner-title span {
    font-size: 18px;
  }
}
.inner-title--dark span {
  background: rgba(245, 236, 223, 0.5) !important;
}
.inner-title--sm span {
  width: auto;
  padding: 6px 60px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 32px;
}
@media (max-width: 767px) {
  .inner-title--sm span {
    font-size: 18px;
    padding: 5px 30px;
  }
}

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

.catalog-tabs {
  margin-bottom: 30px;
}
.catalog-tabs__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .catalog-tabs__head {
    flex-direction: column;
  }
}
.catalog-tabs__head .filter__title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .catalog-tabs__head .filter__title {
    margin-bottom: 10px;
    width: 100%;
    order: -2;
  }
}
.catalog-tabs__head .tabs {
  display: flex;
  border-radius: 12px;
  background: rgba(233, 233, 233, 0.6);
  padding: 3px;
}
@media (max-width: 992px) {
  .catalog-tabs__head .tabs {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .catalog-tabs__head .tabs {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .catalog-tabs__head .tabs--main {
    display: none;
  }
}
.catalog-tabs__head .tabs li {
  margin-right: 5px;
}
.catalog-tabs__head .tabs li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@media (max-width: 374px) {
  .catalog-tabs__head .tabs li .icon {
    display: none;
  }
}
.catalog-tabs__head .tabs li .icon img {
  display: block;
  width: 24px;
}
@media (max-width: 767px) {
  .catalog-tabs__head .tabs li .icon img {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-tabs__head .tabs li {
    margin-right: 0;
  }
}
.catalog-tabs__head .tabs li span.icon {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .catalog-tabs__head .tabs li span.icon {
    margin-right: 2px;
  }
}
.catalog-tabs__head .tabs li span.icon img {
  display: block;
}
@media (max-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: flex;
  align-items: center;
  color: rgb(100, 100, 100);
  font-size: 20px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .catalog-tabs__head .tabs li a {
    font-size: 16px;
    padding: 8px;
  }
}
@media (max-width: 429px) {
  .catalog-tabs__head .tabs li a {
    font-size: 16px;
    padding: 5px 2px;
  }
}
@media (max-width: 374px) {
  .catalog-tabs__head .tabs li a {
    font-size: 16px;
    padding: 5px;
  }
}
.catalog-tabs__head .tabs li a.active {
  background: rgba(233, 233, 233, 0.6);
}
.product-card {
  border-radius: 12px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  background: rgb(238, 238, 238);
}
.product-card__btn {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .product-card__btn {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .product-card__btn .btn {
    width: 100%;
  }
}
.product-card__right {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .product-card__right {
    flex-wrap: wrap;
  }
}
.product-card__head {
  padding: 16px;
}
.product-card__title {
  font-size: 26px;
  font-weight: 600;
  color: rgb(49, 17, 29);
}
@media (max-width: 992px) {
  .product-card__title {
    font-size: 18px;
  }
}
.product-card__side {
  width: 145px;
}
@media (max-width: 1600px) {
  .product-card__side {
    width: 100%;
    display: flex;
  }
}
@media (max-width: 992px) {
  .product-card__side {
    display: none;
  }
}
.product-card__adress {
  width: calc(100% - 170px);
  border-radius: 8px 8px 12px 12px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.93);
  padding: 10px;
}
@media (max-width: 1600px) {
  .product-card__adress {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .product-card__adress {
    background: transparent;
    box-shadow: none;
    padding: 10px 0 0 0;
  }
}
.product-card__adress-item-veriant {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 10px;
}
.product-card__adress-item-veriant:last-child {
  margin-right: 0;
}
.product-card__adress-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: rgb(73, 69, 79);
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .product-card__adress-item {
    font-size: 16px;
  }
}
.product-card__adress-item .icon-first {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  align-items: center;
  position: absolute;
  top: -2px;
  left: 0;
}
.product-card__adress-item .icon-first img {
  display: block;
}
.product-card__adress-item .icon {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  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;
  transition: 0.5s;
}
.product-card__adress-item a:hover {
  border-color: rgb(0, 66, 131);
}

.product-card__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  margin-bottom: 12px;
  background: rgba(21, 143, 0, 0.6);
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 28px;
  padding-left: 10px;
}
@media (max-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: flex;
  align-items: 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: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: -60px;
}
@media (max-width: 1600px) {
  .product-card__phones {
    margin-top: -90px;
  }
}
@media (max-width: 992px) {
  .product-card__phones {
    margin-top: 0px;
  }
}
.product-card__phones a {
  color: rgb(183, 28, 28);
  font-size: 22px;
  margin-right: 10px;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .product-card__phones a span {
    display: none;
  }
}
@media (max-width: 992px) {
  .product-card__phones a {
    font-size: 14px;
    height: 24px;
    display: inline-flex;
    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 (max-width: 992px) {
  .product-card__phones .icon {
    display: none;
  }
}
.product-card__phones .icon img {
  display: block;
  width: 28px;
}

.product-card__contacts-bottom {
  display: flex;
  align-items: center;
  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: flex;
  align-items: center;
  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;
  transition: 0.5s;
}
@media (max-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;
}

.feedback-btn {
  font-size: 15px;
  color: rgb(74, 68, 89);
  height: 26px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  background: #ced5e1;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .feedback-btn {
    padding: 0 10px;
    margin-right: 0;
  }
}
.feedback-btn .icon {
  margin-left: 10px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 26px;
  background: rgba(245, 239, 247, 0.3);
}
.feedback-btn .icon img {
  display: block;
  height: 18px;
}

.examination {
  display: inline-flex;
  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 (max-width: 767px) {
  .examination {
    display: none;
  }
}

.product-card {
  margin-bottom: 20px;
}
.product-card__content {
  padding: 16px 16px 0 16px;
}
.product-card__content .tabs--main {
  display: flex;
}
@media (max-width: 767px) {
  .product-card__content .tabs--main {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .product-card__content .tabs--main {
    justify-content: space-between;
  }
}
.product-card__content .tabs--main li {
  margin-right: 8px;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .product-card__content .tabs--main li {
    width: calc(50% - 5px);
    margin-right: 0;
  }
}
.product-card__content .tabs--main li a {
  border: 1px solid rgb(217, 198, 172);
  background: rgb(245, 239, 230);
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  border-radius: 8px;
  transition: 0.5s;
}
@media (max-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: linear-gradient(90deg, rgb(158.6915740967, 92.4386825562, 5.8002829552), rgb(116.6776199341, 1.944626689, 0) 100%);
  border-color: transparent;
}
.product-card__content .tabs--main li a.active span {
  color: #fff !important;
}
.product-card__content .tabs--main li a span {
  white-space: nowrap;
  margin-right: 5px;
}
.product-card__content .tabs--main li a span:first-child {
  color: rgb(73, 69, 79);
}
.product-card__content .tabs--main li a span:nth-child(2) {
  color: rgb(179, 38, 30);
}
.product-card__content .tabs--main li a span:last-child {
  color: rgb(73, 69, 79);
  margin-right: 0;
}

.product-card__photo {
  height: 160px;
  overflow: hidden;
  display: flex;
  width: calc(100% + 32px);
  margin: 0 -16px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .product-card__photo {
    height: 200px;
  }
}
.product-card__photo a {
  width: 16.6666666667%;
  display: block;
  height: 160px;
}
@media (max-width: 992px) {
  .product-card__photo a {
    width: 33.3333333333%;
  }
}
@media (max-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__info {
  background: rgb(205, 173, 144);
  width: calc(100% + 32px);
  margin: 0 -16px;
  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: flex;
  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: 6px;
  z-index: 9;
  display: inline-flex;
  cursor: pointer;
  height: 30px;
  border-radius: 12px;
  background: rgba(217, 217, 217, 0.6);
  padding: 0 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: rgb(69, 69, 69);
}

.product-card__photo-inner {
  position: relative;
  height: 500px;
  border-radius: 18px;
  border: 2px solid #fff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .product-card__photo-inner {
    height: 350px;
  }
}
@media (max-width: 680px) {
  .product-card__photo-inner {
    height: 390px;
    display: flex;
    flex-wrap: wrap;
  }
}
.product-card__photo-inner a {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-card__photo-inner a img {
  transition: 2s !important;
}
.product-card__photo-inner a:hover img {
  transform: scale(1.2);
}
.product-card__photo-inner a:nth-child(2) {
  width: 50%;
  height: 100%;
  border-right: 2px solid #fff;
}
@media (max-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: 34%;
  }
}
.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 (max-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: 33.3333333333%;
  }
}
.product-card__photo-inner a:nth-child(4) {
  width: 27%;
  height: 50%;
  position: absolute;
  left: 73%;
  top: 0;
  border-bottom: 2px solid #fff;
}
@media (max-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: 33.3333333333%;
  }
}
.product-card__photo-inner a:nth-child(5) {
  position: absolute;
  width: 27%;
  height: 50%;
  left: 50%;
  top: 50%;
  border-right: 2px solid #fff;
}
@media (max-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: 33.3333333333%;
  }
}
.product-card__photo-inner a:nth-child(6) {
  width: 23%;
  height: 50%;
  position: absolute;
  left: 77%;
  top: 50%;
}
@media (max-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: 33.3333333333%;
  }
}
.product-card__photo-inner a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

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

.inner-info-items {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1200px) {
  .inner-info-items {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 920px) {
  .inner-info-items {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 680px) {
  .inner-info-items {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.inner-info-item {
  border-radius: 12px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  -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: inline-flex;
  z-index: 12;
  font-size: 14px;
  font-weight: bold;
  color: rgb(255, 251, 250);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  align-items: center;
  background: rgba(255, 0, 132, 0.9);
  border-radius: 12px;
  padding: 0px 12px;
}
.inner-info-item__head {
  display: flex;
  align-items: 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: rgba(230, 219, 204, 0.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: 20px 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 (max-width: 767px) {
  .inner-info-item__content ul.size20 li {
    font-size: 18px;
  }
}
.inner-info-item__cost {
  display: flex;
  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;
}

.review-item {
  border-radius: 12px 12px;
  background: linear-gradient(270deg, rgb(239.6926116943, 239.6926116943, 239.6926116943), rgba(245, 236, 223, 0.45) 100%);
  padding: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  min-height: 400px;
  margin-bottom: 20px;
}
.review-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.review-item__name {
  font-size: 22px;
  color: rgb(29, 27, 32);
}
.review-item__rating {
  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 (max-width: 1280px) {
  .content-block__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}

.leave-feedback-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 306px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(149, 190, 122);
  border-radius: 18px;
  font-size: 22px;
  color: #000;
  cursor: pointer;
  transition: 0.5s;
  z-index: 12;
}
@media (max-width: 1280px) {
  .leave-feedback-btn {
    position: relative;
  }
}
@media (max-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: linear-gradient(270deg, rgb(239.6926116943, 239.6926116943, 239.6926116943), rgba(245, 236, 223, 0.45) 100%);
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 24px;
  opacity: 0;
  overflow: hidden;
  max-height: 0px;
  transition: 0.5s;
  margin-top: -40px;
}
@media (max-width: 1280px) {
  .leave-feedback {
    margin-top: -60px;
  }
}
@media (max-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::-moz-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::-moz-placeholder {
  color: #000;
}
.form-group textarea::placeholder {
  color: #000;
}

.rating {
  display: flex;
  justify-content: flex-start;
}

.star {
  display: inline-block;
  margin: 5px;
  font-size: 20px;
  color: rgb(171, 171, 171);
  position: relative;
}
@media (max-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);
}
.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 {
  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: 0px;
  position: relative;
  font-size: 100%;
}

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

@media (max-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: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .rate-service__item {
    justify-content: space-between;
  }
}
.rate-service__item-title {
  display: block;
  width: 250px;
  font-size: 16px;
  color: rgb(73, 69, 79);
}
@media (max-width: 767px) {
  .rate-service__item-title {
    width: auto;
  }
}

.btn-center {
  display: flex;
  justify-content: center;
}
.btn-center button, .btn-center a {
  width: 306px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 211, 147);
  border-radius: 18px;
  font-size: 22px;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.5s;
  border: 0;
}
.btn-center button:hover, .btn-center a:hover {
  background: rgba(255, 211, 147, 0.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: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .btn-right {
    justify-content: center;
  }
}

.establishments .col-12 {
  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 (max-width: 992px) {
  .map {
    padding-top: 20px;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}

.contacts-block {
  border-radius: 12px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  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;
  transition: 0.5s;
}
.contacts-block ul li a:hover {
  border-color: rgb(0, 66, 131);
}

.radio {
  margin: 0 20px;
}
@media (max-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 (max-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;
  transition: all 250ms ease;
}
@media (max-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;
  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: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  box-shadow: inset 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
  background: rgba(248, 193, 112, 0.96);
  padding: 20px 20px 16px 20px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .search-radius {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.search-radius__radio {
  display: flex;
}
@media (max-width: 992px) {
  .search-radius__radio {
    margin-bottom: 20px;
  }
}
.search-radius__title {
  font-size: 18px;
  font-weight: 500;
  color: rgb(49, 17, 29);
  transform: translateY(-3px);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .search-radius__title {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.search-radius .btn {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .search-radius .btn {
    margin-left: 0;
  }
}
.search-radius--tab {
  background: rgba(255, 255, 255, 0.65);
  box-shadow: none;
  padding: 4px 16px;
  position: relative;
  display: inline-flex;
  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 (max-width: 992px) {
  .search-radius--tab .search-radius__title {
    margin-bottom: 4px;
    font-size: 16px;
  }
}
.search-radius--tab .radio {
  margin: 0 20px;
}
@media (max-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 (max-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;
  transition: all 250ms ease;
}
@media (max-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);
  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: flex;
  justify-content: center;
  margin-bottom: -70px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tags a {
  display: inline-flex;
  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 5px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .tags a {
    padding: 0 8px;
    margin: 0 4px 8px 4px;
    font-size: 14px;
  }
}
.tags a:hover {
  background: rgb(255, 211, 147);
}

.inner-menu {
  display: flex;
  margin-bottom: 10px;
  border-radius: 12px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  background: rgb(237, 237, 237);
  margin-top: 10px;
  align-items: center;
  padding: 10px;
}
.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: flex;
  flex-wrap: wrap;
}
.inner-menu ul li {
  position: relative;
  margin-right: 50px;
}
@media (max-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: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  transition: 0.5s;
}
.inner-menu ul li a span {
  display: flex;
  align-items: 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 (max-width: 992px) {
  .inner-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .inner-menu ul li a {
    font-size: 16px;
  }
}
.inner-menu ul li a:hover, .inner-menu ul li a.active {
  background: rgba(255, 255, 255, 0.6);
}

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

.article-inner {
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  background: rgb(252, 252, 252);
  width: calc(100% + 28px);
  margin: 0 -14px;
}
@media (max-width: 992px) {
  .article-inner {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .article-inner {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
.article-inner p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 26px;
}
@media (max-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: flex;
  justify-content: center;
  padding-bottom: 30px;
  margin-top: -30px;
}
.pages__title {
  display: block;
  margin-right: 20px;
  font-size: 22px;
}
@media (max-width: 992px) {
  .pages__title {
    font-size: 18px;
  }
}
.pages ul {
  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;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 992px) {
  .pages ul li a {
    font-size: 18px;
  }
}
.pages ul li a:hover {
  border-color: rgb(0, 66, 131);
}

.review-form__head {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .review-form__head {
    justify-content: center;
  }
}
.review-form .leave-feedback-btn {
  position: relative;
}

.rating-list {
  max-width: 250px;
}
@media (max-width: 680px) {
  .rating-list {
    max-width: 100%;
  }
}
.rating-list__item {
  width: 100%;
  display: flex;
  align-items: center;
  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;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .sauna-fixed-menu {
    display: flex;
  }
}
@media (max-width: 374px) {
  .sauna-fixed-menu {
    height: 46px;
  }
}
.sauna-fixed-menu ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 52px;
}
@media (max-width: 374px) {
  .sauna-fixed-menu ul {
    height: 46px;
  }
}
.sauna-fixed-menu ul li a img {
  display: block;
  width: 42px;
  height: 42px;
}
@media (max-width: 374px) {
  .sauna-fixed-menu ul li a img {
    width: 36px;
    height: 36px;
  }
}

.product-card__info-content.inner-info-items {
  padding: 20px;
}
.product-card__info-content.inner-info-items .inner-info-item {
  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-]):not([class*=form-control]):not(.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--margin {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .filter-block--margin {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .filter-block {
    order: 1;
    margin-top: 10px;
  }
}

.filter {
  position: relative;
}
.filter:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 0;
  border-radius: 18px;
}
.filter .inner-info-items {
  position: relative;
  z-index: 9;
}
.filter .inner-info-item {
  box-shadow: none;
  border-radius: 0;
}
.filter.open .inner-info-item {
  display: block;
}

.filter-item__all {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  padding: 0px 8px;
  margin: 4px 8px 0 0;
}
.filter-item__all.open .icon {
  transform: rotate(-180deg);
}
.filter-item__all .icon {
  margin-left: 3px;
  transition: 0.5s;
}
.filter-item__all .icon img {
  display: block;
}

.filter-item__list-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 145px;
  transition: 0.5s;
}
.filter-item__list-wrapper.open {
  height: auto;
  max-height: 500px;
}

.btn-show-parameters {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #2C2C2C;
  height: 35px;
  font-size: 14px;
  color: #5C5C5C;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  transition: 0.5s;
  text-transform: uppercase;
}
.btn-show-parameters:hover {
  background: rgba(255, 255, 255, 0.9);
  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 (max-width: 992px) {
  .filter-head__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.filter-head__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  min-height: 36px;
}
@media (max-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 (max-width: 992px) {
  .filter-head__clear {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.filter-head__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid rgba(73, 69, 79, 0.5);
  border-bottom: 1px solid rgba(73, 69, 79, 0.5);
}
@media (max-width: 992px) {
  .filter-head__container {
    display: flex;
    flex-direction: column;
  }
}

.filter-selected {
  position: relative;
  display: inline-flex;
  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: flex;
  justify-content: space-around;
}
@media (max-width: 992px) {
  .contacts-inner {
    flex-direction: column;
  }
}

.contacts-inner-block {
  width: calc(50% - 20px);
  max-width: 660px;
  background: rgb(238, 238, 238);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  padding: 20px 30px;
  border-radius: 10px;
}
@media (max-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 (max-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::-moz-placeholder, .contacts-inner-block .form-group textarea::-moz-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 (max-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;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: -4px;
}
.checkbox .styled-checkbox:focus + label:before {
  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 {
  box-shadow: none;
  background: #ddd;
}

.contacts-inner-block__tel {
  margin-bottom: 20px;
}
.contacts-inner-block__tel a {
  position: relative;
  display: inline-flex;
  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);
  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: inline-flex;
  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);
  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: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .contacts-inner-block__button {
    justify-content: center;
  }
}
.contacts-inner-block__button button {
  width: 260px;
}

.radio-group {
  display: flex;
  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 (max-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: 0px;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
@media (max-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;
  box-shadow: inset 0 0 0 4px rgb(238, 238, 238);
}

.radio-group {
  max-height: 0;
  overflow: hidden;
  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 {
  transform: rotate(180deg);
  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 {
  transform: rotate(0);
}

.map-tab iframe {
  height: 100vh;
}

.map-near iframe {
  height: 2600px;
}
@media (max-width: 992px) {
  .map-near iframe {
    height: 3400px;
  }
}

.error-container {
  padding: 0 0 120px 50px;
}
@media (max-width: 1100px) {
  .error-container {
    padding: 0 20px 40px 20px;
  }
}

.error-block {
  padding: 20px 60px 40px 30px;
  background: rgb(237, 237, 237);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  max-width: 930px;
  width: 100%;
}
@media (max-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: flex;
  justify-content: flex-end;
}
.error-block__button button {
  width: 150px;
}

.wrapper__container {
  display: flex;
  flex-direction: column;
}

.action-dropdown {
  display: none;
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 100%;
}

.inner-info-item__content {
  position: relative;
  padding-bottom: 32px;
}

.action-item__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.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;
}
.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);
}
.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-dropdown {
  display: none;
  position: absolute;
  left: -16px;
  width: calc(100% + 35px);
  border-radius: 12px 12px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  background: rgb(241, 241, 241);
  padding: 15px 30px;
  z-index: 13;
  max-height: 300px;
  overflow-y: auto;
}
.action-dropdown.open {
  display: block;
}
.action-dropdown__title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(73, 69, 79);
}
.action-dropdown__title span {
  color: rgb(179, 38, 30);
}
.action-dropdown ul {
  padding-left: 0px;
  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: flex;
  flex-direction: column;
  z-index: 21;
  border-radius: 18px;
  transition: 0.5s;
  opacity: 0;
}
.fixed-side-menu.show {
  opacity: 1;
}
.fixed-side-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  transition: 0.5s;
}
.fixed-side-menu a:hover {
  opacity: 0.7;
  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 {
  display: flex;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 20;
  align-items: center;
}

.geo-position {
  position: absolute;
  top: 50px;
  width: 360px;
  padding: 20px;
  background: rgb(235, 235, 235);
  border-radius: 12px;
  display: flex;
  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: flex;
}
.geo-position__share {
  display: inline-flex;
  padding: 0 12px;
  height: 40px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  align-items: center;
  background: rgb(20, 174, 92);
  margin-right: 15px;
  transition: 0.5s;
}
.geo-position__share:hover {
  color: #fff;
}
.geo-position__cancel {
  display: inline-flex;
  padding: 0 12px;
  height: 40px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  align-items: center;
  background: rgb(44, 44, 44);
  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;
  animation: shadow 1.2s infinite linear;
  -moz-animation: shadow 1.2s infinite linear;
  bottom: 0em;
  left: 0;
  height: 0.25em;
  width: 1em;
  border-radius: 50%;
  background-color: rgb(3.0142857143, 68.1228571429, 102.4857142857);
  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%;
}
/* No-prefix */
@keyframes rollercoaster {
  0% {
    transform: rotate(135deg);
  }
  8% {
    transform: rotate(240deg);
  }
  20% {
    transform: rotate(300deg);
  }
  40% {
    transform: rotate(380deg);
  }
  45% {
    transform: rotate(440deg);
  }
  50% {
    transform: rotate(495deg);
    opacity: 1;
  }
  50.1% {
    transform: rotate(495deg);
    opacity: 0;
  }
  100% {
    transform: rotate(495deg);
    opacity: 0;
  }
}
@keyframes rollercoaster2 {
  0% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: rotate(-45deg);
  }
  58% {
    transform: rotate(-160deg);
  }
  70% {
    transform: rotate(-240deg);
  }
  80% {
    transform: rotate(-300deg);
  }
  90% {
    transform: rotate(-340deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes shadow {
  0% {
    opacity: 0.3;
    transform: translateX(65px) scale(0.5, 0.5);
  }
  8% {
    transform: translateX(30px) scale(2, 2);
  }
  13% {
    transform: translateX(0px) scale(1.3, 1.3);
  }
  30% {
    transform: translateX(-15px) scale(0.5, 0.5);
    opacity: 0.1;
  }
  50% {
    transform: translateX(60px) scale(1.2, 1.2);
    opacity: 0.3;
  }
  60% {
    transform: translateX(130px) scale(2, 2);
    opacity: 0.05;
  }
  65% {
    transform: translateX(145px) scale(1.2, 1.2);
  }
  80% {
    transform: translateX(120px) scale(0.5, 0.5);
    opacity: 0.1;
  }
  90% {
    transform: translateX(80px) scale(0.8, 0.8);
  }
  100% {
    transform: translateX(60px);
    opacity: 0.3;
  }
}
#loader2:after {
  animation-delay: 0.15s;
}
#loader2 .roller {
  animation-delay: 0.15s;
}

#loader3:after {
  animation-delay: 0.3s;
}
#loader3 .roller {
  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%;
  transform: translateX(-50%);
}

.mobile-tabs {
  display: none;
  width: 100%;
}
@media (max-width: 767px) {
  .mobile-tabs {
    display: flex;
    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: flex;
  align-items: 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 (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .mobile-show {
    display: flex;
  }
}

.catalog-filter-mobile .filter .inner-info-item {
  display: block !important;
}

.inner-info-items {
  position: relative;
  z-index: 20 !important;
}/*# sourceMappingURL=styles.css.map */