@charset "UTF-8";
html, body {
  margin: 0;
  height: 100%;
  min-height: 100%;
}
body {
  position: relative;
  min-width: 340px;
  text-align: left;
  color: #1B1B1F;
  font: 16px var(--font-family), arial;
  line-height: 1.3;
  background: #fff;
}
h1, h2, h3, h4, h5, h6 {
  color: #111;
  font-family: var(--font-family);
  font-weight: 600;
  font-style: normal;
}
h1 {
  margin-top: 0;
  font-size: 35px;
}
h2 {
  font-size: 33px;
}
h3 {
  font-size: 31px;
}
h4 {
  font-size: 29px;
}
h5 {
  font-size: 27px;
}
h6 {
  font-size: 26px;
}
h5, h6 {
  font-size: 25px;
}
@media (max-width: 1024px) {
  h1 {
    margin-top: 0;
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
  h5, h6 {
    font-size: 16px;
  }
}
a {
  text-decoration: underline;
  color: #183E98;
}
a:hover {
  text-decoration: none;
}
a img {
  border-color: #1B1B1F;
}
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
}
img, textarea, input, table {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
.block_inner {
  max-width: 1170px;
  margin: 0 auto;
}
.oveflowHidden {
  overflow: hidden;
}
.burger {
  flex: 0 0 44px;
  z-index: 71;
  width: 44px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 15.3477C19.5 14.9334 19.1642 14.5977 18.75 14.5977L0.75 14.5977C0.335787 14.5977 0 14.9334 0 15.3477C6.48499e-05 15.7618 0.335827 16.0977 0.75 16.0977L18.75 16.0977C19.1642 16.0977 19.4999 15.7618 19.5 15.3477ZM19.5 8.04883C19.5 7.63461 19.1642 7.29883 18.75 7.29883L0.75 7.29883C0.335787 7.29883 0 7.63461 0 8.04883C6.48499e-05 8.46299 0.335827 8.79883 0.75 8.79883L18.75 8.79883C19.1642 8.79883 19.4999 8.46299 19.5 8.04883ZM19.5 0.75C19.5 0.335787 19.1642 -1.46777e-08 18.75 -3.27835e-08L0.75 -8.19589e-07C0.335787 -8.37694e-07 0 0.335786 0 0.749999C0 1.16421 0.335787 1.5 0.75 1.5L18.75 1.5C19.1642 1.5 19.5 1.16421 19.5 0.75Z' fill='white' /%3E%3C/svg%3E") 50% no-repeat;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
  position: relative;
}
.burger.opened {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4142 10L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L10 11.4142L5.70711 15.7071C5.31658 16.0976 4.68342 16.0976 4.29289 15.7071C3.90237 15.3166 3.90237 14.6834 4.29289 14.2929L8.58579 10L4.29289 5.70711C3.90237 5.31658 3.90237 4.68342 4.29289 4.29289C4.68342 3.90237 5.31658 3.90237 5.70711 4.29289L10 8.58579L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L11.4142 10Z' fill='%23ffffff' /%3E%3C/svg%3E") 50% no-repeat;
}
@media (max-width: 1200px) {
  .burger {
    display: block;
  }
}
.site_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
@media (max-width: 1200px) {
  .site_wrapper {
    padding-bottom: 50px;
  }
}
.content_block_wr {
  flex: 1 1 auto;
}
.btn_button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: none;
  padding: 20px 32px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
  border-radius: 16px;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.btn_button.green {
  color: var(--white);
  background: #00504A;
}
.btn_button.red {
  background: #DA033D;
  color: var(--white);
}
.btn_button.lg {
  padding: 20px 21px;
}
.btn_button.ls {
  padding: 9px 19px;
  border-radius: 8px;
  font-size: 15px;
  gap: 4px;
  font-weight: 500;
}
.btn_button.ms {
  padding: 15px 24px;
  font-size: 19px;
  background: #fff;
}
.btn_button.border {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn_button.border_green {
  border-color: #00504a;
  color: #00504a;
}
.btn_button.border_red {
  border-color: rgba(218, 3, 61, 0.5);
  color: #da033d;
  background: none;
}
.btn_button.border_white {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn_button:hover {
  opacity: 0.8;
}
.content-padding {
  padding-left: 160px;
  padding-right: 160px;
}
@media (max-width: 1680px) {
  .content-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .content-padding {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .content-padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.field input[type="email"], .field input[type="date"], .field input[type="text"], .field input[type="number"], .field input[type="password"], .field input[type="tel"], .field select, .field textarea {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(0, 80, 74, 0.05);
  border-radius: 12px;
  padding: 0 20px;
  background: var(--white);
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  color: rgba(17, 17, 17, 0.7);
  outline: none;
}
.field select {
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0635 5.65685L6.40743 11.2337L0.749768 5.65685' stroke='%23111111' stroke-opacity='0.7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") calc(100% - 20px) 50% no-repeat;
  padding-right: 38px;
}
.field textarea {
  height: 120px;
  padding: 20px;
}
.field.checkbox {
  padding-left: 10px;
  position: relative;
}
.field.checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px !important;
  position: absolute;
  top: 0;
  left: 0;
}
.header {
  padding-bottom: 40px;
  position: relative;
}
.header .bg_header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 160px;
  right: 160px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 1680px) {
  .header .bg_header {
    left: 40px;
    right: 40px;
  }
}
@media (max-width: 1200px) {
  .header .bg_header {
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .header .bg_header {
    left: 0;
    right: 0;
  }
}
.header_top_panel {
  position: relative;
}
.header_top_panel .inner_panel {
  padding: 13px 20px;
  background: linear-gradient(180deg, #0C6150 0%, #06594D 100%);
  border-radius: 0 0 16px 16px;
  display: flex;
  text-align: center;
  align-items: center;
  gap: 24px;
}
.header_menu {
  flex: 1 1 auto;
}
.header_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1500px) {
  .header_menu ul {
    gap: 12px;
  }
}
.header_menu ul li:first-child {
  display: none;
}
.header_menu ul li a {
  text-decoration: none;
  display: block;
  padding: 6px 12px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: var(--white);
  transition: all 0.3s;
  border-radius: 8px;
}
.header_menu ul li a:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
}
.header .link_btn {
  display: flex;
  padding: 6px 12px;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: var(--white);
  position: relative;
  border-radius: 8px;
  transition: all 0.3s;
  white-space: nowrap;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}
.header .link_btn .favorite-count {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 50%;
  height: 16px;
  min-width: 16px;
  color: #0C6150;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  padding: 0 4px;
}
.header .link_btn .name {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: var(--white);
}
.header .link_btn:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
.header .catalog_btn {
  display: none;
  width: 44px;
  height: 32px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.65625 11.3066C7.65616 10.6992 7.16312 10.2061 6.55566 10.2061L1.10059 10.2061C0.493198 10.2061 8.96454e-05 10.6993 0 11.3066V17.001C5.72205e-06 17.6084 0.493147 18.1005 1.10059 18.1006L6.55566 18.1006C7.16317 18.1006 7.65624 17.6085 7.65625 17.001V11.3066ZM7.65625 1.10059C7.65612 0.493331 7.16289 0.00024178 6.55566 -4.79929e-07L0.806641 -7.31227e-07C0.420122 -7.48122e-07 0.106575 0.313707 0.106445 0.700195C0.106445 1.08679 0.420042 1.40039 0.806641 1.40039L6.25586 1.40039L6.25586 6.49512L1.40039 6.49512V3.4834C1.40014 3.09716 1.08643 2.78344 0.700195 2.7832C0.313753 2.7832 0.000255585 3.09702 0 3.4834V6.79492C1.33514e-05 7.40242 0.493082 7.89453 1.10059 7.89453L6.55566 7.89453C7.16296 7.89429 7.65624 7.40227 7.65625 6.79492L7.65625 1.10059ZM1.40039 16.7012V11.6064L6.25586 11.6064V16.7012L1.40039 16.7012ZM17.4854 11.3066C17.4853 10.6992 16.9922 10.2061 16.3848 10.2061L10.9297 10.2061C10.3223 10.2061 9.82919 10.6992 9.8291 11.3066V17.001C9.82911 17.6084 10.3222 18.1005 10.9297 18.1006L16.3848 18.1006C16.9923 18.1006 17.4853 17.6085 17.4854 17.001V11.3066ZM17.4854 1.10059C17.4852 0.493183 16.9922 -2.37334e-08 16.3848 -5.02852e-08L10.9297 -2.88734e-07C10.3223 5.88125e-05 9.82923 0.493217 9.8291 1.10059V6.79492C9.82911 7.40239 10.3222 7.89447 10.9297 7.89453L16.3848 7.89453C16.9923 7.89453 17.4853 7.40243 17.4854 6.79492V1.10059ZM11.2295 16.7012V11.6064L16.085 11.6064V16.7012L11.2295 16.7012ZM11.2295 6.49512V1.40039L16.085 1.40039V6.49512L11.2295 6.49512Z' fill='white' /%3E%3C/svg%3E") 50% no-repeat;
}
.header .btn_add_ob {
  display: none;
  padding: 0 16px 0 34px;
  border-radius: 30px;
  background: #DA033D;
  cursor: pointer;
  position: relative;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 13px;
  line-height: 42px;
  text-decoration: none;
  color: var(--white);
}
.header .btn_add_ob:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_380_9643)'%3E%3Cpath d='M9.75 3C10.1642 3 10.5 3.33579 10.5 3.75V9H15.75C16.1642 9 16.5 9.33579 16.5 9.75C16.5 10.1642 16.1642 10.5 15.75 10.5H10.5V15.75C10.5 16.1642 10.1642 16.5 9.75 16.5C9.33579 16.5 9 16.1642 9 15.75V10.5H3.75C3.33579 10.5 3 10.1642 3 9.75C3 9.33579 3.33579 9 3.75 9H9V3.75C9 3.33579 9.33579 3 9.75 3Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_380_9643' x='2' y='3' width='15.5' height='15.5' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='0.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_380_9643'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_380_9643' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") 50% no-repeat;
  margin: auto;
}
.header .favorite-block.favorite-desc {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex: 0 0 44px;
  justify-content: center;
}
.header .favorite-block.favorite-desc .favorite-btn {
  width: auto;
  height: auto;
  background: none;
  min-height: 1px;
  transition: all 0.3s;
}
.header .favorite-block.favorite-desc .favorite-btn .name {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background: none;
}
.header .favorite-block.favorite-desc .favorite-btn svg {
  width: 20px;
  height: 20px;
  fill: transparent;
}
.header .favorite-block.favorite-desc .favorite-btn:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
}
.header_bottom {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
}
.header_bottom .left {
  flex: 0 0 320px;
}
.header_bottom .left .logo {
  margin-bottom: 40px;
}
.header_bottom .left .logo .site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.header_bottom .left .logo .site-logo .image {
  flex: 0 0 64px;
  font-size: 0;
}
.header_bottom .left .logo .site-logo .logo_right {
  flex: 1 1 auto;
}
.header_bottom .left .logo .site-logo .logo_right span {
  display: block;
}
.header_bottom .left .logo .site-logo .logo_right .name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 23px;
  line-height: 110%;
  color: #111;
  margin-bottom: 4px;
}
.header_bottom .left .logo .site-logo .logo_right .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #111;
}
.header_bottom .left .contacts {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.header_bottom .left .contacts .time {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #211f1f;
  flex: 0 0 180px;
}
.header_bottom .left .contacts .social_block {
  display: flex;
  gap: 12px;
  text-align: center;
}
.header_bottom .left .contacts .social_block a {
  flex: 0 0 44px;
  text-decoration: none;
}
@media (min-width: 601px) and (max-width: 767px) {
  .header_bottom .left .logo .image {
    flex: 0 0 80px !important;
  }
  .header_bottom .left .contacts .time {
    font-size: 14px;
    flex: 0 0 160px;
  }
}
@media (max-width: 600px) {
  .header_bottom {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header_bottom .left {
    max-width: 312px;
    margin: 0 auto;
  }
  .header_bottom .left .contacts {
    display: none;
  }
  .header_bottom .left .logo {
    margin: 0;
  }
  .header_bottom .slider_header_wr {
    margin-top: 16px;
  }
}
.header.mini_header .header_bottom .left {
  flex: none;
  width: 100%;
  display: flex;
  align-items: center;
}
.header.mini_header .header_bottom .left .logo {
  margin: 0;
}
.header.mini_header .header_bottom .left .contacts {
  margin-left: auto;
}
@media (min-width: 1201px) {
  .header.mini_header .header_bottom .left .contacts .social_block a {
    flex: 0 0 66px;
  }
  .header.mini_header .header_bottom .left .contacts .social_block a img {
    width: 100%;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .header .link_btn .favorite-count {
    right: -10px;
  }
  .header .link_btn.favorite-btn, .header .link_btn.login {
    width: 44px;
    height: 35px;
    padding: 0;
    justify-content: center;
  }
  .header .link_btn.favorite-btn .name, .header .link_btn.login .name {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
  }
  .header_bottom {
    order: 1;
    width: 100%;
  }
  .header_top_panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .header_top_panel .inner_panel {
    border-radius: 16px 16px 0 0;
  }
}
@media (max-width: 1000px) {
  .header_top_panel {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header_menu {
    display: none;
  }
  .header .catalog_btn {
    display: block;
  }
  .header_top_panel .inner_panel {
    justify-content: space-between;
    padding: 7px 20px;
  }
  .header .link_btn {
    display: none;
  }
  .header .link_btn .favorite-count {
    right: -10px;
  }
  .header .link_btn.favorite-btn, .header .link_btn.login {
    display: flex;
    width: 44px;
    height: 32px;
    padding: 0;
    justify-content: center;
  }
  .header .link_btn.favorite-btn .name, .header .link_btn.login .name {
    display: none;
  }
  .header .btn_add_ob {
    display: block;
  }
}
@media (max-width: 767px) {
  .header {
    padding-bottom: 0;
  }
  .header_menu {
    display: none;
  }
  .header .catalog_btn {
    display: block;
  }
  .header_top_panel .inner_panel {
    justify-content: space-between;
    padding: 7px 12px;
    gap: 0;
  }
  .header .link_btn {
    display: none;
  }
  .header .link_btn .favorite-count {
    right: -5px;
  }
  .header .link_btn.favorite-btn, .header .link_btn.login {
    display: flex;
    width: 44px;
    height: 32px;
    padding: 0;
    justify-content: center;
  }
  .header .link_btn.favorite-btn .name, .header .link_btn.login .name {
    display: none;
  }
  .header .btn_add_ob {
    display: block;
  }
}
.slider_header_wr {
  flex: 0 0 calc(100% - 350px);
  width: calc(100% - 350px);
  position: relative;
}
.slider_header_wr .arrows .arrow_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.slider_header_wr .arrows .arrow_btn.prev {
  left: -22px;
}
.slider_header_wr .arrows .arrow_btn.next {
  right: -22px;
}
.slider_header_wr .swiper-slide {
  height: 240px;
  display: flex;
  align-items: end;
  padding: 32px;
  position: relative;
}
.slider_header_wr .swiper-slide .bg {
  border-radius: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.slider_header_wr .swiper-slide .inner {
  flex: 0 0 390px;
  backdrop-filter: blur(15px);
  background: var(--white-700);
  border-radius: 16px;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.slider_header_wr .swiper-slide .name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 105%;
  color: #2e3434;
  margin-bottom: 12px;
}
@media (min-width: 1150px) and (max-width: 1320px) {
  .slider_header_wr .mySwiper_images {
    margin-right: -40px;
  }
  .slider_header_wr .swiper-slide {
    width: 740px;
  }
}
@media (max-width: 1200px) {
  .slider_header_wr .mySwiper_images {
    margin-right: -24px;
  }
}
@media (max-width: 1149px) {
  .slider_header_wr .mySwiper_images {
    margin-right: 0;
  }
}
@media (max-width: 990px) {
  .slider_header_wr {
    width: 100%;
  }
  .slider_header_wr .arrows {
    display: none;
  }
  .slider_header_wr .swiper-slide {
    height: auto;
    display: block;
    padding: 0;
  }
  .slider_header_wr .swiper-slide .bg {
    position: relative;
    height: 160px;
  }
  .slider_header_wr .swiper-slide .inner {
    padding: 7px 0 0;
    background: none;
  }
  .slider_header_wr .swiper-slide .inner .name {
    font-size: 15px;
    line-height: 105%;
    color: #2e3434;
    margin: 0;
    text-shadow: 1px 1px 0 0 var(--white-700);
  }
  .slider_header_wr .swiper-slide .inner .btn_button {
    display: none;
  }
}
@media (max-width: 639px) {
  .slider_header_wr {
    width: 100%;
  }
  .slider_header_wr .mySwiper_images {
    margin: 0 -12px 0 0;
  }
  .slider_header_wr .arrows {
    display: none;
  }
  .slider_header_wr .swiper-slide {
    width: 316px;
  }
  .slider_header_wr .swiper-slide .inner {
    padding: 7px 0 0;
    background: none;
  }
  .slider_header_wr .swiper-slide .inner .name {
    text-shadow: none;
  }
}
.header_bottom_panel {
  display: flex;
  gap: 12px;
  position: relative;
}
.header_bottom_panel .search_panel {
  display: flex;
  flex: 1 1 auto;
  gap: 8px;
  padding: 8px;
  border-radius: 16px;
  background: #f3f6f9;
}
.header_bottom_panel .search_panel form {
  width: 100%;
  display: flex !important;
  gap: 8px;
  padding-right: 152px;
  position: relative;
}
@media (max-width: 1500px) {
  .header_bottom_panel .search_panel {
    padding: 6px;
  }
}
.header_bottom_panel .search_panel .field {
  flex: none !important;
  width: 100% !important;
}
.header_bottom_panel .search_panel .field.select {
  flex: 0 0 210px;
}
@media (max-width: 1500px) {
  .header_bottom_panel .search_panel .field.select {
    flex: 0 0 200px;
  }
}
.header_bottom_panel .search_panel .field.price {
  display: flex;
  gap: 6px;
  position: relative;
  flex: 0 1 auto;
}
.header_bottom_panel .search_panel .field.price input {
  flex: 0 0 calc(50% - 3px);
  position: relative;
  max-width: 203px;
}
.header_bottom_panel .search_panel .field.price:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto auto auto -4px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16C8 13.7909 6.20914 12 4 12C1.79086 12 0 13.7909 0 16V0C0 2.20914 1.79086 4 4 4C6.20914 4 8 2.20914 8 0V16Z' fill='white' /%3E%3C/svg%3E") 50% no-repeat;
  width: 8px;
  height: 16px;
  z-index: 1;
}
@media (max-width: 1500px) {
  .header_bottom_panel .search_panel .field {
    height: 48px;
    flex: 1 1 auto;
  }
}
.header_bottom_panel .search_panel .btn_button {
  border-width: 2px;
  font-size: 19px;
  padding: 11px 25px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1500px) {
  .header_bottom_panel .search_panel .btn_button svg {
    display: none;
  }
}
@media (max-width: 900px) {
  .header_bottom_panel .search_panel {
    flex-wrap: wrap;
  }
  .header_bottom_panel .search_panel form {
    padding-right: 118px;
  }
  .header_bottom_panel .search_panel .field {
    flex: 1 1 auto;
  }
  .header_bottom_panel .search_panel .field.select {
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px);
  }
  .header_bottom_panel .search_panel .field.price {
    flex: 1 1 auto;
  }
  .header_bottom_panel .search_panel .field.price input {
    max-width: 100%;
  }
}
@media (max-width: 590px) {
  .header_bottom_panel .search_panel {
    flex-wrap: wrap;
  }
  .header_bottom_panel .search_panel form {
    flex-wrap: wrap;
    padding-right: 0;
  }
  .header_bottom_panel .search_panel .field {
    flex: none;
    width: 100%;
  }
  .header_bottom_panel .search_panel .field.select {
    flex: none;
    width: 100%;
  }
  .header_bottom_panel .search_panel .field.price {
    width: 100%;
  }
  .header_bottom_panel .search_panel .field.price input {
    max-width: 100%;
  }
  .header_bottom_panel .search_panel .btn_button {
    width: 100%;
    justify-content: center;
    position: static;
  }
}
@media (max-width: 1500px) {
  .header_bottom_panel .add_ann, .header_bottom_panel .catalog_btn_pc {
    padding: 16px 32px;
  }
  .header_bottom_panel .add_ann svg, .header_bottom_panel .catalog_btn_pc svg {
    display: none;
  }
}
.header_bottom_panel .search_btn_mobile {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 12px 20px 12px 48px;
  width: 100%;
  height: 48px;
  background: #f3f6f9;
  position: relative;
  display: none;
}
.header_bottom_panel .search_btn_mobile:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  width: 22px;
  height: 22px;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.341797 7.42041C1.76782 2.08508 7.24954 -1.08442 12.585 0.341309C17.9205 1.76722 21.0899 7.24889 19.6641 12.5845C19.2835 14.0085 18.6126 15.2795 17.7324 16.3501L21.2197 20.064C21.5978 20.4666 21.5784 21.1 21.1758 21.478C20.7732 21.856 20.1397 21.8357 19.7617 21.4331L15.6436 17.0474L14.9805 16.3413L15.666 15.6558C16.6266 14.6956 17.3558 13.4772 17.7324 12.0679C18.8729 7.79952 16.3367 3.41462 12.0684 2.27393C7.80006 1.13344 3.4152 3.66877 2.27441 7.93701C1.13375 12.2054 3.66913 16.5912 7.9375 17.7319C9.34665 18.1085 10.7659 18.0843 12.0771 17.731C12.6104 17.5872 13.16 17.9028 13.3037 18.436C13.4473 18.9692 13.1308 19.5179 12.5977 19.6616C10.956 20.1041 9.17881 20.1334 7.4209 19.6636C2.08562 18.2375 -1.08402 12.7558 0.341797 7.42041Z' fill='%2300504A' /%3E%3C/svg%3E") 50% no-repeat;
}
.header_bottom_panel .search_btn_mobile:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 13px;
  height: 12px;
  transition: all 0.3s;
  background: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0635 5.65674L6.40743 11.2336L0.749768 5.65674' stroke='%23111111' stroke-opacity='0.7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
}
.header_bottom_panel .search_btn_mobile.opened:after {
  transform: rotate(180deg);
}
@media (max-width: 1500px) {
  .header_bottom_panel .search_panel form {
    padding-right: 120px;
  }
  .header_bottom_panel .search_panel form input {
    height: 48px;
  }
  .header_bottom_panel .search_panel form .btn_button {
    padding: 9px 25px;
  }
}
@media (max-width: 1300px) {
  .header_bottom_panel {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header_bottom_panel .search_panel {
    flex: none;
    width: 100%;
    order: 1;
  }
}
@media (max-width: 1200px) {
  .header_bottom_panel {
    order: 4;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .header_bottom_panel .add_ann, .header_bottom_panel .catalog_btn_pc {
    display: none;
  }
  .header_bottom_panel .search_panel {
    z-index: 8;
    width: 100%;
  }
  .header_bottom_panel .search_panel.opened {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .header_bottom_panel .search_panel form {
    padding-right: 60px;
  }
  .header_bottom_panel .search_panel form .btn_button {
    width: 50px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
  }
  .header_bottom_panel .search_panel form .btn_button span {
    display: none;
  }
  .header_bottom_panel .search_panel form .btn_button svg {
    display: block;
  }
}
.reklama_block_hor {
  padding: 24px 6px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.reklama_block_hor a, .reklama_block_hor div {
  flex: 0 0 calc(50% - 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  border-radius: 24px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  overflow: hidden;
  position: relative;
}
.reklama_block_hor a img, .reklama_block_hor div img {
  width: 100%;
  /*height: 100%;
        	object-fit:cover;*/
}
.reklama_block_hor a .inn, .reklama_block_hor div .inn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
.reklama_block_hor.first a, .reklama_block_hor.first div {
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 1024px) {
  .reklama_block_hor {
    padding: 0;
    gap: 6px;
  }
  .reklama_block_hor a, .reklama_block_hor div {
    min-height: 80px;
    font-size: 18px;
    flex: 1 1 calc(50% - 3px);
    margin: 0;
  }
}
@media (max-width: 700px) {
  .reklama_block_hor a, .reklama_block_hor div {
    width: 100%;
    flex: none;
  }
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
  background: var(--other-popup-tone);
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-wrapper .remodal {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  outline: none;
  max-width: 420px;
  padding: 40px 32px 32px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.01);
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .remodal-wrapper .remodal {
    padding: 40px 20px 20px;
  }
}
.remodal-wrapper .remodal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4142 10L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L10 11.4142L5.70711 15.7071C5.31658 16.0976 4.68342 16.0976 4.29289 15.7071C3.90237 15.3166 3.90237 14.6834 4.29289 14.2929L8.58579 10L4.29289 5.70711C3.90237 5.31658 3.90237 4.68342 4.29289 4.29289C4.68342 3.90237 5.31658 3.90237 5.70711 4.29289L10 8.58579L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L11.4142 10Z' fill='%232E2F38' /%3E%3C/svg%3E") 50% no-repeat;
  cursor: pointer;
}
.remodal-wrapper .remodal-close:before {
  display: none;
}
.remodal-wrapper .field {
  margin-bottom: 12px;
}
.remodal-wrapper .field input, .remodal-wrapper .field select, .remodal-wrapper .field textarea {
  border: 1px solid rgba(17, 17, 17, 0.15);
}
.remodal-wrapper .field label {
  display: block;
  padding: 0 12px 6px;
  font-size: 14px;
}
.remodal-wrapper .privacy_text {
  margin-bottom: 12px;
}
.remodal-wrapper .upload_photos {
  margin-bottom: 12px;
}
.remodal-wrapper .btn_button {
  font-size: 17px;
  width: 100%;
  justify-content: center;
}
.arrows .arrow_btn {
  font-size: 0;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.arrows .arrow_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  background: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7071 18.2929C13.0976 18.6834 13.0976 19.3166 12.7071 19.7071C12.3166 20.0976 11.6834 20.0976 11.2929 19.7071L2.29289 10.7071C1.90237 10.3166 1.90237 9.68342 2.29289 9.29289L11.2929 0.292893C11.6834 -0.0976311 12.3166 -0.0976311 12.7071 0.292893C13.0976 0.683418 13.0976 1.31658 12.7071 1.70711L4.41421 10L12.7071 18.2929Z' fill='%23111111' fill-opacity='0.7' /%3E%3C/svg%3E") 50% no-repeat;
}
.arrows .arrow_btn:hover {
  opacity: 0.8;
}
.arrows .arrow_btn.next:before {
  transform: rotate(180deg);
}
.title_name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 125%;
  color: var(--light-bgon);
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .title_name {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.category_block_wr {
  display: flex;
  gap: 24px;
}
.category_block_wr .title_block {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #da033d;
  margin-bottom: 12px;
  padding-bottom: 4px;
  position: relative;
  display: none;
  padding-top: 8px;
}
.category_block_wr .title_block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 64px;
  margin: 0 auto;
  height: 1px;
  border-radius: 1px;
  background: #da033d;
}
@media (max-width: 767px) {
  .category_block_wr .title_block {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .category_block_wr {
    display: block;
  }
}
@media (max-width: 990px) {
  .category_block_wr .title_block {
    display: block;
  }
}
.category_block_wr .category_left {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
  gap: 10px;
  border-radius: 24px;
  background: #f3f6f9;
}
@media (max-width: 1000px) {
  .category_block_wr .category_left {
    gap: 4px;
    padding: 0 0 8px;
    background: none;
  }
}
@media (max-width: 767px) {
  .category_block_wr .category_left {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.category_block_wr .category_left .more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  gap: 12px;
  background: var(--white);
  border-radius: 16px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #da033d;
  text-decoration: none;
  transition: all 0.3s;
  flex: 1 1 auto;
}
@media (max-width: 1600px) {
  .category_block_wr .category_left .more {
    flex: 0 0 calc((100% / 5) - 9px);
  }
}
@media (max-width: 1410px) {
  .category_block_wr .category_left .more {
    flex: 0 0 calc(25% - 9px);
  }
}
@media (max-width: 1000px) {
  .category_block_wr .category_left .more {
    font-size: 15px;
    padding: 12px;
    flex: 0 0 calc(25% - 3px);
    background: rgba(141, 145, 201, 0.1);
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .category_block_wr .category_left .more {
    flex: 1 1 auto;
  }
}
.category_block_wr .category_left .more:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 80, 74, 0.4);
  background: #DA033D;
  color: #fff;
}
.category_block_wr .category_left .more:hover svg path {
  fill: #fff;
}
.category_block_wr .category_left .item {
  flex: 0 0 calc(100% / 7 - 9px);
  padding: 14px;
  background: var(--white);
  border-radius: 16px;
  font-family: var(--third-family);
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.category_block_wr .category_left .item .top {
  display: flex;
  padding-bottom: 4px;
  gap: 6px;
  margin-bottom: auto;
}
.category_block_wr .category_left .item .name {
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  color: #111;
  transition: all 0.3s;
}
.category_block_wr .category_left .item .label {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #da033d;
  margin-left: auto;
  transition: all 0.3s;
}
.category_block_wr .category_left .item .bottom {
  padding-top: 30px;
  display: flex;
  align-items: end;
  gap: 10px;
}
.category_block_wr .category_left .item .image {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-self: center;
  position: relative;
}
.category_block_wr .category_left .item .image:before {
  content: "";
  position: absolute;
  top: -23px;
  right: -10px;
  border-radius: 16px;
  width: 70px;
  height: 70px;
  box-shadow: inset 0 2px 5px 0 var(--black-30);
  background: rgba(141, 145, 201, 0.1);
}
.category_block_wr .category_left .item .image img {
  object-fit: contain;
  position: relative;
}
.category_block_wr .category_left .item .count {
  font-weight: 600;
  font-size: 13px;
  line-height: 130%;
  color: #00504a;
  transition: all 0.3s;
  margin-left: auto;
}
@media (max-width: 1600px) {
  .category_block_wr .category_left .item {
    padding: 12px;
    flex: 0 0 calc((100% / 5) - 9px);
  }
}
@media (max-width: 1410px) {
  .category_block_wr .category_left .item {
    padding: 12px;
    flex: 0 0 calc(25% - 9px);
  }
  .category_block_wr .category_left .item .name {
    font-size: 15px;
  }
  .category_block_wr .category_left .item .label {
    font-size: 13px;
  }
  .category_block_wr .category_left .item .top {
    padding-bottom: 6px;
  }
  .category_block_wr .category_left .item .image:before {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
  .category_block_wr .category_left .item .bottom {
    padding-top: 0;
  }
}
@media (max-width: 1280px) {
  .category_block_wr .category_left .item {
    flex: 0 0 calc(25% - 9px);
  }
}
@media (max-width: 1000px) {
  .category_block_wr .category_left .item {
    padding: 12px;
    background: rgba(141, 145, 201, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(25% - 3px);
    position: relative;
  }
  .category_block_wr .category_left .item .top {
    order: 1;
    padding: 0;
  }
  .category_block_wr .category_left .item .bottom {
    margin-bottom: 6px;
  }
  .category_block_wr .category_left .item .image {
    width: 60px;
    height: 40px;
  }
  .category_block_wr .category_left .item .image:before {
    display: none;
  }
  .category_block_wr .category_left .item .label {
    position: absolute;
    top: 13px;
    left: 22px;
    font-size: 10px;
  }
  .category_block_wr .category_left .item .name {
    font-size: 15px;
  }
  .category_block_wr .category_left .item .count {
    /* display: none; */
  }
}
@media (max-width: 767px) {
  .category_block_wr .category_left .item {
    flex: 0 0 calc(33.33% - 3px);
  }
}
@media (max-width: 425px) {
  .category_block_wr .category_left .item .name {
    font-size: 11px;
  }
}
.category_block_wr .category_left .item:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 80, 74, 0.4);
  background: #DA033D;
}
.category_block_wr .category_left .item:hover .label, .category_block_wr .category_left .item:hover .name, .category_block_wr .category_left .item:hover .count {
  color: #fff;
}
.news_list {
  flex: 0 0 360px;
  background: #0A5E4F;
  border-radius: 24px;
}
@media (max-width: 1370px) {
  .news_list {
    flex: 0 0 260px;
  }
}
@media (max-width: 1024px) {
  .news_list {
    padding-bottom: 35px;
    position: relative;
    border-radius: 12px;
  }
}
.news_list .title {
  padding: 32px 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_list .title h2 {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  color: var(--white);
}
.news_list .title .btn_button {
  color: #fff;
}
@media (max-width: 1370px) {
  .news_list .title {
    padding: 24px 24px 0;
  }
  .news_list .title h2 {
    font-size: 27px;
  }
  .news_list .title .btn_button {
    font-size: 15px;
    padding: 10px 10px;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .news_list .title {
    display: block;
  }
  .news_list .title .btn_button {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    font-size: 11px;
    padding: 7px 20px;
    justify-content: center;
  }
  .news_list .title h2 {
    text-align: center;
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .news_list .title {
    padding: 12px 12px 0;
  }
  .news_list .title h2 {
    text-align: center;
    font-size: 21px;
  }
  .news_list .title .btn_button {
    width: calc(100% - 12px);
  }
}
.news_list .inner {
  padding: 12px;
}
.news_list .inner .item {
  display: none;
  padding: 12px;
  text-decoration: none;
  border-radius: 16px;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.news_list .inner .item:nth-child(-n+3) {
  display: block;
}
.news_list .inner .item .date {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: var(--white-700);
  margin-bottom: 12px;
}
.news_list .inner .item .name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 19px;
  line-height: 120%;
  color: var(--white);
  /*display: -webkit-box;
                -webkit-line-clamp: 2;   
                -webkit-box-orient: vertical;*/
  display: block;
  height: 68px;
  overflow: hidden;
}
.news_list .inner .item .name span {
  transition: all 0.3s;
}
.news_list .inner .item:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background: #00504a;
  border-color: #DA033D;
}
@media (max-width: 1200px) {
  .news_list .inner {
    display: flex;
    gap: 12px;
    overflow-x: auto;
  }
  .news_list .inner .item {
    flex: 0 0 calc(33.33% - 10px);
    padding: 8px;
  }
  .news_list .inner .item .name {
    font-size: 16px;
    -webkit-line-clamp: 2;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .news_list .inner {
    padding: 6px;
    gap: 4px;
  }
  .news_list .inner .item {
    flex: 0 0 300px;
  }
  .news_list .inner .item .name {
    font-size: 16px;
    -webkit-line-clamp: 2;
    height: 58px;
  }
}
.news_list.opened .inner .item {
  display: block;
}
.main_block_announ {
  padding-top: 24px;
  display: flex;
  gap: 32px;
}
.main_block_announ .left_main {
  flex: 0 0 calc(100% - 360px - 32px);
  width: calc(100% - 360px - 32px);
  display: flex;
  flex-direction: column;
}
.main_block_announ .left_main > div {
  width: 100%;
}
.main_block_announ .left_main .reklama_block_hor.last {
  padding-top: 24px;
  margin-top: auto;
  padding-bottom: 0;
}
.main_block_announ .right_main {
  flex: 0 0 360px;
}
.main_block_announ .reklama_block_hor {
  padding-top: 0;
}
@media (max-width: 1370px) {
  .main_block_announ {
    gap: 12px;
  }
  .main_block_announ .right_main {
    flex: 0 0 260px;
  }
  .main_block_announ .left_main {
    flex: 0 0 calc(100% - 260px - 12px);
    width: calc(100% - 260px - 12px);
  }
}
@media (max-width: 1200px) {
  .main_block_announ {
    display: block;
  }
  .main_block_announ .right_main {
    display: flex;
    flex-direction: column;
  }
  .main_block_announ .left_main {
    flex: none;
    width: 100%;
  }
}
.title_block_ann {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.title_block_ann h2 {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 35px;
  line-height: 110%;
  color: #111211;
}
.title_block_ann h2 span {
  color: #da033d;
}
@media (max-width: 1280px) {
  .title_block_ann {
    padding: 24px 24px 0;
  }
}
@media (max-width: 991px) {
  .title_block_ann {
    display: block;
  }
  .title_block_ann .btn_button {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 125px;
    font-size: 11px;
    padding: 7px 20px;
    justify-content: center;
  }
  .title_block_ann h2 {
    text-align: center;
    font-size: 21px;
    padding-bottom: 5px;
    position: relative;
  }
  .title_block_ann h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 64px;
    height: 1px;
    background: rgba(218, 3, 61, 0.7);
    margin: 0 auto;
    border-radius: 1px;
  }
}
@media (max-width: 767px) {
  .title_block_ann {
    padding: 12px 12px 0;
  }
  .title_block_ann h2 {
    text-align: center;
    font-size: 21px;
  }
  .title_block_ann .btn_button {
    width: 100%;
  }
}
.announcements {
  padding: 6px;
  position: relative;
  display: flex;
}
.announcements:before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border: 1px solid rgba(9, 92, 78, 0.2);
  border-radius: 24px;
  transition: all 0.3s;
  background: #fff;
}
.announcements a {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  text-decoration: none;
  z-index: 1;
}
.announcements .inner {
  position: relative;
  padding: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #111;
  font-family: var(--font-family);
  transition: all 0.3s;
}
.announcements .inner .image {
  position: relative;
  padding-top: 63%;
  overflow: hidden;
  border-radius: 12px;
}
.announcements .inner .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.announcements .inner .label {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  padding: 4px 8px;
  background: #da033d;
  font-weight: 700;
  font-size: 13px;
  color: var(--white);
  z-index: 1;
}
.announcements .inner .name {
  width: 100%;
  flex: 1 1 auto;
  padding: 8px 8px 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  word-break: break-word;
}
.announcements .inner .action_bottom {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 8px 12px;
  justify-content: space-between;
}
.announcements .inner .action_bottom .price {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  padding-right: 30px;
}
.announcements .inner .favorite_btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.61829C12.6383 3.2571 13.4585 3 14.5 3C17 3 19 4.63979 19 8C19 13.3245 11.9124 17.074 10.3165 17.8508C10.167 17.9236 10.0922 17.96 10 17.96C9.90782 17.96 9.83303 17.9236 9.68346 17.8508C8.08757 17.074 1 13.3245 1 8C1 4.63979 3 3 5.5 3C9 3 10 5.90323 10 5.90323L10.3 6.6' stroke='%23111111' stroke-opacity='0.5' stroke-width='1.5' stroke-linecap='round' /%3E%3C/svg%3E") 50% no-repeat;
}
.announcements .inner .favorite_btn.in_fav {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='%23DA033D' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.61829C12.6383 3.2571 13.4585 3 14.5 3C17 3 19 4.63979 19 8C19 13.3245 11.9124 17.074 10.3165 17.8508C10.167 17.9236 10.0922 17.96 10 17.96C9.90782 17.96 9.83303 17.9236 9.68346 17.8508C8.08757 17.074 1 13.3245 1 8C1 4.63979 3 3 5.5 3C9 3 10 5.90323 10 5.90323L10.3 6.6' stroke='%23111111' stroke-opacity='1' stroke-width='1.5' stroke-linecap='round' /%3E%3C/svg%3E") 50% no-repeat !important;
}
.announcements:hover:before {
  border: 2px solid rgba(0, 80, 74, 0.4);
  box-shadow: 0 10px 25px 0 rgba(0, 80, 74, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.announcements:hover a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.announcements.preim:before {
  border-color: rgba(218, 3, 61, 0.2);
}
.announcements.preim .date_bottom {
  padding-bottom: 3px;
}
.announcements.preim:hover:before {
  box-shadow: 0 8px 20px 0 rgba(150, 4, 43, 0.4);
  background: #DA033D;
}
.announcements.preim:hover .date_bottom {
  color: #fff;
}
.announcements.preim:hover .inner {
  color: #fff;
}
.announcements.preim:hover .inner .favorite_btn {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.61829C12.6383 3.2571 13.4585 3 14.5 3C17 3 19 4.63979 19 8C19 13.3245 11.9124 17.074 10.3165 17.8508C10.167 17.9236 10.0922 17.96 10 17.96C9.90782 17.96 9.83303 17.9236 9.68346 17.8508C8.08757 17.074 1 13.3245 1 8C1 4.63979 3 3 5.5 3C9 3 10 5.90323 10 5.90323L10.3 6.6' stroke='%23ffffff' stroke-opacity='1' stroke-width='1.5' stroke-linecap='round' /%3E%3C/svg%3E") 50% no-repeat;
}
.announcements.preim:hover .inner .favorite_btn.in_fav {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='%23DA033D' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.61829C12.6383 3.2571 13.4585 3 14.5 3C17 3 19 4.63979 19 8C19 13.3245 11.9124 17.074 10.3165 17.8508C10.167 17.9236 10.0922 17.96 10 17.96C9.90782 17.96 9.83303 17.9236 9.68346 17.8508C8.08757 17.074 1 13.3245 1 8C1 4.63979 3 3 5.5 3C9 3 10 5.90323 10 5.90323L10.3 6.6' stroke='%23ffffff' stroke-opacity='1' stroke-width='1.5' stroke-linecap='round' /%3E%3C/svg%3E") 50% no-repeat !important;
}
@media (max-width: 1200px) {
  .announcements {
    padding: 2px;
  }
  .announcements .inner {
    padding: 6px;
  }
  .announcements .inner .image {
    border-radius: 8px;
  }
  .announcements .inner .label {
    font-size: 10px;
    padding: 3px 4px;
    left: 6px;
    border-radius: 12px;
  }
  .announcements .inner .image_main {
    position: relative;
  }
  .announcements .inner .name {
    padding: 4px 2px 12px;
    font-size: 14px;
  }
  .announcements .inner .action_bottom {
    padding: 0 2px 4px;
  }
  .announcements .inner .action_bottom .price {
    font-size: 13px;
  }
  .announcements .inner .favorite_btn {
    bottom: 8px;
    right: 8px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 3C16 3 19 4.63979 19 8C19 13.3245 11.9124 17.074 10.3165 17.8508C10.167 17.9236 10.0922 17.96 10 17.96C9.90782 17.96 9.83303 17.9236 9.68346 17.8508C8.08757 17.074 1 13.3245 1 8C1 4.63979 3 3 5.5 3C7.61096 3 8.8125 4.0561 9.43372 4.89436C9.74396 5.31299 9.89907 5.5223 10.0019 5.52052C10.1048 5.51875 10.2513 5.3062 10.5441 4.8811C11.1202 4.04501 12.2001 3 14 3Z' fill='black' fill-opacity='0.15' /%3E%3Cpath d='M12 3.61829C12.6383 3.2571 13.4585 3 14.5 3C17 3 19 4.63979 19 8C19 13.3245 11.9124 17.074 10.3165 17.8508C10.167 17.9236 10.0922 17.96 10 17.96C9.90782 17.96 9.83303 17.9236 9.68346 17.8508C8.08757 17.074 1 13.3245 1 8C1 4.63979 3 3 5.5 3C9 3 10 5.90323 10 5.90323L10.3 6.6' stroke='white' stroke-width='1.5' stroke-linecap='round' /%3E%3C/svg%3E") 50% no-repeat;
  }
  .announcements:before, .announcements a {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 12px;
  }
  .announcements:hover:before, .announcements:hover a {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .announcements .inner .name {
    font-size: 12px;
  }
  .announcements .inner .action_bottom .price {
    font-size: 12px;
  }
  .announcements .inner .label {
    left: 0;
  }
}
.preim_block {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .preim_block {
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 8px;
  }
  .preim_block .title_block_ann {
    display: flex;
    padding: 12px 12px 0;
  }
  .preim_block .btn_button {
    position: static;
    width: auto;
    margin: 0;
  }
}
.preim_block .inner_block {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .preim_block .inner_block {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 12px;
    margin: 0 -12px;
  }
}
.preim_block .inner_block .announcements {
  flex: 0 0 25%;
}
.preim_block .inner_block .announcements .inner {
  padding: 8px;
}
.preim_block .inner_block .announcements .inner .label {
  font-size: 13px;
  padding: 4px 8px;
}
.preim_block .inner_block .announcements .inner .name {
  padding: 8px;
  font-size: 18px;
}
.preim_block .inner_block .announcements .inner .action_bottom {
  padding-left: 4px;
  padding-right: 4px;
}
.preim_block .inner_block .announcements .inner .action_bottom .price {
  font-size: 17px;
}
@media (max-width: 991px) {
  .preim_block .inner_block .announcements .inner .name {
    padding: 4px 2px 12px;
    font-size: 14px;
  }
  .preim_block .inner_block .announcements .inner .action_bottom .price {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .preim_block .inner_block .announcements {
    flex: 0 0 160px;
  }
}
.grey_block {
  padding: 46px 32px 32px;
  background: #f3f6f9;
  border-radius: 24px;
  margin-bottom: 32px;
}
.grey_block .title_block_ann {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  .grey_block {
    padding: 20px 16px;
  }
}
@media (max-width: 991px) {
  .grey_block {
    padding: 10px 24px 40px;
    position: relative;
    margin: 0 -24px 8px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .grey_block {
    padding: 10px 0 40px;
    margin: 0 0 8px;
  }
  .grey_block:before {
    left: -12px;
    top: 0;
    bottom: 0;
    width: 12px;
    content: "";
    position: absolute;
    background: #f3f6f9;
  }
  .grey_block:after {
    right: -12px;
    top: 0;
    bottom: 0;
    width: 12px;
    content: "";
    position: absolute;
    background: #f3f6f9;
  }
  .grey_block .title_block_ann .btn_button {
    width: 100%;
  }
}
.grey_block .inner_block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.grey_block .inner_block .announcements {
  flex: 0 0 20%;
}
.grey_block .inner_block .announcements .image {
  padding-top: 72%;
}
@media (max-width: 767px) {
  .grey_block .inner_block .announcements {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .grey_block .inner_block {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 12px;
    margin: 0 -12px;
  }
  .grey_block .inner_block .announcements {
    flex: 0 0 160px;
  }
}
.grey_block.new_block .inner_block .announcements .inner {
  padding: 8px;
}
.grey_block.new_block .inner_block .announcements .inner .name {
  padding: 4px 4px 16px;
}
.grey_block.new_block .inner_block .announcements .inner .action_bottom {
  padding-left: 4px;
  padding-right: 4px;
}
.grey_block.new_block .inner_block .announcements .image {
  padding-top: 73%;
}
@media (min-width: 991px) {
  .grey_block.new_block .inner_block .announcements {
    flex: 0 0 20%;
  }
  .grey_block.new_block .inner_block .announcements .name {
    font-size: 16px;
  }
  .grey_block.new_block .inner_block .announcements .price {
    font-size: 16px;
  }
  .grey_block.new_block .inner_block .announcements .favorite_btn {
    bottom: 18px;
    right: 18px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .grey_block.new_block .inner_block .announcements .name {
    font-size: 13px;
  }
  .grey_block.new_block .inner_block .announcements .price {
    font-size: 13px;
  }
  .grey_block.new_block .inner_block .announcements .favorite_btn {
    bottom: 18px;
    right: 18px;
  }
}
.grey_block.new_block.similar {
  padding: 34px 0 24px;
  background: none;
  margin-bottom: 0;
}
.grey_block.new_block.similar .title_block_ann {
  margin-bottom: 18px;
  padding: 0;
}
.grey_block.new_block.similar .title_block_ann h2 {
  font-size: 27px;
  text-align: left;
}
.grey_block.new_block.similar .title_block_ann h2:after {
  display: none;
}
.news_block_wr {
  margin-bottom: 32px;
}
.news_block_wr .title_block_ann {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .news_block_wr {
    padding: 26px 0 40px;
    position: relative;
    margin: 0 0 8px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .news_block_wr {
    padding: 10px 0 40px;
    margin: 0 0 8px;
  }
  .news_block_wr .title_block_ann .btn_button {
    width: 100%;
  }
}
.news_block_wr .inner_block {
  display: flex;
  gap: 12px;
}
.news_block_wr .inner_block .item {
  flex: 0 0 calc(25% - 10px);
  padding: 20px;
  background: var(--white);
  border: 1px solid rgba(0, 80, 74, 0.1);
  border-radius: 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.news_block_wr .inner_block .item:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 80, 74, 0.4);
}
.news_block_wr .inner_block .item span {
  width: 100%;
}
.news_block_wr .inner_block .item .image {
  margin-bottom: 12px;
}
.news_block_wr .inner_block .item .image img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
}
.news_block_wr .inner_block .item .name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 19px;
  line-height: 120%;
  color: #111;
  margin-bottom: 12px;
}
.news_block_wr .inner_block .item .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: #111;
}
@media (max-width: 767px) {
  .news_block_wr .inner_block .item {
    flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .news_block_wr .inner_block .item {
    padding: 8px;
  }
  .news_block_wr .inner_block .item .image {
    margin-bottom: 6px;
  }
  .news_block_wr .inner_block .item .name {
    margin: 0 4px 10px;
    font-size: 14px;
  }
  .news_block_wr .inner_block .item .text {
    margin: 0 4px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .news_block_wr .inner_block {
    overflow-x: auto;
    padding: 0 12px 6px;
    margin: 0 -12px;
  }
  .news_block_wr .inner_block .item {
    flex: 0 0 160px;
    padding: 8px;
  }
  .news_block_wr .inner_block .item .image {
    margin-bottom: 4px;
  }
  .news_block_wr .inner_block .item .name {
    margin: 0 4px 6px;
    font-size: 12px;
  }
  .news_block_wr .inner_block .item .text {
    margin: 0 4px;
    font-size: 10px;
  }
}
.reklama_block_right {
  padding: 0;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.reklama_block_right a, .reklama_block_right div {
  flex: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  border-radius: 24px;
  min-height: 100px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  overflow: hidden;
  position: relative;
}
.reklama_block_right a img, .reklama_block_right div img {
  width: 100%;
}
.reklama_block_right a .inn, .reklama_block_right div .inn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
@media (max-width: 1200px) {
  .reklama_block_right {
    padding: 12px 0;
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .reklama_block_right.pc {
    display: none;
  }
  .reklama_block_right a, .reklama_block_right div {
    font-size: 18px;
    flex: 0 0 235px;
  }
}
@media (max-width: 991px) {
  .reklama_block_right {
    padding: 12px;
    gap: 12px;
  }
  .reklama_block_right.pc {
    display: none;
  }
  .reklama_block_right a, .reklama_block_right div {
    font-size: 18px;
    flex: 0 0 170px;
  }
}
@media (max-width: 767px) {
  .reklama_block_right {
    padding: 4px 0;
    gap: 4px;
  }
  .reklama_block_right.pc {
    display: none;
  }
  .reklama_block_right a, .reklama_block_right div {
    font-size: 18px;
    flex: 0 0 calc(50% - 2px);
  }
}
.comment_block {
  margin: 24px 0;
  padding: 32px 12px 12px;
  border-radius: 24px;
  background: #f3f6f9;
}
.comment_block .title_block_ann {
  padding: 0 20px 12px;
}
.comment_block .title_block_ann h2 {
  font-size: 30px;
}
@media (max-width: 1370px) {
  .comment_block .title_block_ann {
    display: block;
  }
  .comment_block .title_block_ann h2 {
    font-size: 27px;
    margin-bottom: 10px;
  }
}
.comment_block .inner .item {
  padding: 20px;
  border-radius: 16px;
  display: flex;
  gap: 12px;
  transition: all 0.3s;
}
.comment_block .inner .item:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
.comment_block .inner .item .image {
  flex: 0 0 44px;
}
.comment_block .inner .item .image img {
  border-radius: 6px;
}
.comment_block .inner .item .bodyq {
  flex: 1 1 auto;
}
.comment_block .inner .item .bodyq .name {
  margin-bottom: 6px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #111;
}
.comment_block .inner .item .bodyq .name strong {
  font-weight: 600;
}
.comment_block .inner .item .bodyq .name span {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #00504a;
}
.comment_block .inner .item .bodyq .text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #111;
}
.comment_block .inner .item .bodyq .text span {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #00504a;
}
@media (max-width: 1370px) {
  .comment_block .inner .item {
    padding: 8px;
    flex: 0 0 calc(25% - 10px);
    display: block;
  }
  .comment_block .inner .item .image {
    margin-bottom: 12px;
  }
  .comment_block .inner .item .bodyq .name {
    font-size: 14px;
  }
  .comment_block .inner .item .bodyq .text {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .comment_block .inner {
    display: flex;
    gap: 12px;
  }
  .comment_block .inner .item {
    padding: 8px;
    flex: 0 0 calc(25% - 10px);
    display: block;
  }
  .comment_block .inner .item .image {
    margin-bottom: 12px;
  }
  .comment_block .inner .item .bodyq .name {
    font-size: 14px;
  }
  .comment_block .inner .item .bodyq .text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .comment_block .inner {
    overflow-x: auto;
    padding: 0 24px 6px;
    margin: 0 -24px;
  }
  .comment_block .inner .item {
    flex: 0 0 calc(50% - 6px);
    padding: 12px;
    background: #fff;
  }
}
@media (max-width: 991px) {
  .comment_block .inner {
    gap: 4px;
    padding: 0 12px 6px;
    margin: 0 -12px;
  }
  .comment_block .inner .item {
    flex: 0 0 316px;
    padding: 8px;
    border-radius: 12px;
    background: #fff;
  }
}
@media (max-width: 1200px) {
  .comment_block {
    order: 1;
  }
}
@media (max-width: 991px) {
  .comment_block {
    padding: 26px 24px 40px;
    position: relative;
    margin: 0 -24px 8px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .comment_block {
    padding: 10px 12px 40px;
    margin: 0 -12px 8px;
  }
  .comment_block .title_block_ann {
    padding-bottom: 0;
  }
  .comment_block .title_block_ann h2 {
    font-size: 21px;
  }
  .comment_block .title_block_ann .btn_button {
    width: calc(100% - 24px);
  }
}
.footer {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .footer {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
}
.footer_top {
  padding: 40px 40px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 100px;
  border-radius: 24px;
  box-shadow: 0 5px 0 0 rgba(218, 3, 61, 0.9);
  background: linear-gradient(180deg, #0C6150 0%, #06594D 100%);
}
@media (max-width: 1200px) {
  .footer_top {
    gap: 0 40px;
  }
}
@media (max-width: 991px) {
  .footer_top {
    padding: 12px 12px 24px;
  }
}
.footer_top .coll {
  flex: 0 0 calc(33.33% - 67px);
}
@media (max-width: 1200px) {
  .footer_top .coll {
    flex: 0 0 calc(50% - 20px);
  }
  .footer_top .coll.left {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
  }
  .footer_top .coll.left .logo {
    flex: 0 0 calc(50% - 20px);
    margin: 0;
  }
}
@media (max-width: 991px) {
  .footer_top .coll.left {
    display: block;
    margin-bottom: 24px;
  }
  .footer_top .coll.middle {
    margin-bottom: 24px;
  }
}
.footer_top .full_width {
  flex: none;
  width: 100%;
  margin-top: 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_top .up_btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fff url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.70711 3.46447C10.0976 3.85499 10.0976 4.48816 9.70711 4.87868C9.31658 5.2692 8.68342 5.2692 8.29289 4.87868L6 2.58579L6 12.1716C6 12.7239 5.55229 13.1716 5 13.1716C4.44772 13.1716 4 12.7239 4 12.1716L4 2.58579L1.70711 4.87868C1.31658 5.2692 0.683418 5.2692 0.292894 4.87868C-0.0976313 4.48816 -0.0976313 3.85499 0.292894 3.46447L2.87868 0.878681C4.05025 -0.292892 5.94975 -0.292894 7.12132 0.878679L9.70711 3.46447Z' fill='%23DA033D' /%3E%3C/svg%3E") 50% no-repeat;
  position: fixed;
  right: 20px;
  bottom: 125px;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.footer_top .up_btn.active {
  opacity: 1;
  visibility: visible;
}
.footer_top .up_btn:hover {
  opacity: 0.8;
}
.footer_top .title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 21px;
  line-height: 130%;
  color: var(--white);
  margin-bottom: 14px;
}
.footer_top .name {
  margin-bottom: 3px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 17px;
  line-height: 125%;
  color: rgba(255, 255, 255, 0.8);
}
.footer_top .phone {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 20px;
}
.footer_top .phone a {
  display: inline-block;
  vertical-align: top;
  padding-left: 32px;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.footer_top .phone a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_80_2607)'%3E%3Cpath d='M0.76766 9.88409C2.44835 8.9607 4.32446 8.18999 6.07739 7.41536C9.09313 6.14658 12.1208 4.89979 15.1791 3.73904C15.7741 3.54128 16.8433 3.34789 16.9481 4.22741C16.8907 5.47241 16.6545 6.71012 16.4926 7.94783C16.0815 10.6697 15.6063 13.3822 15.1429 16.0951C14.9833 16.9987 13.8484 17.4665 13.1222 16.8882C11.377 15.7124 9.61848 14.5481 7.89562 13.345C7.33125 12.773 7.85459 11.9516 8.35862 11.5431C9.79598 10.1302 11.3203 8.92978 12.6826 7.44386C13.05 6.5588 11.9643 7.3047 11.6062 7.53327C9.6384 8.88582 7.71881 10.321 5.64419 11.5097C4.58447 12.0915 3.34935 11.5943 2.29011 11.2696C1.34039 10.8774 -0.0513364 10.4822 0.767564 9.8842L0.76766 9.88409Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_80_2607'%3E%3Crect width='20' height='20' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;
  margin: auto;
}
.footer_top .address {
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--white);
}
.footer_top .time {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--white);
}
.footer_top .social {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer_top .social a {
  text-decoration: none;
  flex: 0 0 40px;
}
.footer_top .email {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--white);
}
.footer_top .email a {
  color: inherit;
}
@media (max-width: 991px) {
  .footer_top {
    display: block;
    text-align: center;
  }
  .footer_top .social {
    justify-content: center;
  }
  .footer_top .title {
    display: none;
  }
  .footer_top .address, .footer_top .email, .footer_top .time {
    font-size: 15px;
  }
}
.footer .logo {
  margin-bottom: 50px;
}
.footer .logo .site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.footer .logo .site-logo .image {
  flex: 0 0 75px;
  font-size: 0;
}
.footer .logo .site-logo .image img {
  width: 100%;
}
.footer .logo .site-logo .logo_right {
  flex: 1 1 auto;
}
.footer .logo .site-logo .logo_right span {
  display: block;
}
.footer .logo .site-logo .logo_right .name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 23px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 1px;
}
.footer .logo .site-logo .logo_right .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
}
@media (max-width: 991px) {
  .footer .logo .site-logo {
    display: block;
    margin-bottom: 20px;
  }
  .footer .logo .site-logo .image {
    display: block;
    width: 52px;
    margin: 0 auto 6px;
  }
  .footer .logo .site-logo .logo_right .name {
    font-size: 19px;
  }
  .footer .logo .site-logo .logo_right .text {
    font-size: 13px;
  }
}
.footer .copy {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer_bottom {
  padding: 54px 0 6px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: rgba(17, 17, 17, 0.8);
}
.footer .footer_bottom a {
  color: rgba(17, 17, 17, 0.8);
}
@media (max-width: 991px) {
  .footer .footer_bottom {
    padding-top: 30px;
  }
}
@media (max-width: 1370px) {
  .right_main .preim_block .title_block_ann h2 {
    font-size: 27px;
  }
  .right_main .preim_block .title_block_ann .btn_button {
    padding: 10px;
  }
}
@media (min-width: 1201px) {
  .right_main .preim_block {
    padding: 24px 12px;
    background: #f3f6f9;
    border-radius: 24px;
  }
  .right_main .preim_block .inner_block .announcements {
    width: 100%;
    flex: none;
  }
  .right_main .news_list {
    margin: 24px 0;
  }
}
.right_main .news_list {
  flex: none;
  width: 100%;
}
.ann_list_block {
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .ann_list_block {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .ann_list_block {
    margin-bottom: 8px;
  }
}
.ann_list_block .inner_block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.ann_list_block .inner_block .announcements {
  flex: 0 0 25%;
}
.ann_list_block .inner_block .announcements .image {
  padding-top: 72%;
}
@media (max-width: 767px) {
  .ann_list_block .inner_block .announcements {
    flex: 0 0 50%;
  }
}
@media (max-width: 500px) {
  .ann_list_block .inner_block .announcements {
    flex: 0 0 50%;
  }
}
.site-path {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  padding: 10px 10px;
  color: rgba(17, 17, 17, 0.7);
  margin: 0;
}
.site-path a, .site-path .site-path__separator {
  color: #96042b;
  text-decoration: none;
}
.site-path .site-path__separator {
  display: inline-block;
  padding: 0 2px;
}
@media (max-width: 767px) {
  .site-path {
    padding: 10px 0;
  }
}
.content_main_block h1 {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .content_main_block h1 {
    padding: 0;
    line-height: 1.1;
  }
}
.filter_block {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 8px;
  background: #f3f6f9;
  margin-bottom: 8px;
}
.filter_block .filter_more_btn {
  display: flex;
  padding: 14px 28px;
  font-size: 17px;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .filter_block .filter_more_btn {
    display: flex;
  }
}
.filter_block form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: end;
  /*@media all and (min-width: 768px) {
        	height: 160px;
        	overflow: hidden;
        }
        
        @media all and (max-width: 767px) {
        	height: 116px;
        	overflow: hidden;
        }*/
}
.filter_block form .btn_button {
  padding: 14px 28px;
  font-size: 17px;
  justify-content: center;
  background-color: transparent;
}
@media (max-width: 767px) {
  .filter_block form .btn_button {
    width: 100%;
    border-width: 2px;
    padding: 9px;
    font-size: 10px;
  }
  .filter_block form .btn_button svg {
    display: none;
  }
}
.filter_block form .field {
  flex: 0 0 calc(20% - 7px);
  display: none;
}
.filter_block form .field .field_name {
  padding: 0 20px 6px;
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: rgba(17, 17, 17, 0.7);
}
.filter_block form .field.long {
  flex: 0 0 31%;
}
.filter_block form .field.dobl {
  flex: 0 0 27%;
}
.filter_block form .field.dobl .inner {
  display: flex;
  gap: 6px;
  position: relative;
}
.filter_block form .field.dobl .inner input {
  flex: 0 0 calc(50% - 3px);
  position: relative;
  max-width: 195px;
}
.filter_block form .field.dobl .inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto auto auto -4px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16C8 13.7909 6.20914 12 4 12C1.79086 12 0 13.7909 0 16V0C0 2.20914 1.79086 4 4 4C6.20914 4 8 2.20914 8 0V16Z' fill='white' /%3E%3C/svg%3E") 50% no-repeat;
  width: 8px;
  height: 16px;
  z-index: 1;
}
@media (min-width: 768px) {
  .filter_block form .field:nth-child(-n+9) {
    display: block;
  }
}
@media (max-width: 1800px) {
  .filter_block form .field {
    flex: 0 0 calc(33.33% - 6px);
  }
  .filter_block form .field.long {
    flex: 0 0 calc(33.33% - 6px);
  }
  .filter_block form .field.dobl {
    flex: 0 0 calc(50% - 96px);
  }
  .filter_block form .field.dobl .inner input {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .filter_block form .field {
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px);
  }
  .filter_block form .field:nth-child(-n+6) {
    display: block;
  }
  .filter_block form .field.long {
    flex: 0 0 calc(50% - 4px);
  }
  .filter_block form .field .field_name {
    font-size: 13px;
    padding: 0 12px 6px;
  }
  .filter_block form .field select, .filter_block form .field input {
    height: 32px;
    border-radius: 12px;
    padding-left: 12px;
  }
  .filter_block form .field.dobl {
    flex: 0 0 calc(50% - 4px);
  }
  .filter_block form .field.dobl .inner input {
    max-width: 100%;
    height: 32px;
    border-radius: 12px;
    padding-left: 12px;
  }
}
.filter_block.opened form {
  height: auto;
}
.filter_block.opened form .field {
  display: block;
}
.brand_slider_wr {
  margin-bottom: 24px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .brand_slider_wr {
    margin-bottom: 12px;
  }
}
.brand_slider_wr h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 27px;
  color: #111;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .brand_slider_wr h2 {
    font-size: 20px;
  }
}
.brand_slider_wr .brand_slider_inner {
  position: relative;
}
.brand_slider_wr .brand_slider_inner .swiper-slide {
  border: 1px solid rgba(0, 80, 74, 0.1);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  text-decoration: none;
  transition: all 0.3s;
  overflow: hidden;
}
.brand_slider_wr .brand_slider_inner .swiper-slide img {
  transition: all 0.3s;
  transform: scale(1);
}
.brand_slider_wr .brand_slider_inner .swiper-slide:hover {
  opacity: 0.8;
}
.brand_slider_wr .brand_slider_inner .swiper-slide:hover img {
  transform: scale(1.15);
}
.brand_slider_wr .arrows .arrow_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.brand_slider_wr .arrows .arrow_btn.prev {
  left: -22px;
}
.brand_slider_wr .arrows .arrow_btn.next {
  right: -22px;
}
@media (max-width: 1370px) {
  .brand_slider_wr .arrows .arrow_btn.prev {
    left: -12px;
  }
  .brand_slider_wr .arrows .arrow_btn.next {
    right: -12px;
  }
}
@media (max-width: 991px) {
  .brand_slider_wr .arrows .arrow_btn.prev {
    left: -10px;
  }
  .brand_slider_wr .arrows .arrow_btn.next {
    right: -10px;
  }
}
.card_block {
  display: flex;
  gap: 32px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 24px;
  padding: 32px;
  margin-top: 24px;
}
@media (max-width: 1350px) {
  .card_block {
    gap: 24px;
    padding: 24px;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .card_block {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .card_block {
    padding: 16px;
    margin-top: 16px;
  }
}
.card_block .gall_block {
  flex: 0 0 calc(50% - 16px);
  width: calc(50% - 16px);
  position: relative;
}
@media (max-width: 1024px) {
  .card_block .gall_block {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .card_block .gall_block {
    flex: 1;
    width: 100%;
  }
}
.card_block .gall_block .label {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  padding: 6px 12px;
  background: #da033d;
  font-weight: 700;
  font-size: 17px;
  color: var(--white);
  z-index: 2;
}
@media (max-width: 768px) {
  .card_block .gall_block .label {
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .card_block .gall_block .label {
    font-size: 14px;
    padding: 4px 8px;
  }
}
.card_block .gall_block .label_sold {
  border-radius: 12px;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 17px;
  z-index: 2;
}
@media (max-width: 768px) {
  .card_block .gall_block .label_sold {
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .card_block .gall_block .label_sold {
    font-size: 14px;
    padding: 4px 8px;
  }
}
.card_block .gall_block .gall-wrap {
  position: relative;
}
.card_block .gall_block .gall-wrap .arrows .arrow_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 480px) {
  .card_block .gall_block .gall-wrap .arrows .arrow_btn {
    width: 28px;
    height: 28px;
  }
}
.card_block .gall_block .gall-wrap .arrows .arrow_btn.prev {
  left: 0;
}
.card_block .gall_block .gall-wrap .arrows .arrow_btn.next {
  right: 0;
}
.card_block .gall_block .mySwiper_gall {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .card_block .gall_block .mySwiper_gall {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .card_block .gall_block .mySwiper_gall {
    margin-bottom: 16px;
  }
}
.card_block .gall_block .mySwiper_gall .swiper-slide {
  position: relative;
  padding-top: 75%;
}
.card_block .gall_block .mySwiper_gall .swiper-slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .card_block .gall_block .mySwiper_gall .swiper-slide img {
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .card_block .gall_block .mySwiper_gall .swiper-slide img {
    border-radius: 16px;
  }
}
.card_block .gall_block .thumbs {
  position: relative;
  padding: 0 56px;
}
@media (max-width: 1024px) {
  .card_block .gall_block .thumbs {
    padding: 0 48px;
  }
}
@media (max-width: 768px) {
  .card_block .gall_block .thumbs {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .card_block .gall_block .thumbs {
    padding: 0 32px;
  }
}
.card_block .gall_block .thumbs .swiper-slide {
  border: 4px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
.card_block .gall_block .thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 768px) {
  .card_block .gall_block .thumbs .swiper-slide {
    border-width: 3px;
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .card_block .gall_block .thumbs .swiper-slide {
    border-width: 2px;
    border-radius: 10px;
  }
}
.card_block .gall_block .thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: rgba(0, 80, 74, 0.5);
}
.card_block .params {
  display: flex;
  padding: 12px 32px 32px;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .card_block .params {
    padding: 12px 24px 24px;
    display: block;
  }
}
@media (max-width: 768px) {
  .card_block .params {
    padding: 12px 20px 20px;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .card_block .params {
    padding: 8px 16px 16px;
    gap: 12px;
  }
}
.card_block .params .col {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
@media (max-width: 480px) {
  .card_block .params .col {
    gap: 8px;
  }
}
.card_block .params .col .row {
  display: flex;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
  color: rgba(17, 17, 17, 0.7);
}
@media (max-width: 768px) {
  .card_block .params .col .row {
    font-size: 16px;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .card_block .params .col .row {
    font-size: 15px;
    flex-direction: column;
    gap: 4px;
  }
}
.card_block .params .col .row strong {
  font-weight: 700;
}
.card_block .detals_block {
  flex: 0 0 calc(50% - 16px);
  padding: 12px;
}
.card_block .detals_block.mob_block {
  display: none;
}
@media (max-width: 1024px) {
  .card_block .detals_block {
    flex: 0 0 calc(50% - 12px);
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .card_block .detals_block {
    flex: 1;
    padding: 0;
  }
  .card_block .detals_block.mob_block {
    display: block;
  }
  .card_block .detals_block .pc_block h1 {
    display: none;
  }
}
.card_block .detals_block h1 {
  margin-bottom: 32px;
  padding: 0;
  font-size: 28px;
}
@media (max-width: 1024px) {
  .card_block .detals_block h1 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .card_block .detals_block h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .card_block .detals_block h1 {
    font-size: 24px;
  }
}
.card_block .detals_block .price {
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 600;
  color: #111;
  line-height: 100%;
  display: flex;
  gap: 4px;
}
@media (max-width: 1024px) {
  .card_block .detals_block .price {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .card_block .detals_block .price {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .card_block .detals_block .price {
    margin-bottom: 16px;
  }
}
.card_block .detals_block .price .name {
  font-size: 27px;
}
@media (max-width: 1024px) {
  .card_block .detals_block .price .name {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .card_block .detals_block .price .name {
    font-size: 19px;
  }
}
.card_block .detals_block .price .current {
  font-size: 32px;
}
@media (max-width: 1024px) {
  .card_block .detals_block .price .current {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .card_block .detals_block .price .current {
    font-size: 24px;
  }
}
.card_block .detals_block .phone {
  display: flex;
  align-items: center;
  padding: 15px;
  justify-content: center;
  gap: 12px;
  background: #f3f6f9;
  border-radius: 12px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .card_block .detals_block .phone {
    margin-bottom: 24px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .card_block .detals_block .phone {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .card_block .detals_block .phone {
    margin-bottom: 16px;
    padding: 10px;
    gap: 8px;
  }
}
.card_block .detals_block .phone .name {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: rgba(17, 17, 17, 0.7);
}
@media (max-width: 480px) {
  .card_block .detals_block .phone .name {
    font-size: 12px;
  }
}
.card_block .detals_block .phone .tel {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 21px;
  line-height: 100%;
  color: #111;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .card_block .detals_block .phone .tel {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .card_block .detals_block .phone .tel {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .card_block .detals_block .phone .tel {
    font-size: 16px;
  }
}
.card_block .detals_block .phone .mass {
  display: flex;
  gap: 6px;
}
@media (max-width: 480px) {
  .card_block .detals_block .phone .mass {
    gap: 4px;
  }
}
.card_block .detals_block .phone .mass a {
  flex: 0 0 32px;
  text-decoration: none;
  font-size: 0;
}
@media (max-width: 480px) {
  .card_block .detals_block .phone .mass a {
    flex: 0 0 24px;
  }
}
.card_block .detals_block .action_row {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .card_block .detals_block .action_row {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .card_block .detals_block .action_row {
    margin-bottom: 16px;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .card_block .detals_block .action_row {
    gap: 12px;
    flex-wrap: wrap;
  }
}
.card_block .detals_block .action_row .id_block {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: rgba(17, 17, 17, 0.8);
}
@media (max-width: 480px) {
  .card_block .detals_block .action_row .id_block {
    font-size: 14px;
  }
}
.card_block .detals_block .favorite_btn_block {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 480px) {
  .card_block .detals_block .favorite_btn_block {
    gap: 8px;
  }
}
.card_block .detals_block .favorite_btn_block .name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: rgba(17, 17, 17, 0.8);
}
@media (max-width: 480px) {
  .card_block .detals_block .favorite_btn_block .name {
    font-size: 14px;
  }
}
.card_block .detals_block .favorite_btn_block .favorite_btn {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .card_block .detals_block .favorite_btn_block .favorite_btn {
    width: 28px;
    height: 28px;
  }
}
.card_block .detals_block .body {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #111;
  padding: 32px;
  border-radius: 12px;
  background: #f3f6f9;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .card_block .detals_block .body {
    padding: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .card_block .detals_block .body {
    padding: 20px;
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .card_block .detals_block .body {
    padding: 16px;
    font-size: 15px;
  }
}
.card_block .detals_block .shared {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 32px;
}
@media (max-width: 1024px) {
  .card_block .detals_block .shared {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .card_block .detals_block .shared {
    padding: 0 20px;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .card_block .detals_block .shared {
    padding: 0 16px;
    gap: 8px;
    flex-wrap: wrap;
  }
}
.card_block .detals_block .shared .name {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: rgba(17, 17, 17, 0.7);
}
@media (max-width: 480px) {
  .card_block .detals_block .shared .name {
    font-size: 14px;
  }
}
.card_block .detals_block .shared .social {
  display: flex;
  gap: 8px;
}
@media (max-width: 480px) {
  .card_block .detals_block .shared .social {
    gap: 6px;
  }
}
.card_block .detals_block .shared .social a {
  text-decoration: none;
  flex: 0 0 40px;
  font-size: 0;
}
@media (max-width: 480px) {
  .card_block .detals_block .shared .social a {
    flex: 0 0 36px;
  }
}
@media (max-width: 1200px) {
  .main_block_announ .right_main.card_page_right {
    padding-top: 20px !important;
  }
}
.main_block_announ .right_main.card_page_right .reklama_block_right {
  display: flex;
}
.privacy_text {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 125%;
  color: rgba(17, 17, 17, 0.7);
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .privacy_text {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.privacy_text a {
  color: #da033d;
  text-decoration: none;
}
.privacy_text a:hover {
  text-decoration: underline;
}
.privacy_text label {
  display: inline-block;
  position: relative;
  padding-left: 42px;
  cursor: pointer;
}
.privacy_text label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.privacy_text label i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid rgba(17, 17, 17, 0.5);
  border-radius: 6px;
  width: 30px;
  height: 30px;
}
.privacy_text label i:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 0;
  right: 0;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  margin: auto;
}
.privacy_text label input:checked + i {
  background: #DA033D;
  border-color: #DA033D;
}
.privacy_text label input:checked + i:before {
  opacity: 1;
}
.comments_section {
  padding: 32px 0;
}
@media (max-width: 768px) {
  .comments_section {
    padding: 0 0 12px;
  }
}
.comments_section .container {
  position: relative;
}
.comments_section h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 35px;
  color: #111;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .comments_section h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
@media (max-width: 480px) {
  .comments_section h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.comments_section .comments_wrapper {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .comments_section .comments_wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .comments_section .comments_wrapper {
    flex-direction: column;
  }
}
.comments_section .comments_list {
  flex: 0 0 calc(50% - 16px);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1200px) {
  .comments_section .comments_list {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 1024px) {
  .comments_section .comments_list {
    gap: 16px;
  }
}
.comments_section .comments_list .comment_item {
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 24px;
  padding: 32px;
  background: var(--white);
}
@media (max-width: 1024px) {
  .comments_section .comments_list .comment_item {
    padding: 24px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .comments_section .comments_list .comment_item {
    padding: 18px;
    border-radius: 16px;
  }
}
.comments_section .comments_list .comment_item .comment_header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 24px;
}
@media (max-width: 480px) {
  .comments_section .comments_list .comment_item .comment_header {
    margin-bottom: 12px;
  }
}
.comments_section .comments_list .comment_item .comment_header .author_name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 25px;
  color: #111;
}
@media (max-width: 768px) {
  .comments_section .comments_list .comment_item .comment_header .author_name {
    font-size: 15px;
  }
}
.comments_section .comments_list .comment_item .comment_header .comment_date {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 15px;
  color: #111;
}
@media (max-width: 767px) {
  .comments_section .comments_list .comment_item .comment_header .comment_date {
    font-size: 13px;
  }
}
.comments_section .comments_list .comment_item .comment_text {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 17px;
  color: #111;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .comments_section .comments_list .comment_item .comment_text {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.comments_section .comments_list .comment_item .admin_badge {
  border-radius: 12px;
  padding: 12px 24px;
  background: #f3f6f9;
  font-family: var(--third-family);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 19px;
  color: rgba(17, 17, 17, 0.7);
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .comments_section .comments_list .comment_item .admin_badge {
    font-size: 15px;
    padding: 6px 16px;
    bottom: 12px;
  }
}
.comments_section .comments_list .comment_item .admin_response {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 16px;
  color: #111;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .comments_section .comments_list .comment_item .admin_response {
    font-size: 13px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .comments_section .comments_list {
    flex-direction: row;
    gap: 12px;
    margin: 0 -12px;
    padding: 0 12px;
    overflow-x: auto;
  }
  .comments_section .comments_list .comment_item {
    flex: 0 0 300px;
  }
}
.comments_section .comment_form_block {
  flex: 0 0 calc(50% - 16px);
  background: #f3f6f9;
  border-radius: 24px;
  padding: 64px;
}
@media (max-width: 1200px) {
  .comments_section .comment_form_block {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 1024px) {
  .comments_section .comment_form_block {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .comments_section .comment_form_block {
    flex: 1;
    width: 100%;
    padding: 18px;
  }
}
.comments_section .comment_form_block h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 35px;
  line-height: 110%;
  color: #111;
  margin: 0 0 32px;
}
@media (max-width: 768px) {
  .comments_section .comment_form_block h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.comments_section .comment_form_block .comment_form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .comments_section .comment_form_block .comment_form {
    gap: 12px;
  }
}
.comments_section .comment_form_block .comment_form .field label {
  display: block;
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: rgba(17, 17, 17, 0.6);
  padding: 0 24px 6px;
}
@media (max-width: 768px) {
  .comments_section .comment_form_block .comment_form .field label {
    font-size: 13px;
    padding: 0 12px 6px;
  }
}
@media (max-width: 768px) {
  .comments_section .comment_form_block .comment_form .field input, .comments_section .comment_form_block .comment_form .field select {
    height: 44px;
    padding: 0 12px;
  }
}
.comments_section .comment_form_block .comment_form .field textarea {
  min-height: 140px;
  padding: 16px 20px;
  resize: vertical;
}
@media (max-width: 768px) {
  .comments_section .comment_form_block .comment_form .field textarea {
    min-height: 120px;
    padding: 12px 12px;
  }
}
.comments_section .comment_form_block .comment_form .field select {
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0635 5.65685L6.40743 11.2337L0.749768 5.65685' stroke='%23111111' stroke-opacity='0.7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") calc(100% - 20px) 50% no-repeat;
  padding-right: 38px;
}
.comments_section .comment_form_block .comment_form .privacy_text {
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .comments_section .comment_form_block .comment_form .privacy_text {
    margin-bottom: 12px;
  }
}
.comments_section .comment_form_block .comment_form .btn_button {
  width: 260px;
  justify-content: center;
}
@media (max-width: 768px) {
  .comments_section .comment_form_block .comment_form .btn_button {
    width: 100%;
    font-size: 21px;
    padding: 15px;
  }
}
.comments_section .load_more_btn {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .comments_section .load_more_btn {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -5px;
  }
  .comments_section .load_more_btn .btn_button {
    padding: 10px;
    font-size: 15px;
  }
  .comments_section .load_more_btn .btn_button span {
    display: none;
  }
  .comments_section .load_more_btn .btn_button:before {
    content: "Все";
  }
}
.upload_photos {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.upload_photos input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
}
@media (max-width: 480px) {
  .upload_photos {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.upload_photos .upload_btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 24px 24px;
  background: rgba(0, 80, 74, 0.1);
  border: none;
  border-radius: 16px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
  color: rgba(0, 80, 74, 0.8);
  cursor: pointer;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
@media (max-width: 480px) {
  .upload_photos .upload_btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.upload_photos .upload_btn:hover {
  background: rgba(0, 80, 74, 0.1);
}
.upload_photos .upload_btn svg {
  flex-shrink: 0;
}
.upload_photos .upload_limit {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(17, 17, 17, 0.5);
}
@media (max-width: 480px) {
  .upload_photos .upload_limit {
    font-size: 13px;
  }
}
.user_cabinet_section {
  padding: 0 0 24px;
}
.user_cabinet_section .g-button.btn_button.green {
  width: 100% !important;
}
.user_cabinet_section .g-auth__right-container .g-button.g-button--invert.btn_button {
  box-shadow: inset 0 0 0 1px #00504A;
  color: #00504A;
  width: 100%;
}
.user_cabinet_section .g-auth__right-container .g-button.g-button--invert.btn_button:hover {
  background: #00504A;
  color: #fff;
}
.user_cabinet_section .g-form-field {
  margin: 0;
}
.user_cabinet_section .g-form-field .g-form-field__title label {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .user_cabinet_section {
    padding: 0 0 20px;
  }
}
@media (max-width: 480px) {
  .user_cabinet_section {
    padding: 0 0 12px;
  }
}
.user_cabinet_section .cabinet_tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .user_cabinet_section .cabinet_tabs {
    /*margin: 0 -12px 6px;
        	padding: 0 12px 6px;
        	overflow-x: auto;*/
    flex-wrap: wrap;
  }
}
.user_cabinet_section .cabinet_tabs .tab_btn {
  padding: 10px 20px;
  background: var(--white);
  border: 1px solid rgba(0, 80, 74, 0.5);
  border-radius: 12px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #111;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 1540px) {
  .user_cabinet_section .cabinet_tabs .tab_btn {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  .user_cabinet_section .cabinet_tabs .tab_btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .user_cabinet_section .cabinet_tabs .tab_btn {
    padding: 10px 12px;
    font-size: 17px;
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  .user_cabinet_section .cabinet_tabs .tab_btn {
    width: 100%;
  }
}
.user_cabinet_section .cabinet_tabs .tab_btn:hover, .user_cabinet_section .cabinet_tabs .tab_btn.active {
  box-shadow: 0 10px 20px 0 rgba(0, 80, 74, 0.4);
  background: #00504A;
  color: #fff;
}
.user_cabinet_section .cabinet_content_wrapper {
  display: flex;
  gap: 32px;
}
@media (max-width: 1024px) {
  .user_cabinet_section .cabinet_content_wrapper {
    gap: 24px;
    flex-direction: column;
  }
}
.user_cabinet_section .cabinet_content {
  flex: 1;
}
.user_cabinet_section .cabinet_content .tab_content {
  display: none;
}
.user_cabinet_section .cabinet_content .tab_content.active {
  display: block;
}
.user_cabinet_section .cabinet_content .tab_content .content_block {
  width: 100%;
}
.user_cabinet_section .cabinet_content .content_block {
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 24px;
  padding: 53px;
  width: 100%;
}
@media (max-width: 1024px) {
  .user_cabinet_section .cabinet_content .content_block {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .user_cabinet_section .cabinet_content .content_block {
    padding: 12px;
    border-radius: 12px;
    width: 100%;
  }
}
.user_cabinet_section .cabinet_content .content_block .subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: rgba(17, 17, 17, 0.9);
}
@media (max-width: 480px) {
  .user_cabinet_section .cabinet_content .content_block .subtitle {
    font-size: 14px;
  }
}
.user_cabinet_section .cabinet_content .content_block h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #111;
  margin: 0 0 32px;
}
@media (max-width: 1024px) {
  .user_cabinet_section .cabinet_content .content_block h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .user_cabinet_section .cabinet_content .content_block h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.user_cabinet_section .cabinet_content .content_block .rules_text {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #111;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .user_cabinet_section .cabinet_content .content_block .rules_text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .user_cabinet_section .cabinet_content .content_block .rules_text {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.user_cabinet_section .cabinet_content .content_block .rules_text a {
  color: #DA033D;
  text-decoration: none;
}
.user_cabinet_section .cabinet_content .content_block .rules_text a:hover {
  text-decoration: underline;
}
.user_cabinet_section .user_form, .user_cabinet_section .listing_form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .user_cabinet_section .user_form, .user_cabinet_section .listing_form {
    gap: 12px;
  }
}
.user_cabinet_section .user_form .field label, .user_cabinet_section .listing_form .field label {
  display: block;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  color: rgba(17, 17, 17, 0.8);
  margin: 0 24px 6px;
}
@media (max-width: 480px) {
  .user_cabinet_section .user_form .field label, .user_cabinet_section .listing_form .field label {
    font-size: 14px;
    margin: 0 12px 6px;
  }
}
.user_cabinet_section .user_form .field .field_val, .user_cabinet_section .listing_form .field .field_val {
  width: 100%;
  border-radius: 12px;
  padding: 0 20px;
  background: var(--white);
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 48px;
  color: #111;
  outline: none;
}
@media (max-width: 768px) {
  .user_cabinet_section .user_form .field .field_val, .user_cabinet_section .listing_form .field .field_val {
    line-height: 44px;
  }
}
.user_cabinet_section .user_form .field input, .user_cabinet_section .user_form .field select, .user_cabinet_section .user_form .field textarea, .user_cabinet_section .user_form .field .field_val, .user_cabinet_section .listing_form .field input, .user_cabinet_section .listing_form .field select, .user_cabinet_section .listing_form .field textarea, .user_cabinet_section .listing_form .field .field_val {
  border: 1px solid rgba(17, 17, 17, 0.15);
  height: 48px;
}
@media (max-width: 768px) {
  .user_cabinet_section .user_form .field input, .user_cabinet_section .user_form .field select, .user_cabinet_section .user_form .field textarea, .user_cabinet_section .user_form .field .field_val, .user_cabinet_section .listing_form .field input, .user_cabinet_section .listing_form .field select, .user_cabinet_section .listing_form .field textarea, .user_cabinet_section .listing_form .field .field_val {
    height: 44px;
    border-radius: 12px;
    padding-left: 12px;
  }
}
.user_cabinet_section .user_form .checkbox_field, .user_cabinet_section .listing_form .checkbox_field {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 480px) {
  .user_cabinet_section .user_form .checkbox_field, .user_cabinet_section .listing_form .checkbox_field {
    gap: 8px;
  }
}
.user_cabinet_section .user_form .checkbox_field input[type="checkbox"], .user_cabinet_section .listing_form .checkbox_field input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .user_cabinet_section .user_form .checkbox_field input[type="checkbox"], .user_cabinet_section .listing_form .checkbox_field input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }
}
.user_cabinet_section .user_form .checkbox_field label, .user_cabinet_section .listing_form .checkbox_field label {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(17, 17, 17, 0.6);
  cursor: pointer;
}
@media (max-width: 480px) {
  .user_cabinet_section .user_form .checkbox_field label, .user_cabinet_section .listing_form .checkbox_field label {
    font-size: 13px;
  }
}
.user_cabinet_section .user_form .checkbox_field label a, .user_cabinet_section .listing_form .checkbox_field label a {
  color: #DA033D;
  text-decoration: none;
}
.user_cabinet_section .user_form .checkbox_field label a:hover, .user_cabinet_section .listing_form .checkbox_field label a:hover {
  text-decoration: underline;
}
.user_cabinet_section .user_form .btn_button, .user_cabinet_section .listing_form .btn_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: none;
  padding: 20px 32px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
  border-radius: 16px;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .user_cabinet_section .user_form .btn_button, .user_cabinet_section .listing_form .btn_button {
    font-size: 19px;
    padding: 18px 28px;
  }
}
@media (max-width: 480px) {
  .user_cabinet_section .user_form .btn_button, .user_cabinet_section .listing_form .btn_button {
    font-size: 17px;
    padding: 16px 24px;
    width: 100%;
  }
}
.user_cabinet_section .user_form .btn_button.red, .user_cabinet_section .listing_form .btn_button.red {
  background: #DA033D;
  color: var(--white);
}
.user_cabinet_section .user_form .btn_button.green, .user_cabinet_section .listing_form .btn_button.green {
  background: #00504A;
  color: var(--white);
}
.user_cabinet_section .user_form .btn_button:hover, .user_cabinet_section .listing_form .btn_button:hover {
  opacity: 0.8;
}
.user_cabinet_section .user_form .cf_fields, .user_cabinet_section .listing_form .cf_fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
@media (max-width: 767px) {
  .user_cabinet_section .user_form .cf_fields, .user_cabinet_section .listing_form .cf_fields {
    grid-template-columns: 1fr;
  }
}
.user_cabinet_section .listings_filters {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px;
  background: #f3f6f9;
  border-radius: 24px;
}
@media (max-width: 1200px) {
  .user_cabinet_section .listings_filters {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .user_cabinet_section .listings_filters {
    gap: 6px;
    padding: 6px;
    margin-bottom: 12px;
    flex-direction: column;
  }
}
.user_cabinet_section .listings_filters .reset_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 16px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 140%;
  text-align: center;
  color: rgba(17, 17, 17, 0.7);
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  justify-content: center;
}
.user_cabinet_section .listings_filters .reset_btn:hover {
  border-color: rgba(0, 80, 74, 0.3);
}
.user_cabinet_section .listings_filters .reset_btn svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .user_cabinet_section .listings_filters .reset_btn {
    width: 100%;
  }
}
.user_cabinet_section .listings_filters .sort_btn {
  width: 264px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 16px;
  padding: 18px 24px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .user_cabinet_section .listings_filters .sort_btn {
    width: 100%;
  }
}
.user_cabinet_section .listings_filters .sort_btn span {
  margin-right: auto;
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 17px;
  line-height: 125%;
  color: rgba(17, 17, 17, 0.7);
}
@media (max-width: 990px) {
  .user_cabinet_section .listings_filters .sort_btn {
    margin-right: 0;
    width: 100%;
  }
}
.user_cabinet_section .listings_filters .field input, .user_cabinet_section .listings_filters .field select {
  height: 63px;
  border: 1px solid rgba(17, 17, 17, 0.15);
}
.user_cabinet_section .listings_filters .field.search_group {
  flex: 0 1 480px;
}
.user_cabinet_section .listings_filters .field.select_group {
  flex: 0 1 480px;
}
@media (max-width: 1200px) {
  .user_cabinet_section .listings_filters .field.search_group, .user_cabinet_section .listings_filters .field.select_group {
    flex: 0 0 calc(50% - 150px);
  }
}
@media (max-width: 990px) {
  .user_cabinet_section .listings_filters .field {
    flex: none !important;
    width: 100% !important;
  }
}
.user_cabinet_section .listings_filters .btn_button {
  padding: 16px 32px;
  font-size: 21px;
}
@media (max-width: 768px) {
  .user_cabinet_section .listings_filters .btn_button {
    width: 100%;
    justify-content: center;
  }
}
.user_cabinet_section .listings_table .table_header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  margin: 0 24px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  color: rgba(17, 17, 17, 0.7);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}
@media (max-width: 1024px) {
  .user_cabinet_section .listings_table .table_header {
    padding: 14px 0;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .user_cabinet_section .listings_table .table_header {
    display: none;
  }
}
.user_cabinet_section .listings_table .table_header .table_col:nth-child(1) {
  flex: 0 0 120px;
}
@media (max-width: 1024px) {
  .user_cabinet_section .listings_table .table_header .table_col:nth-child(1) {
    flex: 0 0 100px;
  }
}
.user_cabinet_section .listings_table .table_header .table_col:nth-child(2) {
  flex: 1;
  padding-left: 40px;
}
.user_cabinet_section .listings_table .table_header .table_col:nth-child(3) {
  flex: 1;
}
@media (max-width: 1024px) {
  .user_cabinet_section .listings_table .table_header .table_col:nth-child(3) {
    flex: 0 0 160px;
  }
}
.user_cabinet_section .listings_table .table_header .table_col:nth-child(4) {
  flex: 0 0 160px;
  text-align: right;
}
@media (max-width: 1024px) {
  .user_cabinet_section .listings_table .table_header .table_col:nth-child(4) {
    flex: 0 0 140px;
  }
}
.user_cabinet_section .listings_table .table_header .table_col:nth-child(5) {
  flex: 0 0 24px;
}
.user_cabinet_section .listings_table .table_body {
  margin: 0 24px;
}
@media (max-width: 1024px) {
  .user_cabinet_section .listings_table .table_body {
    margin: 0;
  }
}
.user_cabinet_section .listings_table .table_body .table_row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #111;
  transition: background 0.3s;
}
@media (max-width: 1024px) {
  .user_cabinet_section .listings_table .table_body .table_row {
    padding: 16px 20px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .user_cabinet_section .listings_table .table_body .table_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 12px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 12px;
    margin-bottom: 12px;
  }
  .user_cabinet_section .listings_table .table_body .table_row:last-child {
    margin-bottom: 0;
  }
  .user_cabinet_section .listings_table .table_body .table_row .table_col {
    flex: none !important;
  }
}
.user_cabinet_section .listings_table .table_body .table_row:last-child {
  border-bottom: none;
}
.user_cabinet_section .listings_table .table_body .table_row .table_col span {
  display: none;
}
@media (max-width: 768px) {
  .user_cabinet_section .listings_table .table_body .table_row .table_col {
    display: flex;
    gap: 8px;
    width: 100%;
    font-size: 14px;
    text-align: right;
  }
  .user_cabinet_section .listings_table .table_body .table_row .table_col::before {
    content: attr(data-label);
    font-weight: 600;
    color: rgba(17, 17, 17, 0.6);
    flex-shrink: 0;
  }
  .user_cabinet_section .listings_table .table_body .table_row .table_col span {
    display: block;
    padding-right: 10px;
    flex: 1 1 auto;
    font-size: 12px;
    text-align: left;
  }
}
.user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(1) {
  flex: 0 0 120px;
}
@media (max-width: 1024px) {
  .user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(1) {
    flex: 0 0 100px;
  }
}
@media (max-width: 768px) {
  .user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(1) {
    flex: 1;
  }
}
.user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(2) {
  flex: 1;
  padding-left: 40px;
  position: relative;
}
.user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(2) .listing_row_thumb {
  display: flex;
  gap: 16px;
  align-items: center;
}
.user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(2) .listing_row_thumb img {
  max-width: 75px;
  object-fit: contain;
}
.user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(2) .btn_edit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 7H6C4.89543 7 4 7.89543 4 9V18C4 19.1046 4.89543 20 6 20H15C16.1046 20 17 19.1046 17 18V15' stroke='%23da033d' stroke-opacity='0.5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 15.0002H12L20.5 6.50023C21.3284 5.6718 21.3284 4.32865 20.5 3.50023C19.6716 2.6718 18.3284 2.6718 17.5 3.50023L9 12.0002V15.0002' stroke='%23da033d' stroke-opacity='0.5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 5L19 8' stroke='%23da033d' stroke-opacity='0.5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50% no-repeat;
}
@media (max-width: 768px) {
  .user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(2) {
    flex: 1;
    padding-left: 30px;
  }
  .user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(2) .btn_edit {
    margin: -2px 0 0;
  }
  .user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(2) .listing_row_thumb {
    flex-direction: column;
    gap: 10px;
    align-items: end;
  }
}
.user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(3) {
  flex: 1;
}
@media (max-width: 1024px) {
  .user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(3) {
    flex: 0 0 160px;
  }
}
@media (max-width: 768px) {
  .user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(3) {
    flex: 1;
  }
}
.user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(4) {
  flex: 0 0 160px;
  text-align: right;
}
@media (max-width: 1024px) {
  .user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(4) {
    flex: 0 0 140px;
  }
}
@media (max-width: 768px) {
  .user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(4) {
    flex: 1;
  }
}
.user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(5) {
  flex: 0 0 24px;
  text-align: right;
}
.user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(5) .del {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.083 6.00391C18.6334 6.04977 19.042 6.53263 18.9961 7.08301L18.1494 17.249C18.0199 18.8038 16.7202 19.9998 15.1602 20H4.83984C3.27977 19.9998 1.98015 18.8038 1.85059 17.249L1.00391 7.08301C0.958041 6.53263 1.36662 6.04977 1.91699 6.00391C2.46737 5.95804 2.95023 6.36662 2.99609 6.91699L3.84375 17.083C3.88693 17.6012 4.31994 17.9998 4.83984 18H15.1602C15.6801 17.9998 16.1131 17.6012 16.1562 17.083L17.0039 6.91699C17.0498 6.36662 17.5326 5.95804 18.083 6.00391ZM10 7C10.5523 7 11 7.44772 11 8V15C11 15.5523 10.5523 16 10 16C9.44771 16 9 15.5523 9 15V8C9 7.44772 9.44771 7 10 7ZM10 0C10.5523 0 11 0.447715 11 1V2H19C19.5523 2 20 2.44772 20 3C20 3.55228 19.5523 4 19 4H1C0.447715 4 0 3.55228 0 3C0 2.44772 0.447715 2 1 2H9V1C9 0.447715 9.44771 0 10 0Z' fill='%23111111' fill-opacity='0.5'/%3E%3C/svg%3E%0A") 50% no-repeat;
  cursor: pointer;
}
@media (max-width: 768px) {
  .user_cabinet_section .listings_table .table_body .table_row .table_col:nth-child(5) {
    flex: 1;
  }
}
.user_cabinet_section .cabinet_sidebar {
  flex: 0 0 440px;
  width: 440px;
  display: flex;
  flex-direction: column;
  padding: 52px;
  background: #f3f6f9;
  border-radius: 24px;
}
@media (max-width: 1200px) {
  .user_cabinet_section .cabinet_sidebar {
    flex: 0 0 340px;
    width: 340px;
    padding: 32px;
  }
}
@media (max-width: 1024px) {
  .user_cabinet_section .cabinet_sidebar {
    flex: none;
    width: 100%;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .user_cabinet_section .cabinet_sidebar {
    flex: none;
    width: 100%;
    padding: 12px;
  }
}
.user_cabinet_section .cabinet_sidebar .status_card {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .user_cabinet_section .cabinet_sidebar .status_card {
    margin-bottom: 24px;
  }
}
.user_cabinet_section .cabinet_sidebar .status_card:last-child {
  margin-bottom: 0;
}
.user_cabinet_section .cabinet_sidebar .status_card h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 25px;
  line-height: 110%;
  color: #111;
  margin: 0;
}
@media (max-width: 767px) {
  .user_cabinet_section .cabinet_sidebar .status_card h3 {
    font-size: 18px;
  }
}
.user_cabinet_section .cabinet_sidebar .status_card p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 25px;
  line-height: 110%;
  color: #111;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .user_cabinet_section .cabinet_sidebar .status_card p {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.user_cabinet_section .cabinet_sidebar .status_card .btn_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 22px 57px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
  border-radius: 16px;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  white-space: nowrap;
}
.user_cabinet_section .cabinet_sidebar .status_card .btn_button span {
  font-size: 32px;
}
@media (max-width: 1024px) {
  .user_cabinet_section .cabinet_sidebar .status_card .btn_button {
    font-size: 16px;
    padding: 16px 20px;
  }
  .user_cabinet_section .cabinet_sidebar .status_card .btn_button span {
    font-size: 20px;
  }
}
.user_cabinet_section .cabinet_sidebar .status_card .btn_button.border_red {
  border: 2px solid #da033d;
  background: #fff;
}
.user_cabinet_section .cabinet_sidebar .status_card .btn_button:hover {
  opacity: 0.8;
}
.tariffs_section {
  padding: 12px 0;
}
.tariffs_section .tariff_block {
  background: rgba(17, 17, 17, 0.03);
  border-radius: 24px;
  padding: 52px;
  margin-bottom: 24px;
}
@media (max-width: 1280px) {
  .tariffs_section .tariff_block {
    padding: 32px;
  }
}
@media (max-width: 1024px) {
  .tariffs_section .tariff_block {
    padding: 24px;
    border-radius: 20px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .tariffs_section .tariff_block {
    padding: 20px;
    border-radius: 16px;
  }
}
.tariffs_section .tariff_block:last-child {
  margin-bottom: 0;
}
.tariffs_section .tariff_block .tariff_head {
  padding: 10px 10px 0;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .tariffs_section .tariff_block .tariff_head {
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .tariffs_section .tariff_block .tariff_head {
    margin-bottom: 20px;
  }
}
.tariffs_section .tariff_block .tariff_head h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  color: #00504a;
  margin: 0 0 12px;
}
@media (max-width: 1024px) {
  .tariffs_section .tariff_block .tariff_head h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .tariffs_section .tariff_block .tariff_head h2 {
    margin-bottom: 12px;
  }
}
.tariffs_section .tariff_block .tariff_head h2 span {
  color: #00504a;
}
.tariffs_section .tariff_block .tariff_head p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #111;
  max-width: 580px;
}
@media (max-width: 768px) {
  .tariffs_section .tariff_block .tariff_head p {
    font-size: 16px;
    max-width: 100%;
  }
}
.tariffs_section .tariff_block .tariff_cards {
  display: flex;
  gap: 24px;
}
@media (max-width: 1280px) {
  .tariffs_section .tariff_block .tariff_cards {
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  .tariffs_section .tariff_block .tariff_cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .tariffs_section .tariff_block .tariff_cards {
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .tariffs_section .tariff_block .tariff_cards {
    flex-direction: column;
    gap: 12px;
  }
}
.tariffs_section .tariff_block .tariff_cards .tariff_card {
  flex: 1;
  background: var(--white);
  border-radius: 24px;
  padding: 52px;
  border: 2px solid transparent;
  transition: all 0.3s;
}
@media (max-width: 1280px) {
  .tariffs_section .tariff_block .tariff_cards .tariff_card {
    padding: 24px;
    border-radius: 16px;
  }
}
@media (max-width: 1024px) {
  .tariffs_section .tariff_block .tariff_cards .tariff_card {
    flex: none;
    width: 100%;
    padding: 18px;
  }
}
@media (max-width: 768px) {
  .tariffs_section .tariff_block .tariff_cards .tariff_card {
    flex: 0 0 calc(50% - 8px);
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .tariffs_section .tariff_block .tariff_cards .tariff_card {
    flex: 1 1 100%;
  }
}
.tariffs_section .tariff_block .tariff_cards .tariff_card:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 80, 74, 0.25);
  background: var(--abkhaz-shop.com-white);
  border-color: rgba(0, 80, 74, 0.5);
}
.tariffs_section .tariff_block .tariff_cards .tariff_card.highlighted {
  background: #ffe8ee;
}
.tariffs_section .tariff_block .tariff_cards .tariff_card.highlighted:hover {
  border-color: rgba(150, 4, 43, 0.5);
}
.tariffs_section .tariff_block .tariff_cards .tariff_card .tariff_period {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .tariffs_section .tariff_block .tariff_cards .tariff_card .tariff_period {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .tariffs_section .tariff_block .tariff_cards .tariff_card .tariff_period {
    margin-bottom: 12px;
  }
}
.tariffs_section .tariff_block .tariff_cards .tariff_card .tariff_period strong {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  color: #111;
}
@media (max-width: 1024px) {
  .tariffs_section .tariff_block .tariff_cards .tariff_card .tariff_period strong {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .tariffs_section .tariff_block .tariff_cards .tariff_card .tariff_period strong {
    font-size: 19px;
  }
}
.tariffs_section .tariff_block .tariff_cards .tariff_card .tariff_period span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 110%;
  color: #111;
  display: block;
  padding-top: 6px;
}
@media (max-width: 768px) {
  .tariffs_section .tariff_block .tariff_cards .tariff_card .tariff_period span {
    font-size: 13px;
  }
}
.tariffs_section .tariff_block .tariff_cards .tariff_card .tariff_price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #111;
  margin-bottom: 24px;
}
@media (max-width: 1280px) {
  .tariffs_section .tariff_block .tariff_cards .tariff_card .tariff_price {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .tariffs_section .tariff_block .tariff_cards .tariff_card .tariff_price {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.tariffs_section .tariff_block .tariff_cards .tariff_card .btn_button {
  padding: 20px;
  font-size: 18px;
  width: 100%;
  background: #96042B;
  display: block;
  text-align: center;
}
.tariffs_section .tariff_block .tariff_cards .tariff_card .btn_button:hover {
  opacity: 0.85;
}
@media (max-width: 700px) {
  .inner_page_wrap .reklama_block_hor {
    display: flex;
  }
  .inner_page_wrap .reklama_block_hor a, .inner_page_wrap .reklama_block_hor div {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 767px) {
  .inner_page_wrap .reklama_block_right {
    display: none;
  }
  .inner_page_wrap .news_list {
    padding-bottom: 12px;
    margin-left: -12px;
    margin-right: -12px;
    width: auto;
  }
  .inner_page_wrap .news_list .title {
    display: flex;
  }
  .inner_page_wrap .news_list .title h2 {
    text-align: left;
  }
  .inner_page_wrap .news_list .title .btn_button {
    width: auto;
    position: static;
    margin: 0;
  }
  .inner_page_wrap .news_list .inner .item {
    flex: 0 0 200px;
  }
  .inner_page_wrap .news_block_wr, .inner_page_wrap .preim_block {
    padding-bottom: 12px;
  }
  .inner_page_wrap .news_block_wr .title_block_ann, .inner_page_wrap .preim_block .title_block_ann {
    display: flex;
  }
  .inner_page_wrap .news_block_wr .title_block_ann h2, .inner_page_wrap .preim_block .title_block_ann h2 {
    text-align: left;
  }
  .inner_page_wrap .news_block_wr .title_block_ann h2:after, .inner_page_wrap .preim_block .title_block_ann h2:after {
    display: none;
  }
  .inner_page_wrap .news_block_wr .title_block_ann .btn_button, .inner_page_wrap .preim_block .title_block_ann .btn_button {
    width: auto;
    position: static;
    margin: 0;
  }
  .inner_page_wrap .news_block_wr .title_block_ann .btn_button span, .inner_page_wrap .preim_block .title_block_ann .btn_button span {
    display: none;
  }
  .inner_page_wrap .news_block_wr .title_block_ann .btn_button:before, .inner_page_wrap .preim_block .title_block_ann .btn_button:before {
    content: "Все";
  }
}
.main_block_announ .right_main.card_page_right {
  padding-top: 63px;
}
@media (max-width: 768px) {
  .hide_mobile {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hide_pc {
    display: none !important;
  }
}
.loaction_btn {
  display: inline-block;
  vertical-align: top;
  padding-left: 42px;
  position: relative;
  text-decoration: none;
  color: #DA033D;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
}
.loaction_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  margin: auto;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L5.19479 21.2122C4.62919 22.5319 5.59725 24 7.03308 24H22.9669C24.4028 24 25.3708 22.5319 24.8052 21.2122L23 17' stroke='%23DA033D' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21 10C21 13.2385 17.8925 16.477 16.1502 18.0382C15.4882 18.6314 14.5118 18.6314 13.8498 18.0382C12.1075 16.477 9 13.2385 9 10C9 6.68629 11.6863 4 15 4C18.3137 4 21 6.68629 21 10Z' stroke='%23DA033D' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='15' cy='10' r='2' fill='%23DA033D'/%3E%3C/svg%3E%0A") 50% no-repeat;
}
.loaction_btn span {
  border-bottom: 1px dashed #DA033D;
}
.loaction_btn:hover span {
  border-color: transparent;
}
#my-listings .listings_table .table_body .gr-preloader-holder {
  pointer-events: none;
}
.edit_photos_preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.edit_photos_preview .preview_item {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.edit_photos_preview .preview_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
}
.edit_photos_preview .preview_remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #c00;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 0;
}
.hidden {
  display: none !important;
}
#add-listing .dop_fields_wr .fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  #add-listing .dop_fields_wr .fields {
    gap: 12px;
  }
}
#form_g-user-register .g-form-field label {
  display: block;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  color: rgba(17, 17, 17, 0.8);
  margin: 0 24px 6px;
}
@media (max-width: 480px) {
  #form_g-user-register .g-form-field label {
    font-size: 14px;
    margin: 0 12px 6px;
  }
}
#form_g-user-register .g-form-field .g-form-field__value {
  width: 100%;
}
#form_g-user-register .g-form-field input, #form_g-user-register .g-form-field select, #form_g-user-register .g-form-field textarea {
  border: 1px solid rgba(17, 17, 17, 0.15);
  height: 48px;
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 768px) {
  #form_g-user-register .g-form-field input, #form_g-user-register .g-form-field select, #form_g-user-register .g-form-field textarea {
    height: 44px;
    border-radius: 12px;
    padding-left: 12px;
  }
}
#form_g-user-register .checkbox_field {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 480px) {
  #form_g-user-register .checkbox_field {
    gap: 8px;
  }
}
#form_g-user-register .checkbox_field input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  #form_g-user-register .checkbox_field input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }
}
#form_g-user-register .checkbox_field label {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(17, 17, 17, 0.6);
  cursor: pointer;
}
@media (max-width: 480px) {
  #form_g-user-register .checkbox_field label {
    font-size: 13px;
  }
}
#form_g-user-register .checkbox_field label a {
  color: #DA033D;
  text-decoration: none;
}
#form_g-user-register .checkbox_field label a:hover {
  text-decoration: underline;
}
#form_g-user-register .g-button.g-user__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: none;
  padding: 20px 32px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  border-radius: 16px;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background: #00504A;
  color: var(--white);
}
@media (max-width: 768px) {
  #form_g-user-register .g-button.g-user__button {
    font-size: 19px;
    padding: 18px 28px;
  }
}
@media (max-width: 480px) {
  #form_g-user-register .g-button.g-user__button {
    font-size: 17px;
    padding: 16px 24px;
    width: 100%;
  }
}
#form_g-user-register .g-button.g-user__button:hover {
  opacity: 0.8;
}
#form_g-user-register .g-form-field .g-form-field__title {
  display: inline-block;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  color: rgba(17, 17, 17, 0.8);
  margin: 0 24px 6px;
  width: auto;
  position: relative;
}
#form_g-user-register .g-form-field .g-form-field__title .g-tooltip {
  position: absolute;
  top: 4px;
  right: 0;
}
@media (max-width: 480px) {
  #form_g-user-register .g-form-field .g-form-field__title {
    font-size: 14px;
    margin: 0 12px 6px;
  }
}
#form_g-user-register .g-form-field .g-form-field__value {
  display: block;
}
#form_g-user-register .g-form-field input {
  width: 100%;
  border-radius: 12px;
  padding: 0 20px;
  background: var(--white);
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 74px;
  color: #111;
  outline: none;
  height: 48px;
}
@media (max-width: 768px) {
  #form_g-user-register .g-form-field input {
    height: 44px;
    border-radius: 12px;
    padding-left: 12px;
    line-height: 44px;
  }
}
.modal_folder_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  transition: transform 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  padding: 40px 20px 50px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.15);
  z-index: 9;
  max-height: 100vh;
  overflow-y: auto;
}
@media (min-width: 1201px) {
  .modal_folder_block {
    height: 100vh;
  }
}
.modal_folder_block.opened {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.modal_folder_block.expanded {
  transform: translateY(0);
}
.modal_folder_block .action_button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 12px;
  height: 6px;
  width: 60px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}
.modal_folder_block .action_button:hover {
  background: rgba(0, 0, 0, 0.4);
}
.modal_folder_block .close_folder {
  position: absolute;
  top: 0px;
  right: 18px;
  width: 94px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4142 10L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L10 11.4142L5.70711 15.7071C5.31658 16.0976 4.68342 16.0976 4.29289 15.7071C3.90237 15.3166 3.90237 14.6834 4.29289 14.2929L8.58579 10L4.29289 5.70711C3.90237 5.31658 3.90237 4.68342 4.29289 4.29289C4.68342 3.90237 5.31658 3.90237 5.70711 4.29289L10 8.58579L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L11.4142 10Z' fill='%23000000' /%3E%3C/svg%3E") 100% 50% no-repeat;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.modal_folder_block .close_folder:before {
  content: "Закрыть";
  font-size: 16px;
  color: #000;
}
.modal-folder-open {
  overflow: hidden;
}
.modal_folder_block .category_list {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
  gap: 10px;
  border-radius: 24px;
  background: #f3f6f9;
}
@media (max-width: 1000px) {
  .modal_folder_block .category_list {
    gap: 4px;
    padding: 0 0 8px;
    background: none;
  }
}
.modal_folder_block .category_list .more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  gap: 12px;
  background: var(--white);
  border-radius: 16px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #da033d;
  text-decoration: none;
  transition: all 0.3s;
  flex: 1 1 auto;
}
@media (max-width: 1410px) {
  .modal_folder_block .category_list .more {
    flex: 0 0 calc(25% - 9px);
  }
}
@media (max-width: 1000px) {
  .modal_folder_block .category_list .more {
    font-size: 13px;
    padding: 12px;
    flex: 0 0 calc(25% - 3px);
    background: rgba(141, 145, 201, 0.1);
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .modal_folder_block .category_list .more {
    flex: 1 1 auto;
  }
}
.modal_folder_block .category_list .more:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 80, 74, 0.4);
  background: #DA033D;
  color: #fff;
}
.modal_folder_block .category_list .more:hover svg path {
  fill: #fff;
}
.modal_folder_block .category_list .item {
  flex: 0 0 calc(100% / 7 - 9px);
  padding: 14px;
  background: var(--white);
  border-radius: 16px;
  font-family: var(--third-family);
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.modal_folder_block .category_list .item .top {
  display: flex;
  padding-bottom: 4px;
  gap: 6px;
  margin-bottom: auto;
}
.modal_folder_block .category_list .item .name {
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  color: #111;
  transition: all 0.3s;
}
.modal_folder_block .category_list .item .label {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #da033d;
  margin-left: auto;
  transition: all 0.3s;
}
.modal_folder_block .category_list .item .bottom {
  padding-top: 30px;
  display: flex;
  align-items: end;
  gap: 10px;
}
.modal_folder_block .category_list .item .image {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-self: center;
  position: relative;
}
.modal_folder_block .category_list .item .image:before {
  content: "";
  position: absolute;
  top: -23px;
  right: -10px;
  border-radius: 16px;
  width: 70px;
  height: 70px;
  box-shadow: inset 0 2px 5px 0 var(--black-30);
  background: rgba(141, 145, 201, 0.1);
}
.modal_folder_block .category_list .item .image img {
  object-fit: contain;
  position: relative;
}
.modal_folder_block .category_list .item .count {
  font-weight: 600;
  font-size: 13px;
  line-height: 130%;
  color: #00504a;
  transition: all 0.3s;
  margin-left: auto;
}
@media (max-width: 1410px) {
  .modal_folder_block .category_list .item {
    padding: 12px;
    flex: 0 0 calc(25% - 9px);
  }
  .modal_folder_block .category_list .item .name {
    font-size: 15px;
  }
  .modal_folder_block .category_list .item .label {
    font-size: 13px;
  }
  .modal_folder_block .category_list .item .top {
    padding-bottom: 6px;
  }
  .modal_folder_block .category_list .item .image:before {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
  .modal_folder_block .category_list .item .bottom {
    padding-top: 0;
  }
}
@media (max-width: 1280px) {
  .modal_folder_block .category_list .item {
    flex: 0 0 calc(25% - 9px);
  }
}
@media (max-width: 1000px) {
  .modal_folder_block .category_list .item {
    padding: 12px;
    background: rgba(141, 145, 201, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(25% - 3px);
    position: relative;
  }
  .modal_folder_block .category_list .item .top {
    order: 1;
    padding: 0;
  }
  .modal_folder_block .category_list .item .bottom {
    margin-bottom: 6px;
  }
  .modal_folder_block .category_list .item .image {
    width: 32px;
    height: 32px;
  }
  .modal_folder_block .category_list .item .image:before {
    display: none;
  }
  .modal_folder_block .category_list .item .label {
    position: absolute;
    top: 13px;
    left: 22px;
    font-size: 10px;
  }
  .modal_folder_block .category_list .item .name {
    font-size: 13px;
  }
  .modal_folder_block .category_list .item .count {
    display: none;
  }
}
@media (max-width: 767px) {
  .modal_folder_block .category_list .item {
    flex: 0 0 calc(33.33% - 3px);
  }
}
@media (max-width: 425px) {
  .modal_folder_block .category_list .item .name {
    font-size: 10px;
  }
}
.modal_folder_block .category_list .item:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 80, 74, 0.4);
  background: #DA033D;
}
.modal_folder_block .category_list .item:hover .label, .modal_folder_block .category_list .item:hover .name, .modal_folder_block .category_list .item:hover .count {
  color: #fff;
}
.menu_burger {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 9;
  transition: all 0.3s;
  visibility: hidden;
  font-size: 0;
  opacity: 0;
  background: #fff;
  overflow: hidden;
}
.menu_burger .menu_scroll {
  position: absolute;
  top: 0;
  bottom: 44px;
  transition: all 0.3s;
  left: 0;
  right: 0;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .menu_burger .menu_scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .menu_burger .menu_scroll::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  .menu_burger .menu_scroll::-webkit-scrollbar-thumb {
    height: 100px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 640px) {
  .menu_burger .menu_scroll {
    width: 100%;
  }
}
.menu_burger.opened {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1025px) {
  .menu_burger .menu_items {
    position: absolute;
    top: 0;
    left: 0;
    right: 16px;
    bottom: 0;
  }
  .menu_burger .menu_items .name_parent {
    display: none;
  }
  .menu_burger .menu_items > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 273px;
  }
  .menu_burger .menu_items > ul > li:last-child {
    border: none;
  }
  .menu_burger .menu_items > ul > li > a {
    display: block;
    padding: 21px 36px 21px 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: var(--gray-gray-900);
    border-radius: 12px;
    transition: all 0.3s;
    position: relative;
  }
  .menu_burger .menu_items > ul > li > a .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18.9403C11.8013 18.9414 11.6069 18.8834 11.4413 18.7736C11.2758 18.6638 11.1468 18.5072 11.0706 18.3237C10.9944 18.1403 10.9746 17.9383 11.0137 17.7436C11.0527 17.5488 11.1489 17.3701 11.29 17.2303L16.52 12.0003L11.29 6.77025C11.1037 6.58289 10.9992 6.32944 10.9992 6.06525C10.9992 5.80107 11.1037 5.54761 11.29 5.36025C11.3829 5.26652 11.4935 5.19213 11.6154 5.14136C11.7372 5.09059 11.8679 5.06445 12 5.06445C12.132 5.06445 12.2627 5.09059 12.3845 5.14136C12.5064 5.19213 12.617 5.26652 12.71 5.36025L18.64 11.2903C18.7344 11.3829 18.8096 11.4933 18.8611 11.6152C18.9126 11.7371 18.9394 11.8679 18.94 12.0003C18.9394 12.1326 18.9126 12.2634 18.8611 12.3853C18.8096 12.5072 18.7344 12.6176 18.64 12.7103L12.71 18.6403C12.6173 18.7347 12.5069 18.8099 12.385 18.8614C12.2631 18.9129 12.1323 18.9397 12 18.9403Z' fill='%23D7D9DA' /%3E%3Cpath opacity='0.3' d='M17.9396 13H6.05957C5.79435 13 5.54 12.8946 5.35246 12.7071C5.16493 12.5196 5.05957 12.2652 5.05957 12C5.05957 11.7348 5.16493 11.4804 5.35246 11.2929C5.54 11.1054 5.79435 11 6.05957 11H17.9396C18.2048 11 18.4591 11.1054 18.6467 11.2929C18.8342 11.4804 18.9396 11.7348 18.9396 12C18.9396 12.2652 18.8342 12.5196 18.6467 12.7071C18.4591 12.8946 18.2048 13 17.9396 13Z' fill='%23D7D9DA' /%3E%3C/svg%3E") calc(100% - 16px) 50% no-repeat;
    transition: all 0.3s;
  }
  .menu_burger .menu_items > ul > li > a:hover {
    color: var(--primary-primary);
  }
  .menu_burger .menu_items > ul > li > a:hover .arrow {
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18.9403C11.8013 18.9414 11.6069 18.8834 11.4413 18.7736C11.2758 18.6638 11.1468 18.5072 11.0706 18.3237C10.9944 18.1403 10.9746 17.9383 11.0137 17.7436C11.0527 17.5488 11.1489 17.3701 11.29 17.2303L16.52 12.0003L11.29 6.77025C11.1037 6.58289 10.9992 6.32944 10.9992 6.06525C10.9992 5.80107 11.1037 5.54761 11.29 5.36025C11.3829 5.26652 11.4935 5.19213 11.6154 5.14136C11.7372 5.09059 11.8679 5.06445 12 5.06445C12.132 5.06445 12.2627 5.09059 12.3845 5.14136C12.5064 5.19213 12.617 5.26652 12.71 5.36025L18.64 11.2903C18.7344 11.3829 18.8096 11.4933 18.8611 11.6152C18.9126 11.7371 18.9394 11.8679 18.94 12.0003C18.9394 12.1326 18.9126 12.2634 18.8611 12.3853C18.8096 12.5072 18.7344 12.6176 18.64 12.7103L12.71 18.6403C12.6173 18.7347 12.5069 18.8099 12.385 18.8614C12.2631 18.9129 12.1323 18.9397 12 18.9403Z' fill='%231CA345' /%3E%3Cpath opacity='0.3' d='M17.9396 13H6.05957C5.79435 13 5.54 12.8946 5.35246 12.7071C5.16493 12.5196 5.05957 12.2652 5.05957 12C5.05957 11.7348 5.16493 11.4804 5.35246 11.2929C5.54 11.1054 5.79435 11 6.05957 11H17.9396C18.2048 11 18.4591 11.1054 18.6467 11.2929C18.8342 11.4804 18.9396 11.7348 18.9396 12C18.9396 12.2652 18.8342 12.5196 18.6467 12.7071C18.4591 12.8946 18.2048 13 17.9396 13Z' fill='%231CA345' /%3E%3C/svg%3E") calc(100% - 16px) 50% no-repeat;
  }
  .menu_burger .menu_items > ul > li > ul {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 273px;
    padding: 0 0 0 55px;
    margin: 15px 0;
    display: none;
    overflow-y: scroll;
    font-size: 0;
  }
  .menu_burger .menu_items > ul > li > ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .menu_burger .menu_items > ul > li > ul::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  .menu_burger .menu_items > ul > li > ul::-webkit-scrollbar-thumb {
    height: 100px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .menu_burger .menu_items > ul > li > ul > li.name_parent {
    width: 100%;
    display: block;
    margin-bottom: 56px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.01em;
    padding-left: 28px;
    color: var(--gray-gray-900);
  }
  .menu_burger .menu_items > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-bottom: 32px;
  }
  .menu_burger .menu_items > ul > li > ul > li > a {
    padding: 0 28px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: var(--gray-gray-900);
    transition: all 0.3s;
    position: relative;
    text-decoration: none;
  }
  .menu_burger .menu_items > ul > li > ul > li > a .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_71_9115)'%3E%3Cpath d='M6.66699 11.3337L10.0003 8.00033L6.66699 4.66699V11.3337Z' fill='%23222222' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_71_9115'%3E%3Crect width='16' height='16' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;
    margin: auto;
    transition: all 0.3s;
  }
  .menu_burger .menu_items > ul > li > ul > li > a:hover {
    color: var(--primary-primary);
  }
  .menu_burger .menu_items > ul > li > ul > li > a:hover .arrow {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_71_9115)'%3E%3Cpath d='M6.66699 11.3337L10.0003 8.00033L6.66699 4.66699V11.3337Z' fill='%231CA345' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_71_9115'%3E%3Crect width='16' height='16' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;
  }
  .menu_burger .menu_items > ul > li > ul > li ul {
    display: none;
    padding: 32px 28px 0;
    margin: 0;
    list-style: none;
  }
  .menu_burger .menu_items > ul > li > ul > li ul li a {
    padding: 8px 0 8px 24px;
    text-decoration: none;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 133%;
    color: var(--gray-gray-600);
    position: relative;
    text-decoration: none;
    transition: all 0.3s;
  }
  .menu_burger .menu_items > ul > li > ul > li ul li a .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_71_9115)'%3E%3Cpath d='M6.66699 11.3337L10.0003 8.00033L6.66699 4.66699V11.3337Z' fill='%23222222' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_71_9115'%3E%3Crect width='16' height='16' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;
    margin: auto;
    transition: all 0.3s;
  }
  .menu_burger .menu_items > ul > li > ul > li ul li a:hover {
    color: var(--gray-gray-900);
  }
  .menu_burger .menu_items > ul > li > ul > li ul li ul {
    padding: 10px 20px;
  }
  .menu_burger .menu_items > ul > li > ul > li ul li.hasSubmenu > a {
    color: var(--primary-primary);
  }
  .menu_burger .menu_items > ul > li > ul > li ul li.hasSubmenu > a .arrow {
    transform: rotate(90deg);
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_71_9115)'%3E%3Cpath d='M6.66699 11.3337L10.0003 8.00033L6.66699 4.66699V11.3337Z' fill='%231CA345' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_71_9115'%3E%3Crect width='16' height='16' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;
  }
  .menu_burger .menu_items > ul > li > ul > li ul li.hasSubmenu > ul {
    display: block;
  }
  .menu_burger .menu_items > ul > li > ul > li ul li.active > a {
    color: var(--primary-primary);
  }
  .menu_burger .menu_items > ul > li > ul > li ul li.active > a .arrow {
    transform: rotate(90deg);
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_71_9115)'%3E%3Cpath d='M6.66699 11.3337L10.0003 8.00033L6.66699 4.66699V11.3337Z' fill='%231CA345' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_71_9115'%3E%3Crect width='16' height='16' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;
  }
  .menu_burger .menu_items > ul > li > ul > li ul li.active > ul {
    display: block;
  }
  .menu_burger .menu_items > ul > li > ul > li.hasSubmenu > a {
    color: var(--primary-primary);
  }
  .menu_burger .menu_items > ul > li > ul > li.hasSubmenu > a .arrow {
    transform: rotate(90deg);
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_71_9115)'%3E%3Cpath d='M6.66699 11.3337L10.0003 8.00033L6.66699 4.66699V11.3337Z' fill='%231CA345' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_71_9115'%3E%3Crect width='16' height='16' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;
  }
  .menu_burger .menu_items > ul > li > ul > li.hasSubmenu > ul {
    display: block;
  }
  .menu_burger .menu_items > ul > li > ul > li.active > a {
    color: var(--primary-primary);
  }
  .menu_burger .menu_items > ul > li > ul > li.active > a .arrow {
    transform: rotate(90deg);
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_71_9115)'%3E%3Cpath d='M6.66699 11.3337L10.0003 8.00033L6.66699 4.66699V11.3337Z' fill='%231CA345' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_71_9115'%3E%3Crect width='16' height='16' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;
  }
  .menu_burger .menu_items > ul > li > ul > li.active > ul {
    display: block;
  }
  .menu_burger .menu_items > ul > li.active > a, .menu_burger .menu_items > ul > li.hasSubmenu > a {
    background: #fff;
    color: var(--primary-primary);
  }
  .menu_burger .menu_items > ul > li.active > a .arrow, .menu_burger .menu_items > ul > li.hasSubmenu > a .arrow {
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18.9403C11.8013 18.9414 11.6069 18.8834 11.4413 18.7736C11.2758 18.6638 11.1468 18.5072 11.0706 18.3237C10.9944 18.1403 10.9746 17.9383 11.0137 17.7436C11.0527 17.5488 11.1489 17.3701 11.29 17.2303L16.52 12.0003L11.29 6.77025C11.1037 6.58289 10.9992 6.32944 10.9992 6.06525C10.9992 5.80107 11.1037 5.54761 11.29 5.36025C11.3829 5.26652 11.4935 5.19213 11.6154 5.14136C11.7372 5.09059 11.8679 5.06445 12 5.06445C12.132 5.06445 12.2627 5.09059 12.3845 5.14136C12.5064 5.19213 12.617 5.26652 12.71 5.36025L18.64 11.2903C18.7344 11.3829 18.8096 11.4933 18.8611 11.6152C18.9126 11.7371 18.9394 11.8679 18.94 12.0003C18.9394 12.1326 18.9126 12.2634 18.8611 12.3853C18.8096 12.5072 18.7344 12.6176 18.64 12.7103L12.71 18.6403C12.6173 18.7347 12.5069 18.8099 12.385 18.8614C12.2631 18.9129 12.1323 18.9397 12 18.9403Z' fill='%231CA345' /%3E%3Cpath opacity='0.3' d='M17.9396 13H6.05957C5.79435 13 5.54 12.8946 5.35246 12.7071C5.16493 12.5196 5.05957 12.2652 5.05957 12C5.05957 11.7348 5.16493 11.4804 5.35246 11.2929C5.54 11.1054 5.79435 11 6.05957 11H17.9396C18.2048 11 18.4591 11.1054 18.6467 11.2929C18.8342 11.4804 18.9396 11.7348 18.9396 12C18.9396 12.2652 18.8342 12.5196 18.6467 12.7071C18.4591 12.8946 18.2048 13 17.9396 13Z' fill='%231CA345' /%3E%3C/svg%3E") calc(100% - 16px) 50% no-repeat;
  }
  .menu_burger .menu_items > ul > li.active > ul, .menu_burger .menu_items > ul > li.hasSubmenu > ul {
    display: block;
  }
}
@media (max-width: 1024px) {
  .menu_burger .menu_scroll {
    overflow: auto;
    max-height: 100%;
  }
  .menu_burger .menu_items .mobile_menu {
    padding: 20px 0;
    margin: 0;
    list-style: none;
  }
  .menu_burger .menu_items .mobile_menu li {
    margin: 0 20px;
    border-bottom: 1px solid #ccc;
  }
  .menu_burger .menu_items .mobile_menu li a {
    display: block;
    padding: 20px 30px 20px 0;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 107%;
    color: #000;
  }
  .menu_burger .menu_items .mobile_menu li a .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18.9403C11.8013 18.9414 11.6069 18.8834 11.4413 18.7736C11.2758 18.6638 11.1468 18.5072 11.0706 18.3237C10.9944 18.1403 10.9746 17.9383 11.0137 17.7436C11.0527 17.5488 11.1489 17.3701 11.29 17.2303L16.52 12.0003L11.29 6.77025C11.1037 6.58289 10.9992 6.32944 10.9992 6.06525C10.9992 5.80107 11.1037 5.54761 11.29 5.36025C11.3829 5.26652 11.4935 5.19213 11.6154 5.14136C11.7372 5.09059 11.8679 5.06445 12 5.06445C12.132 5.06445 12.2627 5.09059 12.3845 5.14136C12.5064 5.19213 12.617 5.26652 12.71 5.36025L18.64 11.2903C18.7344 11.3829 18.8096 11.4933 18.8611 11.6152C18.9126 11.7371 18.9394 11.8679 18.94 12.0003C18.9394 12.1326 18.9126 12.2634 18.8611 12.3853C18.8096 12.5072 18.7344 12.6176 18.64 12.7103L12.71 18.6403C12.6173 18.7347 12.5069 18.8099 12.385 18.8614C12.2631 18.9129 12.1323 18.9397 12 18.9403Z' fill='%23D7D9DA' /%3E%3Cpath opacity='0.3' d='M17.9396 13H6.05957C5.79435 13 5.54 12.8946 5.35246 12.7071C5.16493 12.5196 5.05957 12.2652 5.05957 12C5.05957 11.7348 5.16493 11.4804 5.35246 11.2929C5.54 11.1054 5.79435 11 6.05957 11H17.9396C18.2048 11 18.4591 11.1054 18.6467 11.2929C18.8342 11.4804 18.9396 11.7348 18.9396 12C18.9396 12.2652 18.8342 12.5196 18.6467 12.7071C18.4591 12.8946 18.2048 13 17.9396 13Z' fill='%23D7D9DA' /%3E%3C/svg%3E") 100% 50% no-repeat;
  }
  .menu_burger .menu_items .mobile_menu li ul {
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all 300ms;
  }
  .menu_burger .menu_items .mobile_menu li ul li a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #000;
  }
  .menu_burger .menu_items .mobile_menu li ul li.name_parent {
    padding: 20px 44px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    line-height: 107%;
    color: #000;
  }
  .menu_burger .menu_items .mobile_menu li ul li.name_parent:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18.9403C11.8013 18.9414 11.6069 18.8834 11.4413 18.7736C11.2758 18.6638 11.1468 18.5072 11.0706 18.3237C10.9944 18.1403 10.9746 17.9383 11.0137 17.7436C11.0527 17.5488 11.1489 17.3701 11.29 17.2303L16.52 12.0003L11.29 6.77025C11.1037 6.58289 10.9992 6.32944 10.9992 6.06525C10.9992 5.80107 11.1037 5.54761 11.29 5.36025C11.3829 5.26652 11.4935 5.19213 11.6154 5.14136C11.7372 5.09059 11.8679 5.06445 12 5.06445C12.132 5.06445 12.2627 5.09059 12.3845 5.14136C12.5064 5.19213 12.617 5.26652 12.71 5.36025L18.64 11.2903C18.7344 11.3829 18.8096 11.4933 18.8611 11.6152C18.9126 11.7371 18.9394 11.8679 18.94 12.0003C18.9394 12.1326 18.9126 12.2634 18.8611 12.3853C18.8096 12.5072 18.7344 12.6176 18.64 12.7103L12.71 18.6403C12.6173 18.7347 12.5069 18.8099 12.385 18.8614C12.2631 18.9129 12.1323 18.9397 12 18.9403Z' fill='%23D7D9DA' /%3E%3Cpath opacity='0.3' d='M17.9396 13H6.05957C5.79435 13 5.54 12.8946 5.35246 12.7071C5.16493 12.5196 5.05957 12.2652 5.05957 12C5.05957 11.7348 5.16493 11.4804 5.35246 11.2929C5.54 11.1054 5.79435 11 6.05957 11H17.9396C18.2048 11 18.4591 11.1054 18.6467 11.2929C18.8342 11.4804 18.9396 11.7348 18.9396 12C18.9396 12.2652 18.8342 12.5196 18.6467 12.7071C18.4591 12.8946 18.2048 13 17.9396 13Z' fill='%23D7D9DA' /%3E%3C/svg%3E") 100% 50% no-repeat;
    transform: rotate(180deg);
    margin: auto;
  }
  .menu_burger .menu_items .mobile_menu li ul.loaded {
    transform: translateX(0);
  }
  .menu_burger .menu_items .mobile_menu li ul.activity {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.filter_block .ts-wrapper .ts-control {
  height: 52px;
  border: 1px solid rgba(0, 80, 74, 0.05);
  border-radius: 12px;
  padding: 5px 40px 5px 20px !important;
  background: #fff;
  font-weight: 500;
  font-size: 17px;
  color: rgba(17, 17, 17, 0.7);
  box-shadow: none;
  display: flex;
  outline: none;
  align-items: center;
  cursor: pointer;
}
.filter_block .ts-wrapper .ts-control .item {
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .filter_block .ts-wrapper .ts-control {
    height: 32px;
    padding-left: 12px !important;
  }
}
.filter_block .ts-wrapper.open .ts-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: rgba(0, 80, 74, 0.3);
}
.filter_block .ts-dropdown {
  border: 1px solid rgba(0, 80, 74, 0.15);
  border-top: none;
  border-radius: 0 0 12px 12px;
  box-shadow: none;
}
.filter_block .ts-dropdown .ts-dropdown-content .option:hover, .filter_block .ts-dropdown .ts-dropdown-content .option.active {
  background: rgba(0, 80, 74, 0.08);
  color: #00504A;
}
.filter_block .ts-wrapper .ts-control input {
  font-size: 17px;
  font-weight: 500;
  color: rgba(17, 17, 17, 0.7);
}
.filter_block .ts-wrapper::after {
  content: "";
  background: #fff url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0635 5.65685L6.40743 11.2337L0.749768 5.65685' stroke='%23111111' stroke-opacity='0.7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 13px;
  height: 13px;
  z-index: 1;
}
.filter_block .ts-dropdown .ts-dropdown-header {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 80, 74, 0.1);
}
.filter_block .ts-dropdown input.ts-dropdown-search {
  width: 100%;
  height: 38px;
  border: 1px solid rgba(0, 80, 74, 0.15);
  border-radius: 8px;
  padding: 0 12px;
  font-size: 15px;
  outline: none;
}
.filter_block .ts-dropdown input.ts-dropdown-search:focus {
  border-color: rgba(0, 80, 74, 0.4);
}
.filter_block .plugin-dropdown_input .dropdown-input {
  height: 36px;
  border-width: 1px;
  border-radius: 6px;
  font-size: 14px;
}
.filter_block .ts-dropdown {
  border-radius: 12px;
  margin-top: 0;
  padding: 8px;
}
.filter_block .ts-dropdown .option {
  display: flex;
  align-items: start;
  gap: 4px;
}
.filter_block .ts-dropdown .option input {
  width: 20px;
  height: 20px;
}
.filter_block .ts-wrapper .ts-control {
  height: 52px;
  border: 1px solid rgba(0, 80, 74, 0.05);
  border-radius: 12px;
  padding: 5px 40px 5px 20px !important;
  background: #fff;
  font-weight: 500;
  font-size: 17px;
  color: rgba(17, 17, 17, 0.7);
  box-shadow: none;
  display: flex;
  outline: none;
  align-items: center;
}
@media (max-width: 767px) {
  .filter_block .ts-wrapper .ts-control {
    height: 32px;
    padding-left: 12px !important;
  }
}
.filter_block .ts-wrapper.open .ts-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: rgba(0, 80, 74, 0.3);
}
.filter_block .ts-dropdown {
  border: 1px solid rgba(0, 80, 74, 0.15);
  border-top: none;
  border-radius: 0 0 12px 12px;
  box-shadow: none;
}
.filter_block .ts-dropdown .ts-dropdown-content .option:hover, .filter_block .ts-dropdown .ts-dropdown-content .option.active {
  background: rgba(0, 80, 74, 0.08);
  color: #00504A;
}
.filter_block .ts-wrapper .ts-control input {
  font-size: 17px;
  font-weight: 500;
  color: rgba(17, 17, 17, 0.7);
}
.filter_block .ts-wrapper::after {
  content: "";
  background: #fff url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0635 5.65685L6.40743 11.2337L0.749768 5.65685' stroke='%23111111' stroke-opacity='0.7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 13px;
  height: 13px;
  z-index: 1;
}
.filter_block .ts-dropdown .ts-dropdown-header {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 80, 74, 0.1);
}
.filter_block .ts-dropdown input.ts-dropdown-search {
  width: 100%;
  height: 38px;
  border: 1px solid rgba(0, 80, 74, 0.15);
  border-radius: 8px;
  padding: 0 12px;
  font-size: 15px;
  outline: none;
}
.filter_block .ts-dropdown input.ts-dropdown-search:focus {
  border-color: rgba(0, 80, 74, 0.4);
}
.filter_block .plugin-dropdown_input .dropdown-input {
  height: 36px !important;
  border-width: 1px;
  border-radius: 6px;
  font-size: 14px;
}
.filter_block .ts-dropdown {
  border-radius: 12px;
  margin-top: 0;
  padding: 8px;
}
.filter_block .ts-dropdown .option {
  /*display: flex;
			align-items:center;
			gap: 0;*/
}
.filter_block .ts-dropdown .option input {
  width: 20px;
  height: 20px;
}
.cabinet_content .ts-wrapper .ts-control {
  border: 1px solid rgba(17, 17, 17, 0.15);
  height: 48px;
  border-radius: 12px;
  padding: 5px 40px 5px 20px !important;
  background: #fff;
  font-weight: 500;
  font-size: 17px;
  color: rgba(17, 17, 17, 0.7);
  box-shadow: none;
  display: flex;
  outline: none;
  align-items: center;
}
@media (max-width: 767px) {
  .cabinet_content .ts-wrapper .ts-control {
    height: 44px;
    padding-left: 12px !important;
  }
}
.cabinet_content .ts-wrapper.open .ts-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: rgba(0, 80, 74, 0.3);
}
.cabinet_content .ts-dropdown {
  border: 1px solid rgba(0, 80, 74, 0.15);
  border-top: none;
  border-radius: 0 0 12px 12px;
  box-shadow: none;
}
.cabinet_content .ts-dropdown .ts-dropdown-content .option:hover, .cabinet_content .ts-dropdown .ts-dropdown-content .option.active {
  background: rgba(0, 80, 74, 0.08);
  color: #00504A;
}
.cabinet_content .ts-wrapper .ts-control input {
  font-size: 17px;
  font-weight: 500;
  color: rgba(17, 17, 17, 0.7);
}
.cabinet_content .ts-wrapper::after {
  content: "";
  background: #fff url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0635 5.65685L6.40743 11.2337L0.749768 5.65685' stroke='%23111111' stroke-opacity='0.7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 13px;
  height: 13px;
  z-index: 1;
}
.cabinet_content .ts-dropdown .ts-dropdown-header {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 80, 74, 0.1);
}
.cabinet_content .ts-dropdown input.ts-dropdown-search {
  width: 100%;
  height: 38px;
  border: 1px solid rgba(0, 80, 74, 0.15);
  border-radius: 8px;
  padding: 0 12px;
  font-size: 15px;
  outline: none;
}
.cabinet_content .ts-dropdown input.ts-dropdown-search:focus {
  border-color: rgba(0, 80, 74, 0.4);
}
.cabinet_content .plugin-dropdown_input .dropdown-input {
  height: 36px !important;
  border-color: rgba(0, 80, 74, 0.15) !important;
  outline: none !important;
  border-width: 1px;
  border-radius: 6px;
  font-size: 14px;
}
.cabinet_content .ts-dropdown {
  border-radius: 12px;
  margin-top: 0;
  padding: 8px;
}
.cabinet_content .ts-dropdown .option {
  display: flex;
  align-items: center;
  gap: 0;
}
.cabinet_content .ts-dropdown .option input {
  width: 20px;
  height: 20px;
}
.main-layout {
  display: flex;
  gap: 32px;
  padding-bottom: 40px;
}
@media (max-width: 1370px) {
  .main-layout {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .main-layout {
    display: block;
  }
}
.main-layout .main-content {
  flex: 1 1 auto;
  min-width: 0;
}
.main-layout .main-sidebar {
  flex: 0 0 440px;
  background: #f3f6f9;
  border-radius: 24px;
  padding: 20px;
}
@media (max-width: 1370px) {
  .main-layout .main-sidebar {
    flex: 0 0 360px;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .main-layout .main-sidebar {
    display: none;
  }
}
.author-card {
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  gap: 32px;
  margin-bottom: 34px;
  background: #fff;
}
@media (max-width: 1200px) {
  .author-card {
    flex-wrap: wrap;
    padding: 32px;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .author-card {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 16px;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .author-card {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.author-card .author-logo {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 12px;
  overflow: hidden;
  background: #e8eff0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-card .author-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-card .author-info {
  flex: 0 0 calc(100% - 172px);
  min-width: 0;
}
.author-card .author-info .btn-write-seller {
  display: none;
  font-size: 21px;
  line-height: 100%;
  padding: 20px;
  margin-top: auto;
}
@media (max-width: 1200px) {
  .author-card .author-info {
    flex: 0 0 calc(100% - 172px - 280px - 32px);
    display: flex;
    flex-direction: column;
  }
  .author-card .author-info .btn-write-seller {
    display: block;
  }
}
@media (max-width: 900px) {
  .author-card .author-info {
    flex: 0 0 calc(100% - 172px);
  }
  .author-card .author-info .btn-write-seller {
    display: none;
  }
  .author-card .author-info .author-desc {
    margin-bottom: 0;
  }
}
.author-card .author-info .author-badge {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: rgba(17, 17, 17, 0.9);
  margin-bottom: 4px;
}
.author-card .author-info .author-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 35px;
  color: #111;
  margin: 0 0 12px;
}
@media (max-width: 1224px) {
  .author-card .author-info .author-name {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .author-card .author-info .author-name {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .author-card .author-info .author-name {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.author-card .author-info .author-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  line-height: 140%;
  color: rgba(17, 17, 17, 0.8);
}
@media (max-width: 1024px) {
  .author-card .author-info .author-desc {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .author-card .author-info .author-desc {
    font-size: 15px;
  }
}
.author-card .author-card-sidebar {
  display: none;
}
@media (max-width: 1200px) {
  .author-card .author-card-sidebar {
    display: block;
    flex: 0 0 280px;
  }
}
@media (max-width: 900px) {
  .author-card .author-card-sidebar {
    flex: none;
    width: 100%;
  }
}
.ann_list_block .author-listings-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  color: #111;
  margin: 0 30px 18px !important;
}
@media (max-width: 1024px) {
  .ann_list_block .author-listings-title {
    font-size: 21px;
  }
}
.main-layout .ann_list_block .inner_block .announcements {
  flex: 0 0 20%;
}
@media (max-width: 1024px) {
  .main-layout .ann_list_block .inner_block .announcements {
    flex: 0 0 25%;
  }
}
@media (max-width: 767px) {
  .main-layout .ann_list_block .inner_block .announcements {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 480px) {
  .main-layout .ann_list_block .inner_block .announcements {
    flex: 0 0 50%;
  }
}
.main-layout .ann_list_block .inner_block .announcements .inner .image {
  padding-top: 72%;
}
.main-layout .ann_list_block .inner_block .announcements .inner .name {
  font-size: 14px;
  padding: 4px 4px 12px;
}
@media (max-width: 767px) {
  .main-layout .ann_list_block .inner_block .announcements .inner .name {
    font-size: 13px;
  }
}
.main-layout .ann_list_block .inner_block .announcements .inner .action_bottom {
  padding: 0 4px 4px;
}
.main-layout .ann_list_block .inner_block .announcements .inner .action_bottom .price {
  font-size: 14px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .main-layout .ann_list_block .inner_block .announcements .inner .action_bottom .price {
    font-size: 13px;
  }
}
.btn-write-seller {
  display: block;
  width: 100%;
  border: 1px solid rgba(218, 3, 61, 0.5);
  border-radius: 12px;
  padding: 20px 32px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 21px;
  line-height: 100%;
  color: #da033d;
  cursor: pointer;
  transition: all 0.2s;
  background: transparent;
  text-decoration: none;
}
.btn-write-seller:hover {
  background: #DA033D;
  color: var(--white);
}
.sidebar-contact-card {
  padding: 32px;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .sidebar-contact-card {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .sidebar-contact-card .btn-write-seller {
    display: none;
  }
  .sidebar-contact-card .sidebar-address {
    order: 1;
  }
}
.sidebar-contact-card .sidebar-contact-card-inner {
  border-radius: 12px;
  padding: 12px;
  background: #f3f6f9;
}
.sidebar-contact-card .sidebar-contact-card-wr .sidebar-address {
  display: none;
}
@media (max-width: 900px) {
  .sidebar-contact-card {
    padding: 0;
    border-radius: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .sidebar-contact-card .btn-write-seller {
    display: block;
  }
  .sidebar-contact-card .sidebar-address {
    display: none;
  }
  .sidebar-contact-card .sidebar-messengers {
    margin: 0 !important;
  }
  .sidebar-contact-card .sidebar-contact-card-wr {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .sidebar-contact-card .sidebar-contact-card-wr .sidebar-address {
    display: block;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .sidebar-contact-card {
    grid-template-columns: 1fr;
  }
}
.sidebar-contact-card .sidebar-contact-title {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: rgba(17, 17, 17, 0.7);
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .sidebar-contact-card .sidebar-contact-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.sidebar-contact-card .sidebar-phone {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 21px;
  line-height: 100%;
  color: #111;
  text-align: center;
  margin-bottom: 12px;
}
.sidebar-contact-card .sidebar-phone a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .sidebar-contact-card .sidebar-phone {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sidebar-contact-card .sidebar-phone {
    font-size: 17px;
  }
}
.sidebar-contact-card .sidebar-messengers {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .sidebar-contact-card .sidebar-messengers {
    margin-bottom: 12px;
  }
}
.sidebar-contact-card .sidebar-messengers .sidebar-messenger-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
  font-size: 0;
}
.sidebar-contact-card .sidebar-messengers .sidebar-messenger-btn:hover {
  opacity: 0.8;
}
.sidebar-contact-card .sidebar-address {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  color: rgba(17, 17, 17, 0.8);
  text-align: center;
  margin: 32px 0;
}
@media (max-width: 1024px) {
  .sidebar-contact-card .sidebar-address {
    font-size: 17px;
    margin: 10px 0;
  }
}
.sidebar-contact-card .sidebar-map {
  border-radius: 16px;
  overflow: hidden;
  height: 290px;
  background: #d8e8e6;
  position: relative;
}
@media (max-width: 900px) {
  .sidebar-contact-card .sidebar-map {
    height: 280px;
    order: -1;
    border-radius: 12px;
  }
}
@media (max-width: 600px) {
  .sidebar-contact-card .sidebar-map {
    order: 1;
  }
}
.sidebar-contact-card .sidebar-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.sidebar-contact-card .sidebar-map .map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #c8dedd 0%, #a0c4c2 100%);
  color: var(--white);
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.sidebar-contact-card .sidebar-map .map-placeholder:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
}
.sidebar-contact-card .sidebar-map .map-placeholder .map-icon {
  position: relative;
  z-index: 1;
  text-align: center;
}
.sidebar-contact-card .sidebar-map .map-placeholder .map-icon svg {
  display: block;
  margin: 0 auto 6px;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 19px;
  border: 1px solid rgba(0, 80, 74, 0.3);
  border-radius: 8px;
  background: transparent;
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: rgba(17, 17, 17, 0.7);
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.share-btn svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.share-btn:hover {
  border-color: #00504A;
  color: #00504A;
}
.share-btn[aria-expanded="true"] {
  border-color: #00504A;
  color: #00504A;
  background: rgba(0, 80, 74, 0.05);
}
.share-btn[aria-expanded="true"] svg {
  transform: rotate(30deg);
}
@media (max-width: 767px) {
  .share-btn {
    font-size: 13px;
    padding: 7px 14px;
  }
}
.share-sheet {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  z-index: 20;
  width: 280px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s, transform 0.2s;
}
.share-sheet:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 22px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 1px solid rgba(17, 17, 17, 0.12);
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  transform: rotate(45deg);
}
.share-sheet.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
@media (max-width: 480px) {
  .share-sheet {
    bottom: auto;
    top: calc(100% + 8px);
    width: 100%;
  }
  .share-sheet:after {
    bottom: auto;
    top: -6px;
    transform: rotate(225deg);
  }
}
.url-row {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}
.url-row input {
  flex: 1;
  height: 40px;
  min-width: 0;
  background: #f3f6f9;
  border: 1px solid rgba(0, 80, 74, 0.08);
  border-radius: 8px;
  padding: 0 12px;
  font-family: var(--third-family);
  font-size: 13px;
  color: rgba(17, 17, 17, 0.6);
  outline: none;
  transition: border-color 0.2s;
}
.url-row input:focus {
  border-color: rgba(0, 80, 74, 0.4);
}
.copy-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  border: none;
  background: #00504A;
  color: var(--white);
  font-family: var(--third-family);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.copy-btn svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.copy-btn:hover {
  opacity: 0.85;
}
.divider {
  height: 1px;
  background: rgba(17, 17, 17, 0.08);
  margin: 10px 0;
}
.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.platform-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 4px;
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #f3f6f9;
  color: #111;
  font-family: var(--third-family);
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.platform-btn svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.platform-btn:hover {
  border-color: rgba(0, 80, 74, 0.35);
  box-shadow: 0 4px 12px 0 rgba(0, 80, 74, 0.12);
}
.more-row {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}
.more-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #f3f6f9;
  color: rgba(17, 17, 17, 0.6);
  font-family: var(--third-family);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}
.more-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.more-btn:hover {
  border-color: rgba(0, 80, 74, 0.35);
  color: #111;
}
.toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  background: #00504A;
  color: var(--white);
  padding: 10px 22px;
  border-radius: 30px;
  font-family: var(--third-family);
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  white-space: nowrap;
  z-index: 9999;
  box-shadow: 0 4px 16px 0 rgba(0, 80, 74, 0.35);
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 1200px) {
  .toast {
    bottom: 70px;
  }
}
.g-tags--panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.g-tags__item--hidden {
  display: none;
}
.g-tags__toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border-radius: 30px;
  border: 1px solid rgba(0, 80, 74, 0.4);
  background: transparent;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #00504A;
  cursor: pointer;
  transition: all 0.2s;
}
.g-tags__toggle svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.g-tags__toggle:hover {
  background: rgba(0, 80, 74, 0.08);
  border-color: #00504A;
}
@media (max-width: 767px) {
  .g-tags__toggle {
    font-size: 13px;
    padding: 5px 12px;
  }
}
.g-tags__toggle-count {
  font-weight: 400;
  color: rgba(0, 80, 74, 0.7);
}
.g-tags--expanded .g-tags__toggle svg {
  transform: rotate(180deg);
}
.g-page-article__image-wr {
  position: relative;
  width: 100%;
  margin: 0 0 16px;
}
.g-page-article__image-wr .g-page-article__image {
  float: none;
}
.g-page-article__image-wr .arrows .arrow_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.g-page-article__image-wr .arrows .arrow_btn.prev {
  left: 10px;
}
.g-page-article__image-wr .arrows .arrow_btn.next {
  right: 10px;
}
.g-page-article__image {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.g-page-article__image .swiper-wrapper {
  align-items: stretch;
}
.g-page-article__image .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.g-page-article__image .swiper-slide a {
  display: block;
  padding-top: 75%;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}
.g-page-article__image .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
}
.g-page-article__image .swiper-slide a:hover img {
  transform: scale(1.08);
}
@media (max-width: 767px) {
  .g-page-article__image-wr {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .g-page-article__image-wr {
    padding: 0;
  }
}
.lg-actions .lg-next, .lg-actions .lg-prev, .lg-toolbar.lg-group {
  opacity: 1;
}
.g-social #eaawyg {
  width: 100%;
}
.g-social .g-social__row #VkIdSdkOneTap-1 > div {
  width: 100%;
}
.g-social .g-social__row #VkIdSdkOneTap-1 > div button {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
  border-radius: 16px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .g-social .g-social__row #VkIdSdkOneTap-1 > div button {
    height: 60px;
  }
}
.g-social .g-social__row #VkIdSdkOneTap-1 > div button > span {
  width: auto !important;
}
.g-social .g-social__item {
  width: 100%;
  border: none;
  padding: 18px 32px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
  border-radius: 16px;
  min-height: 66px;
  font-size: 0;
}
@media (max-width: 767px) {
  .g-social .g-social__item {
    min-height: 60px;
  }
}
.g-social .g-social__item.g-social__item--ya {
  width: 100%;
  border: none;
  padding: 18px 32px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
  border-radius: 16px;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  height: auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-image: none;
}
@media (max-width: 767px) {
  .g-social .g-social__item.g-social__item--ya {
    padding: 15px 32px;
  }
}
.g-social .g-social__item.g-social__item--ya:before {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ0IiBoZWlnaHQ9IjQ0IiBmaWxsPSIjRkMzRjFEIi8+CjxwYXRoIGQ9Ik0yNC43NDA3IDMzLjk3NzhIMjkuMDg4OVY5LjA0NDQzSDIyLjc1OTJDMTYuMzkyOSA5LjA0NDQzIDEzLjA1MzggMTIuMzAzIDEzLjA1MzggMTcuMTE3NkMxMy4wNTM4IDIxLjI3MzEgMTUuMjE4NyAyMy42MTYzIDE5LjA1MzIgMjYuMTYwOUwyMS4zODMyIDI3LjY5ODdMMTguMzkyNyAyNS4xOTA3TDEyLjQ2NjcgMzMuOTc3OEgxNy4xODE4TDIzLjUxMTUgMjQuNTMxN0wyMS4zMDk4IDIzLjA2NzFDMTguNjQ5NiAyMS4yNzMxIDE3LjM0NjkgMTkuODgxOCAxNy4zNDY5IDE2Ljg2MTNDMTcuMzQ2OSAxNC4yMDY4IDE5LjIxODMgMTIuNDEyOCAyMi43Nzc2IDEyLjQxMjhIMjQuNzIyM1YzMy45Nzc4SDI0Ljc0MDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)  50% no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 767px) {
  .user_cabinet_section .cabinet_content {
    display: block;
  }
  .user_cabinet_section .cabinet_content .g-auth-page-block__sideleft.content_block {
    width: 100%;
    margin: 0 0 20px;
  }
}
#onicon .onicon-bookmark--right .onicon-button__wrapper {
  bottom: 55px !important;
}
@media (min-width: 1201px) {
  .m-1 {
    margin-left: 16px;
    margin-right: 16px;
  }
}
#VkIdSdkOneTap-1 > div[data-test-id="oneTap"] {
  height: auto !important;
}
#VkIdSdkOneTap-1 > div[data-test-id="oneTap"] > iframe {
  height: 54px !important;
  margin-bottom: 15px;
}
.menu_footer {
  flex: none;
  width: 100%;
  padding-top: 24px;
  border-top: 2px solid #EF0645;
  margin-top: 40px;
}
.menu_footer > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  gap: 40px 100px;
}
@media (max-width: 1200px) {
  .menu_footer > ul {
    gap: 20px 24px;
  }
}
@media (max-width: 991px) {
  .menu_footer > ul {
    gap: 20px 20px;
  }
}
@media (max-width: 767px) {
  .menu_footer > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.menu_footer > ul > li {
  flex: 0 0 calc(33.33% - 67px);
}
@media (max-width: 991px) {
  .menu_footer > ul > li {
    flex: 0 0 calc(33.33% - 14px);
  }
}
@media (max-width: 767px) {
  .menu_footer > ul > li {
    flex: none;
  }
}
.menu_footer > ul > li > a {
  display: block;
  padding: 6px 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
  transition: all 0.2s;
}
.menu_footer > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.menu_footer > ul > li > ul.level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.menu_footer > ul > li > ul.level-2 > li > a {
  display: block;
  padding: 5px 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.2s;
}
.menu_footer > ul > li > ul.level-2 > li > a:hover {
  color: #fff;
}
.text_block_demo {
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: var(--font-family);
  font-size: 17px;
  line-height: 1.6;
  color: #1B1B1F;
  text-align: center;
}
.text_block_demo p {
  margin: 0 0 16px;
}
.text_block_demo p:last-child {
  margin-bottom: 0;
}
.label_sold {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 12px;
  padding: 4px 8px;
  background: #0f8077;
  font-weight: 700;
  font-size: 13px;
  color: var(--white);
  z-index: 1;
}
.videocode_help_btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  color: #000;
  font-family: var(--third-family);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  padding: 4px 0 0 4px;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 3px;
}
.videocode_help_btn:hover {
  color: #00504A;
}
.videocode_modal_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.videocode_modal {
  background: #fff;
  border-radius: 16px;
  max-width: 480px;
  width: 100%;
  padding: 36px 32px 28px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.videocode_modal h3 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
  color: #111;
}
.videocode_modal_close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: rgba(17, 17, 17, 0.5);
}
.videocode_modal_close:hover {
  color: #111;
}
.videocode_steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.videocode_step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.videocode_step_num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(24, 62, 152, 0.1);
  color: #183E98;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videocode_step strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
}
.videocode_step p {
  margin: 0 0 4px;
  font-size: 13px;
  color: rgba(17, 17, 17, 0.7);
  line-height: 1.6;
}
.videocode_step code {
  background: #f3f6f9;
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 12px;
  color: #00504A;
}
.demo-card__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.site_social_bar__separator {
  width: 1px;
  height: 24px;
  background: rgba(17, 17, 17, 0.12);
  flex-shrink: 0;
}
.site_social_bar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.site_social_bar__label {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(17, 17, 17, 0.6);
  white-space: nowrap;
}
.site_social_bar__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s, border-color 0.2s;
  font-size: 0;
  flex-shrink: 0;
}
.site_social_bar__link:hover {
  opacity: 0.75;
  border-color: rgba(17, 17, 17, 0.25);
}
/* Настройки */
.site_socials_settings .social_item_row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}
.site_socials_settings .social_item_row select {
  flex: 0 0 160px;
}
.site_socials_settings .social_item_row input[type="text"] {
  flex: 1;
}
.site_socials_settings .social_remove_btn {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: none;
  color: #da033d;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
.shared-soc {
  padding: 16px 0;
}
.tpl-field input, .tpl-field textarea, .gr-field-style textarea, .option-item textarea, .form-item textarea {
  color: #000 !important;
}
.report_item {
  text-align: right;
}
.report_item .btn_button {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid rgba(218, 3, 61, 0.2);
}
.reklama_block_hor.last, .reklama_block_hor.first {
  padding-left: 0;
  padding-right: 0;
}
.banner_link {
  cursor: pointer;
}
.in_title_page .site-path {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .in_title_page h1 {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.field.listing_map_field .listing_map_toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 24px 24px;
  background: rgba(0, 80, 74, 0.1);
  border: none;
  border-radius: 16px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
  color: rgba(0, 80, 74, 0.8);
  cursor: pointer;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 2;
  position: relative;
  text-decoration: none;
}
.listing_map_toggle_wrap {
  cursor: default;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 !important;
}
.listing_map_toggle_wrap input[type="file"] {
  display: none;
}
.listing_map_toggle_wrap .upload_btn {
  cursor: pointer;
  border: none;
  background: none;
}
.listing_map_address_label {
  display: block;
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 14px;
  color: rgba(17, 17, 17, 0.7);
  margin-bottom: 6px;
  padding: 0 4px;
  margin-top: 16px;
}
.listing_map_address_input {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(0, 80, 74, 0.15);
  border-radius: 12px;
  padding: 0 20px;
  font-family: var(--third-family);
  font-size: 17px;
  font-weight: 500;
  color: rgba(17, 17, 17, 0.8);
  outline: none;
  margin-bottom: 12px;
  transition: border-color 0.2s;
  background: #fff;
}
.listing_map_address_input:focus {
  border-color: rgba(0, 80, 74, 0.4);
}
.listing_map_canvas {
  width: 100%;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 80, 74, 0.1);
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .listing_map_canvas {
    height: 260px;
    border-radius: 12px;
  }
  .s3-cookie-message .s3-cookie-message__text {
    text-align: center;
  }
  .s3-cookie-message__btn {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.listing_map_hint {
  font-family: var(--third-family);
  font-size: 13px;
  color: rgba(17, 17, 17, 0.5);
  padding: 0 4px;
}
#form_g-user-register .g-form-field .g-form-field__value .g-form-control-checkbox__input {
  border-color: #000;
}
#form_g-user-register .g-form-field .g-form-field__value ul {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 16px;
}
#form_g-user-register .g-form-field .g-form-field__value ul li {
  margin: 0;
}
@media (min-width: 769px) {
  .mob-block {
    display: none !important;
  }
}
.pc-block {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .pc-block {
    display: none !important;
  }
}
.cabinet_content .listings_filters .ts-wrapper .ts-control {
  height: 63px;
}
.swiper-pagination {
  z-index: 2;
}
.cabinet_content .ts-wrapper .ts-control, .filter_block .ts-wrapper .ts-control {
  cursor: pointer !important;
}
.ts-wrapper.multi .ts-control {
  overflow-y: auto;
}
.site_preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 40%, #f3f6f9 0%, #ffffff 70%);
  transition: opacity 0.5s ease, visibility 0.5s ease;
  overflow: hidden;
}
.site_preloader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/* мягкое дышащее пятно на фоне */
.site_preloader:before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 80, 74, 0.08) 0%, rgba(0, 80, 74, 0) 70%);
  animation: preloaderGlow 3.2s ease-in-out infinite;
}
@keyframes preloaderGlow {
  0%, 100% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}
.site_preloader__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.site_preloader__logo {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 80, 74, 0.15);
  opacity: 0;
  transform: scale(0.4) translateY(10px);
  animation: preloaderLogoIn 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s forwards, preloaderFloat 2.6s ease-in-out 1s infinite;
}
.site_preloader__logo img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@keyframes preloaderLogoIn {
  0% {
    opacity: 0;
    transform: scale(0.4) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes preloaderFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.site_preloader__name {
  font-family: var(--font-family), arial;
  font-weight: 600;
  font-size: 23px;
  color: #111;
  text-align: center;
  letter-spacing: 0.2px;
  opacity: 0;
  transform: translateY(8px);
  animation: preloaderTextIn 0.6s ease 0.35s forwards;
}
@keyframes preloaderTextIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* анимированная растущая линия вместо спиннера */
.site_preloader__bar {
  width: 140px;
  height: 4px;
  border-radius: 4px;
  background: rgba(0, 80, 74, 0.1);
  overflow: hidden;
  opacity: 0;
  animation: preloaderTextIn 0.5s ease 0.55s forwards;
}
.site_preloader__bar:after {
  content: "";
  display: block;
  height: 100%;
  width: 40%;
  border-radius: 4px;
  background: linear-gradient(90deg, #00504A, #DA033D);
  animation: preloaderBarMove 1.3s ease-in-out infinite;
}
@keyframes preloaderBarMove {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(80%);
  }
  100% {
    transform: translateX(220%);
  }
}
@media (max-width: 767px) {
  .site_preloader__logo {
    width: 76px;
    height: 76px;
    border-radius: 18px;
  }
  .site_preloader__logo img {
    width: 48px;
    height: 48px;
  }
  .site_preloader__name {
    font-size: 18px;
  }
  .site_preloader:before {
    width: 320px;
    height: 320px;
  }
}
.status_help {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
.status_help:hover svg circle:first-child, .status_help.active svg circle:first-child {
  stroke: #00504A;
  stroke-opacity: 1;
}
.status_help:hover svg path, .status_help.active svg path {
  stroke: #00504A;
  stroke-opacity: 1;
}
.status_help:hover svg circle:last-child, .status_help.active svg circle:last-child {
  fill: #00504A;
  fill-opacity: 1;
}
.status_help_popup {
  display: block !important;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-51.5%) translateY(4px);
  width: 260px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 12px;
  padding: 14px 16px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.85);
  text-align: left;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 30;
}
.status_help_popup:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-right: 1px solid rgba(17, 17, 17, 0.12);
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  transform: rotate(45deg) translateY(-6px);
}
.status_help:hover .status_help_popup, .status_help.active .status_help_popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(-51.5%) translateY(0);
  pointer-events: all;
}
@media (max-width: 767px) {
  .status_help_popup {
    left: auto;
    right: -10px;
    transform: translateX(0) translateY(4px);
    width: 220px;
  }
  .status_help_popup:after {
    left: auto;
    right: 14px;
    margin-left: 0;
  }
  .status_help:hover .status_help_popup, .status_help.active .status_help_popup {
    transform: translateX(0) translateY(0);
  }
}
.site__wrapper {
  overflow: unset;
}
