@charset "UTF-8";

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.eot");
  src: local("Manrope Bold"), local("Manrope-Bold"), url("../fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Semibold.eot");
  src: local("Manrope Semibold"), local("Manrope-Semibold"), url("../fonts/Manrope-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Semibold.woff2") format("woff2"), url("../fonts/Manrope-Semibold.woff") format("woff"), url("../fonts/Manrope-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.eot");
  src: local("Manrope Regular"), local("Manrope-Regular"), url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.eot");
  src: local("Manrope Medium"), local("Manrope-Medium"), url("../fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

button {
  background: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

:root {
  --background: #fff;
  --yellow: #fa0;
  --red: #d60004;
  --light-red: #e81216;
  --green: #00b600;
  --gray-900: #282f3b;
  --gray-900-footer: #282f3b;
  --gray-800: #4d5466;
  --gray-300: #cfd7e7;
  --gray-100: #f5f7fb;
  --gray-200: #eaeef6;
  --font-family: "Manrope", sans-serif;
  --light-grey: rgba(40,47,59,0.06);
  --thin-grey: rgba(40,47,59,0.6);
  --time: 0.3s ease;
  /* Для селекту slimselect */
  --ss-primary-color: var(--gray-100);
  --ss-bg-color: var(--background);
  --ss-font-color: var(--gray-800);
  --ss-font-hover-color: var(--gray-800);
  --ss-border-color: var(--gray-200);
  --ss-main-height: 53px;
  --ss-search-height: 40px;
  --ss-option-height: auto;
  --ss-content-height: 300px;
  --ss-spacing-l: 9px;
  --ss-spacing-m: 10px;
  --ss-spacing-s: 8px 18px;
  --ss-border-radius: 12px;
  --ss-animation-timing: 0.3s;
}

:root[data-theme=dark] {
  --background: #121722;
  --yellow: #ffb526;
  --red: #ff4d57;
  --light-red: #ff6b73;
  --green: #2fd46b;

  --gray-900: #f3f6fc;
  --gray-900-footer: #0d121b;
  --gray-800: #b7c0d4;
  --gray-300: #3a4354;
  --gray-100: #1a2130;
  --gray-200: #2a3344;

  --light-grey: rgba(255,255,255,0.06);
  --thin-grey: rgba(255,255,255,0.58);

  --ss-primary-color: var(--gray-200);
  --ss-bg-color: #18202d;
  --ss-font-color: #dbe3f3;
  --ss-font-hover-color: #ffffff;
  --ss-border-color: #313b4d;
}

* {
  box-sizing: border-box;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
  fill: transparent;
}

input,
textarea {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-900);
}
[data-theme=dark] input,
[data-theme=dark] textarea {
  background:var(--background);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: rgba(40, 47, 59, 0.4);
}

input::placeholder,
textarea::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: rgba(40, 47, 59, 0.4);
}

html {
  height: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: var(--background);
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  color: var(--gray-800);
  position: relative;
  font-family: var(--font-family);
  min-width: 375px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

body.locked {
  overflow: hidden;
    position: fixed;
    top: var(--scroll-y);
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;  
}

a {
  transition: color var(--time);
}

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1380px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  height: 100%;
}

.section {
  margin-top: 60px;
  margin-bottom: 120px;
}

.section.first-regular-section {
  margin-top: 24px;
}

.site-header {
  margin: 0 auto;
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--gray-200);
  z-index: 901;
}

.site-header .container {
  height: 100%;
}

.site-header.site-header-auth {
  border-bottom: 0;
}

.site-header.site-header-auth .site-header__logo {
  margin: 0 auto;
}

.section-with-bg {
  position: relative;
  z-index: 1;
}

.poster-section {
  margin-top: 0;
  margin-bottom: 60px;
  overflow: hidden;
}

.poster-image {
  margin: 0 auto -19px;
  max-width: calc(100% - 40px);
  height: auto;
}

.off-container__background {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 24px;
  background-size: cover;
  background: var(--gray-800);
  width: calc(100vw - 40px);
  height: 100%;
}

.off-container__background.off-container__background--custom {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--red);
}

.off-container__background + .container {
  position: relative;
  z-index: 3;
}

.site-header__slick {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 28px;
  z-index: 101;
  height: 80px;
}

.site-header__logo {
  margin-right: auto;
  margin-left: 0;
  display: flex;
  align-items: center;
  gap:3px;
}

.site-header__logo img.img_logo {
  width:142px;
  height: 52px;
}
.site-header__logo img.img_pre_logo {
  width: 34px;
  height: 20px;
}

.site-header__nav {
  display: flex;
  align-items: center;
  margin-left: 22px;
}

.site-header__nav a {
  font-weight: 800;
  display: inline-block;
  padding: 10px 14px;
  color: var(--white);
  border-radius: 12px;
  background: transparent;
  transition: all var(--time) ease;
  margin: 0 2px;
}

.site-header__nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.site-header__box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.site-header__content {
  width: 100%;
  margin-top: 50px;
}

.burger {
  width: 24px;
  height: 24px;
  padding: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}

.burger span {
  display: inline-block;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  background: var(--gray-900);
  transition: transform var(--time), opacity var(--time);
  transform-origin: center;
}

.burger.open span:nth-of-type(1) {
  transform: translateY(6px) rotate(45deg);
}

.burger.open span:nth-of-type(2) {
  opacity: 0;
}

.burger.open span:nth-of-type(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav {
  display: flex;
  width: 100%;
  height: calc(100% - 78px);
  position: fixed;
  flex-direction: column;
  left: -100%;
  opacity: 0;
  pointer-events: none;
  top: 78px;
  overflow: hidden;
  z-index: 900;
  transition: opacity var(--time), left var(--time);
}

.mobile-nav.open {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav.open .modal-bg {
  top: 0;
}

.modal-bg {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(77, 84, 102, 0.4);
  transition: top var(--time);
}

.main-search-form,
.cat-search-form {
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 10px 10px 10px 16px;
  width: auto;
  height: 52px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-search-form input,
.cat-search-form input {
  width: 100%;
  height: 100%;
  flex-grow: 1;
}

.main-search-form input::-moz-placeholder,
.cat-search-form input::-moz-placeholder {
  color: var(--thin-grey);
}

.main-search-form input::placeholder,
.cat-search-form input::placeholder {
  color: var(--thin-grey);
}

.mobile-nav__content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 10px 40px;
  max-width: 378px;
  background: var(--background);
  z-index: 3;
}

.mobile-nav__row {
  border-bottom: 1px solid var(--light-grey);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.mobile-nav__row.logout-row {
  border-bottom: 0;
  margin-top: auto;
  margin-bottom: 0;
}

.mobile-nav__row--profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-top: 0;
  padding: 30px 0;
}

.mobile-nav__row--name {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--gray-900);
}

a.mobile-nav__row--name:hover {
  color: var(--red);
}

.mobile-nav__row--position {
  opacity: 0.4;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: var(--gray-900);
}

.mobile-nav__row--confirm-status{
  padding: 7px 15px 7px 20px;
    background: #fafad2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    color: var(--gray-800);
    text-align: center;
}

[data-theme=dark] .mobile-nav__row--confirm-status{
  color: var(--gray-300);
}

.mobile-nav__row--item {
  padding: 24px 0;
}

.mobile-nav__list-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  color: var(--gray-900);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mobile-nav__list-item.active{
  color: var(--red);
}

.mobile-nav__list-item.active svg{
  stroke: var(--red);
}

.mobile-nav__list-item svg {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  flex-shrink: 0;
  stroke: var(--gray-900);
  transition: stroke var(--time);
}

.mobile-nav__row--arrow {
  margin-left: auto;
  margin-right: 0;
}

.mobile-nav__row--arrow svg {
  transition: transform var(--time);
  transform: rotate(90deg);
  stroke: var(--gray-900);
}

.mobile-nav__box {
  padding: 24px 20px;
  border-bottom: 1px solid var(--light-grey);
}

.mobile-nav__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.main-search-form{
  position: relative;
}

.fast-search-form{
  position: relative;
}

.search-preview__box{
  box-shadow:0 8px 20px 0 rgba(40, 47, 59, 0.08);
  width:100%;
  position: absolute;
  top:100%;
  left:0px;
  z-index: 102;
  background: var(--background);
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  opacity:0;
  transition: grid-template-rows .2s ease,opacity .2s ease-in-out;  
  border-radius: 12px;
  border: 1px solid var(--gray-200); 
  max-height: 400px; 
}

[data-theme=dark] .search-preview__box{
  box-shadow:0 8px 20px 0 rgba(255, 255, 255, 0.04);
}

.search-preview__box.open{
   grid-template-rows: 1fr;
   opacity:1;
}

.search-preview__inner {
    min-height: 0;
}

.search-preview__empty{
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: var(--gray-800);
}

.search-preview__list{
    background: var(--background);
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: var(--gray-300) var(--gray-100);
}

.search-preview__list::-webkit-scrollbar {
    width: 8px; 
    height: 8px;
}

.search-preview__list::-webkit-scrollbar-track {
    background: var(--gray-100); 
    border-radius: 10px;
}

.search-preview__list::-webkit-scrollbar-thumb {
    background: var(--gray-300); 
    border-radius: 10px;
}

.search-preview__list::-webkit-scrollbar-thumb:hover {
    background: var(--gray-800); 
}

.search-preview__list-title{
  font-weight: 600;
  font-size: 14px;
  color: var(--gray-800);
  padding-bottom: 4px;
  border-bottom:solid 1px var(--gray-200);
  color: var(--gray-800);
  opacity: 0.5;  
}

.search-preview__list-title:not(:first-child){
  margin-top:20px;
}

.search-preview__list-item{
  display: flex;
  flex-direction: column;
  gap:5px;
  border-bottom: solid 1px var(--gray-200);  
  padding:8px 0;
  width: 100%;
}

.search-preview__item-title{
  display: inline-block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--gray-900);  
  transition: color var(--time);
}

.search-preview__list-item:hover .search-preview__item-title{
 color: var(--red);  
}

.search-preview__name{
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: var(--gray-900);
}

.search-preview__name span{
   opacity:0.5;
}

.search-preview__list-items .top-services-item__name span{
  opacity:0.5;
  padding-left:5px;
  font-size: 12px;
  line-height: 14px;  
}

.search-preview__list-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:10px;
}

.search-preview__price{
  margin-left:0;
  margin-right:0;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: var(--gray-900);  
}

.search-preview__rating{
  margin-left:auto;
  margin-right:0;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;  
  line-height: 14px;
  color: var(--gray-800);
  gap:4px;
}

.search-preview__rating img{
  width:10px;
  height:10px;
}

.search-preview__jurist-item{
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  border-bottom: solid 1px var(--gray-200);
  padding: 8px 0;
}

.search-preview__jurist-item .top-services-item__avatar {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}

.search-preview__jurist-item .top-services-item__avatar.approved:before {
    right: -4px;
    top: -2px;
    width: 14px;
    height: 14px;
}

.search-preview__jurist-item .top-services-item__name {
  font-size: 14px;  
  line-height: 14px;
  transition: color var(--time);
}

.search-preview__jurist-item:hover .top-services-item__name {
 color: var(--red);
}

.search-preview__jurist-item .top-services-item__city{
  font-size: 12px;  
  line-height: 12px;
  width:auto;
  margin-left: auto;
  margin-right: 0;  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 50%; 
}
.search-preview__jurist-item .top-services-item__bio{
  font-size: 12px;  
  line-height: 12px;
  width: 100%;
  gap:10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 31px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--gray-100);
  transition: 0.3s;
}

.switch-slider:before {
  position: absolute;
  content: "";
  border-radius: 100px;
  width: 27px;
  height: 27px;
  left: 2px;
  bottom: 2px;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.06), 0 3px 8px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.04);
  background: var(--background);
  transition: 0.3s;
}

.switch input:checked + .switch-slider {
  background-color: var(--red);
}

.switch input:checked + .switch-slider:before {
  transform: translateX(20px);
}

.switch-slider.round {
  border-radius: 31px;
}

.switch-slider.round:before {
  border-radius: 50%;
}

.mobile-nav__row--child {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  overflow: hidden;
}

.mobile-nav__row--clickable.open .mobile-nav__row--arrow svg {
  transform: rotate(-90deg);
}

.mobile-nav__row--clickable.open + .mobile-nav__row--child {
  grid-template-rows: 1fr;
}

.spoiler-inner {
  min-height: 0;
}

.mobile-nav__row--child .mobile-nav__box {
  padding-top: 12px;
}

.catalog_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 10px 24px;
  cursor: pointer;
  transition: background var(--time);
  white-space: nowrap;
  color:var(--gray-800);
}

.catalog_btn svg {
  stroke: var(--gray-900);
}

.catalog_btn svg,
.catalog_btn img {
  width: 18px;
  height: 18px;
}

.slick_ctrl {
  display: flex;
  align-items: center;
  gap: 20px;
}


.slick-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.slick_ctrl .to-search{
  display: none;
}

.slick-btn svg {
  display: block;
  transition: stroke var(--time);
  stroke: #282F3B;
}

.slick-btn .icon_num {
  position:absolute;
  right:-7px;
  top:15px;
  text-align: center;
  width:18px;
  height:18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;  
  color:#fff;
  font-size:10px;
  background: var(--red);
}

.search-btn {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.search-btn svg {
  width: 18px;
  height: 18px;
  transition: stroke var(--time);
  stroke: #282F3B;
}

.language_switcher{
  cursor: pointer;
  position: relative;
  z-index: 102;
  width: auto;
  height: auto;  
}

.language_current{
    font-weight: 600;
    font-size: 18px;
    color: var(--gray-800);
    transition: color var(--time), background var(--time), border var(--time);
    position: relative;
    display: flex;
    align-items: center;
    gap:5px;
    text-transform: uppercase;
}

.language_current:after{
  content:'\203A';
  display:block;
  transform: rotate(90deg);
}

.language_dropdown{
  display: grid;
  grid-template-rows: 0fr;
  opacity:0;
  transition:grid-template-rows .2s ease,opacity .2s ease-in-out;
  overflow: hidden; 
  position:absolute;
  top:100%;
  left:50%;
  transform: translate(-50%,0); 
  z-index: 102;
}

.language_dropdown_inner{
  min-height: 0;
}

.language_dropdown_list{
  background: var(--background);
  padding:15px;
  border-radius:10px;
  border: 1px solid var(--gray-200);
  display: flex;
  flex-direction: column;
  gap:7px;
}

.language_switcher:hover > .language_dropdown{
  grid-template-rows: 1fr;
  opacity:1;
}

.language_dropdown_item{
    font-weight: 600;
    font-size: 16px;
    color: var(--gray-800);
}

.language_dropdown_item:hover{
   color: var(--red);
}

footer {
  border-radius: 22px;
  padding: 80px 0px 40px;
  position: relative;
  margin-bottom: 20px;
  margin-top: auto;
}

footer .site-footer--main-footer {
  background: var(--gray-900-footer);
}

.footer-top-row {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-nav {
  width: 100%;
  display: flex;
  gap: 50px;
}

.footer-nav__title {
  font-weight: 500;
  font-size: 12px;
  color: var(--background);
  opacity: 0.32;
  margin-bottom: 16px;
}
.footer-nav__title.footer-nav__title--second {
  margin-top: 30px;
}

.footer-nav__link {
  font-weight: 700;
  font-size: 16px;
  color: var(--gray-100);
  transition: color var(--time);
}

[data-theme=dark] .footer-nav__link{
  color: var(--gray-800);
}

.footer-nav__link:hover {
  color: var(--red);
}

.footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-nav__soc {
  display: flex;
  gap: 8px;
}

.footer-soc__link {
  border: 1px solid rgba(234, 238, 246, 0.1);
  border-radius: 8px;
  padding: 6px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border var(--time);
  cursor: pointer;
}

.footer-soc__link img{
  width:18px;
  height:18px;
}

.footer-soc__link:hover {
  border: 1px solid var(--gray-200);
}

.to-top {
  border: 1px solid rgba(234, 238, 246, 0.1);
  border-radius: 8px;
  padding: 6px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border var(--time);
  flex-shrink: 0;
  cursor: pointer;
}

.to-top svg {
  stroke: var(--background);
  transform: rotate(-90deg);
}

[data-theme=dark] svg {
  stroke: var(--gray-800);
}

.to-top:hover {
  border: 1px solid var(--gray-200);
}

.to-top:active {
  border: 1px solid rgba(234, 238, 246, 0.4);
}

.copyrights-row {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  margin-top: 140px;
  border-top: solid 1px rgba(255, 255, 255, 0.06);
}

.copyrights-row__right .developer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.copyrights-row__right .developer span {
  font-weight: 700;
  font-size: 14px;
  color: rgba(245, 247, 251, 0.4);
}

.copyrights-row__right .developer img {
  width: 70px;
  height: 20px;
}

.reuzable_svg {
  display: none;
}

.poster-content {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  padding: 80px 0 59px;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 28px;
}

.poster-content__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  color: var(--background);
  max-width: 874px;
}

.poster-content__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--background);
  max-width: 652px;
}

.poster-content__buttons {
  display: flex;
  margin: 0 auto;
  gap: 8px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 5px 18px;
  height: 54px;
  line-height: 54px;
  white-space: nowrap;
  min-width: 113px;
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-800);
  transition: color var(--time), background var(--time), border var(--time);
  background: var(--background);
  cursor: pointer;
}

.btn.btn--border {
  background: transparent;
  border: 1px solid var(--background);
}

.btn.btn--border:hover {
  background: var(--background);
}

.btn.btn--white {
  color: var(--background);
}

.btn.poster-content__login {
  color: var(--background);
}

.btn.btn_cancel {
  background: var(--red);
  color: #fff;
}

.btn.btn_cancel:hover {
  background: var(--light-red);
  color: #fff;
}

.btn svg {
  stroke: var(--gray-800);
  flex-shrink: 0;
}

.btn.google-auth {
  width: 100%;
}

.btn.google-auth svg {
  fill: var(--gray-800);
  stroke: transparent;
}

.btn:hover {
  background: var(--gray-100);
  color: var(--gray-800);
}

.btn:hover svg {
  color: var(--gray-800);
}

.btn_confirm,.row_btn {
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-900);
  cursor: pointer;
  transition: color var(--time);
}

.row_btn {
  display: flex;
  align-items: center;
  gap:6px;
  margin: 0 auto;
}

.row_btn svg{
  width:18px;
  height:18px;
  stroke:var(--gray-800);
  transition: stroke var(--time);
}

.btn_confirm:hover,.row_btn:hover {
  color: var(--red);
}
.row_btn:hover svg{
  stroke: var(--red);
}

.mobile-panel-section {
  display: none;
}

.mobile-panel {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
}

.mobile-panel__link {
  flex-grow: 1;
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-800);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.mobile-panel__link svg {
  stroke: var(--gray-800);
}

.section-title-row {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.section-title-row.section-title-row__center {
  justify-content: center;
  text-align: center;
}

.page-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: var(--gray-900);
}

.section-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  color: var(--gray-900);
}

.section-title.section-title_limit {
  max-width: 430px;
}

.section-mobile__ctrl {
  display: none;
}

.top-services-grid {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.top-services-item {
  background: var(--gray-100);
  border-radius: 12px;
  padding: 24px;
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  transition: background var(--time);
  position: relative;
  min-width: 0;
}

.reklama_badge{
    position: absolute;
    left: 0;
    top: -8px;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    color: #FFAA00;
    border-radius: 5px 5px 0 0;
    background: var(--gray-100);
    transition: background var(--time);
}

.top-services-slider .top-services-item {
  height: auto;
}

.top-services-item hr, .service-main-ordering hr {
  width: 100%;
  height: 0px;
  display: block;
  border: 0;
  border-top: 1px solid var(--gray-200);
  margin: 0;
}

.top-services-item-header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.top-services-item-header .top-services-item__title {
  min-height: 42px;
  display: flex;
  align-items: center;
}

.top-services-item-location {
  display: flex;
  gap: 6px;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-800);
}

.top-services-item-location svg {
  stroke: var(--gray-800);
}

.remove-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 6px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  flex-shrink: 0;
  transition: border var(--time), background var(--time);
}

.remove-favorite svg {
  width: 18px;
  height: 18px;
}

.remove-favorite:hover {
  background: var(--gray-300);
}

.sr-only {
  display: none;
}

.top-services-item__views {
  display: flex;
  gap: 4px;
  align-items: center;
}

.top-services-item__zar-numb {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 16px;
}

.top-services-item__zar-numb img, .top-services-item__views img{
  width: 16px;
  height:16px;
}

.top-services-item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--gray-900);
  display: -webkit-box;
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
  overflow: hidden;   
}

.top-services-item__jurist {
  display: flex;
  align-items: center;
  gap: 12px;
}

.approved{
  position: relative;
}
.approved:before{
  content:"";
  position: absolute;
  right: -2px;
  top: -2px;
  width:18px;
  height:18px;
  background:url('../img/approved.svg') 50% 50% no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-jurist-bio .approved:before{
    right: 2px;
    top: 2px;
    width: 22px;
    height: 22px;
}

.jurist-section.first-regular-section .service-jurist-top .approved:before{
    left:74%;
    top: 8px;
    width: 28px;
    height: 28px;
}

.top-services-item__avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.top-services-item__avatar picture{
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;  
}

.top-services-item__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-services-item__bio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}

.top-services-item__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--gray-900);
  display: flex;
  word-break: break-word;
}

.top-services-item__name-article{
  display:flex;
  flex-direction: column;
  gap:5px;
}
.search-preview__list-items .top-services-item__name.top-services-item__name-article > span{
 padding-left:0;
}

.top-services-item__city {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--gray-800);
  opacity: 0.4;
  display: inline-block;
  width: 100%;
}

.top-services-item__city.top-services-item__spec{
  font-size: 13px;
}

.top-services-item__zar {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.top-services-item__zar-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-800);
  opacity: 0.4;
}

.top-services-item__price-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.top-services-item__price-oplat {
  opacity: 0.4;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-800);
}

.top-services-item__price {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: var(--gray-900);
}

.top-services-item__stars {
  position: relative;
  width: 70px;
  height: 14px;
}

.top-services-item__stars img {
  width: 70px;
  height: 14px;
}

.stars-main__holder {
  position: absolute;
  width: 100%;
  height: 14px;
  left: 0;
  top: 0;
  overflow: hidden;
}

.stars-main__holder img {
  max-width: unset;
}

.top-services-item__ratings {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

.top-services-item__rating {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-800);
}

.top-services-item__rating-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.top-services-item__revs {
  opacity: 0.4;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 16px;
  color: var(--gray-800);
  transition: opacity var(--time);
}

.top-services-item__revs svg {
  flex-shrink: 0;
  stroke: var(--gray-800);
}

.features-section {
  overflow: hidden;
}

.features-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.features-box__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.features-box__item.swiper-slide {
  display: flex;
}

.features-box__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
}

.features-box__avatar {
  background: var(--gray-800);
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-box__avatar svg,.features-box__avatar img{
  width: 42px;
  height: 42px;
}

.features-box__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--gray-900);
}

.features-box__text {
  font-weight: 500;
  line-height: 150%;
  color: var(--gray-800);
}

.popular-cats-box, .all-cats-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.popular-cats__item {
  background: var(--gray-200);
  transition: background var(--time);
  border-radius: 12px;
  padding: 40px;
  height: 200px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.popular-cats__item img {
  width: 42px;
  height: 42px;
}

.popular-cats__item:hover {
  background: var(--gray-300);
}

.popular-cats__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--gray-800);
  margin-top: auto;
  margin-bottom: 0;
}

.reviews-section {
  overflow: hidden;
}

.reviews-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  overflow: visible !important;
}

.reviews-box .swiper-wrapper {
  overflow: visible !important;
}

.review-item {
  background: var(--background);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 32px;
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  height:auto;
}

.review-item .top-services-item__rating {
  font-size: 14px;
}

.review-item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--gray-900);
}

.review-item__info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-item__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-800);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  position: relative;
}

.review-item__date {
  font-weight: 500;
  font-size: 12px;
  color: var(--gray-800);
  opacity: 0.4;
  line-height: 25px;
}

.review-item__more {
  display: inline-block;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

[data-theme=dark] .review-item__more, [data-theme=dark] .review-item__overlay-close{
  color: var(--gray-800);
}

.review-item__more:hover {
  color: var(--red);
}

.review-item__overlay {
  position: absolute;
  inset: 0;
  z-index: 50;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

[data-theme=dark] .review-item__overlay{
  background: var(--gray-100);
}

.review-item__overlay-content {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: var(--text-primary);
  overflow: auto;
  position: relative;
  flex-grow: 1;
  scrollbar-width: thin;
  padding-right: 15px;
}

.review-item__overlay-close {
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.review-item__overlay-close:hover {
  color: var(--red);
}

.slider_ctrl {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-nav-btn {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 6px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--time);
}

.slider-nav-btn svg {
  stroke: var(--gray-800);
}

.slider-nav-btn.slider-nav-btn__prev svg {
  transform: rotate(-180deg);
}

.slider-nav-btn:not(.swiper-button-disabled):hover {
  background: var(--gray-200);
}

.slider-nav-btn.swiper-button-disabled {
  opacity: 0.4;
}

.steps-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.steps-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.steps-item:nth-child(2) .steps-item__top {
  background: var(--gray-200);
}

.steps-item:nth-child(3) .steps-item__top {
  background: var(--gray-300);
}

.steps-item__top {
  border-radius: 12px;
  padding: 10px 32px;
  width: 100%;
  height: 70px;
  background: var(--gray-100);
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: var(--gray-800);
}

.steps-item__body {
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 32px;
  min-height: 195px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.steps-item__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: var(--gray-800);
}

.steps-item__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-800);
}

.promo-section {
  position: relative;
}

.promo-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  padding: 10px 40px 0;
  min-height: 400px;
  display: flex;
  justify-content: space-between;
}

.promo-box__left {
  max-width: 600px;
  padding-bottom: 40px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: auto 0;
  gap: 30px;
}

.promo-box__left .section-title {
  color: var(--background);
}

.promo-text {
  color: var(--background);
}

.promo-box__image {
  margin-top: auto;
}

.blog-section {
  overflow: hidden;
}

.blog-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  overflow: visible !important;
}

.blog-box .swiper-wrapper {
  overflow: visible;
}

.blog-card {
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 16px 16px 0px;
  max-width: 430px;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
}

.blog-card .item-panel{
  right: 28px;
  top: 28px;
}

.blog-card__image {
  border-radius: 10px;
  width: 100%;
  height: 241px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-card__image.no_image{
  background: #DB2A1B;
}

.blog-card__image.no_image img{
  -o-object-fit: contain;
  object-fit: contain;
}

.blog-card__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-services-slider__section .blog-card__body{
  padding: 22px 10px;
}

.single__infos{
  display: flex;
  align-items: center;
  flex-direction: row;
}

.blog-card__date {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 12px;
  color: var(--gray-800);
  opacity: 0.4;
}

.blog-single__infos .blog-card__date{
  margin-bottom: 0px;
}

.blog-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--gray-900);
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-card__custom-bottom{
  width: 100%;
  display: flex;
  align-items:center;
  justify-content:space-between;
  margin-top: auto;
}

.blog-card__custom-bottom .blog-card__link {
  margin-top:0;
}

.blog-card__custom-bottom .blog-card__date{
  margin-bottom:0;
}

.blog-card__link {
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-900);
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: color var(--time), opacity var(--time);
  margin-top: auto;
}

.blog-card__link svg {
  stroke: var(--gray-900);
  transition: stroke var(--time);
}

.blog-grid {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 40px;
}

.section-bottom__ctrl {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.modal .modal-bg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: opacity var(--time), transform var(--time);
  opacity: 0;
}

.modal.modal-loading {
  display: flex;
}

.modal.open {
  display: flex;
}

.modal.open .modal-bg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.modal.open .modal-window {
  opacity: 1;
  transform: scale(1);
}

.modal-window {
  background: var(--background);
  border-radius: 12px;
  padding: 40px;
  width: calc(100% - 44px);
  max-width: 430px;
  /*min-height: 375px;*/
  z-index: 2;
  position: relative;
  margin: auto;
  opacity: 0;
  transition: opacity var(--time), transform var(--time);
  transform: scale(0.8);
}

.dialog-complaint-modal .modal-window {
  max-width: 1024px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.dialog-complaint-modal.comment-complaint-modal .modal-window {
  max-width: 500px;
}

.dialog-complaint-modal .modal-body {
  flex-grow: 1;
}

.dialog-complaint-modal .modal-title,
.dialog-complaint-modal .modal-descr {
  text-align: left;
}

.modal-form-logout, .modal-form-logout .btn{
  width:100%;
}

.dialog-complaint-modal .modal-title {
  font-size: 28px;
}

.chat-upload-box {
  margin-top: 12px;
}

.chat-upload-preview,
.chat-message__attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.chat-upload-preview__item,
.chat-message__image {
  position: relative;
  width: 110px;
  height: 110px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.chat-upload-preview__item img,
.chat-message__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chat-upload-preview__remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.chat-editor-field {
  position: relative;
}

.chat-editor-wrap {
  position: relative;
}

.chat-editor-wrap .ck-editor {
  position: relative;
}

.chat-editor-wrap .ck-editor__main .ck-content {
  padding-right: 56px;
  padding-bottom: 56px;
  min-height: 120px;
}

.form-field label.chat-editor-attach-btn {
    position: absolute!important;
    right: 8px;
    bottom: 4px;
    z-index: 20;
    width: auto;
    height: 31px;
    padding: 0 7px;
    border-radius: 7px;
    font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #f3f4f6;
  border: 1px solid #dcdfe4;
  color: #444;
  transition: .2s ease;
}

.form-field label.chat-editor-attach-btn:hover {
  background: #e9edf3!important;
  color: #111;
}

.chat-upload-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.chat-upload-preview__item {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 10px;
  overflow: hidden;
}

.chat-upload-preview__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chat-upload-preview__remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  background: #e9edf3!important;
}

.chat-upload-preview__remove:hover {
  background: var(--red)!important;
}

.modal-add-document .btn{
  margin: 0 0 0 auto;
}

.modal.open.modal-add-document .modal-window{
  max-height: 95%;
}

.modal.open.modal-add-document .form-document-item {
    gap: 22px;
}

.modal-add-document .form-add-button,
.modal-add-document .form-remove-button{
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.form_additional_button{
  display: none;
}

.form_additional_button.open{
  display: flex;
  gap:15px;
}

.form-add-button.form-document-more,
.form-remove-button.form-document-more {
    display: none;
}

.form-add-button.form-document-more.open,
.form-remove-button.form-document-more.open {
    display: inline-flex;
}

.modal-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  text-align: center;
}

.modal-body-form .form-radio{
  position: relative;
}

.modal-body-form .form-radio .field-error{
  left: 44px;
  top: 96%;
}

.modal-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: auto;
}

.modal-content .form-radio__text {
  text-align: left;
}

.close-modal {
  width: 26px;
  height: 26px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 0 auto;
  flex-shrink: 0;
}

.close-modal svg {
  stroke: var(--gray-800);
  cursor: pointer;
}

.modal-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  color: var(--gray-900);
}

.modal-descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--gray-800);
}

.breadcrumbs {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
  padding: 24px 0;
}

.breadcrumbs__list {
  display: flex;
  overflow: hidden;
  flex-direction: row;
}

.breadcrumbs__list .breadcrumbs__item {
  position: relative;
  display: flex;
}

.breadcrumbs__list .breadcrumbs__item > a {
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-900);
}

.breadcrumbs__list .breadcrumbs__item > a:hover {
  color: var(--red);
}

.breadcrumbs__list .breadcrumbs__item:not(.is-current):after {
  content: "/";
  display: inline-block;
  margin: 0 6px;
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-900);
}

.breadcrumbs__list .breadcrumbs__item > span {
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-900);
  opacity: 0.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs__list .breadcrumbs__item.is-current {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-single-section {
  margin-bottom: 60px;
}

.blog-single-section .row {
  justify-content: center;
}

.blog-single__before-row {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  padding: 0 0 24px;
}

.blog-single__before {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--gray-900);
  cursor: pointer;
}

.blog-single__before svg {
  transition: stroke var(--time);
  stroke: var(--gray-900);
  transform: rotate(-180deg);
}

.blog-single__top,
.blog-single__image,
.blog-single__body {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.blog-single__top,
.blog-single__body {
  max-width: 874px;
}

.blog-single__top {
  padding-top: 22px;
}

.blog-single__btn{
    box-sizing: border-box;
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
    width: calc(100% - 24px);
  display: flex;
  justify-content: center;
  margin-bottom:20px;
}

.blog-single__btn .btn_cancel{
  min-width:200px;
}

.blog-single__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: var(--gray-900);
  margin-bottom: 24px;
}

.blog-single__date {
  font-weight: 500;
  font-size: 12px;
  color: var(--gray-800);
  opacity: 0.4;
  margin-bottom: 40px;
}

.blog-single__infos {
  display: flex;
  align-items: center;
  gap:7px;
  margin-bottom: 8px;
}

.blog-single-section .blog-single__infos {
  margin-bottom: 40px;
}

.blog-single__infos .blog-single__date  {
  margin-bottom: 0;
}
.blog-single__infos .serv-page-relations__breaker {
  opacity: 0.4;
}

.article_author{
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  display:flex;
  align-items: center;
  gap:8px;
  position:relative;
}

.article_author_text{
  opacity: 0.4;
  color: var(--gray-800);
  transition: opacity var(--time);
}

.article_author:hover .article_author_text{
  opacity: 1;
}

.article_author_ava {
  display:flex;
  align-items: center;
  justify-content: center;
  width:35px;
  height:35px;
  border-radius: 100%;
  flex-shrink: 0;
}
.article_author_ava.approved:before{
  width: 12px;
  height: 12px;
  right: -1px;
  top: -1px;
}

.article_author_ava img{
  display:block;
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}

.comments-section .section-title-row{
  margin-bottom:30px;
}

.comments-section .section-title-row .section-title {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--gray-200);
	max-width: 874px;
	margin: 0 auto;
	width: 100%;
}

.comment-box {
	box-sizing: border-box; 
	margin-left: 12px;
	margin-right: 12px;
	word-wrap: break-word;
	width: calc(100% - 24px);
	max-width: 874px;
	margin: 0 auto 20px;
  display: flex;
	flex-direction: column;
  gap:20px;
}

.comment-box .section-bottom__ctrl{
	margin-top:0;
	margin-bottom:20px;
}

.comment-inner {
	display: flex;
	flex-direction: column;
  gap:20px;
  width: 100%;
}

.comment-form__holder {
	box-sizing: border-box;
	margin-left: 12px;
	margin-right: 12px;
	word-wrap: break-word;
	width: calc(100% - 24px);
	display: flex;
	flex-direction: column;
	max-width: 874px;
	margin: 0 auto;
}

.comment-form-bottom{
  width: 100%;
  display:flex;
  justify-content: space-between;
  align-items:center;
}

.comment-form-bottom .btn{
  margin-left:auto;
  margin-right:0;
}

#comment-form-success{
    font-size: 14px;
    font-weight: 700;
    color: var(--green);
}

.comment {
	display: flex;
	gap: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--gray-200);
	width: 100%;
  position: relative;
}

.report-comment{
  position: absolute;
  top:0;
  right:0;
  display:none;
  cursor: pointer;
}

.report-comment img{
 width:25px;
 height:25px;
}

.comment:hover .report-comment{
  display:block;
}

.comment-body {
	flex-grow: 1;
}

.author-name {
	font-weight: bold;
	margin-bottom: 5px;
}

.comment-text {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.comment-date {
	font-size: 12px;
	color: #888;
	margin-top: 8px;
}

.comment-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
}

.comment-form .form-field textarea {
	width: 100%;
	height: 100px;
	background: var(--background);
	border: 1px solid var(--gray-200);
	border-radius: 12px;
	padding:18px;
	transition: border var(--time);
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: var(--gray-900);
  outline-color:var(--gray-300);
  font-family: var(--font-family);
  resize: vertical;
}
.comment-form .form-field textarea::placeholder {
  color:var(--gray-300);
}

.blog-single__image {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.blog-single__image img {
  width: auto;
  max-width: 100%;
  border-radius: 10px;
}

.editable-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-900);
  counter-reset: listCounter;
}

.editable-content p {
  margin-bottom: 15px;
  display: inline-block;
}

.editable-content h2,
.editable-content h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: var(--gray-900);
  margin-top: 25px;
  margin-bottom: 32px;
}

.editable-content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--gray-900);
  margin-top: 10px;
  margin-bottom: 18px;
}

.editable-content b,
.editable-content strong {
  font-weight: 700;
}

.editable-content i {
  font-style: italic;
}

.editable-content s,
.editable-content del {
  text-decoration: line-through;
}

.editable-content a {
  color: var(--red);
}

.editable-content a:hover {
  color: var(--gray-800);
}

.editable-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("../img/check.svg") 50% 50% no-repeat;
  background-size: contain;
}

.editable-content ol li::before {
  content: counter(listCounter) ".";
  position: absolute;
  width: 24px;
  text-align: right;
  left: 0;
  top: 0;
  counter-increment: listCounter;
}

.editable-content ol,
.editable-content ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 15px;
  margin-bottom: 28px;
}

.editable-content ol li,
.editable-content ul li {
  padding-left: 38px;
  position: relative;
}

.faq-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
  flex-direction: column;
}

.faq-quest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}

.faq-quest svg {
  stroke: var(--gray-800);
  transform: rotate(90deg);
  transition: transform var(--time);
  flex-shrink: 0;
}

.faq-item {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid var(--gray-200);
}

.faq-item:first-child {
  border-top: 1px solid var(--gray-200);
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-quest svg {
  transform: rotate(-90deg);
}

.faq-quest__text {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: var(--gray-900);
  transition: color var(--time);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  overflow: hidden;
}

.faq-answer__inner {
  min-height: 0;
}

.faq-answer__text {
  padding-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-800);
}

.serv-catalog-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.serv-catalog-search {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  gap: 6px;
}

.mobile-filter-btn {
  display: none;
}

.serv-catalog-container {
  width: 100%;
  display: flex;
  gap: 40px;
}
.serv-catalog-container + .serv-catalog-container {
  margin-top: 30px;
}

.serv-catalog-container .serv-catalog-holder {
  width: 100%;
}

.serv-catalog-filter {
  width: 318px;
  flex-shrink: 0;
}

.filter-bg {
  display: none;
}

.serv-catalog-filter__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  gap: 26px;
}

.serv-catalog-filter__title-row {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.serv-catalog-filter__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: var(--gray-800);
}

.close-filter svg {
  stroke: var(--gray-800);
}

.filter_ctrl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.filter_ctrl .btn {
  width: 100%;
}

.filter_ctrl .btn.use-filter[disabled] {
  opacity:0.5;
  cursor: not-allowed;
}

.serv-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.field-label {
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-900);
  margin-bottom: 4px;
}

.field-label-mini{
    font-weight: 700;
    font-size: 14px;
    color: var(--gray-900);
    margin-bottom: 4px;
    opacity: 0.4;
}

.field-label-line{
   border-bottom: 1px solid var(--gray-200);
   margin: 10px 0;
}

.serv-catalog-filter__box {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--gray-200);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ss-main {
  height: var(--ss-main-height);
}

.ss-apply-wrap {
  padding: 8px;
  border-top: 1px solid var(--ss-border-color);
  background: var(--ss-bg-color);
  position: sticky;
  bottom: 0;
  z-index: 2;

}

.ss-apply-btn {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--ss-border-color);
  border-radius: 6px;
  background-color: var(--red);
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: #fff;
  cursor:pointer;
  transform: opacity var(--time);
}

.ss-apply-btn:hover {
    opacity:0.7;
}

.ss-content .ss-list .ss-option:hover:not(.ss-disabled),
.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
 /* color: var(--ss-font-hover-color);*/
  color: var(--gray-900);
}

.ss-content .ss-list{
  scrollbar-width: thin;
  scrollbar-color: var(--gray-300) var(--gray-100);   
}

.ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
  border-left: 0 !important;
}

.ss-content .ss-list .ss-option {
  border-bottom: 1px solid var(--gray-200);
}

.ss-content .ss-list .ss-option:last-child {
  border-bottom: 0;
}

.ss-list[aria-multiselectable="true"] .ss-option{
  position:relative;
}

.ss-list[aria-multiselectable="true"] .ss-option:before{
  content:"";
  width:30px;
  height:30px;
  display: flex;
  align-items: center;
  justify-content:center; 
  border: 1px solid var(--gray-900);
  border-radius: 6px;  
  margin-right:12px;
}

.ss-list[aria-multiselectable="true"] .ss-option.ss-selected:before {
    background: url(../img/checkbox_galka.svg) 50% 50% no-repeat;
}

[data-theme="dark"] .ss-list[aria-multiselectable="true"] .ss-option.ss-selected:before {
    background: url(../img/checkbox_galka_dark.svg) 50% 50% no-repeat;
}

.ss-list {
  padding: 5px 20px 20px;
}

.ss-list > .ss-search {
  border-bottom: 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: var(--gray-800);
  opacity: 0.4;
  justify-content: center;
  padding-bottom: 0 !important;
}

.filter-select .ss-list {
  padding: 5px 10px 10px;
}

.filter-select.ss-content > .ss-search {
  margin: 10px 10px 0;
}

.filter-select.ss-content.ss-dir-above > .ss-search {
  margin: 0 10px 10px;
}

.ss-main .ss-values .ss-placeholder,
.ss-content .ss-list .ss-option {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-900);

}


.ss-main .ss-values .ss-single {
  line-height: 36px;
}

.ss-main .ss-arrow {
  margin: auto 0 auto var(--ss-spacing-m);
}

.ss-main .ss-deselect svg {
  width: 10px;
  height: 10px;
}

.ss-content {
  box-shadow: 0 4px 27px 0 rgba(40, 47, 59, 0.08);
}
[data-theme=dark] .ss-content {
  box-shadow: 0 4px 27px 0 rgba(204, 204, 204, 0.08);
}

.ss-content > .ss-search {
  border: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300) !important;
  border-radius: 12px;
  margin: 20px 20px 0;
  overflow: hidden;
  height: 48px;
  flex-shrink: 0 !important;
  align-items: center;
}

.ss-content.ss-dir-above > .ss-search {
  margin: 0 20px 20px;
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
    background-color: var(--gray-300)!important;
}

.ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
    background-color: var(--gray-200)!important;
}

.form-field .ss-main {
  height: auto;
  min-height: 53px;
  border-radius: 12px;
  border: 1px solid var(--gray-200);  
}


.form-field.has-error .ss-main, 
.form-field.has-error input:not([type=submit]), 
.form-field.has-error textarea,
.form-field.has-error .form-radio__text.btn{
  border: 1px solid var(--red);
}

.form-field .ss-main .ss-values {
  align-items: center;
}

.form-field .ss-main .ss-values .ss-value {
  background: var(--gray-200);
  border-radius: 35px;
  padding: 8px 12px;
  height: 35px;
}

.form-field .ss-main .ss-values .ss-value .ss-value-text {
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-800);
  padding: 0;
}

.form-field .ss-main .ss-values .ss-value .ss-value-delete {
  border-left: 0;
  padding: 0;
  margin-left: 6px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-field .ss-main .ss-values .ss-value .ss-value-delete svg path {
  stroke: var(--gray-800);
}

.form-field .ss-main .ss-values .ss-value .ss-value-delete:hover svg path {
  stroke: var(--red);
}

.serv-catalog-filter__form .ss-main .ss-values .ss-value .ss-value-text{
    font-size: 14px;
    color: var(--gray-800);
}

.serv-catalog-filter__form .ss-main .ss-values .ss-value .ss-value-delete {
    border-left: solid 1px var(--gray-200);
    box-sizing: content-box;
}

.serv-catalog-filter__form  .ss-main .ss-values .ss-value .ss-value-delete svg path {
    stroke: var(--gray-800);
}

.serv-catalog-filter__form .multiple-select .ss-main {
    height:auto;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: url("../img/krest.svg") center/16px 16px no-repeat;
  cursor: pointer;
}

input[type=search]::-webkit-search-cancel-button:hover {
  opacity: 0.4;
}

.form-checkbox,
.form-radio {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}

.form-checkbox__input,
.form-radio__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.form-checkbox__ui,
.form-radio__ui {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid var(--gray-200);
  padding: 10px;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.08s ease, box-shadow 0.15s ease;
}

.form-radio__ui {
  border-radius: 100%;
}

.form-checkbox__text,
.form-radio__text {
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-800)!important;
  -webkit-text-fill-color: var(--gray-800)!important;
}

.form-checkbox:hover .form-checkbox__input:not(:disabled) + .form-checkbox__ui {
  border: 1px solid var(--gray-900);
}

.form-radio:hover .form-checkbox__input:not(:disabled) + .form-radio__ui {
  border: 1px solid var(--gray-900);
}

.form-checkbox:active .form-checkbox__input:not(:disabled) + .form-checkbox__ui {
  border: 1px solid var(--gray-900);
}

.form-radio:active .form-checkbox__input:not(:disabled) + .form-radio__ui {
  border: 1px solid var(--gray-900);
}

.form-checkbox__input:focus-visible + .form-checkbox__ui,
.form-radio__input:focus-visible + .form-radio__ui {
  box-shadow: 0 0 0 3px color-mix(in srgb, rgba(0, 0, 0, 0.25) 35%, transparent), rgba(0, 0, 0, 0.25);
  border: 1px solid var(--gray-900);
}

.form-checkbox__input:disabled + .form-checkbox__ui,
.form-radio__input:disabled + .form-radio__ui {
  opacity: 0.8;
  cursor: not-allowed;
}

.form-checkbox__input:disabled ~ .form-checkbox__text,
.form-radio__input:disabled ~ .form-radio__text {
  opacity: 0.65;
  cursor: not-allowed;
}

.form-checkbox:has(.form-checkbox__input:disabled),
.form-radio:has(.form-radio__input:disabled) {
  cursor: not-allowed;
}

.form-checkbox__input:checked + .form-checkbox__ui {
  border: 1px solid var(--gray-900);
}

.form-checkbox__input:checked + .form-checkbox__ui:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/checkbox_galka.svg") 50% 50% no-repeat;
}
[data-theme=dark] .form-checkbox__input:checked + .form-checkbox__ui:before {
  filter: invert(1);
}

.form-radio__input:checked + .form-radio__ui {
  border: 1px solid var(--gray-900);
}

.form-radio__input:checked + .form-radio__ui:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--gray-900);
  display: block;
}

.button_radio_box {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.button_radio_box .form-radio__input:checked + .form-radio__text {
  background: var(--gray-100);
  color: var(--gray-800);
}

.button_radio_box .form-radio__input + .form-radio__text.btn {
  opacity: 1;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: var(--gray-900);
}

.service-page-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 429px;
  align-items: flex-start;
}

.service-main-info {
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  order: 2;
  position: sticky;
  top: 0;
  right: 0;
}

.service-main-ordering{
  order: 2;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}

.service-main-info .top-services-item__zar-numb {
  gap: 6px;
}

.service-main-info .top-services-item__zar-title {
  font-size: 12px;
  line-height: 12px;
}

.serv-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  color: var(--gray-900);
}

.serv-page-relations {
  display: inline-flex;
  gap: 6px;
  opacity: 0.4;
  align-items: center;
  flex-wrap: wrap;
}

.serv-page-relations__breaker {
  display: inline-block;
  width: 4pX;
  height: 4px;
  border-radius: 100%;
  background: var(--gray-800);
  flex-shrink: 0;
}

.serv-page-relations__item {
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-800);
}

.service-main-info__row {
  display: flex;
  gap: 9px;
  justify-content: space-between;
}

.service-main-info__ctrl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.serv-page-ctrl {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.serv-page-ctrl .btn {
  width: 100%;
}

.serv-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--time);
  position: relative;
}

.serv-btn>svg {
  width: 18px;
  height: 18px;
  stroke: var(--gray-800);
}

.serv-btn:hover {
  background: var(--gray-100);
}

.serv-btn__box{
  position: relative;
}

.blog-single__infos .serv-btn__box{
  margin-left:auto;
  margin-right:0;
}

.share_box{
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .2s ease-in-out;
    position: absolute;
    top: 100%;
    right: 0;
    transform: translate(0%, 0);
    z-index: 102;
}

.share_box_inner {
    background: var(--background);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--gray-200);
    display: flex;
    flex-direction: column;
    width:215px;
    box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.08);
}


.share_box_inner .shareon{
  display: flex;
  gap:5px;
  flex-wrap: wrap;
}

.share_box.dropdown-box {
  display: none;
}

.share_box.dropdown-box.is-open {
  display: block;
}

.service-section {
  width: 100%;
  margin-bottom: 60px;
}

.service-main-content {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  min-width: 0;
}

.service-ordering-content {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  min-width: 0;
}

.service-ordering-content .editable-content h2:first-child{
  margin-top: 0;
}

.serv-section__slider {
  width: 100%;
}

.editable-content--serv {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-800);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.editable-content--serv h2,
.editable-content--serv h3,
.editable-content--serv h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: var(--gray-900);
}

.editable-content--serv ul {
  list-style-type: disc;
}

.editable-content--serv ol {
  list-style-type: decimal;
}

.editable-content--serv ul,
.editable-content--serv ol {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.editable-content--serv ul li,
.editable-content--serv ol li {
  line-height: 140%;
}

.editable-content--serv strong,
.editable-content--serv b {
  font-weight: 700;
}

.editable-content--serv i {
  font-style: italic;
}

.editable-content--serv a {
  color: var(--red);
}

.editable-content--serv a:hover {
  color: var(--gray-800);
}

.serv-section {
  width: 100%;
  overflow: hidden;
}

.serv-section .section-title-row {
  margin-bottom: 18px;
}

.serv-section .blog-card__title {
  -webkit-line-clamp: 4;
}

.section-no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

.serv-section-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: var(--gray-900);
}

.case-slider {
  width: 100%;
}

.case-slider .case-item {
  display: flex;
  transition: background var(--time);
}

.case-item {
  background: var(--gray-100);
  border-radius: 6px;
  padding: 18px;
  flex-direction: column;
  gap: 12px;
  transition: background var(--time);
  transition-property: background;
  cursor: pointer;
}

.case-item:hover {
  background: var(--gray-200);
}

.case-item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--gray-900);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.case-item__title svg {
  stroke: var(--gray-800);
  flex-shrink: 0;
  margin-top: 3px;
}

.case-item__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--gray-800);
  margin-top: auto;
  margin-bottom: 0;
}

.service-jurist-top {
  display: flex;
  gap: 18px;
}

.service-jurist-avatar {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  flex-shrink: 0;
}

.service-jurist-avatar picture{
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;  
}

.service-jurist-avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.service-jurist-bio {
  background: var(--gray-100);
  border-radius: 12px;
  padding: 40px;
}

.service-jurist-top__right {
  display: flex;
  flex-direction: column;
}

.service-jurist-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--gray-900);
  margin-bottom: 6px;
}

.service-jurist-position {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: var(--gray-800);
  opacity: 0.4;
  margin-bottom: 10px;
}

.service-jurist-location {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-800);
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 6px;
}

.service-jurist-location.service-jurist-phone {
  margin-top: 5px;
  cursor: pointer;
}

.service-jurist-location.service-jurist-phone .phone-link, 
.serv-page-ctrl .service-jurist-phone .phone-link{
  color: var(--gray-800);
}

.service-jurist-location.service-jurist-phone .phone-link:hover, 
.serv-page-ctrl .service-jurist-phone .phone-link:hover{
  color: var(--red);
}

.service-jurist-location svg {
  stroke: var(--gray-800);
  flex-shrink: 0;
}

.service-jurist-link {
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-900);
  display: flex;
  gap: 6px;
}

.service-jurist-link svg {
  transition: stroke var(--time);
  stroke: var(--gray-900);
}

.service-jurist-link:hover {
  color: var(--red);
}

.service-jurist-link:hover svg {
  stroke: var(--red);
}

.service-jurist-top {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(77, 84, 102, 0.1);
}

.service-jurist-info__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-800);
}

.service-jurist-info__item svg {
  stroke: var(--gray-800);
  width: 16px;
  height: 16px;
}

.service-jurist-info {
  display: flex;
  gap: 24px;
  padding: 24px 0;
}

.service-jurist-text.open .editable-inner {
  -webkit-line-clamp: unset;
  display: block;
  max-height: 9999px;
}

.more-content {
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--gray-800);
  cursor: pointer;
}

.more-content:hover {
  text-decoration: none;
}

.editable-inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  position: relative;
}

.editable-inner p {
  margin-bottom: 15px;
}

.editable-inner ul,
.editable-inner ol {
  margin-bottom: 15px;
}

.editable-inner h2,
.editable-inner h3 {
  margin-bottom: 15px;
}

.editable-inner *:last-child {
  margin-bottom: 0;
}

.report-button {
  width: 100%;
  margin-top: 60px;
}

.top-services-section {
  overflow: hidden;
}

.top-services-slider, .other-services-slider {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.services-main-ctrl {
  display: none;
}

.services-main-ctrl__box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  padding: 16px 0;
  display: flex;
  gap: 8px;
}

.services-main-ctrl__box .btn {
  flex-grow: 1;
}

.hide-on-mobile {
  display: flex;
}

.show-on-mobile {
  display: none !important;
}

.services-main-mobile__report {
  margin: 0;
}

.services-main-mobile__report .report-button {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  margin-top: 0;
  border: 0;
}

.jurist-page-top {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.jurist-page-top .service-jurist-avatar {
  width: 200px;
  height: 200px;
}

.jurist-page-top .service-jurist-top {
  gap: 48px;
  align-items: center;
  border-bottom: 0;
}

.jurist-page-top .service-jurist-name {
  font-size: 34px;
  margin-bottom: 14px;
}

.jurist-page-top .service-jurist-position {
  margin-bottom: 18px;
}

.jurist-page-top .service-jurist-location {
  margin-bottom: 0;
}

.jurist-page-content {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: 429px 1fr;
  gap: 60px;
  align-items: flex-start;
}

.jurist-page-content__main {
  display: flex;
  flex-direction: column;
  gap: 60px;
  min-width: 0;
}

.jurist-page-content__info {
  width: 100%;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 40px;
  position: sticky;
  left: 0;
  top: 0;
}

.jurist-page-content__info .service-jurist-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(77, 84, 102, 0.1);
}

.jurist-page-content__info .serv-page-ctrl {
  margin-top: 18px;
}

.serv-page-data {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(77, 84, 102, 0.1);
  padding-top: 18px;
  padding-bottom: 18px;
  gap: 18px;
  justify-content: space-between;
}

.serv-page-data__item {
  width: 50%;
}

.serv-page-data__label {
  font-weight: 500;
  font-size: 12px;
  color: var(--gray-800);
  opacity: 0.4;
  white-space: nowrap;
}

.serv-page-data__content {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: var(--gray-800);
}

.jurist-specialization {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.jurist-specialization__item {
  background: var(--gray-200);
  border-radius: 33px;
  height: 33px;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-800);
}

.jurist-video-promo {
  width: 100%;
}

.jurist-video-promo iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  border-radius: 10px;
  overflow: hidden;
}

.sert-item{
  position: relative;
}

.sert-image--pdf {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
}

.f-carousel__toolbar__column.is-right{
  border: solid 1px rgba(255,255,255,0.2);
  border-radius: 4px;
}

.sert-pdf-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background: #dc2626;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
}

.sert-image {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  cursor: pointer;
}

.sert-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  transition: transform var(--time);
}

.sert-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--gray-900);
}

.auth-form-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  max-width: 430px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  text-align: center;
}

.auth-form-box.auth-form-message{
  align-items:center;
}

.auth-form-box form{
  display: flex;
  justify-content: center; 
  align-items: center;
}

.auth-form-box .email-success{
  display: flex;
  justify-content: center; 
  color:var(--green);
  font-weight: 700;
}

.form-or-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: var(--gray-800);
  text-align: center;
}

.form-or-line span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 16px;
  background: var(--background);
}

.form-or-line:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--gray-200);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}

.form-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  text-align: center;
  color: var(--gray-900);
}

.service-ordering-section .form-title {
  text-align: left;
}

.form-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--gray-800);
}

.auth-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.form-field,
.form-field__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  position: relative;
}

.form-field label {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: var(--gray-900);
  position: relative;
}

.form-field label span {
  opacity: 0.4;
  font-size: 12px;
  font-weight: 500;
}

.form-field input:not([type=submit]),
.form-field textarea {
  background: var(--background);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 5px 18px;
  transition: border var(--time);
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-900); 
}
.modal-review .form-field textarea {
  width:100%;
}

.form-field input:not([type=submit]):focus,
.form-field textarea:focus {
  border: 1px solid var(--gray-300);
}

.form-field input:not([type=submit]):disabled,
.form-field textarea:disabled {
  background: var(--gray-100);
  color: rgba(40, 47, 59, 0.6);
}

.form-field input {
  height: 53px;
  width: 100%;
}

.form-field .ck.ck-editor {
  width: 100%;
}

.form-field .ck-editor__main .ck.ck-content {
  border-radius: 0 0 12px 12px !important;
}

.form-field .ck.ck-sticky-panel__content,
.form-field .ck.ck-toolbar {
  border-radius: 12px 12px 0 0 !important;
}

.form-field .ck.ck-toolbar__items > button:first-child {
  border-radius: 12px 0 0 0 !important;
}

.form-field .ck.ck-toolbar__items > button:last-child {
  border-radius: 0 12px 0 0 !important;
}

.form-field.form-field--half {
  width: calc(50% - 8px);
}

.ck.ck-powered-by {
  display: none !important;
}

.field_triple {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(40, 47, 59, 0.6);
}

input::placeholder,
textarea::placeholder {
  color: rgba(40, 47, 59, 0.6);
}

.field-error {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: var(--red);
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 2px;
}

.field_button {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  bottom: 17px;
  cursor: pointer;
  background: var(--background);
  border-radius: 10px;
}

.field_button.show:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--gray-800);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(1px, -1px) rotate(-45deg);
  border-radius: 5px;
}

.field_button svg,.field_button img{
  width: 18px;
  height: 18px;
}

.field_button:hover svg {
  opacity: 0.6;
}

.forgot-passord-line {
  width: 100%;
  text-align: right;
  margin-top: -14px;
}

.form-field-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: var(--gray-800);
}

.form-field-link:hover {
  color: var(--gray-300);
}

.js-documents{
  width: 100%;
}

.form-document-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-document-item .avatar-upload {
  width: 100%;
}

.form-document-item .avatar-upload__circle {
  width: 100%;
  border-radius: 6px;
  background-position: top;
  background-size: contain;
}

.form-document-item .avatar-upload__clear {
  background: #fff;
}

.form-document-more {
  font-weight: 700;
  font-size: 14px;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.form-document-more.js-add-more-serv-cases {
  margin-top:0!important;
}

.cabinet-main .form-document-more{
  margin:22px 0;
}

.form-document-more svg {
  width: 18px;
  height: 18px;
  stroke: var(--red);
}

.login-button {
  width: 100%;
  margin-top: -6px;
}

.register-form .login-button {
  margin-top: 6px;
}

.forgot-form .login-button {
  margin-top: 0;
}

.no-acc-line {
  text-align: center;
  width: 100%;
}

.no-acc-line span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: var(--gray-800);
  opacity: 0.4;
}

.choose-user-type {
  width: 100%;
  display: flex;
  gap: 12px;
}

.choose-user-type a {
  width: 50%;
}

.choose-user-form {
  padding-bottom: 60px;
}

.email-confirmation-section,
.register-profile-confirmation-section {
  min-height: 315px;
  display: flex;
  align-items: center;
}

.register-profile-confirmation-section .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top:0;
}

.register-profile-confirmation-section .btn_ctrl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; 
}


.block_page_btn{
  margin-left:auto;
  margin-right:auto;
}

.profile-form-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.register-profile-form {
  width: 100%;
  display: flex;
  gap: 22px;
  flex-direction: column;
}

.form-steps-progress__box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-steps-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: var(--gray-800);
}

.form-steps-info > span {
  line-height: 12px;
  opacity: 0.4;
}

.form-step-num {
  font-size: 14px;
}

.form-steps-title .form-title {
  text-align: left;
}

.form-steps-progress {
  width: 100%;
  height: 3px;
  background: var(--gray-200);
  border-radius: 3px;
  overflow: hidden;
}

.form-steps-progress__bar {
  width: 100%;
  height: 3px;
  background: var(--gray-800);
}

.form-step {
  display: none;
}

.form-step.is-active {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}

.form-steps-progress__bar {
  width: 0%;
}

.form-steps-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 6px;
}

.js-step-next {
  margin-right: 0;
  margin-left: auto;
}

.btn-back {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-900);
  cursor: pointer;
}

.btn-back svg {
  stroke: var(--gray-800);
  transform: rotate(-180deg);
  transition: stroke var(--time);
}

.btn-back:hover {
  color: var(--red);
}

.btn-back:hover svg {
  stroke: var(--red);
}

.avatar-upload {
  margin: 0 auto;
  position: relative;
}

.avatar-upload__input {
  display: none;
}

.avatar-upload__circle {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: 1px dashed var(--gray-800);
}

.has-error .avatar-upload__circle{
  border: 1px dashed var(--red);
}

.has-error .avatar_text{
  color:var(--red);
}

.avatar-upload__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.avatar-upload.is-dragover .avatar-upload__circle {
  outline: 2px dashed var(--gray-800);
  outline-offset: 4px;
}

.avatar-upload__input {
  display: none;
}

.avatar-upload__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
}

.avatar-upload.is-has-preview .avatar-upload__placeholder {
  display: none;
}

.avatar-upload__clear {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: none;
  z-index: 2;
  border: dashed 1px var(--gray-800);
}

.avatar-upload__clear svg {
  stroke: var(--gray-800);
  cursor: pointer;
}

.avatar-upload.is-has-preview .avatar-upload__clear {
  display: block;
}

.avatar_requirements {
  width: 100%;
  text-align: center;
}

.avatar_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: var(--gray-800);
  opacity: 0.4;
}

.form-field--avatar .field-error {
  left: 50%;
  transform: translate(-50%, 0);
}

.cabinet-page-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: 318px 1fr;
  gap: 60px;
}

.cabinet-page-box .cabinet-page-title {
  text-align: left;
  margin-bottom: 40px;
}

.cabinet-main-manu {
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 40px;
  align-self: flex-start;
  position: sticky;
  left: 0;
  top: 0;
}

.cabinet-main-manu .mobile-nav__row--profile {
  padding: 0 0 24px;
  margin-bottom: 24px;
}

.cabinet-main-manu a.mobile-nav__link > span, .mobile-nav__box a.mobile-nav__link > span{
  color:var(--red);
}

.cabinet-main {
  position: relative;
}

.cabinet-main .cabinet-main-content {
  min-height: 250px;
  padding-bottom: 50px;
  position: relative;
}

.cabinet-main .cabinet-main-content .btn.btn_cancel {
  width: auto;
  margin-top: 0;
  display: inline-flex;
}

.loading_screen {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
}

.loading_screen .loader_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--background);
  opacity: 0.6;
  z-index: 1;
}

.loading_screen .loader {
  z-index: 2;
  position: sticky;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  aspect-ratio: 1.154;
  --_g: no-repeat radial-gradient(farthest-side,var(--red) 90%,#0000);
  background: var(--_g) 50% 0, var(--_g) 0 100%, var(--_g) 100% 100%;
  background-size: 35% 40.39%;
  animation: l16 1s infinite;
}

@keyframes l16 {
  50%, 100% {
    background-position: 100% 100%, 50% 0, 0 100%;
  }
}

.loading_screen.is-open {
  display: flex;
}

.settings-line {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  color: var(--gray-900);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 16px;
}

.settings-line svg {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  flex-shrink: 0;
  stroke: var(--gray-900);
  transition: stroke var(--time);
}

.cabinet-back-row {
  width: 100%;
  margin-bottom: 40px;
}

.cab-content-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: var(--gray-900);
  margin-bottom: 18px;
}
.cab-content-none{
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: var(--gray-900);
  margin-bottom: 18px;
  margin-top: 18px;
  width: 100%;
}

.cab-content-none.cab-content-subtitle{
margin-bottom: 0;
}

.cab-content-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-800);
  margin-bottom: 40px;
}

.cabinet-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 22px;
}

.cab-filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  width: 52px;
  height: 52px;
  cursor: pointer;
  transition: border var(--time);
}

.cab-filter-btn:hover {
  border: 1px solid var(--gray-800);
}

.cab-filter-btn svg {
  stroke: var(--gray-800);
}

.cabinet-zam-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cabinet-zam-item {
  width: 100%;
  border-radius: 12px;
  padding: 24px;
  display: inline-flex;
  align-items: center;
  background: var(--gray-100);
  transition: background var(--time);
}

.cabinet-zam-item .top-services-item__rating-row{
  justify-content: flex-end;
}

.cabinet-zam-item.cabinet-zam-item-single {
   display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px; 
}

.make_revs_btn,.pay_commission_form,.jurist_payment_status{
  margin:auto 0 auto auto!important;
}

.jurist_payment_status{
  border: 1px solid var(--gray-200);
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
    font-size: 14px;
    color: var(--green);
    background: rgba(0, 182, 0, 0.2);
    text-align: center;
    transition: background var(--time);
}
.jurist_payment_status.jurist_payment_status--waiting{
  background: #fafad2;
  color:var(--gray-800);
}

.cabinet-zam-item-body{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px; 
} 

.cabinet-zam-item-body-readyrev{
  margin: auto 0 auto auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap:5px;
  max-width:46%;
}

.cabinet-zam-item-body-readyrev .top-services-item__rating{
  font-size: 14px;
}

.cabinet-zam-item__details .cabinet-zam-item-body-readyrev{
  width: 100%;
  max-width: 100%;
}

.cabinet-zam-item__details .cabinet-zam-item-body-readyrev,
.cabinet-zam-item__details .cabinet-zam-item-body-rev-label,
.cabinet-zam-item__details .cabinet-zam-item-body-rev-text,
.cabinet-zam-item__details .top-services-item__rating-row{
  justify-content: flex-start;
  text-align: left;
}

.cabinet-zam-item-body-rev-label{
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--gray-900);
  text-align: right;
}

.cabinet-zam-item-body-rev-text{
  display: flex;
  justify-content: flex-end;
  text-align: right;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: var(--gray-800);

}

.cabinet-zam-item__date {
  font-weight: 500;
  font-size: 12px;
  color: var(--gray-800);
  opacity: 0.4;
}

.cabinet-zam-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--gray-900);
}

.cabinet-zam-item__status {
  border-radius: 24px;
  padding: 4px 8px;
  height: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 12px;
  color: var(--gray-800);
  margin-top: -5px;
}

.cabinet-zam-item__status:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.cabinet-zam-item__status.cabinet-zam-item__status--active,
.cabinet-zam-item__status.cabinet-zam-item__status--new,
.cabinet-zam-item__status.cabinet-zam-item__status--accepted,
.cabinet-zam-item__status.cabinet-zam-item__status--in_progress {
  background: rgba(0, 182, 0, 0.2);
  color: var(--green);
}

.cabinet-zam-item__status.cabinet-zam-item__status--active:before,
.cabinet-zam-item__status.cabinet-zam-item__status--new:before,
.cabinet-zam-item__status.cabinet-zam-item__status--accepted:before, 
.cabinet-zam-item__status.cabinet-zam-item__status--in_progress:before {
  background: var(--green);
}

.cabinet-zam-item__status.cabinet-zam-item__status--close, 
.cabinet-zam-item__status.cabinet-zam-item__status--canceled{
  background: rgba(77, 84, 102, 0.1);
  color: var(--gray-800);
}

.cabinet-zam-item__status.cabinet-zam-item__status--close:before, 
.cabinet-zam-item__status.cabinet-zam-item__status--canceled:before {
  background: var(--gray-800);
}

.cabinet-zam-item__status.cabinet-zam-item__status--done {
  background: rgba(77, 84, 102, 0.3);
  color: var(--gray-800);
}

.cabinet-zam-item__status.cabinet-zam-item__status--done:before {
  background: var(--gray-800);
}

.cabinet-zam-item__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray-800);
  display: flex;
  align-items: center;
}

.drop_filter {
  box-shadow: 0 4px 27px 0 rgba(40, 47, 59, 0.08);
  background: var(--background);
  border-radius: 12px;
  padding: 20px;
  width: 200px;
  display: none;
  position: fixed;
  z-index: 888;
  flex-direction: column;
  gap: 14px;
}

.drop_filter .form-checkbox__text,
.drop_filter .form-radio__text {
  color: var(--gray-900)!important;
  line-height: 18px;
}

.drop_filter.is-open {
  display: flex;
}

.cabinet-zam-item__details {
  background: var(--background);
  border-radius: 6px;
  padding: 18px;
  width: 100%;
  margin-bottom: 2px;
}

.cabinet-zam-item__details-list {
  position: relative;
  padding-left: 19px;
  display: grid;
  gap: 8px;
  width: 100%;
}

.cabinet-zam-item__details-list:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--gray-800);
  opacity: 0.4;
}

.cabinet-zam-item__details-item {
  display: flex;
  gap: 4px;
  align-items: center;    
}

.cabinet-zam-item__details-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: var(--gray-800);
  opacity: 0.4;
}

.cabinet-zam-item__details-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: var(--gray-800);

}

.cabinet-zam-item__details-value a,.cabinet-zam-item__title a {
  color: var(--gray-800);
  display: flex;
  align-items: center;  
}
.cabinet-zam-item__details-value a:hover,.cabinet-zam-item__title a:hover {
  color: var(--red);
}

.cabinet-zam-item_ctrl {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 8px;
}

.cabinet-zam-item_ctrl .btn,
.cabinet-zam-item_ctrl .btn.btn_cancel {
  width: 100% !important;
}

.cabinet-zam-item_ctrl .acceptance_btn.in_acceptance, .cabinet-zam-item_ctrl .order-close-btn{
  background: rgba(0, 182, 0, 0.2);
  color: var(--green);
}
.cabinet-zam-item_ctrl .acceptance_btn.in_acceptance:hover, .cabinet-zam-item_ctrl .order-close-btn:hover{
  background: rgba(0, 182, 0, 0.3);
}

.cabinet-zam-item_ctrl .jurist_payment_status{
  width: 100%;
  background: transparent;
  border: solid 2px rgba(0, 182, 0, 0.2);   
}

.in_acceptance.acceptance_btn.open-modal{
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 12px;
}

.in_acceptance.acceptance_btn.open-modal span{
    display: inline-block;
    width: 100%;
    line-height: 11px;
    font-size: 11px;
}

.cabinet-dialog-box {
  display: flex;
  flex-direction: column;
}

.cabinet-dialog-preview {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--gray-200);
  cursor: pointer;
  transition: border var(--time);
}

.cabinet-dialog-preview:first-child {
  padding-top: 0;
}

.cabinet-dialog-preview:hover {
  border-bottom: 1px solid var(--gray-300);
}

.cabinet-dialog-preview:hover .cabinet-dialog-preview-user {
  color: var(--red);
}

.cabinet-dialog-preview-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cabinet-dialog-preview-user {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--gray-900);
  transition: color var(--time);
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.cabinet-dialog-preview-user .top-services-item__avatar, 
.cabinet-zam-item__name .top-services-item__avatar,
.cabinet-zam-item__details-value .top-services-item__avatar{
    width: 30px;
    height: 30px;
    margin-right:10px;
}

.cabinet-dialog-preview-user .top-services-item__avatar.approved:before, 
.cabinet-zam-item__name .top-services-item__avatar.approved:before,
.cabinet-zam-item__details-value .top-services-item__avatar.approved:before{
    width: 12px;
    height: 12px;
}

.cabinet-dialog-preview-user span{
  display:inline-block;
} 

.cabinet-dialog-preview-date {
  font-weight: 500;
  font-size: 12px;
  color: var(--gray-800);
  opacity: 0.4;
}

.cabinet-dialog-preview-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-800);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.cabinet-dialog-preview-text-count{
  display: flex;
  align-items: center;
  justify-content: center;
  width:20px;
  height:20px;
  border-radius: 100%;
  background: var(--red);
  color:#fff;
  text-align: center;
  font-size:12px;
  flex-shrink: 0;
}

.dialog-page-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.dialog-page-box .btn.report-dialog {
  padding: 0;
  transition: color var(--time);
}

.dialog-page-box .btn.report-dialog svg {
  transition: stroke var(--time);
}

.dialog-page-box .btn.report-dialog:hover {
  color: var(--red);
}

.dialog-page-box .btn.report-dialog:hover svg * {
  stroke: var(--red);
}

.dialog-page-header {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid var(--gray-200);
  padding-bottom: 22px;
}

.dialog-page-header__info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
}

.dialog-page-header__info > :first-child {
    grid-row: span 2;
}

.dialog-page-header__info .top-services-item__avatar{
  width: 48px;
  height: 48px;
}

.dialog-page-header__user {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--gray-900);
}

.dialog-page-header__position {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-800);
  opacity: 0.4;
}

.dialog-page-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
}

.dialog-page-footer_ctrl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dialog-page-footer.is-loading button[type="submit"] { 
  opacity:.6; pointer-events:none; 
}

.dialog-complaint__title-row {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding-bottom: 0;
  z-index: 2;
  background: var(--background);
}

.dialog-page-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  max-height:50vh;
}

.dialog-inner-dateline {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: var(--gray-800);
  width: 100%;
  text-align: center;
}

.to-bottom{
  position: sticky;
  bottom: 16px;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  flex-shrink: 0;
  border: 0;
  cursor: pointer;
  background: rgba(255,255,255,0.5);
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.to-bottom[hidden]{
  display: none;
}

.dialog-inner-message-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 83%;
  position: relative;
}

.dialog-inner-message-item + .dialog-inner-dateline{
  margin-top:20px;
}

.dialog-inner-message__body{
  position: relative;
  width:100%;
}

.dialog-inner-message__top {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 120%;
}

.dialog-inner-message__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--gray-900);
}

.dialog-inner-message__date,.message-time__hidden {
  font-weight: 500;
  font-size: 12px;
  color: var(--gray-800);
  opacity: 0.4;
}

.message-time__hidden{
  position: absolute;
  right:10px;
  top:10px;
  display:block;
  opacity:0;
  transition: opacity var(--time);
}

.message-read__status{
  position: absolute;
  right:12px;
  bottom:7px;
  font-size:12px;
  opacity: 0.6;
}

.dialog-inner-message-item:hover .message-time__hidden{
  opacity:0.4;
}

.dialog-inner-message__text {
  background: var(--gray-100);
  border-radius: 12px;
  padding: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray-800);
  display: flex;
  flex-direction: column;
  gap: 5px;  
}

.dialog-inner-message__text h2, 
.dialog-inner-message__text h3, 
.dialog-inner-message__text h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: var(--gray-900);
    margin-top:5px;
}

.dialog-inner-message__text ul {
  list-style-type: disc;
}

.dialog-inner-message__text ol {
  list-style-type: decimal;
}

.dialog-inner-message__text ul,
.dialog-inner-message__text ol {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.dialog-inner-message__text ul li,
.dialog-inner-message__text ol li {
  line-height: 140%;
}

.dialog-inner-message__text strong,
.dialog-inner-message__text b {
  font-weight: 700;
}

.dialog-inner-message__text i {
  font-style: italic;
}

.dialog-inner-message__text a {
  color: var(--red);
}

.dialog-inner-message__text a:hover {
  color: var(--gray-800);
}

.dialog-inner-message__text *:first-child{
  margin-top:0;
}
.dialog-inner-message__text *:last-child{
  margin-bottom:0;
}

.dialog-inner-message__my {
  margin-left: auto;
  margin-right: 0;
}

.dialog-inner-message__my .dialog-inner-message__top {
  justify-content: flex-end;
}

.dialog-inner-message__my .dialog-inner-message__text {
  background: var(--gray-200);
}

.dialog-inner-message__my + .dialog-inner-message__my .dialog-inner-message__top,
.dialog-inner-message__incoming + .dialog-inner-message__incoming .dialog-inner-message__top{
  display: none;
}

.dialog-inner-message__info {
  max-width: 100%;
}

.dialog-inner-message__info .dialog-inner-message__text {
  background: #edf4ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 14px 24px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: var(--gray-800);
}   
[data-theme=dark] .dialog-inner-message__info .dialog-inner-message__text {
  background: var(--gray-100);
}   

.rating_field {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 6px;
  align-items: center;
  align-self: center; 
}

.rating__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rating__star {
  cursor: pointer;
  line-height: 0;
}

.rating__svg {
  width: 34px;
  height: 34px;
  fill: transparent;
  stroke: var(--gray-900);
  stroke-width: 1.5;
  transition: fill var(--time), stroke var(--time), transform var(--time);
}

.rating__star:hover .rating__svg,
.rating__star:hover ~ .rating__star .rating__svg {
  fill: var(--red);
  stroke: var(--gray-800);
}

.rating__input:checked + .rating__star .rating__svg,
.rating__input:checked + .rating__star ~ .rating__star .rating__svg {
  fill: var(--red);
  stroke: var(--gray-800);
}

.rating__star:active .rating__svg {
  transform: scale(0.95);
}

.modal-review .modal-content form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.modal-review .modal-content form .btn {
  width: 100%;
}

.cabinet-zam-transaction {
  background: var(--gray-100);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cabinet-zam-transaction__date {
  font-weight: 500;
  font-size: 12px;
  color: var(--gray-800);
  opacity: 0.4;
}

.cabinet-zam-transaction__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: var(--gray-900);
}

.cabinet-zam-transaction__card {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: var(--gray-800);
  opacity: 0.4;
}

.cabinet-zam-transaction__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--gray-900);
}

.cabinet-page-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-bottom:40px;
}

.cabinet-page-nav__link {
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-900);
  text-align: center;
  transition: background var(--time);
}

.cabinet-page-nav__link.active,
.cabinet-page-nav__link:hover {
  background: var(--gray-200);
}

.cabinet-favorite-box {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-message{
  padding:20px 0;
  font-weight: 500;
  font-size: 16px;
}

.form-message.form-message--success{
  color: var(--green);  
}

.form-message.form-message--error{
  color: var(--red);  
}

form.modal-form{
  display: flex;
  flex-direction: column;
  gap:22px;
}

a.disabled-link{
  pointer-events: none; 
  opacity: .4; 
  cursor: not-allowed; 
}

.form-settings-title{
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: var(--gray-900);
  width: 100%;
}

.clear-filter.hidden{
  visibility: hidden;
}

.empty_result{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  grid-column: 1 / -1;
  text-align: center;
}

.search-content-none{
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: var(--gray-900);
  margin-bottom: 18px;
  margin-top: 18px;
  width: 100%;
}

.search-content-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-800);
  margin-bottom: 40px;
}


.jur_video{
  width: 100%;
  aspect-ratio: 2/1.2;
  margin-top:30px;
  position: relative;
}

.jur_video__poster {
  height: 100%;
	position: relative;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jur_video__poster img {
	width: 100%;
	height: 100%;
	display: block;
  object-fit: cover;
  object-position: center;
}

.jur_video__play {
	position: absolute;
	inset: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
  transition: opacity var(--time);
}

.jur_video__play img{
  width: 60px;
  height: auto;
  margin:auto;
}

.jur_video__play:hover {
  opacity:0.8;
}

.jur_video__iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.jur_video__iframe iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.refund-policy{
  color: var(--gray-800)!important;
}

.refund-policy:hover{
  color: var(--red)!important;
}

.open-chat-btn{
  width: 100%;
}

 .page-message{
  padding: 7px 15px 7px 20px;
  line-height:20px;
  margin-bottom: 20px;
  background: #fafad2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 12px;
  color: var(--gray-800);
}

.cabinet-main-content .page-message{
  margin-top:-20px;
}

.page-message svg{
    stroke: var(--gray-800);
}

.page-message--warning{
  background: #fafad2;
}

.page-message--success{
  background: var(--green);  
  color:#fff;
}

.page-message--error,
.page-message--errors{
  background: var(--red);  
  color:#fff;
}

.page-message--error svg,
.page-message--errors svg,
.page-message--success svg{
    stroke: #fff;
}

.close-page-message{
    cursor: pointer;
}

.close-page-message:hover{
    opacity:0.5;
}

.add_to_favorite--mini{
  margin-left:auto;
  margin-right:0;
  cursor: pointer;
  flex-shrink: 0;
}

.add_to_favorite.is-favorited svg{
  stroke:var(--red);
  fill:var(--red);
}

.add_to_favorite--mini>svg {
    width: 18px;
    height: 18px;
    stroke: var(--gray-800);
}

.add_to_favorite--mini:hover>svg {
    stroke: var(--red);
}

.mobile-nav__lang{
  margin-left:auto;
  margin-right: 0;
  display: flex;
  gap:10px;
}

.mobile-nav__lang a{
  text-transform: uppercase;
  color: var(--gray-900);
}

.mobile-nav__lang a:hover{
  color: var(--red);
}

.search-block{
  width:100%;
}

.search-block-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--gray-900);
    margin-bottom:30px;
}

.box-404{
  margin:0 auto;
  max-width:440px;
  padding:0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:15px;
  text-align: center;
}

.box-404 .page-title{
  font-size:211px;
}

.box-404 h2{
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  color: var(--gray-900);
}

.box-404 .btn{
  width: 200px;
  margin-top:10px;
}

.modal-choice .modal-window{
 /* padding-bottom:70px;*/
}

.region_ctrl{
   display: flex;
    gap: 10px;
    width: 100%;
}
.region_ctrl .catalog_btn{
  flex-grow: 1;
  text-align: center;
  justify-content: center;
  width: 50%;
   display: flex!important;
}

@media all and (min-width: 1201px) {
  .features-box.swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    overflow: hidden;
  }
}

@media all and (max-width: 1600px) {
  .choose-user-form {
    padding-bottom: 0;
  }
}

@media all and (max-width: 1400px) {
  .serv-catalog-filter {
    width: 250px;
  }

  .serv-catalog-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cabinet-page-box {
    gap: 40px;
  }

  .cabinet-main-manu {
    padding: 30px;
  }
}

@media all and (max-width: 1300px) {
  .top-services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (max-width: 1200px) {
  .report-comment{
    display:block;
  }
  .section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .site-header {
    padding-bottom: 0px;
  }

  .section-with-bg .container {
    padding: 0 32px;
  }

  .off-container__background {
    width: calc(100% - 24px);
  }

  .site-header__slick {
    padding: 13px 0;
    height: 78px;
    gap: 24px;
  }

  .site-header__nav {
    display: none;
  }

  .main-search-form.open {
    position: absolute;
    top: calc(100% - 13px);
    width: 100%;
    background: var(--background);
    display: flex!important;
  }

  .serv-catalog-box .text-muted{
    margin-bottom:100px;
  }

  .mobile-nav__content {
    padding: 10px 20px;
  }

  .mobile-nav__row--profile {
    gap: 6px;
  }

  .mobile-nav__row--name {
    font-size: 16px;
  }

  .mobile-nav__row--position {
    font-size: 12px;
  }

  .catalog_btn {
    display: none;
  }

  .slick_ctrl {
    gap:16px;
  }

  footer {
    padding: 40px 0px;
  }

  .footer-top-row {
    align-items: flex-end;
  }

  .footer-nav {
    flex-direction: column;
    gap: 30px;
  }

  .copyrights-row {
    margin-top: 40px;
  }

  .poster-content {
    padding: 60px 0 28px;
  }

  .poster-content__title {
    font-size: 38px;
  }

  .section-title-row {
    margin-bottom: 30px;
  }

  .page-title {
    font-size: 38px;
  }

  .section-title {
    font-size: 28px;
  }

  .top-services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .top-services-item {
    padding: 20px;
    gap: 12px;
  }

  .features-box.swiper {
    overflow: visible;
  }

  .features-box.swiper .swiper-wrapper {
    overflow: visible;
  }

  .features-box__item {
    width: 300px;
    flex-shrink: 0;
  }

  .features-box__body {
    gap: 14px;
  }

  .popular-cats-box,.all-cats-box {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }

  .popular-cats__item {
    height: 160px;
    padding: 22px 20px;
  }

  .popular-cats__text {
    font-size: 16px;
  }

  .review-item {
    padding: 22px;
  }

  .review-item__title {
    font-size: 18px;
  }

  .review-item__text {
    font-size: 14px;
  }

  .review-item__overlay {
    padding: 15px 0 15px 15px;
  }

  .review-item__overlay-content {
    font-size: 14px;
  }

  .steps-item__top {
    padding: 22px;
  }

  .steps-item__body {
    padding: 22px;
  }

  .steps-item__title {
    font-size: 18px;
    letter-spacing: -0.02em;
  }

  .promo-box {
    padding: 10px 20px 0;
  }

  .promo-box__left {
    padding-bottom: 40px;
    padding-top: 30px;
    gap: 22px;
  }

  .promo-box__image {
    margin-top: auto;
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .blog-card {
    padding: 14px 14px 0px;
  }

  .blog-card__image {
    height: 200px;
  }

  .blog-card__body {
    padding: 16px 12px;
  }

  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
  }

  .breadcrumbs {
    padding: 14px 0;
  }

  .blog-single__title {
    font-size: 38px;
  }

  .blog-single__date {
    margin-bottom: 25px;
  }
  .blog-single-section .blog-single__infos {
    margin-bottom: 25px;
  }

  .blog-single__image {
    margin-bottom: 25px;
  }

  .faq-item {
    padding: 30px 0;
  }

  .serv-catalog-search {
    margin-bottom: 24px;
  }

  .mobile-filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gray-800);
    border-radius: 8px;
    width: 52px;
    height: 52px;
  }

  .serv-catalog-filter {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 902;
    left: 0;
    bottom: -100%;
    opacity: 0;
    pointer-events: none;
    height: 100%;
    padding-top: 0;
    display: flex;
    align-items: flex-end;
    transition: opacity var(--time), bottom var(--time), padding-top var(--time);
  }

  .serv-catalog-filter.open {
    bottom: 0;
    opacity: 1;
    pointer-events: auto;
    padding-top: 62px;
  }

  .filter-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(77, 84, 102, 0.4);
  }

  .serv-catalog-filter__inner {
    width: 100%;
    background: var(--background);
    padding: 0 22px;
    border-radius: 12px 12px 0 0;
    overflow-y: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    max-height: 95%;
  }

  .serv-catalog-filter__title-row {
    display: flex;
    position: sticky;
    padding-top: 26px;
    padding-bottom: 15px;
    left: 0;
    top: 0;
    z-index: 2;
    background: var(--background);
  }

  .serv-catalog-filter__title-row + .serv-catalog-filter__box {
    margin-top: -15px;
  }

  .filter_ctrl {
    padding: 15px 0 26px;
    margin-top: -26px;
    position: sticky;
    left: 0;
    bottom: 0;
    background: var(--background);
    gap: 20px;
  }

  .serv-catalog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .service-page-box {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .service-main-info {
    padding: 20px;
    order: 1;
    position: relative;
  }

  .serv-title {
    font-size: 28px;
  }

  .service-section {
    margin-bottom: 40px;
  }

  .service-main-content {
    order: 2;
    gap: 40px;
  }

  .case-item__title {
    font-size: 18px;
  }

  .service-jurist-avatar {
    width: 60px;
    height: 60px;
  }

  .service-jurist-bio {
    padding: 22px;
  }

  .service-jurist-name {
    font-size: 18px;
    letter-spacing: -0.02em;
  }

  .service-jurist-location {
    font-size: 14px;
  }

  .service-jurist-info {
    flex-direction: column;
    gap: 12px;
  }

  .report-button {
    margin-top: 40px;
  }

  .services-main-ctrl {
    display: block;
    overflow: hidden;
    border-top: 1px solid var(--gray-200);
    border-bottom: 1px solid var(--gray-200);
    margin-bottom: 0;
    margin-top: 10px;
  }

  .jurist-page-top .service-jurist-avatar {
    width: 100px;
    height: 100px;
  }

  .jurist-page-top .service-jurist-top {
    gap: 28px;
  }

  .jurist-page-top .service-jurist-name {
    font-size: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
  }

  .jurist-page-top .service-jurist-position {
    margin-bottom: 13px;
  }

  .jurist-page-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .jurist-page-content__main {
    gap: 40px;
  }

  .jurist-page-content__info {
    position: relative;
    padding: 20px;
  }

  .jurist-section {
    overflow: hidden;
  }

  .form-title {
    font-size: 28px;
  }

  .cabinet-page-box .cabinet-page-title {
    margin-bottom: 30px;
  }

  .cabinet-page-box {
    grid-template-columns: 1fr;
  }

  .cabinet-main-manu {
    padding: 25px 20px;
    display: none;
  }

  .cabinet-back-row {
    margin-bottom: 30px;
  }
  .jurist-section.first-regular-section .service-jurist-top .approved:before {
    left: 73%;
    top: 2px;
  }
}

@media screen and (max-width: 960px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (max-width: 960px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 780px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media all and (max-width: 767px) {
  .cabinet-zam-item-body-readyrev .top-services-item__rating{
    padding:5px;
  }
  .cabinet-zam-item-body-readyrev{
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
  .top-services-item__rating-row{
    text-align: left;
  }
  .cabinet-zam-item-body-rev-label{
    text-align:left;
  }
  .cabinet-zam-item-body-rev-text{
    text-align:left;
  }
  .cabinet-zam-item .top-services-item__rating-row{
    justify-content: flex-start;
  }
.blog-single__btn .btn_cancel{
 width:100%;
 white-space:normal;
    height: auto;
    line-height: 23px;
    padding: 10px 18px; 
}  
  .form_additional_button{
    flex-direction: column;
    gap:15px;
  }
  .main-search-form:not(.main-search-form--search-page) {
    display: none;
  }  
  .dialog-page-header__info .top-services-item__avatar{
    width: 40px;
    height: 40px;
  }  
  .top-services-item__stars img,.top-services-item__stars{
    width: 60px;
  }
  [data-theme=dark] .search-preview__box{
    box-shadow:0 8px 20px 0 rgba(255, 255, 255, 0.08);
  }  
  .top-services-slider .top-services-item {
    height: auto!important;
  }
  .top-services-item .approved:before{
    right: -5px;
    top: -3px;
  }
  .service-jurist-bio .approved:before{
    right: -4px;
    top: -1px;
  }
  .jurist-section.first-regular-section .service-jurist-top .approved:before{
    left: 71%;
    top: 0px;
    width: 20px;
    height: 20px;
  }
  .site-header__logo img.img_logo {
    width: 110px;
    height: 40px;
  }
  .blog-card__body .blog-single__infos{
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .blog-card__body .blog-single__infos .serv-page-relations__breaker{
    display: none;
  }
  .blog-card__body .blog-single__infos{
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .box-404 .page-title{
    font-size: 150px;
  }

  .box-404 h2{
    font-size: 24px;
  }

  .box-404 .btn{
    width: 100%;
  } 
  
  .cabinet-main-content .page-message{
    margin-top:0px;
  }

  .slick_ctrl .to-search {
    display: flex;
  }
  .slick_ctrl .to-favorite, .slick_ctrl .to-orders{
    display: none;
  }
  .section.first-regular-section {
    margin-top: 12px;
  }

  .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .site-header {
    border-bottom: 0;
  }

  .section-with-bg .container {
    padding: 0 40px;
  }

  .poster-section {
    margin-bottom: 0;
  }

  .poster-section .off-container__background {
    border-radius: 24px 24px 0 0;
  }

  .poster-image {
    margin: 0 auto -8px;
    width: 377px;
    max-width: unset;
  }

  .poster-image img {
    width: 377px;
    max-width: unset;
  }

  .site-header__content {
    margin-top: 20px;
  }

  .mobile-nav__content {
    max-width: 100%;
  }

  .poster-content {
    padding: 60px 0 28px;
  }

  .poster-content__title {
    font-size: 28px;
  }

  .mobile-panel-section {
    background: var(--background);
    border-bottom: 1px solid var(--gray-200);
    border-top: 1px solid var(--gray-200);
    padding: 16px 0;
    margin-top: -1px;
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 0;
  }

  .section-title-row {
    margin-bottom: 22px;
  }

  .page-title {
    font-size: 28px;
  }

  .section-title {
    font-size: 22px;
  }

  .section-title-row__ctrl {
    display: none;
  }

  .section-mobile__ctrl {
    box-sizing: border-box;
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
    width: calc(100% - 24px);
    display: flex;
    align-items: center;
    margin-top: 22px;
  }

  .section-mobile__ctrl .btn {
    width: 100%;
  }

  .top-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .top-services-item {
    padding: 16px 14px;
    gap: 10px;
  }

  .top-services-item__views {
    font-size: 14px;
  }

  .top-services-item__zar-numb {
    font-size: 14px;
  }

  .top-services-item__title {
    font-size: 16px;
  }

  .top-services-item__jurist {
    gap: 8px;
  }

  .top-services-item__avatar {
    width: 46px;
    height: 46px;
  }

  .top-services-item__name {
    font-size: 12px;
    line-height: 16px;
  }

  .top-services-item__city {
    font-size: 12px;
  }

  .top-services-item__zar {
    gap: 4px;
  }

  .top-services-item__zar-title {
    font-size: 12px;
  }

  .top-services-item__price {
    font-size: 17px;
    letter-spacing: -0.02em;
  }

  .top-services-item__rating {
    font-size: 14px;
  }

  .top-services-item__revs {
    font-size: 12px;
  }


  .steps-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }

  .steps-item__top {
    height: 69px;
    font-size: 18px;
    letter-spacing: -0.02em;
  }

  .steps-item__body {
    min-height: unset;
  }

  .promo-box {
    flex-direction: column;
  }

  .blog-card__image {
    height: 110px;
  }

  .blog-card__body {
    padding: 16px 6px;
  }

  .blog-card__custom-bottom .blog-card__link{
    font-size:13px;
   }
  .blog-card__custom-bottom .blog-card__link svg{
    width: 15px;
    height: 15px;
   }

  .blog-card__title {
    -webkit-line-clamp: 4;
    margin-bottom: 12px;
  }

  .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-grid .blog-card__image {
    height: 180px;
  }

  .section-bottom__ctrl {
    margin-top: 22px;
  }

  .section-bottom__ctrl .btn {
    width: 100%;
  }

  .modal-window {
    padding: 22px;
  }

  .dialog-complaint-modal .modal-window {
    width: 100%;
    min-height: 90vh;
    max-height: 95vh;
    margin: auto 0 0;
    border-radius: 12px 12px 0 0;
  }

  .dialog-complaint-modal .modal-title {
    font-size: 22px;
  }

  .modal-content {
    gap: 14px;
  }

  .breadcrumbs {
    padding: 10px 0;
  }

  .blog-single-section {
    margin-bottom: 20px;
  }

  .blog-single__before-row {
    padding: 0 0 10px;
  }

  .blog-single__top {
    padding-top: 12px;
  }

  .blog-single__title {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .blog-single__date {
    margin-bottom: 18px;
  }
  .blog-single-section .blog-single__infos {
    margin-bottom: 18px;
  }
  .blog-single__image {
    margin-bottom: 18px;
  }

  .editable-content h2,
  .editable-content h3 {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .editable-content h3 {
    margin-bottom: 10px;
  }

  .editable-content ol,
  .editable-content ul {
    margin-bottom: 15px;
  }

  .faq-item {
    padding: 20px 0;
  }

  .faq-quest__text {
    font-size: 16px;
    letter-spacing: -0.02em;
  }

  .serv-catalog-search {
    margin-bottom: 16px;
  }

  .serv-catalog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .service-page-box {
    gap: 40px;
  }

  .serv-title {
    font-size: 28px;
  }

  .service-section {
    margin-bottom: 20px;
  }

  .serv-section.serv-section__slider {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 0;
    width: calc(100% + 40px);
  }

  .serv-section.top-services-slider__section {
    padding-right: 20px;
  }

  .serv-section.blog-services-slider__section {
    padding-right: 20px;
  }

  .case-slider {
    overflow: visible !important;
  }

  .case-slider .swiper-wrapper {
    overflow: visible;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .show-on-mobile {
    display: flex !important;
  }

  .jurist-page-top .service-jurist-avatar {
    width: 60px;
    height: 60px;
  }

  .jurist-page-top .service-jurist-top {
    gap: 18px;
    padding-bottom: 18px;
  }

  .jurist-page-top .service-jurist-name {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .jurist-page-top .service-jurist-position {
    margin-bottom: 10px;
  }

  .serv-page-data__content {
    font-size: 18px;
  }

  .jurist-specialization__item {
    font-size: 12px;
  }

  .top-services-slider,
  .blog-services-slider__section {
    overflow: visible !important;
  }

  .top-services-slider .swiper-wrapper,
  .blog-services-slider__section .swiper-wrapper {
    overflow: visible !important;
  }

  .auth-form-section {
    margin-top: 60px;
    padding-bottom: 50px;
  }

  .form-field.form-field--half {
    width: 100%;
  }

  .field_triple {
    grid-template-columns: 1fr;
  }

  .register-profile-confirmation-section .btn {
    width: 100%;
  }

  .form-steps-nav {
    flex-direction: column;
    gap: 22px;
  }

  .form-steps-nav .btn_cancel {
    width: 100%;
    order: 1;
  }

  .form-steps-nav .btn-back {
    order: 2;
  }

  .cabinet-page-box .cabinet-page-title {
    margin-bottom: 22px;
  }

  .cabinet-main .cabinet-main-content .btn.btn_cancel {
    width: 100%;
  }

  .cabinet-main .serv-catalog-search {
    margin-bottom: 22px;
  }

  .cabinet-main .section-bottom__ctrl {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cabinet-back-row {
    margin-bottom: 20px;
  }

  .cabinet-zam-item {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap:20px;
  }

  .make_revs_btn,.pay_commission_form,.jurist_payment_status{
    margin:0;
    width:100%;
  }

  .cabinet-zam-item__details {
    padding: 10px;
  }

  .cabinet-zam-item__details-list {
    padding-left: 11px;
  }

  .cabinet-zam-item__details-label {
    font-size: 12px;
  }

  .cabinet-zam-item__details-value {
    font-size: 12px;
  }

  .cabinet-zam-item_ctrl{
    grid-auto-flow: unset;
    grid-template-columns: 1fr;
  }

  .cabinet-dialog-preview {
    gap: 8px;
  }

  .cabinet-dialog-preview-user {
    font-size: 14px;
  }

  .cabinet-dialog-preview-text {
    font-size: 12px;
  }

  .dialog-page-header {
    gap: 12px;
  }

  .dialog-page-header__user {
    font-size: 14px;
  }

  .dialog-page-header__position {
    font-size: 14px;
  }

  .dialog-complaint__title-row {
    padding-bottom: 15px;
  }

  .dialog-inner-message-item {
    gap: 8px;
  }

  .dialog-inner-message__name {
    font-size: 12px;
  }

  .dialog-inner-message__text {
    font-size: 12px;
    padding: 12px 14px;
  }

  .cabinet-zam-transaction {
    padding: 12px;
  }

  .cabinet-zam-transaction__title {
    font-size: 14px;
  }

  .cabinet-zam-transaction__card {
    font-size: 12px;
  }

  .cabinet-zam-transaction__price {
    font-size: 18px;
    letter-spacing: -0.02em;
  }

  .cabinet-page-nav {
    flex-direction: column;
  }

  .cabinet-page-nav__link {
    width: 100%;
  }

  .cabinet-favorite-box {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 560px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (hover: hover) {
  a.cabinet-zam-item:hover {
    background: var(--gray-200);
  }

  .avatar-upload__clear:hover svg {
    stroke: var(--red);
  }

  .burger:hover span {
    background: var(--red);
  }

  .catalog_btn:hover {
    background: var(--gray-100);
  }

  .slick-btn:hover svg {
    stroke: var(--red);
  }

  .search-btn:hover svg,
  .close-modal:hover svg {
    stroke: var(--red);
  }

  .mobile-nav__list-item:hover,
  .settings-line:hover {
    color: var(--red);
  }

  .mobile-nav__list-item:hover svg,
  .settings-line:hover svg {
    stroke: var(--red);
  }

  .regular_link:hover,
  a.blog-card__title:hover {
    color: var(--red);
  }

  .top-services-item__revs:hover {
    opacity: 1;
  }

  .top-services-item:hover, .top-services-item:hover .reklama_badge{
    background: var(--gray-200);
  }

  .top-services-item:hover .remove-favorite {
    border-color: var(--gray-300);
  }

  .steps-item:hover .steps-item__body {
    border: 1px solid var(--gray-300);
  }

  .blog-card__link:hover {
    opacity: 0.4;
  }

  .blog-single__before:hover {
    color: var(--red);
  }

  .blog-single__before:hover svg {
    stroke: var(--red);
  }

  .faq-quest:hover .faq-quest__text {
    color: var(--red);
  }

  .faq-quest:hover svg {
    stroke: var(--red);
  }

  .serv-btn:hover {
    background: var(--gray-100);
  }

  .sert-image:hover img {
    transform: scale(1.1);
  }

  .form-document-more:hover {
    color: var(--gray-900);
  }

  .form-document-more:hover svg {
    stroke: var(--gray-900);
  }
}