@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrIzc.ttf)
    format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjARc9.ttf)
    format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf)
    format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9.ttf)
    format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9.ttf)
    format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9.ttf)
    format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf)
    format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf)
    format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf)
    format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf)
    format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf)
    format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf)
    format("truetype");
}

.up {
  text-transform: uppercase;
}

.none {
  text-decoration: none;
}

.th {
  font-weight: 100;
}

.el {
  font-weight: 200;
}

.l {
  font-weight: 300;
}

.reg {
  font-weight: 400;
}

.med {
  font-weight: 500;
}

.sb {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.eb {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.un {
  text-decoration: underline;
}

.in {
  display: inline-block;
}

.vam {
  vertical-align: middle;
}

.rel {
  position: relative;
}

.bl {
  display: block;
}

.abs {
  position: absolute;
}

.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tc {
  display: table-cell;
  vertical-align: middle;
}

.dn {
  display: none !important;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.taj {
  text-align: justify;
}

.it {
  font-style: italic;
}

.sn {
  font-style: normal;
}

.b0 {
  border: 0;
}

.bn {
  background: 0 0;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wa {
  width: auto;
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

.poi {
  cursor: pointer;
}

.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.noup {
  text-transform: none;
}

.fix {
  position: fixed;
}

.tn {
  transform: none;
}

.bf {
  background: #fff;
}

.cf {
  color: #fff;
}

.c0 {
  color: #000;
}

.ap {
  appearance: none;
}

.nw {
  white-space: nowrap;
}

.ma {
  margin: 0 auto;
}

.oh {
  overflow: hidden;
}

.pen {
  pointer-events: none;
}

img {
  max-width: 100%;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: #373737;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  background-color: #fff;
  border-radius: 24px;
  width: 200px;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.specialist_adress_map {
  height: 100%;
}

.name {
  margin: 0;
  line-height: 22px;
  mso-line-height-rule: exactly;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #222;
  text-align: left;
}

.es-button:hover {
  filter: brightness(90%);
}

.after_reg {
  padding: 30px;
  margin: 0;
  background-color: #fff;
  border-radius: 0 0 25px 25px;
  text-align: -webkit-center;
}

.btn:hover {
  color: #0f86f3;
}

.btn__orange {
  width: auto;
  background-color: #F2606C;
  color: #fff;
  padding: 0 12px;
}

.btn__orange_reg {
  width: auto;
  background-color: #ff8139;
  color: #fff;
  padding: 0 182px;
}

.btn__orange:hover {
  color: #fff;
  background-color: #D44753;
}

.btn__more {
  width: 180px;
}

.btn__main-slide {
  width: auto;
  padding: 0 32px;
}

.btn__post {
  width: auto;
  padding: 0 20px;
}

.btn__cookies,
.btn__lk-footer,
.btn__reg-footer {
  font-size: 18px;
  line-height: 21px;
}

.btn__create-account {
  width: auto;
  padding: 0 36px;
}

.btn__find {
  display: inline-block;
  width: 130px;
  height: 40px;
  background: #585858;
  font-weight: 400;
  color: #fff;
}

.btn__find:hover {
  color: #fff;
  background: #474747;
}

.btn__mobile-filters {
  display: none;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  color: #000;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-direction: column;
}

.captcha-left {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 12px;
}

.captcha-row img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: fill;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fafafa;
}

.captcha-refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: none;
  background: 0 0;
  cursor: pointer;
  padding: 4px;
  color: #333;
  border-radius: 6px;
}

.captcha-refresh:hover {
  background: rgba(0, 0, 0, 0.05);
}

.captcha-right {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.captcha-label {
  font-size: 13px;
  color: #333;
  white-space: nowrap;
}

.captcha-input {
  height: 38px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  max-width: 200px;
}

.btn__mobile-filters i {
  margin-right: 8px;
}

.btn__mobile-filters:hover {
  color: #000;
}

.btn__mobile-filters.hidden {
  display: none;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
  overflow-x: hidden;
  position: relative;
  height: auto;
}

body.hid {
  overflow: hidden;
}

body,
td,
th {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #000;
}

body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
object,
p {
  margin: 0;
  padding: 0;
}

img,
table {
  border: none;
}

table {
  border-collapse: collapse;
}

table td {
  padding: 0;
}

a {
  color: #222;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

a i,
a span {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

input[readonly] {
  cursor: default;
  pointer-events: none;
}

button,
input,
select,
textarea {
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: Roboto, sans-serif;
}

button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}

button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}

button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}

button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}

button,
input[type="submit"] {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-text ul {
  list-style: disc inside;
  padding-left: 20px;
}

.top-text ol {
  list-style: decimal inside;
  padding-left: 20px;
}

.desktop-menu-lawyers {
  display: flex;
  gap: 20px;
}

.desktop-menu-lawyers .nav {
  flex: 1 1 auto;
}

.desktop-menu-lawyers .nav p {
  font-weight: 700;
  margin-bottom: 8px;
}

.desktop-menu-lawyers .nav ul li {
  list-style: none;
  margin-bottom: 5px;
}

.banner-full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
}

.banner-slide__wrapper > :not(.banner-full-link) {
  position: relative;
  z-index: 2;
}

img {
  max-width: 100%;
}

.an {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer,
header,
main,
nav,
section {
  display: block;
}

.blog-page {
  background-color: #f6f6f6;
}

.wrap {
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  max-width: 1472px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-page {
  padding: 16px 0 256px;
  max-width: 1472px;
  margin: 0 auto;
}

body > .blog-page {
  margin: 0 auto -52px;
}

.blog-page.blog-page-main {
  margin: 36px -32px -126px -32px;
}

* {
  outline: 0 !important;
}

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

.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.grid_flex {
  position: relative;
  display: grid;
  row-gap: 32px;
  column-gap: 2%;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(146px, auto);
  padding-bottom: 3px;
}

.grid_flex.grid_catalog {
  position: relative;
  display: grid;
  row-gap: 0;
  column-gap: 2%;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(146px, auto);
  padding-bottom: 3px;
  max-width: 720px;
}
.index-catalog-page-block .grid_flex.grid_catalog {
  max-width: 848px;
}

.grid_flex.preload {
  min-height: 50px;
}

.grid_flex.preload::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}

.grid_flex.preload::after {
  display: block;
  content: "";
  background: url("../img/preloader.gif") center/cover no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#cookie_note {
  display: none;
  justify-content: space-between;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 711px;
  max-width: 90%;
  max-height: 76px;
  transform: translateX(-50%);
  padding: 14px 24px 14px 21px;
  background: #F8A3AA;
  border-radius: 16px;
  z-index: 50;
  font-size: 18px;
  line-height: 21px;
  color: #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cookie_more {
  display: block;
  width: fit-content;
  font-size: 16px;
  line-height: 19px;
  margin-top: 8px;
  text-decoration: underline;
  color: #fff;
}

.cookie_more:hover {
  text-decoration: none;
}

#cookie_note.show {
  display: flex;
}

a.blue-link {
  color: #4f77b4;
  text-decoration: underline;
}

a.blue-link:hover {
  color: #0f86f3;
  text-decoration: underline;
}

.custom-link {
  color: #F2606C !important;
  font-weight: 500;
  text-decoration: underline !important;
}

a.custom-link:hover {
  color: #0f86f3 !important;
  text-decoration: underline !important;
}

.topbar {
  align-items: center;
  height: 100%;
}

.topbar__wrapper {
  width: 100%;
  height: 32px;
  background: #eef3fa;
  position: relative;
}

.topbar__wrapper .city {
  pointer-events: none;
  padding: 1px 0 0 17px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  background: url("../img/city.svg") no-repeat 0 0;
}

.topbar__wrapper .city span {
  display: none;
}

.topbar__wrapper .city span.active {
  display: block;
}

.topbar__wrapper .menu2 {
  justify-content: space-between;
  gap: 16px;
}

.topbar__wrapper .menu2 li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.topbar__wrapper .menu2 li a:hover {
  color: #0f86f3;
}

.header {
  background: #fff;
  padding: 34px 0 12px;
  margin-bottom: 24px;
}

.header.inner {
  margin-bottom: 0;
}

.header__first-line {
  align-items: center;
  gap: 24px;
}

.header__second-line {
  align-items: flex-end;
  margin-top: 27px;
}

.index-catalog-block .top-text div.about-page .text .logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  color: #F8A3AA;
  font-size: 32px;
  line-height: 38px;
  position: relative;
  justify-content: center;
}

.index-catalog-block .top-text div.about-page .text .logo span {
    padding-top: 2px; 
}

.header .logo-wrap {
  justify-content: flex-start;
  gap: 12px;
  align-items: center;
  color: #222;
  font-size: 20px;
  line-height: 23px;
  width: fit-content;
}

.header .logo-wrap .logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  color: #F8A3AA;
  font-size: 32px;
  line-height: 38px;
  position: relative;
} 

.header .logo-wrap .logo span {
    padding-top: 2px; 
}

.header .logo-wrap .after_logo-text {
  font-size: 14px;
  font-weight: 300;
  color: #868686;
}

.header .logo-wrap .logo .orange {
  color: #ff8139;
}

.header a.site-menu__btn {
  width: 80px;
  height: 48px;
  border: 2px solid #484848;
  border-radius: 24px;
  background: transparent url("../img/menu-burger.svg") no-repeat center;
}

.header a.site-menu__btn:hover {
  border-color: #F2606C;
  background: transparent url("../img/menu-burger-hover.svg") no-repeat center;
}

.header a.site-menu__btn.opened {
  background: transparent url("../img/menu-burger-close.svg") no-repeat center;
   border: 2px solid #484848;
   border-radius: 24px;
}

.header a.site-menu__btn.opened:hover {
  background: transparent url("../img/menu-burger-close-hover.svg") no-repeat center;
  border-color: #F2606C;
}

.header .search__input {
  width: calc(100% - 55px);
  background-color: #fff;
  border: 0;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
}

.header .search__input::placeholder {
  color: #868686;
  text-overflow: ellipsis;
}

.header .search__input:placeholder-shown {
  text-overflow: ellipsis;
}

.header .search__box {
  flex-grow: 2;
  height: 52px;
  position: relative;
}

.wrap .search_box {
  display: none;
}

.header .search__form {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 25px);
  background-color: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 24px;
  padding-left: 23px;
  z-index: 11;
}

.header .search__wrap {
  display: flex;
  align-items: center;
  height: 52px;
  width: 100%;
}

.header .search__clear {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  cursor: pointer;
}

.header .search__btn {
  padding: 10px;
  margin-left: 5px;
  cursor: pointer;
}

.header .search__btn i {
  display: block;
  background: url("../img/search.svg") no-repeat 100%;
  width: 24px;
  height: 24px;
}

.header .search__clear {
  background: url("../img/search-clear.svg") no-repeat 100%;
  visibility: hidden;
  pointer-events: none;
}

.header .search__clear.active {
  visibility: visible;
  pointer-events: all;
}

.header .user-links a {
  display: inline-block;
  margin-right: 21px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.header .user-links a i {
  display: block;
  margin: 0 auto 8px;
  width: 100%;
  height: 28px;
  background-repeat: no-repeat;
  background-position: top center;
}

.header .user-links a.favorites i {
  background-image: url("../img/favorites.svg");
}

.header .user-links a.favorites:hover i {
  background-image: url("../img/favorites1.svg");
}

.header .user-links a.login i {
  background-image: url("../img/login.svg");
}

.header .user-links a.login:hover i {
  background-image: url("../img/login1.svg");
}

.header .user-links a.logout i {
  background-image: url("../img/logout.svg");
}

.header .user-links a.logout:hover i {
  background-image: url("../img/logout1.svg");
}

.header .user-links a:last-of-type {
  margin-right: 0;
}

.header .user-links a:hover {
  color: #0f86f3;
}

.header .menu1 {
  display: flex;
  align-items: center;
}

.header .menu1 li {
  margin-right: 24px;
}

.header .menu1 li a:hover {
  color: #0f86f3;
}

.header__profile {
  height: 48px;
  align-items: flex-end;
  gap: 12px;
}

.header__profile:not(:has(.profile-link)) {
  align-items: center;
}

.header__profile:not(:has(.profile-link))::after {
  content: "У вас студия йоги?";
  order: -1;
  display: inline-flex;
  align-items: center;
  padding-right: 20px; 
  background: url("../img/header/arrow-right.svg") no-repeat right center;
  background-size: 14px 14px;
  font-size: 14px;
  font-weight: 300;
  color: #444444;
}

.header__profile-greeting {
  font-size: 14px;
  line-height: 24px;
  color: #222;
  padding-left: 30px;
  background: url("../img/login.svg") no-repeat left center;
}

.header__profile-greeting a.profile-link {
  font-weight: 500;
  text-decoration: underline;
  color: #F2606C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header__profile-greeting a.profile-link:hover {
  color: #0f86f3;
  text-decoration: none;
}

.social__wrapper {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 16px;
  margin-right: 24px;
}

.social__wrapper a {
  display: block;
  height: 24px;
  width: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.social__wrapper a.Youtube {
  background-image: url("../img/youtube.svg");
  width: 30px;
}

.social__wrapper a.Youtube:hover {
  background-image: url("../img/youtube1.svg");
}

.social__wrapper a.Telegram {
  background-image: url("../img/telegram.svg");
}

.social__wrapper a.Telegram:hover {
  background-image: url("../img/telegram1.svg");
}

.social__wrapper a.Vk {
  background-image: url("../img/vk.svg");
}

.social__wrapper a.Vk:hover {
  background-image: url("../img/vk1.svg");
}

.social__wrapper a.MAX {
  background-image: url("../img/MAX.svg");
}

.social__wrapper a.MAX:hover {
  background-image: url("../img/MAX1.svg");
}

.social__wrapper a.Yandex {
  background-image: url("../img/yandex.svg");
}

.social__wrapper a.Yandex:hover {
  background-image: url("../img/yandex1.svg");
}

.banner__wrapper {
  margin: 0 0 26px;
  border-radius: 16px;
  overflow: hidden;
}

.banner__wrapper.main-banner {
  margin: 0 -32px 26px;
  border-radius: 0;
}

.banner__wrapper.main-banner .banner-slide__wrapper {
  height: 192px;
}

.banner__wrapper.blog-banner .banner-slide .title {
  position: relative;
  display: flex;
  align-items: center;
}

.banner__wrapper.blog-banner .banner-slide .title .btn.btn__post {
  position: absolute;
  left: calc(100% + 350px);
  border-radius: 8px;
  background-color: #00000000;
  border: 1px solid #ff8139;
}

.banner__wrapper.blog-banner .banner-slide .title .btn-post-mobile {
  display: none;
  width: 23px;
  height: 15px;
  margin: 11px auto 0;
  background: url("../img/arrow-white.svg") no-repeat 100% 100%;
}

.banner-btn__next,
.banner-btn__prev {
  width: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}

.banner-btn__next img,
.banner-btn__prev img {
  max-width: 100%;
}

.banner-btn__next {
  right: 32px;
}

.banner-btn__prev {
  left: 32px;
}

.banner-slide__wrapper {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  user-select: none;
  height: 192px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  padding: 0 62px;
}

.banner-slide__wrapper.centered {
  justify-content: center;
}

.banner-slide .background_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: -1;
}

.banner-slide .background_img img {
  max-width: 100%;
}

.banner-slide .background_img .background_fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.banner-slide .orange-text {
  width: fit-content;
  background: #F8A3AA;
  padding: 5px 21px;
  font-size: 16px;
  line-height: 16px;
}

.banner-slide .orange-text.right-side {
  margin-left: auto;
}

.banner-slide .orange-text.large-padding {
  padding: 5px 32px;
}

.banner-slide .orange-text.tiny {
  font-weight: 300;
  margin-top: 2px;
  padding: 1px 6px;
  font-size: 12px;
  line-height: 14px;
}

.banner-slide .orange-text.main {
  padding: 0 0.3em;
  margin-left: -0.3em;
  font-size: 24px;
  line-height: 28px;
  width: fit-content;
}

.banner-slide .orange-text.centered {
  margin-left: auto;
  margin-right: auto;
}

.banner-slide .small-text {
  width: fit-content;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  margin-top: 2px;
}

.banner-slide .small-text.centered {
  margin-left: 30px;
  margin-right: auto;
}

.banner-slide .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
}

.banner-slide .title.semibold {
  font-weight: 500;
  font-size: 30px;
  margin-right: 400px;
}

.banner-slide .main-title {
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.banner-slide .main-title__after-text {
  position: absolute;
  top: 100%;
  right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.banner-slide .main-title__after-text a {
  color: #fff;
  text-decoration: underline;
}

.banner-slide .main-title__after-text a:hover {
  text-decoration: none;
}

.banner-slide .text p + p {
  margin-top: 4px;
}

.banner-slide .main-slide__left-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.banner-slide .main-slide__left-text .orange-text {
  margin-top: 0;
}

.rocket {
  position: absolute;
  top: 8px;
  left: 16px;
  width: 32px;
  height: 32px;
  display: none;
  background: #fff url("../img/rocket.svg") no-repeat center center;
  border-radius: 50%;
  z-index: 5;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pages a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #373737;
  margin-right: 24px;
}

.pages a:last-child {
  margin-right: 0;
}

.pages a.active {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
  padding: 0 7px;
  height: 24px;
  border-radius: 50%;
  margin-right: 16px;
}

.pages a.active,
.pages a:hover {
  color: #000;
}

.index-catalog-block.on-company-page {
  padding-top: 32px;
}

.index-catalog-block.on-company-page .bottom-link {
  margin-bottom: 12px;
}

.index-catalog-block .top-text {
  padding: 16px 0 42px;
}

.index-catalog-page-block .top-text {
  padding: 16px 32px 32px;
  margin-bottom: 32px;
  background-color: #fff;
}

.index-catalog-block .top-text h1 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 23px;
}

.index-catalog-block .top-text .links {
  padding-bottom: 16px;
}

.faq-question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  background-color: #f6f6f6;
  height: 60px !important;
  border-radius: 16px;
  padding: 10px 15px;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.faq-question div {
  color: #000;
  transition: 0.3s;
  width: 90%;
}

@media (hover: hover) {
  .faq-question:hover div { 
    color: #0f86f3;
  }
  .faq-question:hover .hover-arrow {
    display: block;
  }
  .faq-question:hover .default-arrow {
    display: none;
  }
}

.faq-question .hover-arrow {
  display: none;
}

.faq-answer {
  max-height: 0;
  background-color: #f6f6f6;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
  white-space: pre-line;
  font-weight: 300;
}

.faq-item.active .faq-answer {
  font-weight: 300;
  max-height: 100px;
  padding: 5px 15px 10px;
  border-radius: 0 0 16px 16px;
  white-space: pre-line;
}

.faq-item.open .faq-answer {
  font-weight: 300;
  max-height: 100px;
  padding: 5px 15px 10px;
  border-radius: 0 0 16px 16px;
  white-space: pre-line;
}

.faq-item.active .faq-question {
  border-radius: 16px 16px 0 0;
}

.faq-item {
  margin-bottom: 10px;
  max-width: 48%;
}

.faq-item.active img {
  transform: rotateX(180deg);
}

.faq-item img {
  transition: transform 0.3s ease;
  transform-origin: center;
}

.faq-answer p {
  margin: 0 0 10px;
  font-weight: 300;
}

.index-catalog-block .top-text .links a {
  display: inline-block;
  margin: 0 16px 8px 0;
  font-size: 12px;
  line-height: 14px;
  color: #4f77b4;
  text-decoration: underline;
}

.index-catalog-block .top-text .links a:hover {
  color: #0f86f3;
}

.index-catalog-block .top-text .links a.active {
  font-weight: 500;
}

.index-catalog-block .top-text p {
  font-size: 14px;
}

.after-mail__content {
  font-size: 14px;
  line-height: 14px;
}

.index-catalog-block .top-text div.about-page,
.index-catalog-block .top-text p.blog-page {
  font-weight: 300;
  max-width: 660px;
}

.index-catalog-block .top-text p.favorite-page {
  color: #000;
  margin-bottom: 4px;
}

.ui-autocomplete {
  z-index: 9999 !important;
}

.index-catalog-block .top-text div.about-page {
  font-weight: 300;
  max-width: 1020px;
  height: 480px;
  margin-bottom: 32px;
  background-image: url(../img/o-proekte.webp);
  text-align: center;
  align-items: center;
}

.index-catalog-block .top-text div.about-page {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  justify-content: center;
}

.index-catalog-block .top-text div.about-page .text {
  font-weight: 900;
  color: #fff;
}

.index-catalog-block .top-text div.about-page .descr {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.top-text .text {
  color: #373737;
}

.top-text .text2 {
  margin-top: 48px;
  color: #222;
}

.message-to-support {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  height: 48px;
  border-radius: 16px;
  background-color: #ff8139;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 16% center;
  background-image: url(../img/cabinet/faq-support-link.svg);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 40px;
}

.message-to-support:hover {
  background-color: #e87634;
}

.index-catalog-block .top-text ul {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 14px;
}

.index-catalog-block .top-text .about-links {
  margin-top: 8px;
}

.index-catalog-block .top-text .about-links li a {
  text-decoration-line: underline;
  color: #4f77b4;
}

.index-catalog-block .top-text .about-links li a:hover {
  color: #0f86f3;
}

.index-catalog-block .top-text .about-links li + li {
  margin-top: 7px;
}

.index-catalog-block .block-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}

.index-catalog-block:last-of-type .block-name {
  margin-bottom: 15px;
}

.index-catalog-block:last-of-type:not(:only-child) {
  padding-bottom: 62px;
}

.studio-wrap:not(:has(.index-catalog-block)) .divider {
  padding-bottom: 45px;
}

.after-mail__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.slider-arrows {
  display: flex;
  gap: 10px;
}

.slider-arrows button {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
}

.slider-arrows-rooms {
  display: flex;
}

.slider-arrows-rooms button img {
  pointer-events: none;
}

.slider-arrows-rooms button img {
  pointer-events: none;
}  
.slider-arrows-rooms:has(.slick-rooms-arrow-prev.slick-disabled):has(.slick-rooms-arrow-next.slick-disabled) {
  display: none;
}

.slider-arrows img {
  width: 24px;
  height: 24px;
}

.slider-arrows img {
  width: 34px;
  height: 34px;
}

.slider-arrows {
  gap: 15px;
  margin-top: -5px;
}

.index-catalog-block .block-name.small {
  font-size: 16px;
  line-height: 19px;
}

.index-catalog-block .block-name.medium {
  font-size: 20px;
  line-height: 23px;
}

.index-catalog-block .block-name.company-page-name {
  font-size: 22px;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

.index-catalog-block .block-name.company-page-name:hover {
  color: #0f86f3;
}

.index-catalog-block .top-block-link {
  margin: 36px 0 24px;
}

.index-catalog-block .top-block-link a {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.index-catalog-block .top-block-link a:hover {
  color: #0f86f3;
}

.index-catalog-block .filter {
  display: flex;
  align-items: center;
  position: relative;
}

.index-catalog-block.inner .filter {
  margin-bottom: 24px;
}

.index-catalog-block.inner .filter {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: sticky;
  top: 30px;
}

.index-catalog-page-block .sticky-banner {
  margin-top: 0;
}

.sticky-banner {
  position: sticky;
  top: 30px;
  margin-top: 40px;
  max-width: 325px;
  width: 280px;
}

.index-catalog-block.inner .banner-sidebar .banner {
  display: block;
  margin-bottom: 24px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.index-catalog-block.inner .banner-sidebar .banner:hover {
  filter: brightness(0.8);
}

.index-catalog-block.inner .banner-sidebar .banner .text {
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  padding: 0 10px;
}

.index-catalog-block.inner .banner-sidebar .banner .text p.title {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 500;
}

.index-catalog-block.inner .banner-sidebar .banner .text p.subtitle {
  margin-bottom: 75px;
  font-size: 22px;
  font-weight: 300;
  padding: 0 30px;
}

.index-catalog-block.inner .banner-sidebar .banner .text button {
  width: 220px;
  height: 40px;
  color: #fff;
  border-radius: 12px;
  background: #F2606C;
  font-size: 16px;
  font-weight: 500;
}

.index-catalog-block.inner .banner-sidebar .banner .text p span {
  color: #F2606C;
}

.index-catalog-block .inner .catalog_only {
  display: block;
}

.index-catalog-block .inner .catalog_only {
  display: none;
}

.index-catalog-page-block {
  background-color: #F6F6F6;
  margin-left: -32px;
  margin-right: -32px;
  padding-bottom: 256px;
}

.index-catalog-block .flex-row {
  display: flex;
  gap: 40px;
}

.index-catalog-block .content-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.index-catalog-block .filter > * {
  margin-bottom: 26px;
}

.index-catalog-block.inner .filter .btn__find {
  margin-top: 26px;
  margin-bottom: 0;
  margin-left: 0;
  width: 248px;
  border-radius: 8px;
}

.index-catalog-page-block.inner .filter {
  padding: 32px;
  max-width: 200px;
  height: 100vh;
  background-color: #FFF;
  border-radius: 30px 30px 0 0;
  margin-bottom: -256px;
}

.index-catalog-block.inner .filter .map-button {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: 0.1s;
  margin-top: 52px;
  margin-bottom: 0;
  margin-left: 0;
  width: 248px;
  border-radius: 8px;
  color: #222222;
  cursor: pointer;
}

.map-button-catalog {
  display: none;
}

.index-catalog-block.inner .filter .map-button:hover {
  color: #0f86f3;
}

.index-catalog-block.inner .filter .map-button:hover .map-image-default {
  display: none;
}

.index-catalog-block.inner .filter .map-button .map-image-hover {
  display: none;
}

.index-catalog-block.inner .filter .map-button:hover .map-image-hover {
  display: block;
}

.index-catalog-block .filter__catalog {
  margin-bottom: 28px;
}

.index-catalog-block .filter .pre-filter-text {
  margin-bottom: 24px;
  font-weight: 500;
  color: #222222;
}

/* Базовые стили контейнера плашки */
.custom-filter-select {
  position: relative;
  width: 248px;
  display: inline-block;
  font-family: sans-serif;
}

/* Внешний вид закрытого селекта */
.custom-select-trigger {
  background: #eef2f5;
  padding: 0 8px 0 8px;
  height: 30px;
  border-radius: 8px;
  background: #e8ecf1 url(../img/select.svg) no-repeat right 8px top 50%;
  cursor: pointer;
  font-size: 14px;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: 1px solid transparent;
  transition: background 0.2s;
}

/* Стрелочка выпадающего списка */
.custom-select-trigger .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0; height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #555;
  transition: transform 0.2s;
}

.custom-filter-select.open .custom-select-trigger .arrow {
  transform: translateY(-50%) rotate(180deg);
}

/* Выпадающий попап-блок */
.custom-select-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: 0;
  right: 0;
  background: #e8ecf1;
  border-radius: 8px;
  z-index: 100;
  padding: 16px 10px 16px 0;
  min-width: 190px;
}

.custom-filter-select.open .custom-select-dropdown {
  display: block;
}

/* Для Chrome, Safari, Edge, Opera */

.custom-select-scroll {
  max-height: 180px;
  overflow-y: auto;
  padding: 0 15px;
}

/* Каждая строчка с чекбоксом */
.dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  cursor: pointer;
  font-size: 14px;
  transition: color 0.2s ease;
}

.dropdown-item input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* ОТКЛЮЧАЕМ стандартный дизайн операционной системы */
  
  width: 16px;
  height: 16px;
  /* Используем кавычки и правильный путь как в вашем работающем примере */
  background: url("../img/cabinet/checkbox5.svg") no-repeat center / contain;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 0; /* Убираем дефолтные отступы браузера */
  flex-shrink: 0; /* Защищаем чекбокс от сжатия, если текст длинный */
}

.dropdown-item input[type="checkbox"]:checked {
  background-image: url("../img/cabinet/checkbox6.svg");
}

.dropdown-divider {
  height: 1px;
  background-color: #cbd5e1;
  margin: 10px 15px;
}

/* Свадебный футер с кнопками действий */
.custom-select-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 5px 15px;
  font-size: 14px;
}

.big-mobile-popup.filter-popup-flex {
  flex-direction: column !important;
  overflow-y: hidden !important; /* Отключаем общий скролл попапа */
  padding: 0 !important; /* Обнуляем падинг родителя, чтобы кнопки встали впритык к краям */
}

/* Корректное отображение в состоянии opened */
.big-mobile-popup.filter-popup-flex.opened {
  display: flex !important;
}

.mobile-filter-main-body {
  flex: 1; 
  overflow-y: auto; 
  -webkit-overflow-scrolling: touch;
  padding: 0 20px 0 10px; 
  position: relative;
}

.mobile-filter-section {
  padding: 0 0 0 10px;
}

.mobile-filter-section-amenity {
  margin-top: 26px;
}

.mobile-filter-section-equipment, .mobile-filter-section-price {
  margin-top: 18px;
}

.mobile-filter-title {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 18px;
}

.mobile-filter-list {
  max-height: 100%;
  overflow-y: visible; /* Скролл теперь внешний, списки просто раскрыты */
  padding: 0 3px 0 0;
}

/* Разделительная линия (статична внизу) */
.big-mobile-popup.filter-popup-flex .dropdown-divider {
  height: 1px;
  background-color: #e2e8f0;
  /* Сохраняем ваши маргины, но добавляем сжатие 0 */
  margin: 30px 23px 35px 20px; 
  flex-shrink: 0; 
}

/* Контейнер кнопок (статичен внизу) */
.big-mobile-popup.filter-popup-flex .mobile-filter-footer {
  display: flex;
  gap: 12px;
  /* Добавили +20px к боковым отступам, так как у родителя падинг теперь 0 */
  padding: 0 23px 20px 20px; 
  flex-shrink: 0; 
}

/* Общие стили для мобильных кнопок */
.mobile-filter-footer button {
  flex: 1;
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Кнопка "Подтвердить" */
.btn-confirm-mobile {
  background-color: #F2606C;
  color: #ffffff;
}

/* Кнопка "Сбросить" */
.btn-reset-mobile {
  background-color: transparent;
  border-color: #f2646c !important;
  color: #f2646c;
}

.btn-confirm-selection {
  color: #e11d48; /* Розовый/Красный по умолчанию */
  cursor: pointer;
  font-weight: 500;
  transition: color 0.2s;
}

.btn-reset-selection {
  color: #64748b; /* Серый по умолчанию */
  cursor: pointer;
  transition: color 0.2s;
}

/* При наведении цвет меняется на синий как для ссылок по ТЗ */
.btn-confirm-selection:hover,
.btn-reset-selection:hover {
  color: #2563eb; /* Ссылочный синий цвет */
  text-decoration: underline;
}

.index-catalog-block .filter * {
  vertical-align: middle;
}

.index-catalog-block .filter .map-button {
  display: none;
}

.index-catalog-block .filter .btn__find {
  margin-left: 16px;
}

.index-catalog-block .filter .blog-theme-link,
.index-catalog-block .filter .city-link,
.index-catalog-block .filter .metro-link {
  margin-right: 16px;
  height: 32px;
  line-height: 32px;
  background: #e8ecf1 url("../img/select.svg") no-repeat right 8px top 50%;
  width: 155px;
  border-radius: 8px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index-catalog-block.inner .filter .metro-link,
.index-catalog-block.inner .filter .city-link {
  width: 248px;
}

.index-catalog-block .filter .city-link {
  pointer-events: none;
  opacity: 0.6;
}

.index-catalog-block .filter .blog-theme-link:hover,
.index-catalog-block .filter .city-link:hover,
.index-catalog-block .filter .metro-link:hover {
  background: #e8ecf1 url("../img/select2.svg") no-repeat right 8px top 50%;
  color: #0f86f3;
}

.index-catalog-block .filter .blog-theme-link span,
.index-catalog-block .filter .city-link span,
.index-catalog-block .filter .metro-link span {
  display: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.index-catalog-block .filter .blog-theme-link span.active,
.index-catalog-block .filter .city-link span.active,
.index-catalog-block .filter .metro-link span.active {
  display: inline-block;
}

.sel.subcat {
  display: none !important;
}

.index-catalog-block .filter .jq-selectbox {
  margin-right: 16px;
  height: 32px;
  line-height: 32px;
  width: 248px;
}

.index-catalog-page-block .filter .jq-selectbox,
.index-catalog-page-block .filter .custom-filter-select,
.index-catalog-page-block.inner .filter .city-link,
.index-catalog-page-block.inner .filter .btn__find,
.index-catalog-page-block.inner .filter .map-button { width: 200px;}

.index-catalog-block .filter .jq-selectbox.subcat {
  display: none;
}

.index-catalog-block .filter .jq-selectbox.subcat.pen {
  pointer-events: none;
  opacity: 0.6;
}

.index-catalog-block .filter .jq-selectbox.subcat.active {
  display: inline-block !important;
}

.index-catalog-block .filter .sel {
  background: #e8ecf1;
  border-radius: 8px;
  height: 32px;
}

.index-catalog-block .filter .jq-selectbox .jq-selectbox__select-text {
  padding: 0 30px 0 8px;
  background: #e8ecf1 url("../img/select.svg") no-repeat right 8px top 50%;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.index-catalog-block .filter .jq-selectbox:hover .jq-selectbox__select-text {
  background: #e8ecf1 url("../img/select2.svg") no-repeat right 8px top 50%;
  color: #0f86f3;
}

.index-catalog-block .filter .jq-selectbox .jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0;
  width: 100% !important;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e8ecf1;
  padding: 16px 10px 16px 8px;
  z-index: 4;
  border-radius: 8px;
  min-height: 80px;
  overflow: hidden;
}

.index-catalog-block .filter .jq-selectbox .jq-selectbox__dropdown ul {
  min-height: 80px;
}

/* .index-catalog-block
  .filter
  .jq-selectbox
  .jq-selectbox__dropdown
  ul::-webkit-scrollbar {
  width: 4px;
}

.index-catalog-block
  .filter
  .jq-selectbox
  .jq-selectbox__dropdown
  ul::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 10px;
  background-color: #868686;
} */

.index-catalog-block .filter .jq-selectbox .jq-selectbox__dropdown ul li {
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 16px;
  white-space: normal;
  height: unset;
}

.index-catalog-block
  .filter
  .jq-selectbox
  .jq-selectbox__dropdown
  ul
  li.hidden {
  display: none;
}

.index-catalog-block
  .filter
  .jq-selectbox
  .jq-selectbox__dropdown
  ul
  li:last-child {
  margin-bottom: 0;
}

.index-catalog-block .filter .jq-selectbox .jq-selectbox__dropdown ul li:hover {
  color: #0f86f3;
}

.index-catalog-block .filter .checkbox {
  display: none;
}

.index-catalog-block .filter .checkbox + label {
  display: inline-block;
  cursor: pointer;
  margin-right: 16px;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 0 4px 32px;
  background: url("../img/checkbox.svg") no-repeat 0 0;
}

.index-catalog-block .filter .checkbox:checked + label {
  background: url("../img/checkbox2.svg") no-repeat 0 0;
}

input[type="checkbox"][data-checked="true"] {
  background: url("../img/checkbox6.svg") no-repeat center;
}

.index-catalog-block .articles-filter,
.index-catalog-block .catalog-checkbox-mobile,
.index-catalog-block .favorite-filter,
.index-catalog-block .search-filter {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  width: 100%;
  height: 32px;
  background: #e8ecf1;
  border-radius: 4px;
  margin-bottom: 20px;
}

.index-catalog-block .articles-filter .checkbox,
.index-catalog-block .catalog-checkbox-mobile .checkbox,
.index-catalog-block .favorite-filter .checkbox,
.index-catalog-block .search-filter .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 30px;
  background: #e8ecf1;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  user-select: none;
  cursor: pointer;
}

.index-catalog-block .articles-filter .checkbox.active,
.index-catalog-block .catalog-checkbox-mobile .checkbox.active,
.index-catalog-block .favorite-filter .checkbox.active,
.index-catalog-block .search-filter .checkbox.active {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.index-catalog-block .favorite-filter,
.index-catalog-block .search-filter {
  display: flex;
  max-width: 322px;
  margin-bottom: 36px;
}

.index-catalog-block .articles-filter {
  max-width: 278px;
  height: 32px;
  margin-bottom: 0;
}

.index-catalog-block .articles-filter .checkbox {
  width: 49%;
  height: 28px;
}

.index-catalog-block .pre-list-text {
  margin-bottom: 24px;
  font-size: 14px;
  /* line-height: 12px; */
  color: #4f77b4;
}

.index-catalog-page-block .pre-list-text {
  display: none;
}

.index-catalog-block .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 220px 0 16px 0;
  font-weight: 300;
  font-size: 14px;
  color: #868686;
  line-height: 14px;
  min-height: 248px;
  max-width: 330px;
  gap: 4px;
}

.index-catalog-block .comp-catalog .item {
  min-height: 281px;
}

.index-catalog-block .comp-catalog .item {
  margin-bottom: 32px;
}

.index-catalog-block .comp-catalog .item {
  padding: 20px 20px 20px clamp(20px, 56%, 470px);
  font-weight: 400;
  max-width: 848px;
  min-height: 385px;
  /* background: #F6FAFF; */
  border-radius: 30px;
}

.index-catalog-block .toggle-content {
  margin-top: 15px;
}

.index-catalog-block .item :last-child {
  margin-top: auto;
}

.index-catalog-block.inner .comp-catalog .item :last-child {
  margin-top: 0;
}

.index-catalog-block .item.pro {
  background: #d9eaf6;
  box-shadow: none;
}

.index-catalog-block .item.expert .rocket {
  display: block;
}

.index-catalog-block .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

/* 1. Когда мы наводим на всю карточку — имя синее */
.index-catalog-block .item:hover .name {
  color: #0f86f3 !important;
  transition: color 0.2s ease;
}

.index-catalog-block .item:has(.actions-column:hover) .name {
  color: #222222 !important;
}

.index-catalog-block .item .actions-column:hover ~ .left-info-side .name,
.index-catalog-block .item .actions-column:hover ~ .name {
  color: #222222 !important;
}

/* .btn-fav:hover {
  color: #0F86F3 !important;
  filter: brightness(0.9);
} */

.btn-zapis:hover {
  background: #476ba2 !important;
}

/* Логика смены иконок */
/* .btn-zapis:hover .icon-default, 
.btn-fav:hover .icon-default {
  display: none !important;
} */

/* .btn-zapis:hover .icon-hover, 
.btn-fav:hover .icon-hover {
  display: block !important;
} */

.index-catalog-block .item .image {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.index-catalog-block .comp-catalog .item .image {
  width: 50.5%;
  height: auto;
  z-index: 25;
  top: 20px;
  left: 20px;
  bottom: 20px;
}

.catalog-fav-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 30;

  width: 100%;
  max-width: 40px;
  height: 40px;
  margin-left: auto;

  background: transparent;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.1s;
}

.catalog-fav-btn img {
  transform: translateX(0.5px);
}

.icon-fav {
  width: 25px;
  height: 22px;
}

.catalog-fav-btn .icon-default {
  display: block;
}
.catalog-fav-btn .icon-hover,
.catalog-fav-btn .icon-active,
.catalog-fav-btn .icon-active-hover {
  display: none !important;
}

.catalog-fav-btn.active .icon-active {
  display: block !important;
}
.catalog-fav-btn.active .icon-default,
.catalog-fav-btn.active .icon-hover,
.catalog-fav-btn.active .icon-active-hover {
  display: none !important;
}


@media (hover: hover) and (pointer: fine) {
  .catalog-fav-btn:not(.active):hover .icon-default {
    display: none !important;
  }
  .catalog-fav-btn:not(.active):hover .icon-hover {
    display: block !important;
  }
  .catalog-fav-btn:not(.active):hover {
    border-color: #0F86F3;
  }

  /* Ховер для АКТИВНОЙ кнопки */
  .catalog-fav-btn.active:hover .icon-active {
    display: none !important;
  }
  .catalog-fav-btn.active:hover .icon-active-hover {
    display: block !important;
  }
  .catalog-fav-btn.active:hover {
    border-color: #0F86F3;
  }
}

.index-catalog-block .item .image .image-box {
  width: 100%;
  height: 202px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.index-catalog-block .item .image .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.index-catalog-block.inner .item .image .image-box.rounded {
  width: 100%;
  height: 202px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.index-catalog-block.inner .item .image .image-box.rounded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.index-catalog-block .mobile-catalog .item .image .image-box {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper-slide {
  overflow: hidden;
}

.index-catalog-block.inner .mobile-catalog .item .image .image-box.rounded {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 16px 16px 16px 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.index-catalog-block .mobile-catalog .cats .spec-list {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.index-catalog-block .mobile-catalog .cats .spec-item {
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  color: #222222;
  line-height: 18px;
  padding: 7px 10px;
  background: #edf0f1;
  border-radius: 24px;
  margin: 0 8px 0 0;
  user-select: none;
}

.index-catalog-block .mobile-catalog .main-info {
  height: 270px;
}
.index-catalog-block .mobile-catalog .item {
  padding: unset;
  overflow: hidden;
  margin-bottom: 40px;
  gap: 10px;
}

.index-catalog-block .mobile-catalog .item .title-descr-block {
  padding: 0 0 20px 0;
}

.index-catalog-block .mobile-catalog .item :last-child {
  margin-top: unset;
}

.index-catalog-block .mobile-catalog .item .left-info-side .rating {
  font-size: 14px;
}

.index-catalog-block .mobile-catalog .item .image {
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
  z-index: 10;
}

.index-catalog-block .mobile-catalog .item .name {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
}

.index-catalog-block
  .mobile-catalog
  .item
  .main-info-wrapper
  .rating
  .show-reviews {
  color: #6f6f6f;
  font-weight: 300;
  margin-right: 6px;
}

.index-catalog-block .mobile-catalog .item .main-info-wrapper .rating span {
  font-size: 14px;
  font-weight: 500;
  color: #F8A3AA;
}

.index-catalog-block .mobile-catalog .item .main-info-wrapper .category {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  padding: 7px 0;
}

.index-catalog-block .mobile-catalog .item .city {
  font-weight: 300;
  font-size: 14px;
  color: #585858;
}

.index-catalog-block .mobile-catalog .item .city .city-name {
  display: flex;
  align-items: center;
}

.index-catalog-block .mobile-catalog .item .city .city-name span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-catalog-block .mobile-catalog .item .meta-year {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-catalog-block .mobile-catalog .item .city .city-icon,
.index-catalog-block .mobile-catalog .item .city .metro-icon {
  margin-right: 4px;
  margin-top: 0;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.index-catalog-block .mobile-catalog .item .city .meta-row {
  display: flex;
  /* gap: 4px; */
  margin-top: 4px;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: #585858;
}

.index-catalog-block .item .meta-price {
 width: fit-content;
 font-size: 14px;
 margin-top: 4px;
 font-weight: 300;
 padding: 8px 16px;
 background: #E8ECF1;
 border-radius: 16px;
 color: #585858;
 display: flex;
 gap: 4px;
}

.index-catalog-page-block .studio-mini-icons-mobile {
  display: block;
}
.index-catalog-page-block .studio-mini-icons-mobile .studio-mini-icons-row {
  gap: 6px 8px;
}

.index-catalog-page-block .studio-mini-icon-item .studio-mini-icons-row--mobile {
  display: grid;
  grid-template-columns: repeat(auto-fill, 24px);
  justify-content: space-between;
  gap: 8px;
}

.index-catalog-block .comp-catalog .item .city {
  font-weight: 400;
  font-size: 14px;
  color: #585858;
}

.index-catalog-block .comp-catalog .item .image .image-box {
  width: 100%;
  height: 100%;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
}

.index-catalog-block .comp-catalog .item .image .image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.index-catalog-block.inner .comp-catalog .item .image .image-box.rounded {
  width: 100%;
  height: 100%;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
}

.index-catalog-block.inner .comp-catalog .item .image .image-box.rounded img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.index-catalog-block .item .image .rating {
  margin-top: 12px;
}

.index-catalog-block .item .image .rating .fa {
  font-size: 13px;
  color: #F8A3AA;
}

.index-catalog-block .item:hover .name {
  color: #0f86f3;
}

.index-catalog-block .item .flex {
  display: flex;
  justify-content: space-between;
  flex-flow: nowrap;
  align-items: center;
} 

.index-catalog-block .item .name {
  font-weight: 500;
  font-size: 18px;
  color: #373737;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}

.index-catalog-block .comp-catalog .item .name {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  line-height: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
}

.index-catalog-page-block .comp-catalog .item .name {
  margin-bottom: 4px;
}

.index-catalog-block .item .prof {
  margin-bottom: 8px;
}

.index-catalog-block .comp-catalog .item .prof {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  color: #222222;
  font-size: 14px;
}

.index-catalog-block .comp-catalog .item .prof .show-reviews {
  color: #6f6f6f;
  font-weight: 300;
  margin-right: 6px;
}

.index-catalog-block .comp-catalog .item .prof .fa-star-o:before {
  font-size: 14px;
  color: #F8A3AA;
}

.index-catalog-block .rating span {
  font-size: 14px;
  font-weight: 500;
  color: #F8A3AA;
}

.index-catalog-block .comp-catalog .item .prof span span {
  font-size: 14px;
  font-weight: 500;
  color: #F8A3AA;
}

.index-catalog-block .comp-catalog .cats .spec-list {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
  /* небольшой отступ, чтобы было удобнее скроллить пальцем */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.index-catalog-block .comp-catalog .cats .spec-list::-webkit-scrollbar {
  height: 0;
  /* Chrome/Safari: скрыть полосу прокрутки */
}

.index-catalog-block .comp-catalog .cats .spec-item {
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  color: #222222;
  line-height: 18px;
  padding: 7px 10px;
  background: #edf0f1;
  border-radius: 24px;
  margin: 0 8px 0 0;
  user-select: none;
  max-width: 100%;
}

/* .index-catalog-block .item .city {
  margin-bottom: 16px
} */

.index-catalog-block .comp-catalog .item .city {
  font-weight: 300;
  font-size: 14px;
  color: #585858;
}

.index-catalog-block .comp-catalog .item .city .city-name {
  display: flex;
  align-items: center;
}

.index-catalog-block .comp-catalog .item .city .city-name--city {
  margin-bottom: 4px;
}

.index-catalog-block .comp-catalog .item .city .city-icon,
.index-catalog-block .comp-catalog .item .city .metro-icon {
  margin-right: 4px;
  margin-top: 0;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.index-catalog-block .comp-catalog .item .city .meta-row {
  display: flex;
  /* gap: 4px; */
  margin-top: 6px;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: #585858;
}

.index-catalog-block .comp-catalog .item .city .meta-year {
  font-size: 14px;
  font-weight: 300;
  color: #585858;
  display: inline-block;
}

.index-catalog-block .comp-catalog .item .city .meta-price {
  font-size: 14px;
  margin-top: 6px;
  font-weight: 300;
  color: #585858;
  display: flex;
  gap: 4px;
}

.index-catalog-block .comp-catalog .item .specialist-desc {
  margin-top: 16px !important;
  font-size: 16px;
  font-weight: 300;
  color: #222222;
}

.cut-text-cards {
  display: block;
  overflow: hidden;
  line-height: 20px;
  max-height: calc(20px * 4);
}

/* .cut-text-cards::after,
.index-catalog-block .comp-catalog .item .specialist-desc::after {
  content: '...';
  position: absolute;
  right: 0.25em;
  bottom: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), #ffffff 60%);
  padding-left: 6px;
  color: #1A73E8;
  text-decoration: underline;
  font-weight: 500;
  pointer-events: none;
} */

/* Скрываем обычное троеточие, если оно есть */
.cut-text-cards,
.index-catalog-block .comp-catalog .item .specialist-desc {
  position: relative;
}

.cut-text-cards span:last-child,
.index-catalog-block .comp-catalog .item .specialist-desc span:last-child {
  visibility: hidden;
}

.index-catalog-block .item .cats {
  line-height: 16px;
  margin-top: 18px !important;
}

.index-catalog-block .item .cats a {
  text-decoration: underline;
}

.index-catalog-block .item:hover .cats a {
  text-decoration: none;
}

.index-catalog-block .bottom-link {
  text-align: right;
  margin: 24px 0 48px 0;
}

.index-catalog-block .bottom-link a {
  display: inline-block;
  padding: 0 32px 3px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  background: url("../img/arrow.svg") no-repeat right 0 top 0;
}

.index-catalog-block .bottom-link a:hover {
  color: #0f86f3;
  background: url("../img/arrow2.svg") no-repeat right 0 top 0;
}

.index-catalog-block .pages {
  margin-top: 48px;
  margin-bottom: 20px;
  justify-content: center;
}

.index-catalog-block .bottom-button {
  text-align: center;
}

.index-catalog-block .bottom-button.btn-more-catalog {
  margin-top: 64px;
}

.index-catalog-block .bottom-button button {
  margin: 0 auto;
}

.index-catalog-block .bottom-button button:not(.btn__more):hover {
  background: #0f86f3;
  color: #fff;
}

.index-catalog-block .bottom-btn {
  margin-bottom: 48px;
  width: 100%;
  height: 48px;
  border: 1px solid #000;
  border-radius: 8px;
  background: #fff;
  color: #222;
  font-size: 16px;
}

.index-catalog-block .bottom-btn:hover {
  color: #0f86f3;
  border: 1px solid #0f86f3;
}

.index-sections-block {
  padding-bottom: 20px;
}

.index-sections-block:not(.last) {
  margin-top: 64px;
}

.index-sections-block .block-name {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.index-sections-block .item {
  position: relative;
  font-size: 0;
  margin-bottom: 24px;
  width: 14.5%;
  border-radius: 16px;
  overflow: hidden;
}

.index-sections-block .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 0;
  left: 0;
  background: rgba(1, 1, 1, 0.4);
}

.index-sections-block .item:hover:after {
  opacity: 0;
}

.index-sections-block .item img {
  width: 100%;
  height: 204px;
  object-fit: cover;
}

.index-sections-block .item p {
  position: absolute;
  left: 0;
  bottom: 36px;
  height: 36px;
  width: 100%;
  z-index: 2;
}

.index-sections-block .item p span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 0 33px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.index-sections-block .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.index-sections-block .bottom-link {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
  line-height: 18px;
  padding: 11px 10px;
  border: 1px solid #222;
  border-radius: 8px;
  display: none;
}

.index-sections-block .bottom-link:hover {
  color: #0f86f3;
  border: 1px solid #0f86f3;
}

.site-menu-bg,
.site-menu-wrapper {
  display: none;
  position: absolute;
  z-index: 50;
  top: 205px;
  left: 0;
  width: 100%;
  background: #fff;
}

.site-menu-bg {
  z-index: 49;
  background: rgba(1, 1, 1, 0.65);
  height: calc(100% - 205px);
}

.site-menu.wrap {
  padding: 32px 36px 0;
  position: relative;
}

.site-menu .close {
  position: absolute;
  right: 50px;
  top: 40px;
  width: 24px;
  height: 24px;
  background: url("../img/site-menu-img.svg") center/cover;
}

.site-menu .close:hover {
  background: url("../img/site-menu-img2.svg") center/cover;
}

.site-menu .name {
  display: block;
  width: fit-content;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.site-menu .name:hover {
  color: #0f86f3;
  cursor: pointer;
}

.site-menu .flex2 {
  border-bottom: 1px solid #222;
  margin-bottom: 24px;
}

.site-menu .flex2 .name {
  margin-bottom: 24px;
}

.site-menu .flex2:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.site-menu .flex2 .nav {
  width: 23%;
  height: min-content;
  flex: 1 1 auto;
}

.site-menu .flex2 .nav:nth-child(4n) {
  margin-right: 0;
}

.site-menu .flex2 .nav p {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.site-menu .flex2 .nav p.single {
  margin-bottom: 24px;
}

.site-menu .flex2 .nav p a {
  display: block;
  text-decoration: none;
}

.site-menu .flex2 .nav p a:hover {
  color: #0f86f3;
}

.site-menu .flex2 .nav ul {
  margin-bottom: 24px;
}

.site-menu .flex2 .nav ul li {
  margin-bottom: 8px;
}

.site-menu .flex2 .nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}

.site-menu .flex2 .nav ul li a:hover {
  color: #0f86f3;
}

.footer:not(.cabinet) {
  width: 100%;
  max-width: 1472px;
  margin: 0 auto;
  background: #222;
  padding-bottom: 77px;
  margin-top: 52px;
  color: #fff;
}

.big-mobile-popup.mobile-journal-themes + .footer:not(.cabinet) {
  margin-top: -28px;
}

.footer__reg-wrapper {
  background: #F8A3AA;
  width: 100%;
}

.footer__reg-wrapper .flex {
  justify-content: center;
  align-items: center;
  color: #222;
  font-size: 18px;
  line-height: 21px;
  padding: 14px 8px;
  gap: 24px;
}

.footer__reg-wrapper .flex .text__reg-wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
}

.footer__reg-wrapper .flex .btn.btn__lk-footer,
.footer__reg-wrapper .flex .btn.btn__reg-footer {
  width: auto;
  padding: 0 32px;
}

.footer .site-menu {
  padding: 29px 0 0 8px;
}

.footer .site-menu .name {
  color: #fff;
  cursor: pointer;
}

.footer .site-menu .name:hover {
  color: #0f86f3;
}

.footer .site-menu .flex2 {
  border-bottom: 1px solid #6f6f6f;
  gap: 20px;
}

.footer .site-menu .flex2 .nav p a {
  color: #fff;
}

.footer .site-menu .flex2 .nav p a:hover {
  color: #0f86f3;
}

.footer .site-menu .flex2 .nav ul a {
  color: #e8ecf1;
}

.footer__body {
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px 0 8px;
  margin-top: 27px;
}

.footer__body ul {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer__body ul li {
  margin-bottom: 8px;
}

.footer__body ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.footer__body ul li a:hover {
  color: #0f86f3;
}

.footer__body .footer__mobile-menu {
  display: none;
  margin-top: 38px;
}

.footer__social {
  margin-left: auto;
}

.footer__social li a {
  height: 29px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer__social li a.Youtube {
  width: 30px;
  background-image: url("../img/youtube-footer.svg");
}

.footer__social li a.Youtube:hover {
  background-image: url("../img/youtube1.svg");
}

.footer__social li a.Yandex {
  background-image: url("../img/yandex-footer.svg");
}

.footer__social li a.Yandex:hover {
  background-image: url("../img/yandex1.svg");
}

.footer__social li a.Telegram {
  background-image: url("../img/telegram-footer.svg");
}

.footer__social li a.Telegram:hover {
  background-image: url("../img/telegram1.svg");
}

.footer__social li a.Vk {
  background-image: url("../img/vk-footer.svg");
}

.footer__social li a.Vk:hover {
  background-image: url("../img/vk1.svg");
}

.footer__social li a.MAX {
  background-image: url("../img/MAX2.svg");
}

.footer__social li a.MAX:hover {
  background-image: url("../img/MAX1.svg");
}

.footer .copy {
  margin: 60px auto 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  width: 100%;
  max-width: 455px;
  text-align: center;
}

.footer .copy a {
  text-decoration: none;
  display: block;
  color: #fff;
  max-width: 452px;
  margin: 0 auto;
}

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 0 12px;
  z-index: 51;
  background-color: #fff;
  display: none;
}

.mobile-header__title {
  margin-left: -40px;
}

.mobile-header__title .logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  color: #F8A3AA;
  font-size: 24px;
  position: relative;
  text-decoration: none;
}

.mobile-header__title .logo span {
    padding-top: 2px; 
}
.mobile-header__title .logo img {
  width: 24px;
  height: 24px;
}

.mobile-header__wrapper {
  align-items: center;
}

.mobile-header .menu-button2 {
  width: 24px;
  height: 20px;
  background: url("../img/cabinet/menu-button3.svg") no-repeat center/cover;
}

.mobile-header .city {
  padding: 1px 0 0 17px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  background: url("../img/city.svg") no-repeat 0 0;
}

.mobile-header .city:hover {
  background: url("../img/city2.svg") no-repeat 0 0;
  color: #0f86f3;
}

.mobile-header .city span {
  display: none;
}

.mobile-header .city span.active {
  display: block;
}

.orange {
  color: #F8A3AA;
}

.mobile-bottom-header {
  position: fixed;
  bottom: -2px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 20px 20px;
  z-index: 53;
  background-color: #fff;
  box-shadow: 0 -4px 20px rgba(51, 51, 51, 0.2);
  display: none;
}

.mobile-bottom-header .menu-button {
  width: 23px;
  height: 16px;
  background: url("../img/menu-button1.svg");
}

.mobile-bottom-header .bottom-header__item {
  display: block;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #6f6f6f;
  margin: 0 7px;
  padding-top: 28px;
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 40px;
  text-align: center;
}

.mobile-bottom-header .bottom-header__item:last-child {
  margin-right: 0;
}

.mobile-bottom-header .bottom-header__item:first-child {
  margin-left: 0;
}

.mobile-bottom-header .bottom-header__item#home-item {
  background-image: url("../img/bottom-home.svg");
}

.mobile-bottom-header .bottom-header__item#cat-item {
  background-image: url("../img/bottom-cat.svg");
}

.mobile-bottom-header .bottom-header__item#blog-item {
  background-image: url("../img/bottom-blogs.svg");
}

.mobile-bottom-header .bottom-header__item#favorite-item {
  background-image: url("../img/bottom-fav.svg");
}

.mobile-bottom-header .bottom-header__item#cabinet-item {
  background-image: url("../img/bottom-profile.svg");
}

.mobile-bottom-header .bottom-header__item.active {
  color: #F2606C;
}

.mobile-bottom-header .bottom-header__item.active#home-item {
  background-image: url("../img/bottom-home-1.svg");
}

.mobile-bottom-header .bottom-header__item.active#cat-item {
  background-image: url("../img/bottom-cat-1.svg");
}

.mobile-bottom-header .bottom-header__item.active#blog-item {
  background-image: url("../img/bottom-blogs-1.svg");
}

.mobile-bottom-header .bottom-header__item.active#favorite-item {
  background-image: url("../img/bottom-fav-1.svg");
}

.mobile-bottom-header .bottom-header__item.active#cabinet-item {
  background-image: url("../img/bottom-profile-1.svg");
}

.search-popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 55;
  left: 0;
  top: 0;
}

.search-popup .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.search-popup .search-window {
  position: absolute;
  max-width: 1000px;
  width: 70%;
  left: 50%;
  top: 32px;
  transform: translateX(-50%);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  padding: 36px 136px 36px 40px;
  min-height: 400px;
  overflow: hidden;
}

.search-popup .search-window .close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 32px;
  height: 32px;
  background: url("../img/close-search.svg") no-repeat center/cover;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.search-popup .search-window .close:hover {
  background-image: url("../img/close-search2.svg");
}

.search-popup .search-window .search__wrap {
  display: flex;
  align-items: center;
  width: 100%;
}

.search-popup .search-window .search__wrap .search-input {
  outline: 0;
  border-radius: 24px;
  border: 1px solid #b0b0b0;
  background: #f6f6f6;
  height: 40px;
  padding: 12px 78px 12px 16px;
  flex-grow: 2;
  color: #373737;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.search-popup .search-window .search__wrap .search-input::placeholder {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 300;
}

.search-popup .search-window .search__wrap .search-input:focus,
.search-popup .search-window .search__wrap .search-input:hover {
  border: 1px solid #222;
}

.search-popup .search-window .search__wrap .clear-search__wrap {
  position: relative;
  height: 40px;
  width: 0;
}

.search-popup .search-window .search__wrap .clear-search__wrap .clear-search {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  color: #6e6e6e;
  font-size: 10px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: underline;
  cursor: pointer;
  padding-right: 23px;
  transform: translate(-100%, -50%);
}

.search-popup
  .search-window
  .search__wrap
  .clear-search__wrap
  .clear-search:hover {
  color: #373737;
  text-decoration: none;
}

.search-popup
  .search-window
  .search__wrap
  .clear-search__wrap
  .clear-search.active {
  display: block;
}

.search-popup .search-window .search__find-btn {
  width: 128px;
  height: 48px;
  border-radius: 24px;
  background: #585858;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-left: 16px;
}

.search-popup .search-window .search__find-btn:hover {
  background: #4e4e4e;
}

.search-popup .search-window .search__find-btn:disabled,
.search-popup .search-window .search__find-btn:disabled:hover {
  background: #d8d8d8;
}

.search-popup .search-window .search-categories {
  margin: 1px -135px 4px 0;
  overflow-x: auto;
}

.search-popup .search-window .search-categories::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.search-popup .search-window .search-categories a.category {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  margin: 20px 0 0;
  text-decoration: none;
  color: #6e6e6e;
  font-size: 12px;
  font-weight: 300;
  border-radius: 24px;
  border: 1px solid #b0b0b0;
  background: #fff;
}

.search-popup .search-window .search-categories a.category:hover {
  background: #efefef;
}

.search-popup .search-window .search-categories a.category + a.category {
  margin-left: 16px;
}

.search-popup .search-window .search__result {
  max-height: 424px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: -100px;
  padding-right: 100px;
}

.search-popup .search-window .search__result .cat__title {
  font-size: 16px;
  font-weight: 500;
  margin: 16px 0;
}

.search-popup .search-window .search__result .cat .result_row {
  display: block;
  font-size: 14px;
  font-weight: 400;
  width: fit-content;
}

.search-popup .search-window .search__result .cat .result_row b {
  font-weight: 500;
}

.search-popup .search-window .search__result .cat .result_row .under_text {
  color: #868686;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
}

.search-popup .search-window .search__result .cat .result_row + .result_row {
  margin-top: 12px;
}

.search-popup .search-window .search__result .cat .result_row a.orange-link {
  color: #F2606C;
}

.search-popup .search-window .search__result .cat + .cat {
  margin-top: 32px;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background: rgba(1, 1, 1, 0.7);
  z-index: 55;
  display: none;
}

.popup .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup .window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  max-width: calc(100% - 20px);
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  border: 1px solid #dadada;
  border-radius: 16px;
}

.popup.feedback .window {
  width: 460px;
}

.popup.map .window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  max-width: 1150px;
  height: auto;
  max-height: 90vh;
  overflow-y: auto;
  border: 1px solid #dadada;
  border-radius: 16px;
}

.popup.map .window .reg .name {
  margin-bottom: 18px;
  margin-top: 10px;
  text-align: left;
  font-size: 24px;
  max-width: 90%;
  line-height: 24px;
}

#catalog_map {
  width: 100%;
  max-height: 782px;
  height: 70vh;
  min-height: 300px;
}

.popup.map .window .reg {
  padding: 15px 32px 37px 32px;
}

#registration-popup .step.s1, 
#registration-popup .step.s2, 
#registration-popup .step.s3, 
#registration-popup #registration-specialist {
    display: none !important;
}

/* Насильно всегда показываем форму организации */
#registration-popup #registration-company {
    display: block !important;
    opacity: 1 !important;
}

.popup .window::-webkit-scrollbar {
  width: 4px;
}

.popup .window::-webkit-scrollbar-thumb {
  background-color: #919191;
  border-radius: 2px;
  border: 1px solid #919191;
}

.popup .window::-webkit-scrollbar-track {
  background: 0 0;
}

.popup .window::-webkit-scrollbar-track-piece:end {
  background: 0 0;
  margin-bottom: 20px;
}

.popup .window::-webkit-scrollbar-track-piece:start {
  background: 0 0;
  margin-top: 40px;
}

.popup .window.middle {
  width: 456px;
}

.popup .window.middle2 {
  width: 756px;
}

.popup .window.middle2 .close {
  right: 30px;
  top: 24px;
  width: 24px;
  height: 24px;
  background-size: cover;
}

.popup .window.middle2 .close:hover {
  background-size: cover;
}

.popup .window.big {
  width: 1440px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  border-radius: 0;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15%;
  height: 70%;
  overflow-y: scroll;
}

.popup .window .close {
  position: absolute;
  right: 22px;
  top: 15px;
  width: 16px;
  height: 16px;
  background: url("../img/close-popup.svg");
  cursor: pointer;
}

.map .window .close {
  position: absolute;
  right: 32px;
  top: 26px;
  width: 24px;
  height: 24px;
  background: url(../img/close-popup.svg) no-repeat center / cover;
}

.popup .window .close:hover {
  background: url("../img/close-popup2.svg");
}

.map .window .close:hover {
  background: url("../img/close-popup2.svg") no-repeat center / cover;;
}

.popup .window .activate {
  padding: 48px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.reg_discrip {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
  line-height: 17px;
  font-family: helvetica, "helvetica neue", arial, verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #373737;
  text-align: left;
}

.window_reg {
  width: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  max-width: calc(100% - 20px);
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  border: 1px solid #dadada;
  border-radius: 16px;
}

.popup .window p.text-only {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 70px;
}

.popup.feedback .window p.text-only {
  padding-bottom: 45px;
}

.popup.feedback .window .reg {
  padding: 15px 83px 50px 83px;
}

.popup .window.prices-window,
.popup .window.ways-window {
  padding: 0 20px 20px 20px;
}

.popup .window .main-popup-title {
  text-align: center;
  margin: 15px 0 24px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding-right: 20px;
}

.popup .window .main-popup-title .name {
  display: block;
  margin-bottom: 8px;
}

.popup .window .main-popup-title .rating {
  display: block;
  color: #ff9e68;
}

.popup .window .main-popup-title .rating i {
  font-size: 16px;
}

.popup .window .prices .price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
}

.articles .item2 .post-data {
  font-size: 12px;
  font-weight: 400;
}

.popup .window .prices .price-item .price-name {
  flex-shrink: 2;
}

.popup .window .prices .price-item .price-value {
  flex-shrink: 1;
  white-space: nowrap;
}

.popup .window .reviews {
  padding: 20px 0 20px 24px;
  border-bottom: 0;
}

.popup .window .reviews .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  padding-right: 60px;
}

.popup .window .reviews .name .review-popup-name {
  font-size: 22px;
}

.popup .window .reviews .name .rating {
  margin-top: 18px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  user-select: none;
}

.popup .window .reviews .name .rating span {
  margin-left: 0;
}

.popup .window .reviews .reviews-list {
  padding-right: 40px;
}

.popup .window .reg {
  padding: 15px 20px 50px 20px;
}

.popup .window .reg .name {
  text-align: center;
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.support-message-end .window .reg .end__block .end__title {
  text-align: center;
}

.support-message-end .window .reg .end__block .end__text {
  text-align: center;
}

.popup .window .reg .name.tal {
  text-align: left;
}

.popup .window .reg .select {
  padding: 40px 0 30px;
}

.popup .window .reg .select .radio {
  display: none;
}

.popup .window .reg .select .radio + label {
  display: block;
  cursor: pointer;
  margin: 0 auto 24px auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px;
  width: 200px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 8px;
}

.popup .window .reg .select .radio:hover + label {
  color: #0f86f3;
  border: 1px solid #0f86f3;
}

.popup .window .reg .step {
  display: none;
}

.popup .window .reg .step.active {
  display: block;
}

.popup .window .reg .number {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  line-height: 16px;
}

.popup .window .reg .existing-name {
  margin: 24px 0;
}

.popup .window .reg .existing-name b {
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

.popup .window .reg .existing-name .users-links {
  padding: 16px 0;
}

.popup .window .reg .existing-name .users-links a {
  display: block;
  color: #4f77b4;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  width: fit-content;
}

.popup .window .reg .existing-name .users-links a:hover {
  color: #0f86f3;
  text-decoration: none;
}

.popup .window .reg .existing-name .users-links a + a {
  margin-top: 8px;
}

.popup .window .reg .existing-name span {
  font-size: 14px;
  font-weight: 300;
}

.popup .window .reg .field {
  margin-bottom: 24px;
  position: relative;
  text-align: center;
}

.popup .window .reg .captcha-error,
.popup .window .reg .invalid-feedback {
  color: #ae000e;
  font-size: 12px;
  line-height: 14px;
  margin-top: 3px;
}

.popup .window .reg .deleted-account-feedback {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 16px;
  color: #000;
}

.popup .window .reg .deleted-account-feedback .show-registration-popup {
  color: #4f77b4;
  text-decoration: underline;
}

.popup .window .reg .field .invalid-feedback.black {
  color: #373737;
}

.popup .window .reg .field .invalid-feedback .resend-confirmation {
  cursor: pointer;
  text-decoration: underline;
}

.popup .window .reg .field .invalid-feedback .resend-confirmation:hover {
  color: #0f86f3;
  text-decoration: none;
}

.popup .window .reg .field .show-pass {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  right: 12px;
  font-weight: 700;
  font-size: 8px;
  line-height: 9px;
}

.popup .window .reg .field .basic_text {
  display: block;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}

.popup .window .reg .field .basic_text + .basic_text {
  margin-top: 8px;
}

.popup .window .reg .field .basic_text a {
  color: #4f77b4;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.popup .window .reg .field .basic_text a:hover {
  color: #0f86f3;
  text-decoration: none;
}

.popup .window .reg .field input[type="password"],
.popup .window .reg .field input[type="text"] {
  width: 100%;
  height: 34px;
  font-weight: 300;
  padding: 0 12px;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
}

.popup .window .reg .reg_logo {
  color: #F2606C;
  font-size: 14px;
  font-weight: 400;
  align-content: center;
  text-align: center;
  margin-bottom: 45px;
}

.popup .window .reg .reg_logo img {
  margin-bottom: 10px;
}

.popup .window .reg .field input[type="email"] {
  width: 100%;
  height: 34px;
  font-weight: 300;
  padding: 0 12px;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
}

.popup .window .reg .field input[type="password"]::placeholder,
.popup .window .reg .field input[type="text"]::placeholder,
.popup .window .reg .field input[type="email"]::placeholder {
  color: #222;
}

.popup .window .reg .field input[type="password"].error,
.popup .window .reg .field input[type="text"].error,
.popup .window .reg .field input[type="email"].error {
  color: #ae000e;
}

.popup
  .window
  .reg
  .field
  input[type="password"].error::-webkit-input-placeholder,
.popup .window .reg .field input[type="text"].error::-webkit-input-placeholder,
.popup .window .reg .field input[type="email"].error::-webkit-input-placeholder {
  color: #ae000e;
}

.popup .window .reg .field input[type="password"].error:-ms-input-placeholder,
.popup .window .reg .field input[type="text"].error:-ms-input-placeholder,
.popup .window .reg .field input[type="email"].error:-ms-input-placeholder {
  color: #ae000e;
}

.popup .window .reg .field input[type="password"].error::-moz-placeholder,
.popup .window .reg .field input[type="text"].error::-moz-placeholder,
.popup .window .reg .field input[type="email"].error::-moz-placeholder {
  color: #ae000e;
  opacity: 1;
}

.popup .window .reg .field input[type="password"].error:-moz-placeholder,
.popup .window .reg .field input[type="text"].error:-moz-placeholder,
.popup .window .reg .field input[type="email"].error:-moz-placeholder {
  color: #ae000e;
  opacity: 1;
}

.popup
  .window
  .reg
  .field
  input[type="password"]
  :focus::-webkit-textfield-decoration-container,
.popup
  .window
  .reg
  .field
  input[type="text"]
  :focus::-webkit-textfield-decoration-container {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.popup .window .reg .field textarea {
  width: 100%;
  height: 225px;
  font-weight: 300;
  padding: 12px;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
}

.popup .window .reg .field textarea::placeholder {
  color: #222;
}

.popup .window .reg .field textarea.error {
  color: #ae000e;
}

.popup .window .reg .field textarea.error::-webkit-input-placeholder {
  color: #ae000e;
}

.popup .window .reg .field textarea.error:-ms-input-placeholder {
  color: #ae000e;
}

.popup .window .reg .field textarea.error::-moz-placeholder {
  color: #ae000e;
  opacity: 1;
}

.popup .window .reg .field textarea.error:-moz-placeholder {
  color: #ae000e;
  opacity: 1;
}

.popup .window .reg .field-name {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 16px;
}

.popup .window .reg .rating {
  padding-top: 14px;
  margin-bottom: 24px;
}

.popup .window .reg .rating .rating-area {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  margin-left: 12px;
}

.popup .window .reg .rating .rating-area:not(:checked) > input {
  display: none;
}

.support-message .window .reg .field {
  text-align: left;
}

.support-message .window .reg .field-name.big {
  font-size: 16px;
  font-weight: 500;
}

.support-message .window .reg .field-name {
  margin-bottom: 12px;
}

.support-message .window .reg .field-name-main {
  margin-bottom: 32px;
}

.support-message .window .reg .invalid-feedback,
.support-message .window .reg .captcha-error {
  text-align: center;
}

.support-message .window .reg .button p .bold {
  font-weight: 300;
}

.popup .window .reg .rating .rating-area:not(:checked) > label {
  float: right;
  padding: 2px;
  color: #F8A3AA;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.popup .window .reg .rating .rating-area:not(:checked) > label::before {
  content: "\f006";
}

.popup .window .reg .rating .rating-area > input:checked ~ label::before {
  content: "\f005";
}

.popup .window .reg .rating .rating-area:not(:checked) > label:hover::before,
.popup
  .window
  .reg
  .rating
  .rating-area:not(:checked)
  > label:hover
  ~ label::before {
  content: "\f005";
}

.popup .window .reg .rating .rating-area > input:checked + label:hover::before,
.popup
  .window
  .reg
  .rating
  .rating-area
  > input:checked
  + label:hover
  ~ label::before,
.popup .window .reg .rating .rating-area > input:checked ~ label:hover::before,
.popup
  .window
  .reg
  .rating
  .rating-area
  > input:checked
  ~ label:hover
  ~ label::before,
.popup
  .window
  .reg
  .rating
  .rating-area
  > label:hover
  ~ input:checked
  ~ label::before {
  content: "\f005";
}

.popup .window .reg .rating .rate-area > label:active {
  position: relative;
}

.popup .window .reg .button.other {
  padding: 8px 0 18px 0;
}

.popup .window .reg .button p {
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 8px;
  line-height: 9px;
  color: #222;
  text-align: center;
}

.popup .window .reg .button button {
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 8px;
  width: 100%;
  height: 40px;
}

.popup .window .reg .button button.other {
  display: block;
  width: 413px;
  max-width: 100%;
  margin: 0 auto;
}

.popup .window .reg .button button.filter {
  filter: grayscale(100%) brightness(50%);
  background: 0 0;
}

.popup .window .reg .button button:hover {
  color: #0f86f3;
  border: 1px solid #0f86f3;
  filter: none;
}

.popup .window .reg .bottom-links a {
  display: block;
  text-decoration: underline;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 16px;
  height: fit-content;
}

.popup .window .reg .bottom-links a.reg {
  padding: 0;
}

.popup .window .reg .bottom-links a:hover {
  color: #0f86f3;
}

.popup .window .select-block {
  padding: 16px 20px 36px 20px;
}

.popup .window .select-block .name {
  text-align: center;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.popup .window .select-block .checkbox_block_popup {
  margin-bottom: 20px;
}

.popup .window .select-block .checkbox_block_popup label {
  margin-bottom: 12px;
}

.popup .window .select-block .checkbox_block_popup .checkbox {
  display: none;
}

.popup .window .select-block .checkbox_block_popup .catalog-checkbox-popup {
  justify-self: center;
}

.popup .window .select-block .checkbox_block_popup .checkbox + label {
  display: inline-block;
  cursor: pointer;
  margin-right: 24px;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 0 4px 24px;
  background: url(../img/checkbox3.svg) no-repeat 0 0;
}

.popup .window .select-block .checkbox_block_popup .checkbox:checked + label {
  background: url("../img/checkbox4.svg") no-repeat 0 0;
}

.popup .window .select-block .metro-label {
  font-weight: 500;
  color: #222;
}

.popup .window .select-block input[type="text"] {
  width: 100%;
  height: 39px;
  margin-bottom: 22px;
  margin-top: 12px;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  padding: 0 18px;
}

.popup .window .select-block .m-list {
  display: none;
}

.popup .window .select-block .m-list.active {
  display: block;
}

.popup .window .select-block .list .radio {
  display: none;
}

.popup .window .select-block .list .radio + label {
  display: block;
  cursor: pointer;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  padding-right: 40px;
  background: url("../img/radio.svg") no-repeat right;
}

.popup .window .select-block .list .radio:checked + label {
  background: url("../img/radio2.svg") no-repeat right;
}

.popup .window .select-block .list .checkbox {
  display: none;
}

.popup .window .select-block .list .checkbox + label {
  display: block;
  cursor: pointer;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  padding-right: 40px;
  background: url("../img/checkbox3.svg") no-repeat right;
}

.popup .window .select-block .list .checkbox:checked + label {
  background: url("../img/checkbox4.svg") no-repeat right;
}

.popup .window .select-block .button {
  text-align: center;
  padding-top: 36px;
}

.popup .window .select-block .button button {
  background: #fff;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 8px;
  width: 100%;
  max-width: 200px;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.popup .window .select-block .button button:hover {
  color: #0f86f3;
  border: 1px solid #0f86f3;
}

.after_confirmation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
}

.info_confirmation {
  width: 330px;
  text-align: center;
}

.popup.confirmation__popup .window .bottom-links {
  margin-top: 20px;
}

.popup.mobile-prices .window::-webkit-scrollbar,
.popup.mobile-ways .window::-webkit-scrollbar,
.popup.popup-reviews .window::-webkit-scrollbar {
  width: 14px;
}

.popup.mobile-prices .window::-webkit-scrollbar-thumb,
.popup.mobile-ways .window::-webkit-scrollbar-thumb,
.popup.popup-reviews .window::-webkit-scrollbar-thumb {
  background-color: #F8A3AA;
  border-radius: 20px;
  border: 1px solid #F8A3AA;
}

.popup.mobile-prices .window::-webkit-scrollbar-track,
.popup.mobile-ways .window::-webkit-scrollbar-track,
.popup.popup-reviews .window::-webkit-scrollbar-track {
  background: 0 0;
}

.popup.mobile-prices .window::-webkit-scrollbar-track-piece:end,
.popup.mobile-ways .window::-webkit-scrollbar-track-piece:end,
.popup.popup-reviews .window::-webkit-scrollbar-track-piece:end {
  background: 0 0;
  margin-bottom: 20px;
}

.popup.mobile-prices .window::-webkit-scrollbar-track-piece:start,
.popup.mobile-ways .window::-webkit-scrollbar-track-piece:start,
.popup.popup-reviews .window::-webkit-scrollbar-track-piece:start {
  background: 0 0;
  margin-top: 60px;
}

.popup.popup-reviews .window::-webkit-scrollbar-track-piece:start {
  margin-top: 100px;
}

.big-mobile-popup,
.mobile-menu {
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 40;
  display: none;
  overflow-y: scroll;
  padding: 14px 20px 20px;
}

.big-mobile-popup .close,
.mobile-menu .close {
  position: absolute;
  right: 20px;
  top: 17px;
  width: 24px;
  height: 24px;
  background: url("../img/close.svg") center/cover;
  background-size: contain;
}

.big-mobile-popup .close:hover,
.mobile-menu .close:hover {
  background: url("../img/close2.svg") center/cover;
}

.big-mobile-popup.m2,
.mobile-menu.m2 {
  z-index: 52;
  background: #f6faff;
}

.big-mobile-popup.m2 .mobile-header__title,
.mobile-menu.m2 .mobile-header__title {
  margin-left: 0;
  margin-bottom: 14px;
}

.big-mobile-popup.m2 .header__profile-greeting,
.mobile-menu.m2 .header__profile-greeting {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  background: url(../img/login-small.svg) no-repeat left center;
  padding-left: 20px;
  background-size: 17px 17px;
}

.big-mobile-popup.m2 .profile-link,
.mobile-menu.m2 .profile-link {
  margin-left: 0.4em;
}

.big-mobile-popup.m2 .logout,
.mobile-menu.m2 .logout {
  position: relative;
  display: flex;
  margin-left: 12px;
}

.big-mobile-popup.opened,
.mobile-menu.opened {
  display: block;
}

.big-mobile-popup p,
.mobile-menu p {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.big-mobile-popup ul,
.mobile-menu ul {
  padding-bottom: 16px;
}

.big-mobile-popup ul li,
.mobile-menu ul li {
  margin-bottom: 8px;
}

.big-mobile-popup ul li a,
.mobile-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}

.m2__section {
  padding: 24px 0;
  border-bottom: 1px solid #deebfe;
}

.cabinet-links,
.m2__section ul {
  padding: 0;
  margin: 0;
}

.cabinet-links li,
.m2__section ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #222;
  padding-left: 20px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center left;
  list-style-type: none;
  background-size: 16px 16px;
}

.cabinet-links li.create-account,
.m2__section ul li.create-account {
  background-image: url("../img/m2_create-account.svg");
}

.cabinet-links li.login-point,
.m2__section ul li.login-point {
  background-image: url("../img/login-small.svg");
  background-size: 17px 17px;
}

.cabinet-links li.about,
.m2__section ul li.about {
  background-image: url("../img/m2_about.svg");
}

.cabinet-links li.contacts,
.m2__section ul li.contacts {
  background-image: url("../img/m2_contacts.svg");
}

.cabinet-links li.blogs,
.m2__section ul li.blogs {
  background-image: url("../img/journal-icon.svg");
}

.cabinet-links li.notarius,
.m2__section ul li.notarius {
  background-image: url("../img/m2_notarius.svg");
}

.cabinet-links li.expert,
.m2__section ul li.expert {
  background-image: url("../img/m2_expert.svg");
}

.cabinet-links li.lawyer,
.m2__section ul li.lawyer {
  background-image: url("../img/m2_lawyer.svg");
}

.cabinet-links li + li,
.m2__section ul li + li {
  margin-top: 24px;
}

.index-catalog-block .top-text .cabinet-links {
  margin-top: 24px;
}

.left-sidebar .jq-selectbox.jqselect .jq-selectbox__select {
  cursor: pointer;
}

ul.menu-links-mobile {
  padding: 0;
  margin: 0;
}

ul.menu-links-mobile.blog-links-mobile,
ul.menu-links-mobile.blog-tags-mobile {
  overflow: hidden;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -ms-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}

ul.menu-links-mobile + .more-article-themes-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #222;
  padding-right: 16px;
  margin-left: 22px;
  margin-top: 16px;
  background: url("../img/m1_bottom_arrow.svg") no-repeat right center;
  width: fit-content;
  cursor: pointer;
}

ul.menu-links-mobile.no-arrows li::after {
  display: none;
  padding-right: 0;
}

ul.menu-links-mobile li {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding-left: 22px;
  padding-right: 16px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center left;
}

ul.menu-links-mobile-specialist li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-weight: 300;
  font-size: 16px;
}

ul.menu-links-mobile li {
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
}

ul.menu-links-mobile.blog-mobile-catmenu li {
  padding-left: 0;
}

ul.menu-links-mobile li a {
  text-decoration: none;
}

ul.menu-links-mobile.blog-mobile-catmenu li a {
  position: relative;
  padding-left: 22px;
  background-repeat: no-repeat;
}

ul.menu-links-mobile.blog-mobile-catmenu li a img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

ul.menu-links-mobile li.find_lawyer {
  background-image: url("../img/m1_find_lawyer.svg");
}

ul.menu-links-mobile li.find_lawyer_journal {
  background-image: url("../img/m1_find_lawyer_journal.svg");
}

ul.menu-links-mobile li.find_expert {
  background-image: url("../img/m1_find_expert.svg");
}

ul.menu-links-mobile li.find_notarius {
  background-image: url("../img/m1_find_notarius.svg");
}

ul.menu-links-mobile li.administrativnoe-pravo {
  background-image: url("../img/m1_adm.svg");
}

ul.menu-links-mobile li.bankrotstvo {
  background-image: url("../img/m1_bank.svg");
}

ul.menu-links-mobile li.vzyskanie-zadolzhennosti {
  background-image: url("../img/m1_debt.svg");
}

ul.menu-links-mobile li.vozmeschenie-vreda-i-ubytkov {
  background-image: url("../img/m1_damage.svg");
}

ul.menu-links-mobile li.dogovornoe-pravo {
  background-image: url("../img/m1_contract.svg");
}

ul.menu-links-mobile li.zhilischnoe-pravo {
  background-image: url("../img/m1_living.svg");
}

ul.menu-links-mobile li.zaschita-prav-potrebiteley {
  background-image: url("../img/m1_consumers.svg");
}

ul.menu-links-mobile li.zakupki {
  background-image: url("../img/m1_purchase.svg");
}

ul.menu-links-mobile li.intellektualnaya-sobstvennost {
  background-image: url("../img/m1_intellect.svg");
}

ul.menu-links-mobile li.ispolnitelnoe-proizvodstvo {
  background-image: url("../img/m1_production.svg");
}

ul.menu-links-mobile li.licenzirovanie {
  background-image: url("../img/m1_license.svg");
}

ul.menu-links-mobile li.migracionnye-voprosy {
  background-image: url("../img/m1_migration.svg");
}

ul.menu-links-mobile li.medicinskie-spory {
  background-image: url("../img/m1_medical_conv.svg");
}

ul.menu-links-mobile li.mezhdunarodnoe-pravo {
  background-image: url("../img/m1_international.svg");
}

ul.menu-links-mobile li.semeynoe-pravo {
  background-image: url("../img/m1_family_right.svg");
}

ul.menu-links-mobile li.nalogovoe-pravo {
  background-image: url("../img/m1_bill.svg");
}

ul.menu-links-mobile li.nasledstvennoe-pravo {
  background-image: url("../img/m1_inharitance.svg");
}

ul.menu-links-mobile li.nedvizhimost {
  background-image: url("../img/m1_estate.svg");
}

ul.menu-links-mobile li.relokaciya {
  background-image: url("../img/m1_relocation.svg");
  background-size: 18px 18px;
}

ul.menu-links-mobile li.spory-s-prizyvnoy-komissiey {
  background-image: url("../img/m1_army.svg");
}

ul.menu-links-mobile li.trudovye-spory {
  background-image: url("../img/m1_working.svg");
}

ul.menu-links-mobile li.ugolovnoe-pravo {
  background-image: url("../img/m1_criminal.svg");
}

ul.menu-links-mobile li.yuridicheskie-lica-i-ip {
  background-image: url("../img/m1_legal.svg");
}

ul.menu-links-mobile li.prochie-yuridicheskie-voprosy {
  background-image: url("../img/m1_legal_other.svg");
}

ul.menu-links-mobile li.geneticheskaya-ekspertiza {
  background-image: url("../img/m1_genetical_exp.svg");
}

ul.menu-links-mobile li.medicinskaya-ekspertiza {
  background-image: url("../img/m1_medical_exp.svg");
}

ul.menu-links-mobile li.opredelenie-obstoyatelstv-dtp {
  background-image: url("../img/m1_road_exp.svg");
}

ul.menu-links-mobile li.psihologopsihiatricheskaya-ekspertiza {
  background-image: url("../img/m1_psycho_exp.svg");
}

ul.menu-links-mobile li.stroitelnaya-ekspertiza {
  background-image: url("../img/m1_building_exp.svg");
}

ul.menu-links-mobile li.prochie-vidy-ekspertiz {
  background-image: url("../img/m1_expert_other.svg");
}

.big-mobile-popup {
  padding: 0 20px 42px 20px;
  height: calc(100% - 128px);
  top: 58px;
}

.big-mobile-popup.m1,
.big-mobile-popup.mobile-journal-themes,
.big-mobile-popup.mobile-subcat-block {
  padding-left: 14px;
}

.big-mobile-popup .close {
  top: 24px;
  right: 20px;
}

.big-mobile-popup a {
  color: #222;
}

.big-mobile-popup a :hover {
  color: #0f86f3;
}

.big-mobile-popup .m1__section-title,
.big-mobile-popup .subcat__section-title {
  display: block;
  margin: 26px 0 24px 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding-right: 20px;
}

.big-mobile-popup .main-popup-title {
  margin: 24px 0 24px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding-right: 20px;
}

.big-mobile-popup .main-popup-title .name {
  display: block;
  margin-bottom: 8px;
}

.big-mobile-popup .main-popup-title .rating {
  display: block;
  color: #ff9e68;
}

.big-mobile-popup .main-popup-title .rating i {
  font-size: 16px;
}

.big-mobile-popup .popup-more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #222;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 65px;
}

.big-mobile-popup.mobile-ways ul li::after {
  display: none;
}

.big-mobile-popup.noimages .m1__section-title,
.big-mobile-popup.noimages .subcat__section-title {
  margin: 24px 0 24px 6px;
}

.big-mobile-popup.noimages ul li {
  padding-left: 6px;
  background-image: none !important;
}

.mobile-fixed-menu {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 4;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e8ecf1;
  padding: 6px 20px 15px 20px;
  display: none;
}

.mobile-fixed-menu ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 8px;
  line-height: 9px;
  color: #222;
}

.mobile-fixed-menu ul li a img {
  display: block;
  margin: 0 auto 15px auto;
}

.mobile-fixed-menu .filter-link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 16px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 12px 47px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}

.mobile-fixed-menu .filter-link span {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("../img/filter.svg");
}

.navi {
  width: 100%;
  max-width: 1472px;
  margin: 0 auto;
  background: #e8ecf1;
  padding: 9px 0;
  margin-top: -24px;
}

.navi .wrap {
  line-height: 14px;
}

.navi a {
  font-size: 12px;
  line-height: 14px;
  color: #868686;
}

.navi span {
  font-size: 12px;
  line-height: 14px;
  margin: 0 4px;
  color: #868686;
}

.navi span.curr-page {
  margin: 0;
  color: #b0b0b0;
}

.comp-catalog {
  display: grid !important;
}

.mobile-catalog {
  display: none !important;
}

.wrapper_404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 90px;
  height: 806px;
  margin-bottom: -52px;
}

.wrapper_404 + footer {
  margin-top: 0;
}

.wrapper_404 + footer .footer__body {
  margin-top: 27px;
}

.wrapper_404 .title_404 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 32px;
}

.wrapper_404 .block_404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: rgba(88, 88, 88, 0.7);
  padding: 49px;
  border-radius: 8px;
  max-width: 530px;
}

.wrapper_404 .desc_404 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 48px;
}

.wrapper_404 .btn_404 {
  height: 48px;
  border-radius: 48px;
  width: min-content;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 400;
}

.mobile-filter-block {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 6;
  display: none;
  overflow-y: scroll;
  padding-bottom: 120px;
  color: #222;
}

.mobile-filter-block .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  background: url("../img/close.svg") center/cover;
}

.mobile-filter-block .close:hover {
  background: url("../img/close2.svg") center/cover;
}

.mobile-filter-block .name {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 20px 10px 13px 10px;
  border-bottom: 1px solid #e8ecf1;
}

.mobile-filter-block .city {
  padding: 24px 20px;
  border-bottom: 1px solid #e8ecf1;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  background: url("../img/sett.svg") no-repeat right 20px top 50%;
}

.mobile-filter-block .city p {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.mobile-filter-block .city span {
  display: none;
}

.mobile-filter-block .city span.active {
  display: block;
}

.mobile-filter-block .list {
  padding: 24px 20px;
  border-bottom: 1px solid #e8ecf1;
}

.mobile-filter-block .list.cat1 {
  display: none;
}

.mobile-filter-block .list.cat2 {
  display: none;
}

.mobile-filter-block .list.cat3 {
  display: none;
}

.mobile-filter-block .list input[type="text"] {
  width: 100%;
  height: 39px;
  margin: 32px 0 16px;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  padding: 0 18px;
}

.mobile-filter-block .list p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.mobile-filter-block .list .lst {
  display: none;
}

.mobile-filter-block .list .lst.active {
  display: block;
}

.mobile-filter-block .list .checkbox {
  display: none;
}

.mobile-filter-block .list .checkbox + label {
  display: block;
  cursor: pointer;
  margin-top: 16px;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 32px 4px 0;
  background: url("../img/checkbox.svg") no-repeat right;
}

.mobile-filter-block .list .checkbox:checked + label {
  background: url("../img/checkbox2.svg") no-repeat right;
}

.mobile-filter-block .list .radio {
  display: none;
}

.mobile-filter-block .list .radio + label {
  display: block;
  cursor: pointer;
  margin-top: 16px;
  font-size: 14px;
  line-height: 16px;
  padding-right: 40px;
  background: url("../img/radio.svg") no-repeat right;
}

.mobile-filter-block .list .radio:checked + label {
  background: url("../img/radio2.svg") no-repeat right;
}

.mobile-filter-block .list .back-link {
  margin-bottom: 20px;
  display: block;
  text-decoration: underline;
  line-height: 20px;
  padding-left: 20px;
  background: url("../img/back.svg") no-repeat 0 0;
}

.mobile-filter-block .list .radio.big + label {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #222;
}

.mobile-filter-block .list .radio.big + label span {
  display: block;
  color: #000;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.mobile-filter-block .list .sub-item {
  display: none;
}

.mobile-filter-block .list2 {
  padding: 24px 20px 1px 24px;
  border-bottom: 1px solid #e8ecf1;
}

.mobile-filter-block .list2 .checkbox {
  display: none;
}

.mobile-filter-block .list2 .checkbox + label {
  display: block;
  cursor: pointer;
  margin-bottom: 23px;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 32px 4px 0;
  background: url("../img/checkbox.svg") no-repeat right;
}

.mobile-filter-block .list2 .checkbox:checked + label {
  background: url("../img/checkbox2.svg") no-repeat right;
}

.mobile-filter-block .button {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  padding: 20px 20px 52px 20px;
}

.mobile-filter-block .button button {
  width: 100%;
  height: 38px;
  background: #fff;
  border: 1px solid #222;
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
}

.mobile-filter-block .button button:hover {
  color: #fff;
  background: #222;
}

.reviews {
  border-top: 1px solid #e8ecf1;
  padding: 32px 0;
}

.reviews .name {
  margin-bottom: 24px;
}

.content .reviews > .rating {
  margin-bottom: 24px;
}

.content .reviews > .rating .show-reviews {
  font-weight: 300;
  font-size: 16px;
  text-decoration: underline;
}

.reviews .rating span {
  margin: 0 10px 0 0;
}

.reviews .rating span .fa {
  color: #F8A3AA;
  font-size: 18px;
  margin-top: -2px;
}

.reviews .rating span .fa + .fa {
  margin-left: 4px;
}

.reviews .name .rating a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
}

.reviews .name + p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 26px;
}

.ui-autocomplete {
  border-radius: 0 0 8px 8px !important;
  overflow: hidden;
  border: 1px solid #c4c4c4;
  margin-top: -1px !important;
}

.popup .window .select-block input[type="text"] {
  border-radius: 8px;
  transition: border-radius 0.15s ease;
}

.popup .window .select-block input[type="text"].ui-autocomplete-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.reviews .item {
  margin-bottom: 23px;
  margin-top: 24px;
}

.reviews .item .date {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #6f6f6f;
}

.reviews .item .review-text {
  font-size: 16px;
}

.reviews .item .date span {
  display: block;
  color: #000;
  margin-bottom: 4px;
  font-weight: 400;
  color: #222;
}

.reviews .item .date .rating {
  display: inline-block;
  margin-left: 9px;
}

.reviews .item .date .rating .fa {
  color: #F8A3AA;
  vertical-align: middle;
  font-size: 14px;
}

.reviews .item .date .rating .fa + .fa {
  margin-left: 2px;
}

.reviews .item p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.reviews .buttons {
  display: flex;
  gap: 14px;
  margin: 40px 0 0;
}

.reviews .buttons button {
  width: 100%;
  max-width: 332px;
  height: 48px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #222;
  color: #222;
  background: #fff;
}

.reviews .buttons button:hover {
  border: 1px solid #0f86f3;
  color: #0f86f3;
}

.big-mobile-popup .reviews {
  border-bottom: none;
  padding: 0;
}

.company-page {
  position: relative;
}

.company-page .company-page_content {
  position: relative;
  padding: 0 380px 0 0;
}

.company-page .rocket {
  display: block;
  bottom: auto;
  top: 8px;
}

.company-page .pages {
  margin: 64px 0;
}

.company-page a.mobile-only,
.company-page button.mobile-only {
  display: none !important;
}

.desktop-only {
  display: block;
}

.company-page .back-link {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  display: none;
}

.company-page .contacts-block {
  position: absolute;
  right: 0;
  margin-left: 34px;
  width: 352px;
  padding: 32px 0 0 0;
}

.contacts-block.affix {
  position: fixed;
  top: 0;
  margin-left: 34px;
  left: auto;
}

.company-page .contacts-block.after-affix {
  position: absolute;
  top: auto;
  bottom: 32px;
}

.company-page .contacts-block #contacts {
  display: block;
}

.company-page .contacts-block #confirmation {
  display: none;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 11px 28px 11px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}

.company-page .contacts-block #confirmation p {
  color: #222;
  font-size: 14px;
  font-weight: 300;
}

.company-page .contacts-block #confirmation .confirmation__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
  background: url("/assets/img/close-popup.svg") no-repeat center/cover;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.company-page .contacts-block #confirmation .confirmation__close:hover {
  background: url("/assets/img/close-popup2.svg") no-repeat center/cover;
}

.company-page .contacts-block #confirmation .confirmation__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 16px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.company-page .contacts-block #confirmation .confirmation__bold {
  font-weight: 400;
  margin-bottom: 12px;
}

.company-page .contacts-block #confirmation .confirmation__button {
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 24px;
  background: #ff8139;
  color: #fff;
  padding: 0 16px;
  margin: 16px auto 0;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.company-page .contacts-block.confirmation #contacts {
  display: none;
}

.company-page .contacts-block.confirmation #confirmation {
  display: block;
}

.company-page .contacts-block .is-sticky ul.opened li.no-sticky {
  display: block;
}

.company-page .contacts-block .is-sticky ul.opened li.more {
  display: none;
}

.company-page .contacts-block .is-sticky ul li.no-sticky {
  display: none;
}

.company-page .contacts-block .is-sticky ul li.more {
  display: block;
}

.company-page .contacts-block ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border: 1px solid #e8ecf1;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
}

.company-page .contacts-block ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  height: 48px;
  background: #e8ecf1;
  border-radius: 8px;
  cursor: pointer;
}

.company-page .contacts-block ul .company-write {
  background-color: #585858;
  color: #fff;
  font-weight: 500;
  transition: all 0.2s ease;
}

.company-page .contacts-block ul li:hover {
  color: #0f86f3;
}

.company-page .contacts-block ul .company-write:hover {
  background: #4e4e4e;
  color: #fff;
}

.company-page .contacts-block ul li:hover a {
  color: #0f86f3;
}

.company-page .contacts-block ul li:hover img {
  /* filter: none; */
}

.company-page .contacts-block ul li.more i,
.company-page .contacts-block ul li.other i {
  width: 24px;
  height: 24px;
  background-size: cover;
  margin-right: 8px;
  background: url("../img/contacts7.svg") no-repeat;
}

.company-page .contacts-block ul li.more:hover i,
.company-page .contacts-block ul li.other:hover i {
  background: url("../img/contacts7-blue.svg") no-repeat;
}

.company-page .contacts-block ul li:not(.contacts-tel):not(.contacts-email) a {
  display: flex;
  align-items: center;
  width: 130px;
}

.company-page .contacts-block ul li img {
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: -2px;
  margin-right: 8px;
}

.company-page
  .contacts-block
  ul
  li:not(.company-write)
  img {
  filter: grayscale(100%) brightness(50%);
}

.company-page .contacts-block ul li:not(.company-write):hover img {
  filter: none;
}

.company-page .contacts-block ul li.contacts-email .clicked,
.company-page .contacts-block ul li.contacts-tel .clicked {
  display: none;
}

.company-page .contacts-block ul li.contacts-email .non-clicked,
.company-page .contacts-block ul li.contacts-tel .non-clicked {
  display: inline-block;
}

.company-page .contacts-block ul li.contacts-email.clicked .clicked,
.company-page .contacts-block ul li.contacts-tel.clicked .clicked {
  display: inline-block;
}

.company-page .contacts-block ul li.contacts-email.clicked .non-clicked,
.company-page .contacts-block ul li.contacts-tel.clicked .non-clicked {
  display: none;
}

.company-page .contacts-block ul li.pre-last {
  margin-bottom: 0;
}

.company-page .contacts-block ul li.more {
  display: none;
  margin-bottom: 0;
}

.company-page .contacts-block ul li.more a {
  text-align: center;
  padding-left: 0;
}

.company-page .contacts-block ul li.no-sticky {
  display: none;
}

.company-page .contacts-block ul li.hidden {
  display: none !important;
}

.company-page .contacts-block ul li.shown {
  display: flex !important;
}

.mobile-contacts {
  display: none;
}

.company-page .contacts-block.mobile-contacts {
  display: none;
  position: static;
  width: 100%;
  padding: 32px 0 16px;
}

.company-page .contacts-block.mobile-contacts ul {
  max-width: 320px;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.company-page .name {
  font-weight: 500;
  font-size: 22px;
  line-height: 23px;
}

.company-page .name a:hover {
  color: #0f86f3;
}

.company-page .top-info {
  position: relative;
  padding: 32px 0;
}

.company-page .image-block {
  position: relative;
}

.company-page .top-info .company-actions {
  position: absolute;
  top: 32px;
  right: 0;
  display: flex;
  gap: 16px;
}

.company-page .top-info .company-actions i {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 23px;
}

.company-page .top-info .company-actions i.company-fav {
  width: 23px;
  background-image: url("../img/favorites.svg");
}

.company-page .top-info .company-actions i.company-fav:hover {
  background-image: url("../img/favorites1.svg");
}

.company-page .top-info .company-actions i.company-fav.active {
  background-image: url("../img/favorites2.svg");
}

.company-page .top-info .company-actions i.company-blog-btn {
  width: 21px;
  background-image: url("../img/company-write.svg");
}

.company-page .top-info .company-actions i.company-blog-btn:hover {
  background-image: url("../img/company-write1.svg");
}

.company-page .top-info .rating {
  margin-bottom: 24px;
}

.company-page .top-info .rating .fa {
  font-size: 18px;
  color: #F8A3AA;
}

.company-page .top-info .rating .fa + .fa {
  margin-left: 4px;
}

.company-page .top-info .rating a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
  margin-left: 10px;
}

.company-page .image-block-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 12px;
    width: 100%;
    padding: 16px 0 0 0;
    height: 450px;
}

.company-page .grid-item {
    background-color: #e2e8f0;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    max-height: 450px;
    height: 100%; /* Добавляем высоту 100% для всех grid-item */
}

.company-page .grid-item.main-photo {
    height: 100%;
}

.company-page .grid-side-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    max-height: 450px;
    height: 100%;
}

.company-page .grid-item .grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    display: block;
}

.company-page .grid-item:empty {
    background-color: #e2e8f0;
    background-size: cover;
    background-position: center;
}

.company-page .grid-item .more-photos-label {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    text-decoration: underline;
}

.company-page .grid-item .more-photos-label:hover {
    background: rgba(0, 0, 0, 0.5);
}

.company-page-mobile-gallery {
  display: none;
}
/* .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.66) !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(1) !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.66) !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(1) !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(1) !important;
}
.gallery-swiper-container .gallery-pagination .swiper-pagination-bullet-active {
  transform: scale(1) !important;
}
.swiper-pagination-bullets-dynamic {
  overflow: auto !important;
} */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0) !important;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Обязательный хак для контейнера, чтобы точки не сжимались по вертикали */
.swiper-pagination-bullets-dynamic {
  padding: 1px 0;
}

/* 2. Две крайние маленькие точки по бокам от основной группы.
   Теперь они строго scale(0.66) и выполняют роль минимального размера */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66) !important;
}

/* 3. Пять главных активных точек в центре (выделенные через dynamicMainBullets: 5) */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1) !important;
}

/* 4. Самая главная активная точка текущего слайда */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1.1) !important;
}
/* Стили самого инлайн-слайдера */
.mobile-gallery-swiper {
  width: 100%;
  height: 30svh;
  min-height: 280px;
  position: relative;
  overflow: hidden;
  background: #000;
}
.mobile-gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  image-orientation: from-image;
  object-fit: cover;
  display: block;
}
.mobile-gallery-pagination {
  bottom: 12px !important;
  z-index: 10;
}
.mobile-gallery-pagination .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.6;
  width: 8px;
  height: 8px;
  transition: transform 0.2s, opacity 0.2s;
}
.mobile-gallery-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  transform: scale(1.2);
}

/* --- АДАПТИВ: КЛЮЧЕВОЙ ПЕРЕКЛЮЧАТЕЛЬ БЛОКОВ --- */
@media (max-width: 911px) {

  .docs-block img {
    pointer-events: none !important;
  }
  .staff-block img {
    pointer-events: none !important;
  }
  .responsive-image-wrapper img {
    pointer-events: none !important;
  }

  /* Полностью убираем десктопную обертку из DOM-дерева */
  .company-page-desktop-gallery {
      display: none !important;
  }
  
  /* Включаем мобильный слайдер */
  .company-page-mobile-gallery {
      display: block !important;
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      margin-right: calc(-50vw + 50%);
      padding: 0;
  }
}

.popup .window.gallery-window {
  width: 100%;
  max-width: 61%;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.popup .window.document-photo-window {
  width: 100%;
  max-width: 25%;
  aspect-ratio: 213 / 345;
  background: transparent;
  border: none;
  box-shadow: none;
}

.document-photo-window img {
  width: 100%;
  height: 100%;
  object-fit: unset;
  display: block;
}

.popup .window.stuff-photo-window {
  width: 100%;
  max-width: 30%;
  aspect-ratio: 243 / 345;
  background: transparent;
  border: none;
  box-shadow: none;
}

.stuff-photo-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Контейнер слайдера с пропорциями 16:9 */
.rooms-swiper-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  border-radius: 16px;
  background: #000;
  overflow: hidden;
}

/* Слайды и картинки */
.rooms-swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  transform: none !important;
  backface-visibility: visible !important;
}

.rooms-swiper-container .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  object-fit: cover;
  object-position: center;
  display: block;
}

.rooms-swiper-container .rooms-popup-arrow-prev,
.rooms-swiper-container .rooms-popup-arrow-next {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #333 !important;
  transition: background 0.2s, opacity 0.2s;
}

.rooms-swiper-container .rooms-popup-arrow-prev::after,
.rooms-swiper-container .rooms-popup-arrow-next::after {
  font-size: 18px !important;
  font-weight: bold;
}

.rooms-swiper-container .rooms-popup-arrow-prev { left: 20px; }
.rooms-swiper-container .rooms-popup-arrow-next { right: 20px; }

.rooms-swiper-container .rooms-popup-arrow-prev:hover,
.rooms-swiper-container .rooms-popup-arrow-next:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* Состояние, когда листать дальше нельзя (первый и последний слайд) */
.rooms-swiper-container .swiper-button-disabled {
  opacity: 0 !important; /* Полностью скрываем стрелку, если нет хода */
  pointer-events: none;
}

.rooms-swiper-container .rooms-popup-pagination {
  bottom: 16px !important;
}

.rooms-swiper-container .rooms-popup-pagination .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.6;
  width: 8px;
  height: 8px;
  transition: transform 0.2s, opacity 0.2s;
}

.rooms-swiper-container .rooms-popup-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

/* Контейнер слайдера с пропорциями 16:9 */
.gallery-swiper-container {
  width: 100%;
  aspect-ratio: 16 / 9; /* Жестко фиксируем соотношение сторон */
  position: relative;
  border-radius: 16px;
  background: #000; /* Временная подложка, пока фото грузится */
  overflow: hidden;
}

/* Слайды и картинки */
.gallery-swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  transform: none !important;
  backface-visibility: visible !important;
}

.gallery-swiper-container .swiper-slide img {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    object-fit: cover;
    object-position: center;
    display: block;
}

/* КРЕСТИК НА ФОТО (Справа сверху) */
.popup .close-slider-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  transition: transform 0.2s, opacity 0.2s;
  filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.4)); /* Чтобы не терялся на белых фото */
}
.popup .close-slider-btn:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/* ИДЕАЛЬНЫЕ КРУГЛЫЕ СТРЕЛКИ (Кастомизация стандартных стрелок Swiper) */
.gallery-swiper-container .gallery-arrow-prev,
.gallery-swiper-container .gallery-arrow-next {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #333 !important; /* Цвет стрелочки внутри */
  transition: background 0.2s, opacity 0.2s;
}

/* Уменьшаем размер стандартных стрелок Swiper под дизайн */
.gallery-swiper-container .gallery-arrow-prev::after,
.gallery-swiper-container .gallery-arrow-next::after {
  font-size: 18px !important;
  font-weight: bold;
}

.gallery-swiper-container .gallery-arrow-prev { left: 20px; }
.gallery-swiper-container .gallery-arrow-next { right: 20px; }

.gallery-swiper-container .gallery-arrow-prev:hover,
.gallery-swiper-container .gallery-arrow-next:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* Состояние, когда листать дальше нельзя (первый и последний слайд) */
.gallery-swiper-container .swiper-button-disabled {
  opacity: 0 !important; /* Полностью скрываем стрелку, если нет хода */
  pointer-events: none;
}

.gallery-swiper-container .gallery-pagination {
  bottom: 16px !important;
}

.gallery-swiper-container .gallery-pagination .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.6;
  width: 8px;
  height: 8px;
  transition: transform 0.2s, opacity 0.2s;
}

.gallery-swiper-container .gallery-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.spec-card-inline-swiper {
  width: 100.6%;
  background-color: #000;
}

.spec-card-inline-swiper .gallery-arrow-prev,
.spec-card-inline-swiper .gallery-arrow-next {
  opacity: 0;
  pointer-events: none; /* Чтобы не мешали кликам в невидимом состоянии */
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #333 !important;
  transition: background 0.2s, opacity 0.2s;
}

.spec-card-inline-swiper .gallery-arrow-prev::after,
.spec-card-inline-swiper .gallery-arrow-next::after {
  font-size: 11px !important;
  font-weight: bold;
}

.item .image:hover .spec-card-inline-swiper .gallery-arrow-prev:not(.swiper-button-lock),
.item .image:hover .spec-card-inline-swiper .gallery-arrow-next:not(.swiper-button-lock) {
  opacity: 1;
  pointer-events: auto; /* Включаем кликабельность при наведении */
}

.spec-card-inline-swiper .swiper-button-disabled,
.spec-card-inline-swiper .swiper-button-lock,
.spec-card-inline-swiper .swiper-pagination-lock {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Уменьшаем размер стандартных стрелок Swiper под дизайн */
.spec-card-inline-swiper .gallery-arrow-prev::after,
.spec-card-inline-swiper .gallery-arrow-next::after {
  font-size: 10px !important;
  font-weight: bold;
}

.spec-card-inline-swiper .gallery-arrow-prev { left: 20px; }
.spec-card-inline-swiper .gallery-arrow-next { right: 20px; }

.spec-card-inline-swiper .gallery-arrow-prev:hover,
.spec-card-inline-swiper .gallery-arrow-next:hover {
  background: rgba(255, 255, 255, 0.9);
}

.company-page .image-block .image img {
  display: none;
}

.company-page .top-info .company-name {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
}

.company-page .top-info .company-name span {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  width: 85%;
}

.company-page .top-info .company-name .classification-name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.company-page .top-info .mob-top-block {
  margin-bottom: 16px;
  display: none;
}

.company-page .top-info .mob-top-block .share {
  font-size: 14px;
  line-height: 16px;
  margin-top: -6px;
}

.company-page .top-info .mob-top-block .share .ya-share2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.company-page .top-info .mob-image {
  margin-bottom: 24px;
  display: none;
}

.company-page .top-info .mob-image img {
  width: 100%;
}

.company-page .top-info .city,
.company-page .top-info .education,
.company-page .top-info .year {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.company-page .top-info .city a,
.company-page .top-info .education a,
.company-page .top-info .year a {
  font-weight: 400;
}

.company-page .top-info .city span,
.company-page .top-info .education span,
.company-page .top-info .year span {
  font-weight: 400;
}

.studio-mini-icons-mobile {
  display: none ;
}

.studio-mini-icons-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 12px;
  margin: 24px 0 0;
  width: 100%;
}

.studio-mini-icons-row + .studio-mini-icons-row {
  margin-top: 6px;
}

.studio-mini-icon-item {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0;
}

.company-page .top-info .specialist-description {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 300;
  max-width: 82%;
}

.company-page .top-info .contacts-button {
  height: 48px;
  background: #585858;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  display: none;
  position: fixed;
  bottom: 92px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  color: #fff;
  width: 200px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 32px;
  font-weight: 500;
}

.company-page .top-info .contacts-button img {
  vertical-align: middle;
  margin: -2px 5px 0 0;
}

.company-page .top-info p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
}

.company-page .content {
  max-width: 690px;
}

.studio-equipment {
  width: 100%;
}

.studio-equipment__section {
  border-top: 1px solid #e8ecf1;
  padding: 32px 0;
}

.studio-equipment__section--spacing {
  border-top: 1px solid #e8ecf1;
  padding: 32px 0;
}

/* Сетка элементов */
.studio-equipment__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 столбика на ПК */
  column-gap: 40px;
  row-gap: 16px;
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
  width: 100%;
}

/* Элемент списка */
.studio-equipment__grid li {
  display: flex;
  align-items: center;
  gap: 12px; /* Расстояние между иконкой и текстом */
  width: 100%;
}

/* Фиолетовые иконки */
.studio-equipment__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #8c72f2;
}

/* Если внутри иконки находится SVG */
.studio-equipment__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.studio-equipment__icon svg path {
  fill: #8c72f2; /* Заливка фиолетовым для SVG */
}

/* Шрифт текста ( наследует свойства описания страницы ) */
.studio-equipment__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

/* Адаптив под мобильные устройства */
@media (max-width: 768px) {
  .spec-card-inline-swiper {
    width: 101.1%;
    background-color: #000;
  }

  .studio-equipment__grid {
      grid-template-columns: repeat(2, 1fr); /* 2 столбика на мобилках */
      column-gap: 20px;
      row-gap: 14px;
  }
  .studio-equipment__section--spacing {
    border-top: 1px solid #e8ecf1;
    padding: 24px 20px;
    margin: 0 -20px;
  }
  .studio-equipment__section {
    padding: 24px 20px;
    margin: 0 -20px;
  }
}

.company-page .ways {
  border-top: 1px solid #e8ecf1;
  padding: 32px 0 20px;
}

.company-page .ways .name {
  margin-bottom: 24px;
}

.company-page .ways .flex {
  justify-content: flex-start;
}

.company-page .ways .flex a {
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  padding: 7px 14px;
  background: #edf0f1;
  border-radius: 24px;
  margin: 0 16px 16px 0;
  user-select: none;
  max-width: 100%;
}

.company-page .ways .flex a:hover {
  color: #222;
  background: #e1e5e9;
}

.company-page .ways button {
  background: #fff;
  width: 100%;
  margin-top: 20px;
  height: 40px;
  border: 1px solid #222;
  border-radius: 8px;
  color: #222;
  font-weight: 500;
  display: none;
}

.company-page .ways button:hover {
  color: #0f86f3;
  border: 1px solid #0f86f3;
}

.company-page .prices {
  border-top: 1px solid #e8ecf1;
  padding: 32px 0;
}

.company-page .prices .name {
  margin-bottom: 16px;
}

.company-page .prices table {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 224px;
  transition: height 0.5s ease-in-out;
}

.company-page .prices table tr:nth-child(2n) {
  background: #f7faff;
}

.company-page .prices table tr td {
  padding: 8px 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.company-page .prices table tr td:last-child {
  text-align: right;
  padding: 8px;
  white-space: nowrap;
}

.company-page .prices table tr td:first-child {
  width: 100%;
}

.company-page .prices button {
  background: #fff;
  width: 100%;
  max-width: 332px;
  height: 48px;
  border: 1px solid #222;
  border-radius: 8px;
  color: #222;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 23px;
}

.company-page .prices button:hover {
  color: #0f86f3;
  border: 1px solid #0f86f3;
}

.company-page .days {
  border-top: 1px solid #e8ecf1;
  padding: 32px 0 16px;
}

.company-page .days .name {
  margin-bottom: 24px;
}

.company-page .days .item {
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

.company-page .days .item .time.day-off {
  color: #ae000e;
  font-weight: 300;
}

.company-page .days .item .day {
  font-weight: 400;
  width: 27px;
  display: inline-block;
}

.company-page .days .item .time {
  display: inline-block;
  font-weight: 300;
  width: 132px;
}

.company-page .map {
  border-top: 1px solid #e8ecf1;
  padding: 32px 0 32px;
}

.company-page .map .name {
  margin-bottom: 24px;
}

.company-page .map .mmap {
  margin-bottom: 18px;
  height: 480px;
}

.company-page .map .adress {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  padding: 5px 28px 5px 0;
  background: url("../img/copy.svg") no-repeat right;
}

.company-page .map .adress:hover {
  background: url("../img/copy2.svg") no-repeat right;
}

.company-page .map textarea {
  opacity: 0;
  z-index: -10;
  pointer-events: none;
  position: absolute;
}

.company-page .map p {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
}

.company-page .map p.grey {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}

.company-page .map a {
  text-decoration: none;
  width: 100%;
  height: 40px;
  margin-top: 16px;
  border: 1px solid #222;
  border-radius: 8px;
  color: #222;
  background: #fff;
  display: none;
}

.company-page .map a img {
  width: 18px;
  height: 22px;
  margin-right: 8px;
}

.company-page .bottom-button {
  width: 100%;
  max-width: 332px;
  height: 48px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #222;
  color: #222;
  background: #fff;
}

.company-page .bottom-button:hover {
  border: 1px solid #0f86f3;
  color: #0f86f3;
}

.company-page a.bottom-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content2 {
  max-width: 100%;
  padding: 32px 0;
}

.articles {
  padding: 0;
}

.articles + .bottom-link {
  margin-top: 24px;
}

.articles .name {
  font-weight: 500;
  font-size: 22px;
  line-height: 23px;
  margin-bottom: 28px;
}

.articles .name a:hover {
  color: #0f86f3;
}

.articles .empty-blog {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
}

.articles_filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -10px;
  margin-bottom: 32px;
}

.articles_filters .filter {
  margin-bottom: 0;
}

.articles__back {
  display: block;
  max-width: fit-content;
  padding-top: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ff9e68;
  padding: 3px 30px 0 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url("../img/articles-back.svg") no-repeat right center;
  margin-top: 32px;
}

.articles__back.top {
  color: #4f77b4;
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
  background: 0 0;
  margin-top: 0;
}

.articles__back.top:hover {
  text-decoration: none;
  color: #0f86f3;
  background: 0 0;
}

.articles__back:hover {
  color: #ec7d3c;
  background: url("../img/articles-back1.svg") no-repeat right center;
}

.articles__to-main {
  height: 40px !important;
  width: 320px !important;
  margin-top: 32px !important;
}

.articles .article_item {
  padding: 24px 0;
  display: flex;
  flex-wrap: nowrap;
}

.articles .article_item.prosmotr {
  flex-direction: column;
  padding-bottom: 0;
}

.articles .article_item:first-child {
  padding-top: 0;
}

.articles .article_item .article_profile {
  width: 292px;
  margin: 38px 16px 0 0;
  box-shadow: none;
  height: fit-content;
  padding-right: 0;
  padding: 16px 0 16px 110px;
}

.articles .article_item .article_profile:hover .name {
  text-decoration: none;
  color: #0f86f3;
}

.articles .article_item .article_profile .name {
  text-decoration: underline;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}

.articles .article_item .article_profile .image {
  left: 0;
}

.articles .article_item .article_profile .cats a:hover {
  text-decoration: none;
}

.articles .article_item .article_profile + .article_body {
  width: calc(100% - 308px);
}

.articles .article_item .date {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  color: #ff9e68;
}

.articles .article_item .link {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #222;
}

.articles .article_item .link:hover {
  color: #0f86f3;
}

.articles .article_item .link.nohover:hover {
  color: #222;
}

.articles .article_item .article_body .mobile-article_profile {
  display: none;
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #222;
}

.articles .article_item .article_body .mobile-article_profile .profile-type {
  display: inline-block;
  color: #ff9e68;
  font-weight: 300;
}

.articles .article_item .article_body .mobile-article_profile .link {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  color: #6f6f6f;
  margin: 0;
}

.articles .article_item .article_text {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

.articles .article_item .article_text p {
  margin: 0;
  padding: 0;
}

.articles .article_item .article_text + .site {
  margin-top: 24px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

.articles .article_item .article_text + .site a {
  color: #4f77b4;
}

.articles .article_item p {
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

.articles .article_item p:last-child {
  margin-bottom: 24px;
}

.articles .article_item .article-bottom-link {
  margin: 0;
  text-align: left;
}

.articles .article_item .article-bottom-link a {
  display: inline-block;
  padding: 0 0 3px 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  background: url("../img/arrow.svg") no-repeat left top;
  background-size: 22px 14px;
}

.articles .article_item .article-bottom-link a:hover {
  color: #0f86f3;
  background: url("../img/arrow2.svg") no-repeat left top;
  background-size: 22px 14px;
}

.articles a.bottom-button {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 330px;
  height: 46px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #222;
  color: #222;
  background: #fff;
}

.articles a.bottom-button:hover {
  border: 1px solid #0f86f3;
  color: #0f86f3;
}

.article-page .articles {
  margin-top: 32px;
}

#login-popup-resend p + p {
  margin-top: 16px;
}

#login-popup-resend .button.other {
  margin-top: 64px;
}

.company-page .articles {
  padding: 32px 0;
  border-top: 1px solid #e8ecf1;
}

.company-page .articles .article_item .article_body {
  width: 100%;
}

.company-page .articles .article_item .article_body .article_item:first-child {
  padding-top: 24px;
}

.staff-block {
  border-top: 1px solid #e8ecf1;
  padding: 32px 0;
}

.staff-block .block-name {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
}

.staff-block .staff__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  grid-auto-rows: 140px;
}

.staff-block .item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}

.staff-block .item span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 3px;
}

.staff-block .item .img__wrapper {
  width: 134px;
  height: 134px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.staff-block .item .img__wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}

.docs-block {
  border-top: 1px solid #e8ecf1;
  padding-top: 32px;
  padding-bottom: 32px;
}

.docs-block .block-name {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
}

.docs-block .list {
  margin: 0 -24px;
}

.docs-block .list .item {
  box-sizing: border-box;
  height: unset;
}

.docs-block .list .slick-track {
  display: flex !important;
}

.docs-block .list .item .img-block {
  width: 100%;
  height: 345px;
  margin-bottom: 0;
  border-radius: 8px;
  padding: 0 24px;
  box-sizing: border-box;
}

.docs-block .list .item .img-block img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-position: center;
  cursor: pointer;
}

.docs-block .list .item p {
  font-weight: 400;
  font-size: 16px;
}

.docs-block .list .slick-list.draggable {
  padding: 0 10% 0 0 !important;
}

@media (min-width: 991px) {
  .docs-block .list .slick-list.draggable {
    padding: 0 !important;
  }

  .docs-block .list .item:last-child {
    margin-right: 4px;
  }
}

.rooms-block {
  border-top: 1px solid #e8ecf1;
  padding-top: 32px;
  padding-bottom: 32px;
}

.rooms-block .block-name {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 22px;
}

.rooms-block .rooms-list {
  display: block;
  width: 100%;
  margin: 0;
}

/* Компенсируем боковые padding карточек */
.rooms-block .rooms-list .slick-list {
  margin: 0 -14px;
}

/* Расстояние между карточками на ПК рассчитывается через padding */
.rooms-block .rooms-list .room-item {
  padding: 0 14px;
  box-sizing: border-box;
  outline: none;
  height: unset;
}

/* Карточка со слайдером Swiper */
/* Карточка со слайдером Swiper */
.rooms-block .room-item .room-swiper {
  position: relative;
  width: 100.8%;              /* было: 100% — переносим трюк сюда */
  margin: 0 -0.7%;            /* центрируем нахлёст симметрично по бокам */
  height: 202px;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

.rooms-block .room-item .room-swiper .swiper-slide {
  overflow: hidden;
}

.rooms-block .room-item .room-slide-inner {
  width: 100%;
  height: 100%;
}

/* Картинки — без индивидуального нахлёста, только обычная обрезка */
.rooms-block .room-item .room-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rooms-block .room-item .room-pagination {
  bottom: 16px !important;
}

.rooms-block .room-item .room-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
  width: 8px;
  height: 8px;
}

.room-swiper .rooms-arrow-prev,
.room-swiper .rooms-arrow-next {
  opacity: 0;
  pointer-events: none;
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #333 !important;
  transition: background 0.2s, opacity 0.2s;
}

.room-swiper .rooms-arrow-prev::after,
.room-swiper .rooms-arrow-next::after {
  font-size: 10px !important;
  font-weight: bold;
}

.room-item:hover .room-swiper .rooms-arrow-prev:not(.swiper-button-lock),
.room-item:hover .room-swiper .rooms-arrow-next:not(.swiper-button-lock) {
  opacity: 1;
  pointer-events: auto;
}

.room-swiper .swiper-button-disabled,
.room-swiper .swiper-button-lock,
.room-swiper .swiper-pagination-lock {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.room-swiper .rooms-arrow-prev { left: 20px; }
.room-swiper .rooms-arrow-next { right: 20px; }

.room-swiper .rooms-arrow-prev:hover,
.room-swiper .rooms-arrow-next:hover {
  background: rgba(255, 255, 255, 0.9);
}

.rooms-block .room-item .room-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.rooms-block .room-item .room-name {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background: rgba(229, 233, 238, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.2;
  max-width: calc(100% - 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  user-select: none;
}

/* --- МОБИЛЬНЫЕ И ПЛАНШЕТЫ (до 991px) --- */
@media (max-width: 991px) {
  .rooms-block {
    padding: 24px 20px 24px;
    margin: 0 -20px;
    overflow: hidden;
  }

  .rooms-block .block-name {
    font-size: 20px;
  }

  .rooms-block .room-item .room-swiper .swiper-slide img {
    width: 101.1%;
  }
}

@media (max-width: 767px) {
  .rooms-block .room-item .room-swiper {
    height: 222px;
  }
}

.popup-contacts {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
}

.popup-contacts .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 1, 1, 0.8);
}

.popup-contacts ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 352px;
  background: #fff;
  padding: 16px;
  border: 1px solid #e8ecf1;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.popup-contacts ul li {
  margin-bottom: 16px;
}

.popup-contacts ul li:first-child a,
.popup-contacts ul li:nth-child(2) a {
  background: #c8e0ff;
  text-align: center;
  padding-left: 0;
}

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

.popup-contacts ul li a {
  display: block;
  text-decoration: none;
  padding-left: 100px;
  height: 48px;
  line-height: 48px;
  background: #e8ecf1;
  border-radius: 8px;
}

.popup-contacts ul li a:hover {
  color: #0f86f3;
}

.popup-contacts ul li a:hover img {
  /* filter: none; */
}

.popup-contacts ul li a img {
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: -2px 5px 0 0;
  filter: grayscale(100%) brightness(50%);
}

@media (max-width: 1470px) {
  .banner__wrapper.blog-banner .banner-slide .title .btn.btn__post {
    left: calc(100% + 200px);
  }

  .index-sections-block .item p span {
    padding: 0 15px;
  }

  /* .index-catalog-block .filter .blog-theme-link,
  .index-catalog-block .filter:not(#filter-blog) .jq-selectbox {
    width: 185px
  }

  .index-catalog-block.inner .filter .city-link,
  .index-catalog-block.inner .filter .metro-link {
    width: 185px;
  } */

  .grid_flex {
    gap: 16px;
  }

  .company-page .top-info .company-name span {
    margin-right: 70px;
  }

  .articles .article_item .article_body {
    width: 100%;
    padding-top: 30px;
  }
}

@media (max-width: 1275px) {
  .company-page {
    padding: 24px 280px 0 0;
  }

  .company-page .company-page_content {
    padding: 24px 280px 0 0;
  }

  .company-page .contacts-block {
    width: 260px;
  }

  .staff-block .staff__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid_flex {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1200px) {
  .banner-slide__wrapper {
    padding: 0 82px;
  }

  .index-catalog-block.inner .banner-sidebar {
    display: none;
  }

  .btn__main-slide {
    display: none;
  }

  /* .index-catalog-block .item {
    padding: 16px 16px 16px 124px;
  } */

  .banner__wrapper.blog-banner .banner-slide .title .btn.btn__post {
    display: none;
  }

  .banner__wrapper.blog-banner .banner-slide .title .btn-post-mobile {
    display: block;
  }

  .index-sections-block .item p span {
    font-size: 14px;
    line-height: 18px;
  }

  .index-sections-block .item p {
    bottom: 20px;
  }

  .index-catalog-block
    .filter:not(#filter-blog)
    .jq-selectbox
    .jq-selectbox__select-text {
    padding: 0 30px 0 8px;
  }

  .index-catalog-block .filter:not(#filter-blog) .jq-selectbox {
    min-width: 140px;
  }

  .index-catalog-block .filter .blog-theme-link,
  .index-catalog-block .filter .city-link,
  .index-catalog-block .filter .metro-link {
    width: 140px;
  }

  .company-page {
    padding-right: 0;
  }

  .company-page .company-page_content {
    padding-right: 0;
  }

  .mobile-contacts {
    display: block;
  }

  .mobile-contacts.name {
    margin: 24px 0 0 0;
  }

  .company-page .contacts-block.mobile-contacts {
    display: block;
  }

  .company-page .contacts-block.mobile-contacts ul {
    margin: 0 auto;
  }

  .filter__catalog {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 13px;
  }

  .filter__catalog > * {
    margin-bottom: 15px;
  }

  .popup-contacts.opened {
    display: block;
  }

  .company-page .top-info .contacts-button {
    display: block;
  }

  .footer__reg-wrapper .flex {
    gap: 15px;
  }

  .company-page .contacts-block.confirmation:not(.mobile-contacts) {
    display: block;
    right: auto;
    top: 286px;
    width: 296px;
    max-width: calc(100% - 32px);
    left: 12px;
    z-index: 10;
  }

  .company-page
    .contacts-block.confirmation:not(.mobile-contacts)
    #confirmation {
    padding: 18px 16px 18px;
    border-radius: 24px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  }

  .company-page
    .contacts-block.confirmation:not(.mobile-contacts)
    #confirmation
    p {
    font-size: 14px;
  }

  .company-page
    .contacts-block.confirmation:not(.mobile-contacts)
    #confirmation
    .confirmation__title {
    margin-bottom: 10px;
    gap: 4px;
  }

  .company-page
    .contacts-block.confirmation:not(.mobile-contacts)
    #confirmation
    .confirmation__bold {
    margin-bottom: 8px;
  }

  .company-page
    .contacts-block.confirmation:not(.mobile-contacts)
    #confirmation
    .confirmation__button {
    margin: 14px auto 0;
    height: 32px;
    font-weight: 500;
  }
}

@media (max-width: 991px) {
  .index-catalog-block .top-text p {
    font-size: 14px;
  }

  .popup.map .window {
    width: 80%;
    height: auto;
    max-height: 90vh;
  }

  .popup.map .window .reg {
    padding: 15px 20px 32px 20px;
  }

  .popup.map .window .reg .name {
    text-align: left;
    font-size: 18px;
    max-width: 90%;
    line-height: 18px;
  }

  #catalog_map {
    width: 100%;
    max-height: 782px;
    height: 60vh;
    min-height: 300px;
  }

  .mobile-controls-wrapper {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 86px;
    z-index: 29;

    display: flex;
    align-items: center;
    gap: 8px;
  }

  .map-button-catalog {
    display: block;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    font-weight: 400;
    color: #000;
    border-radius: 50%;
    height: 48px;
    width: 48px;
  }

  .company-page .contacts-block {
    display: none;
  }

  .index-catalog-block .top-text div.about-page {
    font-weight: 300;
    max-width: 1020px;
    height: 390px;
    margin-bottom: 32px;
    text-align: center;
  }

  .index-catalog-block .top-text div.about-page .descr {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }

  .index-catalog-block .top-text div.about-page .text {
    padding-top: unset;
    padding-bottom: 67px;
  }

  .index-catalog-block .top-text div.about-page {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .faq-item {
    max-width: 100%;
    box-shadow: 0 0 10px 0 #0000001a;
    border-radius: 16px !important;
  }

  .faq-question {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 60px !important;
    border-radius: 16px !important;
    padding: 15px 15px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
  }

  .faq-item.active .faq-answer {
    max-height: 100px;
    padding: 0 15px 15px 15px;
    border-radius: 0 0 16px 16px;
    background-color: #fff;
  }

  .faq-item.active .faq-question {
    border-radius: 16px 16px 0 0 !important;
  }

  .faq-section {
    padding: 0;
    background-color: unset;
  }

  .faq-answer {
    background-color: #fff;
  }

  .wrap {
    padding: 0 20px;
  }

  .blog-page {
    padding: 16px 20px 140px;
  }

  .blog-page.blog-page-main {
    margin: 0 -20px -80px;
    padding: 16px 20px 136px;
  }

  .arrow-header {
    display: none;
  }

  .grid_flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .header {
    padding: 20px 0 12px;
  }

  .header .search__box {
    min-width: 550px;
  }

  .wrap .search_box {
    display: block;
    height: 42px;
    margin-bottom: 23px;
    position: relative;
  }

  .wrap .search_form {
    position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #F6F6F6;
      border-radius: 16px;
      height: 100%;
      align-content: center;
      z-index: 11;
  }

  .wrap .search_wrap {
    display: flex;
    align-items: center;
    height: 42px;
    width: 100%;
}

  .wrap .search_input {
    width: calc(100% - 55px);
    background-color: #F6F6F6;
    border: 0;
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    padding-left: 12px;
}

.wrap .search_input:placeholder-shown {
  text-overflow: ellipsis;
}

.wrap .search_btn {
  padding: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.wrap .search_btn i {
  display: block;
  background: url(../img/search.svg) no-repeat center/cover;
  width: 20px;
  height: 20px;
}

  .header .menu1 li {
    margin-right: 16px;
  }

  .search-popup .search-window {
    min-height: 280px;
    box-sizing: border-box;
    width: 80%;
  }

  .banner__wrapper {
    margin: 0 -20px 24px;
    border-radius: 0;
  }

  .banner__wrapper.main-banner {
    display: none;
    margin: 0 -20px 24px;
  }

  .banner__wrapper.main-banner .banner-slide__wrapper {
    height: 184px;
    margin-top: 50px;
  }

  .index-sections-block .item {
    width: 32%;
  }

  .index-catalog-block .filter:not(#filter-blog) .jq-selectbox {
    margin-right: 16px;
  }

  .index-catalog-block .mobile-catalog .item .name {
    margin-bottom: 4px;
  }

  .catalog-fav-btn {
    right: 32px;
    top: 42px;
  }

  .grid_flex.grid_catalog {
    margin-left: -20px;
    margin-right: -20px;
  }

  .index-catalog-page-block.inner {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 110px;
    background-color: #F6F6F6;
  }

  .index-catalog-page-block.inner.izbrannoe .top-text {
    padding: 16px 20px 16px !important;
    background-color: #fff;
    margin: 0 0 16px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .index-catalog-page-block .mobile-catalog .item {
    padding: 28px 20px 8px 20px;
    border-radius: 30px;
    margin-bottom: 16px;
  }

  .index-catalog-page-block .pre-list-text {
    margin-bottom: 16px;
    display: none;
  }

  .site-menu .flex2 .nav {
    width: 48%;
    margin-right: 4%;
  }

  .site-menu .flex2 .nav:nth-child(2n) {
    margin-right: 0;
  }

  .index-catalog-block .filter .blog-theme-link,
  .index-catalog-block .filter .city-link,
  .index-catalog-block .filter .metro-link {
    margin-right: 10px;
  }

  .index-catalog-block .filter:not(#filter-blog) .jq-selectbox {
    margin-right: 10px;
    width: 248px;
  }

  .index-catalog-block .filter .checkbox + label {
    margin-right: 10px;
  }

  .company-page .prices {
    border-bottom: 1px solid #e8ecf1;
    border-top: 0;
  }

  .banner-slide__wrapper {
    font-size: 18px;
    line-height: 20px;
  }

  .banner-slide__wrapper .text {
    max-width: 280px;
  }

  .banner-slide .title {
    font-size: 24px;
    line-height: 29px;
  }

  .comp-catalog {
    display: none !important;
  }

  .mobile-catalog {
    display: grid !important;
  }

  .banner-slide .small-text {
    font-size: 14px;
    line-height: 16px;
    margin-top: 4px;
  }

  .banner-slide .orange-text {
    font-size: 11px;
    line-height: 13px;
  }

  .banner-slide .orange-text.main {
    font-size: 20px;
    line-height: 23px;
  }

  .banner-slide .main-slide__left-text {
    font-size: 20px;
    line-height: 23px;
  }

  .company-page .top-info {
    padding: 0 0 30px 350px;
  }

  .staff-block .staff__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer .site-menu {
    display: none;
  }

  .footer__reg-wrapper {
    display: none;
  }

  .footer__body .footer__mobile-menu {
    display: flex;
    margin-right: 200px;
  }

  .wrapper_404 {
    height: calc(100vh - 100px);
    padding-top: 47px;
  }

  .wrapper_404 .title_404 {
    font-size: 42px;
    margin-bottom: 26px;
  }

  .wrapper_404 .desc_404 {
    font-size: 22px;
    margin-bottom: 44px;
  }

  .wrapper_404 .btn_404 {
    font-size: 20px;
  }

  .site-menu-bg,
  .site-menu-wrapper {
    top: 262px;
  }
}

@media (max-width: 768px) {
  .reviews .name {
    margin-bottom: 16px;
  }

  .footer:not(.cabinet) {
    margin: 0 auto 30px 0;
    padding-bottom: 127px;
  }

  .popup .window .reviews .name .rating {
    margin-top: 16px;
  }

  .banner__wrapper.main-banner .banner-slide__wrapper {
    margin-top: 0;
  }

  .header .search__box {
    min-width: 300px;
  }

  .search-popup .search-window {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .search-popup .search-window .search-categories {
    white-space: nowrap;
    padding: 0;
  }

  .btn__mobile-filters.blog-theme-filter {
    display: block;
  }

  .btn.btn__cookies {
    width: auto;
    flex-grow: 2;
    margin-left: 20px;
  }

  .header .menu1 {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .header .menu1 li {
    min-width: fit-content;
    margin-right: 15px;
  }

  .header .menu1 li.social__wrapper {
    margin-right: 0;
  }

  .articles .empty-blog {
    padding: 0 20px;
  }

  .social__wrapper {
    min-width: fit-content;
  }

  .social__wrapper a {
    margin-top: 0;
  }

  .popup.feedback .window {
    width: 360px;
  }

  .popup.feedback .window .reg {
    padding: 15px 35px 23px 35px;
  }

  .popup.feedback .window p.text-only {
    padding-top: 5px;
    padding-bottom: 30px;
  }

  .popup .window.middle {
    width: 80%;
  }

  .popup .window.middle2 {
    width: 80%;
  }

  .popup .window.middle2 .close {
    width: 16px;
    height: 16px;
    right: 22px;
    top: 15px;
  }

  .popup .window .reviews .name {
    padding-right: 30px;
    font-size: 16px;
  }

  .popup .window .reviews .name .review-popup-name {
    line-height: 19px;
    font-size: 20px;
  }

  .popup .window .reviews .reviews-list {
    padding-right: 0;
  }

  .popup .window .reviews {
    padding: 15px 20px 20px 20px;
  }

  .slider-arrows {
    display: none;
  }

  .slider-arrows-rooms {
    display: flex;
    position: absolute;
    gap: 15px;
    right: 20px;
    margin-top: -5px;
  }

  .slider-arrows-rooms img {
    width: 34px;
    height: 34px;
  }

  .banner-btn__next,
  .banner-btn__prev {
    width: 8px;
  }

  .banner-btn__next {
    right: 12px;
  }

  .banner-btn__prev {
    left: 12px;
  }

  .banner-slide__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding: 38px 62px 0 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    gap: 23px;
  }

  .banner-slide .title {
    text-align: right;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    width: 100%;
  }

  .banner-slide .title.main-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-right: -20px;
    text-transform: none;
  }

  .banner-slide .main-title__after-text {
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }

  .banner-slide .text {
    position: absolute;
    bottom: 28px;
    left: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
  }

  .banner-slide .text p + p {
    margin-top: 2px;
  }

  .banner-slide .small-text {
    font-size: 14px;
    line-height: 16px;
    margin-top: 4px;
  }

  .banner-slide .orange-text {
    margin-top: 2px;
    padding: 2px 7px;
    font-size: 12px;
    line-height: 9px;
  }

  .banner-slide .orange-text.large-padding {
    padding: 2px 7px;
  }

  .banner-slide .orange-text.normal-mobile {
    font-size: 12px;
    line-height: 14px;
  }

  .banner-slide .orange-text.main {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin: 0 -0.5em;
    padding: 0 0.5em;
  }

  .banner-slide .main-slide__left-text {
    margin-top: -20px;
    margin-right: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
  }

  .banner-slide.promo-slide::after {
    right: 19px;
  }

  #cookie_note {
    font-size: 16px;
    line-height: 18px;
  }

  #cookie_note .cookie_accept.btn.btn__cookies {
    font-size: 16px;
    line-height: 18px;
  }

  .reviews .buttons button {
    max-width: 250px;
  }

  .banner__wrapper.blog-banner .banner-slide__wrapper {
    padding: 38px 30px 0;
    justify-content: flex-start;
  }

  .banner__wrapper.blog-banner .banner-slide .title {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
  }

  .index-catalog-block .filter {
    display: none !important;
  }

  .index-catalog-block .flex-row {
    display: flex;
    gap: 0;
  }

  .index-catalog-block .top-text {
    padding: 24px 0 204px;
  }

  .index-catalog-block .top-text .links {
    display: none;
  }

  .index-catalog-block .catalog-checkbox-mobile {
    display: flex;
  }

  .index-catalog-block .articles-filter,
  .index-catalog-block .favorite-filter,
  .index-catalog-block .search-filter {
    max-width: none;
  }

  .grid_flex {
    gap: 16px;
  }

 /*  .index-catalog-block .item {
    padding: 16px 12px 16px 96px;
    min-height: 148px;
    min-width: 0;
    max-width: unset;
  } */

  .index-catalog-block .toggle-content {
    margin-top: 24px;
  }

  .confirmation-sticky {
    margin-top: 4px !important;
  }

  /* .index-catalog-block .item .image {
    top: 20px;
    width: 76px;
  } */

  .company-page .contacts-block ul {
    box-shadow: none;
  }

  /* .index-catalog-block .item .image .image-box {
    width: 76px;
    height: 76px;
  } */

  .company-page .top-info .company-actions {
    top: 24px;
  }

  .company-page .image-block-grid .main-photo {
    position: static;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    aspect-ratio: 6 / 4;
    border-radius: 0;
    height: auto;
  }

  .company-page .image-block .image img {
    display: block;
    width: 100%;
  }

  .company-page .rocket {
    left: 260px;
    right: auto;
  }

  .company-page .top-info {
    padding: 0 0 30px 0;
  }

  .company-page .top-info .mob-image {
    display: block;
  }

  .company-page .top-info .contacts-button {
    bottom: 20px;
  }

  .company-page .top-info .specialist-description {
    max-width: 100%;
  }

  .studio-mini-icons-row + .studio-mini-icons-row {
    margin-top: 12px;
  }

  .studio-mini-icons-desktop {
        display: none !important;
    }
    
    /* Показываем и настраиваем мобильный ряд с прокруткой */
    .studio-mini-icons-mobile {
        display: block;
    }
    
    .studio-mini-icons-row--mobile {
      display: grid;
      grid-template-columns: repeat(auto-fill, 24px);
      justify-content: space-between;
      gap: 8px;
    }
    
    .studio-mini-icons-row--mobile::-webkit-scrollbar {
        display: none;
    }

  .staff-block .staff__grid {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
    padding: 0 20px 8px;
  }

  .staff-block .item .img__wrapper {
    width: 182px;
    height: 182px;
  }

  .staff-block .staff__grid .item {
    display: inline-flex;
    width: fit-content;
  }

  .staff-block .staff__grid .item + .item {
    margin-left: 28px;
  }

  .docs-block .list {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .docs-block .list .item .img-block {
    height: 345px;
    padding: 0;
  }

  .docs-block .list .item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 220px;
  }

  .footer__body {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 27px;
  }

  .footer__body ul + ul {
    margin-top: 16px;
  }

  .footer__body .footer__mobile-menu {
    margin-right: 0;
  }

  .footer__social {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .flex.header__second-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .site-menu-bg,
  .site-menu-wrapper {
    top: 300px;
  }
}

@media (min-width: 575px) {
  .mobile-reviews.opened {
    display: none !important;
  }

  .index-catalog-block.on-company-page .bottom-link a.mobile_only {
    display: none;
  }

  .index-catalog-block.on-company-page .bottom-link a.desctop_only {
    display: block;
  }

  .search-window > .search__find-btn {
    display: none;
  }
}

@media (max-width: 575px) {
  .index-sections-block .item img {
    width: 100%;
    border-radius: 16px;
    height: 75%;
    object-fit: cover;
  }

  .mobile-header .search__btn {
    position: absolute;
    top: 22px;
    right: 62px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url("../img/search.svg") no-repeat center/cover;
  }

  header.header {
    display: none;
  }

  .articles__back.top {
    display: none;
  }

  .articles__to-main {
    width: 100% !important;
  }

  .index-catalog-block.on-company-page .bottom-link a.mobile_only {
    display: block;
  }

  .index-catalog-block.on-company-page .bottom-link a.desctop_only {
    display: none;
  }

  .big-mobile-popup *,
  .bottom-link,
  .company-page .name,
  .days .item,
  .top-text {
    -webkit-text-size-adjust: 100%;
  }

  .search-popup {
    z-index: 52;
  }

  .search-popup .search-window {
    height: calc(100% - 69px);
    max-height: calc(100% - 69px);
    top: 0;
    padding: 14px 61px 60px 20px;
  }

  .search-popup .search-window .close {
    width: 24px;
    height: 24px;
    right: 20px;
    top: 22px;
  }

  .search-popup .search-window > .search__find-btn {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    max-width: 100%;
  }

  .search-popup .search-window .search__wrap .search__find-btn {
    display: none;
  }

  .search-popup .search-window .search__wrap .search-input {
    min-width: 0;
  }

  .search-popup .search-window .search-categories {
    margin: 17px -60px 24px 0;
    scroll-padding: 0 !important;
    padding: 0 !important;
  }

  .search-popup .search-window .search-categories a.category {
    margin: 0;
  }

  .search-popup .search-window .search-categories a.category + a.category {
    margin-left: 8px;
  }

  .search-popup .search-window .search__result {
    margin-right: -60px;
    padding-right: 60px;
    max-height: calc(100% - 130px);
  }

  .article-page .top-text {
    display: none;
  }

  .content2 {
    background: #f6faff;
    padding: 20px 20px 29px;
    margin: 0 -20px;
    border-bottom: 0;
  }

  .article-page .articles {
    margin-top: 16px;
  }

  .articles a.bottom-button {
    width: 100%;
    max-width: 100%;
    height: 40px;
  }

  .grid_flex {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body {
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .topbar__wrapper {
    display: none;
  }

  .mobile-bottom-header,
  .mobile-header {
    display: block;
  }

  .header .search__input,
  .header .search__result .cat {
    font-size: 8px;
    line-height: 9px;
  }

  .header .search__box {
    min-width: auto;
  }

  .header {
    position: fixed;
    top: 67px;
    left: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 16px;
    z-index: 51;
  }

  .header__first-line > * {
    display: none;
  }

  .header__first-line .search__box {
    display: block;
  }

  .header__second-line {
    display: none;
  }

  .header .search__wrap {
    height: 40px;
  }

  .header .search__box {
    height: 40px;
  }

  .header .search__form {
    background: #f7f7f7;
    border-radius: 8px;
    padding-left: 16px;
    z-index: 5;
    border: 0;
  }

  .header .search__input {
    width: calc(100% - 86px);
    background-color: #f7f7f7;
    border: 0;
    font-size: 10px;
    line-height: 13px;
  }

  .social__wrapper a {
    margin-top: 24px;
  }

  .mobile-menu:not(.m2) {
    height: calc(100% - 128px);
    top: 58px;
  }

  .navi {
    background: #fff;
    padding: 0 0 6px;
    margin-top: 0;
  }

  .navi .wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .navi .wrap::-webkit-scrollbar {
    width: 0;
  }

  .navi a,
  .navi span {
    font-size: 12px;
    line-height: 14px;
  }

  .btn__mobile-filters {
    display: flex;
    flex-direction: row-reverse;
  }

  .btn.btn__more,
  .index-catalog-block .bottom-button .btn.btn__more {
    width: 100%;
    height: 38px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-top: 24px;
  }

  .index-sections-block:not(.last) {
    margin-top: 56px;
    padding-bottom: 44px;
  }

  #cookie_note {
    left: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    bottom: 68px;
    transform: translateX(0);
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    padding: 10px 20px;
    max-height: 52px;
  }

  #cookie_note .cookie_accept.btn.btn__cookies {
    height: 32px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }

  #cookie_note .cookie_more {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    margin-top: 4px;
  }

  .wrapper_404 {
    align-items: center;
    text-align: center;
    background-image: url(../img/enot.webp);
    height: calc(100vh - 280px);
    padding-top: 30px;
    padding-bottom: 65px;
    margin-top: 4px;
    padding-top: 65%;
    gap: 24px;
    padding: 0 12px;
    justify-content: flex-center;
    margin-bottom: -25px;
  }

  .block_404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 30px 20px !important;
    gap: 24px;
  }

  .wrapper_404 .title_404 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .wrapper_404 .desc_404 {
    font-size: 14px;
    margin-bottom: 0;
  }

  .wrapper_404 .btn_404 {
    margin-top: 0;
    border-radius: 24px;
    font-size: 14px;
  }

  .index-catalog-block.on-company-page {
    padding: 24px 20px 8px;
    margin: 0 -20px;
  }

  .index-catalog-block.on-company-page .bottom-link {
    margin-bottom: 0;
  }

  .index-catalog-block.on-company-page .bottom-link a {
    font-size: 14px;
    font-weight: 400;
  }

  .index-catalog-block .block-name.company-page-name {
    font-size: 20px;
  }

  .index-catalog-block .favorite-filter {
    margin-bottom: 16px;
  }

  .index-catalog-block .articles-filter {
    max-width: 378px;
    height: 24px;
  }

  .index-catalog-block .articles-filter .checkbox {
    height: 20px;
  }

  .articles_filters {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .index-catalog-block .item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 22px;
    padding: 235px 0 16px 0;
  }

  .index-catalog-block .item .image .image-box {
    height: 222px;
  }
  .index-catalog-block.inner .item .image .image-box.rounded {
    height: 222px;
  }

  .grid_flex {
    display: block;
  }

  /* .index-catalog-block .item .image {
    top: 12px;
    width: 96px;
  }

  .index-catalog-block .item .image .image-box {
    width: 96px;
    height: 96px;
  } */

  .menubg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
  }

  .top-menu {
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 12;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .top-menu.opened {
    left: 0;
  }

  .top-menu ul li {
    display: block;
    margin: 0;
  }

  .top-menu ul li a {
    display: block;
    padding: 10px 20px;
    color: #000;
    border-bottom: 1px solid #ccc;
  }

  .index-catalog-block .block-name {
    font-size: 22px;
    line-height: 19px;
    margin-bottom: 16px;
  }

  .index-catalog-block:last-of-type .block-name {
    margin-bottom: 24px;
  }

  .after-mail__title {
    font-size: 22px;
    line-height: 19px;
    margin-bottom: 16px;
  }

  .index-catalog-block {
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 24px;
  }

  .index-sections-block .block-name {
    font-size: 22px;
    line-height: 19px;
    margin-bottom: 16px;
  }

  .index-sections-block .item {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0;
    aspect-ratio: 3/4;
    min-height: 150px;
  }

  .index-sections-block .item:after {
    display: none;
  }

  .index-sections-block .item p {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    margin-top: 8px;
    height: auto;
  }

  .index-sections-block .item p span {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #222;
  }

  .index-sections-block .bottom-link {
    display: block;
  }

  .index-sections-block {
    padding-bottom: 64px;
  }

  .banner__wrapper.main-banner .banner-slide .main-slide__left-text {
    font-size: 14px;
    line-height: 16px;
  }

  .banner__wrapper.main-banner .banner-slide .orange-text.main {
    font-size: 14px;
    line-height: 18px;
  }

  .banner__wrapper.main-banner .banner-slide .title.main-title {
    margin-top: 40px;
    font-size: 16px;
    line-height: 19px;
  }

  .banner__wrapper.main-banner
    .banner-slide
    .title.main-title
    .main-title__after-text {
    margin-top: 2px;
    font-size: 12px;
    line-height: 14px;
  }

  .index-catalog-block .top-block-link {
    padding: 0;
    background: 0 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 16px;
  }

  .index-catalog-block .top-block-link a {
    font-weight: 500;
    font-size: 22px;
    line-height: 19px;
    text-decoration: none;
  }

  .index-catalog-block .bottom-link {
    margin: 24px 0 80px 0;
    text-align: center;
  }

  .index-catalog-block .bottom-link a,
  .index-sections-block .bottom-link {
    display: block;
    background: 0 0 !important;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #222 !important;
    padding: 11px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }

  .index-sections-block.last {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .site-menu .flex2 .nav {
    width: 100%;
    margin: 0 !important;
  }

  .index-catalog-block .top-text {
    padding: 0 0 204px;
  }

  .index-catalog-block .top-text h1 {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
  }

  .izbrannoe .top-text {
    padding: 16px 0 20px !important;
  }

  .poisk .top-text {
    padding: 16px 0 20px !important;
  }

  .index-catalog-block .top-text p {
    margin-bottom: 16px;
  }

  .index-catalog-block .top-text p.favorite-page {
    margin-bottom: 0;
  }

  .index-catalog-block .top-text .MsoNormal {
    margin-bottom: 0;
  }

  .index-catalog-block.inner {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .index-catalog-block.poisk {
    padding-bottom: 138px;
  }

  .index-catalog-block .pages {
    display: none;
  }

  .index-catalog-block .bottom-button:not(.btn-more-catalog) button {
    width: 100%;
    background: #fff;
    border: 1px solid #222;
    border-radius: 8px;
  }

  .index-catalog-block .bottom-button.btn-more-catalog {
    margin-top: 0;
  }

  .index-catalog-block .bottom-button:not(.btn-more-catalog) button:hover {
    color: #fff;
    background: #222;
  }

  .index-catalog-block .pre-list-text {
    margin-bottom: 8px;
  }

  .blog-page.blog-page-main .main-content.other {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }

  .company-page {
    margin-top: 0;
    padding: 0;
    padding-top: 4px;
  }

  .company-page .company-page_content {
    margin-top: 0;
    padding: 0;
    padding-top: 4px;
  }

  .company-page .rocket {
    left: 280px;
    right: auto;
  }

  .company-page .map {
    border-bottom: 0;
  }

  .company-page .top-info .company-name {
    font-size: 14px;
    line-height: 16px;
  }

  .company-page .top-info .company-name span {
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
    margin-bottom: 4px;
    width: 80%;
  }

  .company-page .top-info .company-name .specialist-name {
    margin-bottom: 10px;
  }

  .company-page .top-info .company-name .classification-name {
    font-size: 16px;
    font-weight: 400;
  }

  .company-page .top-info .company-actions {
    right: 20px;
  }

  .company-page .top-info .rating span i {
    font-size: 12px;
  }

  .company-page .top-info .rating a {
    font-size: 16px;
    line-height: 16px;
    margin-left: 10px;
  }

  .company-page .contacts-block.mobile-contacts ul {
    max-width: 100%;
  }

  .company-page .top-info .name {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
  }

  .company-page .top-info .name span {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 28px;
  }

  .company-page .top-info .city,
  .company-page .top-info .education {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .company-page .top-info .city:last-child {
    margin-bottom: 0;
  }
  
  .company-page .top-info .year {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .popup-contacts ul {
    width: 320px;
  }

  .popup-contacts ul li a {
    padding-left: 80px;
  }

  .company-page a.mobile-only {
    display: flex;
  }

  .desktop-only {
    display: none;
  }

  .company-page button.mobile-only {
    display: block;
  }

  .company-page .bottom-button {
    max-width: none;
  }

  .company-page a.bottom-button {
    max-width: none;
    height: 40px;
  }

  .company-page a.bottom-button i {
    margin: 0 4px;
  }

  .map-nav-btn {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .company-page .top-info p {
    font-size: 14px;
    line-height: 16px;
  }

  .company-page .top-info {
    padding: 16px 20px 24px;
    margin: 0 -20px 0;
  }

  .company-page .ways {
    padding: 24px 20px 24px 20px;
    margin: 0 -20px;
  }

  .company-page .ways .flex {
    max-height: 234px;
    overflow: hidden;
  }

  .company-page .ways button {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    height: 42px;
  }

  .company-page .prices {
    padding: 24px 20px;
    margin: 0 -20px;
  }

  .company-page .prices table {
    height: auto !important;
  }

  .company-page .prices table tr.hidden-price {
    display: none;
  }

  .company-page .prices button {
    width: 100%;
    height: 40px;
    max-width: 100%;
    height: 42px;
  }

  .company-page .contacts-block.mobile-contacts {
    padding: 24px 20px 24px;
    margin: 0 -20px;
  }

  .company-page .reviews {
    padding: 24px 20px;
    margin: 0 -20px;
    border-top: 1px solid #e8ecf1;
  }

  .reviews .item-desctop:nth-last-of-type(2) {
    margin-bottom: 36px;
  }

  .reviews .name .rating {
    display: block;
    margin: 5px 0 0 0;
  }

  .reviews .name .rating span {
    margin-left: 0;
  }

  .reviews .name .rating span .fa {
    font-size: 18px;
  }

  .popup .window .reviews .name .rating {
    font-size: 14px;
  }

  .reviews .name .rating a {
    font-size: 14px;
    line-height: 14px;
  }

  .docs-block {
    border-bottom: 0;
  }

  .mobile-reviews .reviews .name .rating span {
    margin-left: 0;
    font-weight: 400;
    color: #373737;
  }

  .mobile-reviews .reviews .name .rating span .fa {
    font-size: 16px;
    color: #ff9e68;
  }

  .reviews .item .date .rating .fa {
    font-size: 14px;
  }

  .company-page .pages {
    display: none;
  }

  .reviews .item .rating {
    display: none;
  }

  .reviews .item .date {
    margin-bottom: 4px;
  }

  .reviews .item p {
    font-size: 14px;
    line-height: 20px;
  }

  .reviews .buttons button {
    width: 100%;
    height: 42px;
  }

  .reviews .buttons {
    padding-top: 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
    margin: 0;
  }

  .reviews .buttons button {
    max-width: none;
  }

  .reviews .buttons button.show-reviews {
    display: block;
  }

  .company-page .days {
    padding: 24px 20px 8px;
    margin: 0 -20px;
  }

  .company-page .days .item {
    font-size: 16px;
    line-height: 16px;
  }

  .company-page .days .item .time {
    width: 108px;
  }

  .company-page .map {
    padding: 24px 20px;
    margin: 0 -20px;
  }

  .company-page .map .mmap {
    height: 280px;
    margin-bottom: 14px;
  }

  .company-page .map .adress {
    display: block;
    width: fit-content;
    padding: 8px 27px 5px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
  }

  .company-page .map p.grey {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 8px;
  }

  .company-page .map a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  .company-page .map .open-yandex-nav {
    margin-top: 24px;
  }

  .company-page .articles .item {
    background: 0 0;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .company-page .name {
    font-size: 20px;
    line-height: 19px;
  }

  .articles .name {
    font-size: 20px;
    line-height: 21px;
  }

  .staff-block {
    border-top: 0;
    padding: 24px 0;
  }

  .staff-block .block-name {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .staff-block .item {
    width: auto;
    margin-right: 28px;
    margin-bottom: 0;
  }

  .staff-block .flex {
    margin-right: -10px;
  }

  .docs-block {
    padding: 24px 20px 18px;
    margin: 0 -20px;
  }

  .staff-block + .docs-block {
    border-top: 1px solid #e8ecf1;
  }

  .docs-block .block-name {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .docs-block .list {
    margin: 0 -20px 0 -20px;
  }

  .docs-block .list .item {
    width: 254px;
    margin: 0 0 0 20px;
  }

  .docs-block .list .item + .item {
    margin: 0 0 0 48px;
  }

  .docs-block .list .item:last-child {
    margin-right: 20px;
  }

  .index-catalog-block .top-text div.about-page {
    margin-bottom: 11px;
  }

  .popup .window.trx {
    transform: none;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .popup .window .close.small {
    top: 10px;
    right: 10px;
  }
  
  .map .window .close {
    right: 22px;
  }

  .mobile-header.other .links {
    display: none;
  }

  .mobile-header.other {
    padding: 16px 0;
  }

  .company-page .back-link {
    display: block;
  }

  .mobile-fixed-menu .filter-link.no_mob {
    display: none;
  }

  .company-page .articles a.bottom-button {
    width: 100%;
    margin: 30px 0;
  }

  .staff-block .flex {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }

  .staff-block .flex .item {
    display: inline-block;
    vertical-align: top;
  }

  .company-page .top-info .contacts-button {
    bottom: 88px;
  }

  .footer {
    padding-bottom: 150px;
  }

  .footer__body ul li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }

  .footer .copy {
    margin-top: 18px;
    font-size: 10px;
    line-height: 12px;
    width: 100%;
    text-align: center;
    max-width: 313px;
  }

  .mobile-reviews.opened {
    display: block !important;
  }

  .company-page .contacts-block.confirmation:not(.mobile-contacts) {
    position: fixed;
    top: auto;
    bottom: 88px;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 480px) {
  .company-page .rocket {
    right: auto;
    left: 28px;
    z-index: 10;
  }
}

@media (max-width: 355px) {
  .company-page .contacts-block.confirmation:not(.mobile-contacts) {
    width: calc(100% - 32px);
  }

  .company-page .days .item .time {
    width: 90px;
  }

  .banner-slide__wrapper {
    padding: 40px 40px 0;
  }

  .banner__wrapper.blog-banner .banner-slide__wrapper {
    padding: 28px 30px 0;
  }

  .mobile-bottom-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-bottom-header .bottom-header__item {
    min-width: auto;
  }

  .search-popup .search-window .search__result {
    margin-right: -30px;
    padding-right: 30px;
  }

  #cookie_note {
    padding: 10px 10px;
  }

  .footer__body .footer__mobile-menu {
    display: flex;
    width: calc(100% + 20px);
    justify-content: space-between;
    gap: 10px;
    margin: 38px -10px 0;
  }

  .footer__body .footer__mobile-menu + ul {
    max-width: calc(100% + 20px);
    gap: 10px;
    margin: 16px -10px 0;
  }
}

@media (max-width: 315px) {
  .mobile-bottom-header {
    padding-left: 5px;
    padding-right: 5px;
  }

  .mobile-bottom-header .bottom-header__item {
    min-width: auto;
    margin: 0;
  }

  .mobile-bottom-header .bottom-header__item + .bottom-header__item {
    margin-left: 10px;
  }
}

@media all and (orientation: landscape) and (max-width: 900px) {
  .popup .window {
    transform: none;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }

  .popup .window .reg .field textarea {
    height: 120px;
  }
}

@media all and (orientation: landscape) and (max-width: 768px) {
  .search-popup .search-window {
    max-height: 100%;
    top: 0;
    height: 100%;
    min-height: auto;
  }
}

@media (min-width: 1491px) {
  .banner__wrapper.main-banner {
    border-radius: 16px;
    margin-top: -24px;
  }
}

@media (min-width: 991px) {
  .banner__wrapper.main-banner {
    margin-top: -24px;
  }
}

.btn-fav.active .icon-default {
  display: none !important;
}
.btn-fav.active .icon-active {
  display: block !important;
}

@media (min-width: 1201px) and (max-width: 1441px) {
  .index-catalog-block .comp-catalog .item .city {
    white-space: nowrap;
    max-width: 110px;
  }
}
