@charset "UTF-8";

/**
* Подключение шрифтов локально из папки "./src/fonts"
*/
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-ExtraboldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-HeavyItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-SemiboldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-UltraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}

/** Подключение переменных */
/**
* Подключение sass function и mixins и extends стилей
*/
/**
	Шаблоны (заготовки)
	@extend %имя шаблона;
*/
/** Обнуление */
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

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

*:focus,
*:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html {
  scroll-behavior: smooth;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}

html.loaded {
  opacity: 1;
}

html.lock {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden;
}

html.lock [data-lp] {
  padding-right: 1rem;
  padding-right: var(--bh-scrollbar-width, 1rem);
}

html.lock .wrapper {
  margin-right: 1rem;
  margin-right: var(--bh-scrollbar-width, 1rem);
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
}

body {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  font-family: "Gilroy", sans-serif;
  font-family: var(--bs-font-family);
  font-size: 1rem;
  font-size: var(--bs-font-size);
  font-weight: 400;
  font-weight: var(--bs-font-weight);
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1;
  line-height: var(--bs-line-height);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
}

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

a:focus,
a:active {
  outline: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

sup {
  color: inherit;
}

button {
  cursor: pointer;
}


:root {
  --bs-font-family: "Gilroy", sans-serif;
  --bs-font-size: 1rem;
  --bs-font-weight: 400;
  --bs-line-height: 1;
  --main-color: #e16a02;
  --main-color-hover: #dfa60a;
  --black-color: #252525;
  --white-color: #fff;
  --main-color-rgb: 0, 123, 255;

  --header-height: 9.0625rem;

  --header-admin-bar-height: 35px;
  --header-admin-auth-height: calc(var(--header-height) + var(--header-admin-bar-height));

  --gray-color: #8d8d8d;
  --gray-color-1: #d3d9dd;
  --gray-color-2: #7c7c7c;
  --gray-color-3: #d9dbe9;
  --gray-color-4: #e9e9e9;
  --gray-color-5: #eaeaea;
  --gray-color-6: #575757;
  --gray-color-7: #f5f5f5;
  --gray-color-8: #bfbfbf;
  --gray-color-9: #9e9e9e;
  --black-transparent: rgba(0, 0, 0, 0.1);
  --error-color: #f55b5b;
}

html,
body {
  scroll-behavior: smooth;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #fff;
  background-color: var(--white-color);
  color: #252525;
  color: var(--black-color);
  font: 1rem/1 "Gilroy", sans-serif;
  font: var(--bs-font-size)/var(--bs-line-height) var(--bs-font-family);
}

.page,
body.lock {
  min-height: 100%;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
}


.page {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;

  padding-top: var(--header-height);

  display: flex;
  flex-direction: column;
}

.main{
  flex: 1;
}

.body.auth--status.auth--admin .page {
  padding-top: var(--header-admin-auth-height);
}


@media (max-width: 1200px) {
  .body.auth--status.auth--admin .page {
    padding-top: calc(var(--header-admin-auth-height) + 70px);
  }
}


section,
.wrapper {
  position: relative;
  z-index: 1;
}

img {
  width: 100%;
  height: 100%;
}

* {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wrapper {
  --max-width: 73.75rem;
  --padding-side: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  width: min(73.75rem, 100% - 0.9375rem * 2);
  width: min(var(--max-width), 100% - var(--padding-side) * 2);
}

::-moz-selection {
  background-color: #e16a02;
  background-color: var(--main-color);
  color: #fff;
  color: var(--white-color);
}

::selection {
  background-color: #e16a02;
  background-color: var(--main-color);
  color: #fff;
  color: var(--white-color);
}

.btn {
  cursor: pointer;
  border-radius: 0.5625rem;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn--main {
  background-color: #e16a02;
  background-color: var(--main-color);
  color: #fff;
  color: var(--white-color);
}

.btn--main:hover {
  background-color: #dfa60a;
  background-color: var(--main-color-hover);
}

.btn--transparent {
  border: 1px solid #e16a02;
  border: 1px solid var(--main-color);
  background-color: transparent;
  color: #fff;
  color: var(--white-color);
}

.btn--transparent:hover {
  background-color: #dfa60a;
  background-color: var(--main-color-hover);
  border-color: #dfa60a;
  border-color: var(--main-color-hover);
}

.btn--light {
  background-color: #fff;
  background-color: var(--white-color);
  color: #252525;
  color: var(--black-color);
}

.btn--light:hover {
  background-color: #dfa60a;
  background-color: var(--main-color-hover);
  color: #fff;
  color: var(--white-color);
}

.color-section {
  border-radius: 2.1875rem;
}

.color-section--main {
  background-color: #e16a02;
  background-color: var(--main-color);
  color: #fff;
  color: var(--white-color);
}

.color-section--black {
  background-color: #000;
  color: #fff;
  color: var(--white-color);
}

.custom-select {
  position: relative;
}

.custom-select_header {
  cursor: pointer;
  padding: 0.6875rem 1.125rem 0.6875rem 0.9375rem;
  border: 1px solid #d3d9dd;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-select_header.--fill {
  padding: 0.9375rem;
  border: 1px solid #d3d9dd;
  border-radius: 0.625rem;
  background: #fff;
  background: var(--white-color);
  color: #7c7c7c;
  color: var(--gray-color-2);
}

.custom-select_header.--fill .custom-select_header_icon i {
  width: 0.875rem;
  height: 0.875rem;
  background: #7c7c7c;
  background: var(--gray-color-2);
}

.custom-select_header:focus {
  border: 1px solid var(--main-color);
}

.custom-select_header_title {
  font-size: 1.125rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-select_header_icon {
  line-height: 0;
}

.custom-select_header_icon i {
  width: 0.5625rem;
  height: 0.3125rem;
}

.custom-select_list {
  pointer-events: none;
  position: absolute;
  top: calc(100% + 0.3125rem);
  z-index: 9;
  padding: 0.625rem 0;
  border: 1px solid #d9dbe9;
  border: 1px solid var(--gray-color-3);
  border-radius: 0.625rem;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  background-color: var(--white-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 280px;
  overflow-y: auto;
}

.custom-select_list::-webkit-scrollbar {
  width: 0.3125rem;
}

.custom-select_list::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}

.custom-select_list::-webkit-scrollbar-track {
  background-color: var(--white-color);
  background-color: var(--gray-color-3);
}

.custom-select_list.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.custom-select_item {
  cursor: pointer;
  padding: 0.375rem 0.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-select_item:hover,
.custom-select_item:focus {
  background-color: #e9e9e9;
  background-color: var(--gray-color-4);
}

.custom-select_item.active {
  background-color: #e9e9e9;
  background-color: var(--gray-color-4);
}


.custom-select.--min {
  width: 200px;
}

.custom-select.--min .custom-select_header {
  padding: 0.375rem 0.875rem;
  border-radius: 0.5rem;
}

.custom-select.--min .custom-select_header_title {
  font-size: 0.875rem;
}

.custom-select.--min .icon-arrow-down {
  width: 0.5625rem;
  height: 0.3125rem;
}

.custom-select.--min .custom-select_item {
  padding: 0.375rem 0.875rem;
  font-size: 0.875rem;
}




.custom-checkbox {
  cursor: pointer;
  position: relative;
  margin: 0;
  border: 1px solid #d9dbe9;
  border-radius: 0.25rem;
  height: 1.375rem;
  width: 1.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--white-color);
}

.custom-checkbox::after {
  content: "";
  border-radius: 0.1875rem;
  height: 0;
  width: 0;
  background-color: #e16a02;
  background-color: var(--main-color);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.3125rem);
  left: calc(50% + 0.1875rem);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 1.1875rem;
  width: 1.1875rem;
  background: url('data:image/svg+xml,<svg width="19.000000" height="18.521729" viewBox="0 0 19 18.5217" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path id="Vector" d="M1.97 8.45C1.6 8.45 1.23 8.56 0.91 8.76C0.6 8.96 0.35 9.25 0.19 9.59C0.03 9.92 -0.04 10.3 0.01 10.67C0.05 11.04 0.2 11.39 0.44 11.68L5.47 17.85C5.65 18.07 5.88 18.25 6.14 18.36C6.4 18.48 6.69 18.53 6.97 18.51C7.58 18.48 8.13 18.15 8.49 17.62L18.94 0.79C18.94 0.78 18.94 0.78 18.94 0.78C19.04 0.63 19.01 0.33 18.81 0.14C18.75 0.09 18.68 0.05 18.61 0.03C18.54 0 18.47 -0.01 18.39 0C18.31 0 18.24 0.02 18.17 0.06C18.11 0.09 18.05 0.14 18 0.2C18 0.2 17.99 0.21 17.99 0.21L7.45 12.12C7.41 12.17 7.36 12.2 7.3 12.23C7.25 12.25 7.19 12.27 7.13 12.27C7.07 12.28 7.01 12.27 6.95 12.25C6.9 12.23 6.84 12.2 6.8 12.15L3.3 8.97C2.94 8.64 2.46 8.45 1.97 8.45Z" fill="%23E16A02" fill-opacity="1.000000" fill-rule="nonzero"/></svg>') no-repeat center/cover;
}

.custom-checkbox.--rounded {
  border-radius: 50%;
  width: 1.6875rem;
  height: 1.6875rem;
}

.custom-checkbox.--rounded:checked::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 1.0625rem;
  width: 1.0625rem;
  background: none;
  background-color: #e16a02;
  background-color: var(--main-color);
}

.input-block--error {
  border: 1px solid #f55b5b !important;
  border: 1px solid var(--error-color) !important;
}

.input-block--error {
  margin-bottom: 0.8125rem;
}

.input-block--error_massage {
  position: absolute;
  top: calc(100% + 0.4375rem);
  left: 0.9375rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #f55b5b;
  color: var(--error-color);
  font-size: 0.75rem;
  font-weight: 500;
}

.swiper {
  position: static;
}

.custom-search {
  position: relative;
}

.custom-search_box {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-search.--big .custom-search_box {
  height: 3.75rem;
  gap: 1.25rem;
}

.custom-search.--big .custom-search_box_icon {
  width: 1.75rem;
  height: 1.75rem;
}

.custom-search.--big .custom-search_box_input {
  font-size: 1.375rem;
}

.custom-search.--big .custom-search_list {
  padding: 0.9375rem 0;
}

.custom-search.--big .custom-search_list .custom-search_list_item {
  padding: 0.625rem 0.9375rem;
  font-size: 1.25rem;
}

.custom-search.--min {
  width: 100%;
  max-width: 300px;
}

.section__header .custom-search.--min {
  width: 100%;
  max-width: 300px;
}

.custom-search.--min .custom-search_box {
  height: 1.6rem;
  gap: 0.3rem;
  padding: 0 .25rem;
  border-radius: 0.3125rem;
}


.custom-search.--min .custom-search_box_icon {
  width: 0.8rem;
  min-width: 0.8rem;
  height: 0.8rem
}

.custom-search.--min .custom-search_box_input {
  font-size: 0.65rem;
  background-color: transparent
}

.custom-search.--min .custom-search_list {
  padding: 0.625rem 0
}

.custom-search.--min .custom-search_list .custom-search_list_item {
  padding: 0.375rem 0.875rem;
  font-size: 0.75rem
}

.custom-search_box {
  padding: 0 0.75rem;
  border: 1px solid #8d8d8d;
  border: 1px solid var(--gray-color);
  border-radius: 0.625rem;
  height: 2.6875rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 0.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-color: var(--white-color);
}

.custom-search_box_icon {
  width: 1.25rem;
  height: 1.25rem;
}

.custom-search_box_icon i {
  width: 100%;
  height: 100%;
}

.custom-search_box_input {
  border: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  outline: none;
  background-color: transparent;
  color: #252525;
  color: var(--black-color);
  font-size: 1rem;
  font-weight: 500;
}



input::placeholder,
textarea::placeholder {
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #8d8d8d;
  color: var(--gray-color);
  opacity: 1;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

.custom-search_list {
  position: absolute;
  top: calc(100% + 0.3125rem);
  left: 0;
  z-index: 9;
  padding: 0.625rem 0;
  border: 1px solid #eaeaea;
  border: 1px solid var(--gray-color-5);
  border-radius: 0.5625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.125rem;
  background: #fff;
  background: var(--white-color);
}

.custom-search_list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-search_list_item {
  padding: 0.25rem 0.9375rem;
  color: #575757;
  color: var(--gray-color-6);
  font-size: 0.875rem;
  font-weight: 500;
}

.custom-search_list_item.priority {
  background: #e9e9e9;
  background: var(--gray-color-4);
}

.custom-search.custom-search--large {
  margin-top: 0;
}

.custom-search.custom-search--large  .custom-search_box{
  height: 58px;
}


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

.roadmaps__list {
  list-style: decimal;
  padding-left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.roadmaps__item {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.roadmaps__item a {
  padding: 0.75rem 0;
  border-radius: 0.625rem;
  width: 100%;
  max-width: 28.125rem;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e16a02;
  background-color: var(--main-color);
  color: #fff;
  color: var(--white-color);
  font-size: 1.625rem;
  font-weight: 500;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.roadmaps__item.disabled a {
  pointer-events: none;
  color: #8d8d8d;
  color: var(--gray-color);
}

.pb120 {
  padding-bottom: 7.5rem;
}

.p50 {
  padding: 3.125rem 0;
}

.search-btn {
  margin-top: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 43.75rem;
}

.search-btn.w100 {
  max-width: 100%;
}

.search-btn_input {
  padding-right: 0;
  border-radius: 0.5625rem;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  background-color: var(--white-color);
}

.search-btn_input_input {
  padding: 0 1.625rem;
  border: 1px solid #8d8d8d;
  border: 1px solid var(--gray-color);
  border-radius: 0.5625rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #252525;
  color: var(--black-color);
  font-size: 1.125rem;
  font-weight: 500;
}

.search-btn_input_input::-webkit-input-placeholder {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.search-btn_input_input::-moz-placeholder {
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.search-btn_input_input:-ms-input-placeholder {
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.search-btn_input_input::-ms-input-placeholder {
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.search-btn_input_input::placeholder {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.search-btn_input_input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.search-btn_input_input:focus::-moz-placeholder {
  opacity: 0;
}

.search-btn_input_input:focus:-ms-input-placeholder {
  opacity: 0;
}

.search-btn_input_input:focus::-ms-input-placeholder {
  opacity: 0;
}

.search-btn_input_input:focus::placeholder {
  opacity: 0;
}

.search-btn_input_btn {
  margin-left: -2.625rem;
  padding: 0 2.1875rem;
  border-radius: 0.5625rem;
  height: 100%;
  background-color: #e16a02;
  background-color: var(--main-color);
  color: #fff;
  color: var(--white-color);
  font-size: 1.25rem;
  font-weight: 500;

  position: relative;
  z-index: 1;
}

.search-btn_text {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.search-btn_text span {
  cursor: pointer;
  color: #e16a02;
  color: var(--main-color);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.search-btn_list {
  position: absolute;
  top: calc(100% - 1.25rem);
  left: 50%;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.625rem 0;
  border: 1px solid #eaeaea;
  border: 1px solid var(--gray-color-5);
  border-radius: 0.5625rem;
  width: 100%;
  max-width: 43.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.125rem;
  background: #fff;
  background: var(--white-color);
}

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

.search-btn_list_item {
  padding: 0.25rem 0.9375rem;
  color: #575757;
  color: var(--gray-color-6);
  font-size: 0.875rem;
  font-weight: 500;
}

.search-btn_list_item.priority {
  background: #e9e9e9;
  background: var(--gray-color-4);
}

.modal__header {
  padding: 0.8125rem 1.25rem;
  border-radius: 0.5rem 0.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e16a02;
  background-color: var(--main-color);
  color: #fff;
  color: var(--white-color);
}

.modal__header_title {
  font-size: 1.375rem;
  font-weight: 700;
}

.modal__header-icon {
  line-height: 0;
}

.modal__header-icon i {
  width: 1.5rem;
  height: 1.5rem;
}

.modal__header_close i {
  width: 1.0625rem;
  height: 1.0625rem;
  background-color: #fff;
}

section:nth-last-child(1).color-section {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.mt35 {
  margin-top: 2.1875rem;
}

.mt15 {
  margin-top: 0.9375rem;
}

.pt120 {
  padding-top: 7.5rem;
}

.section__title {
  text-align: center;
}

.section__title.left {
  text-align: left;
}

.section__title_title {
  font-size: 3.125rem;
  font-weight: 800;
  text-transform: uppercase;
}

section {
  padding: 60px 0;
}

.pagination {
  margin: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination__item {
  cursor: pointer;
  border-radius: 0.4375rem;
  height: 3.125rem;
  width: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
  background-color: var(--gray-color-7);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 0;
}

.pagination__item.current {
  background-color: #e16a02;
  background-color: var(--main-color);
  color: #fff;
  color: var(--white-color);
}

.pagination__item.dots {
  cursor: default;
}

.pagination__item .icon {
  width: 0.75rem;
  height: 1.25rem;
}

.social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-block_link i {
  width: 1.875rem;
  height: 1.875rem;
}

.fixed-buttons {
  position: absolute;
  top: 0;
  left: -4.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fixed-buttons.--big {
  left: -19%;
}

.fixed-buttons_item {
  position: relative;
  z-index: 9;
  border-radius: 0.625rem;
  height: 3.125rem;
  width: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e16a02;
  background-color: var(--main-color);
  color: #252525;
  color: var(--black-color);
}

.fixed-buttons_item:hover .fixed-buttons_item_tooltip {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}

.fixed-buttons_item.like-tag {
  background-color: #d4af37;
}

.fixed-buttons_item.--transparent {
  border: 0.125rem solid #e16a02;
  border: 0.125rem solid var(--main-color);
  background-color: transparent;
  color: #252525;
  color: var(--black-color);
}

.fixed-buttons_item.--transparent i {
  background-color: #252525;
  background-color: var(--black-color);
}

.fixed-buttons_item i {
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #fff;
  background-color: var(--white-color);
}

.fixed-buttons_item.--transparent.--active{
  background-color: var(--main-color);
}

.fixed-buttons_item.--transparent.--active i {
  background-color: var(--white-color);
}

.fixed-buttons_item_tooltip,
.fixed-buttons_item_counter {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-color: var(--white-color);
  text-align: center;
  line-height: 0;
}

.fixed-buttons_item_counter {
  position: absolute;
  top: -0.375rem;
  right: -0.375rem;
  border: 0.125rem solid #e16a02;
  border: 0.125rem solid var(--main-color);
  border-radius: 50%;
  width: 1.375rem;
  height: 1.375rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.fixed-buttons_item_tooltip {
  pointer-events: none;
  position: absolute;
  top: -85%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0.625rem);
  -ms-transform: translateX(-50%) translateY(0.625rem);
  transform: translateX(-50%) translateY(0.625rem);
  padding: 0 0.875rem;
  border: 1px solid #f5f5f5;
  border: 1px solid var(--gray-color-7);
  border-radius: 0.375rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.125rem 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem 0 var(--black-transparent);
  box-shadow: 0.125rem 0.125rem 0.3125rem 0 var(--black-transparent);
  height: 2.1875rem;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  opacity: 0;
  visibility: hidden;
  font-size: 0.75rem;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fixed-buttons_item-info {
  position: relative;
  padding: 0.75rem 1rem;
  border-radius: 0.625rem;
  width: 13.125rem;
  overflow: hidden;
  background-color: #d4af37;
  color: #fff;
  color: var(--white-color);
  word-break: break-word;
}

.fixed-buttons_item-info::after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  right: -1.25rem;
  z-index: 1;
  height: 7.6875rem;
  width: 7.6875rem;
  background: url("../images/icons/magic-star.svg") no-repeat center/cover;
}

.fixed-buttons_item-info_header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fixed-buttons_item-info_header_title {
  font-size: 1.25rem;
  font-weight: 700;
}

.fixed-buttons_item-info_header_close i {
  background-color: #fff;
  background-color: var(--white-color);
}

.fixed-buttons_item-info_text {
  position: relative;
  z-index: 2;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.fixed-buttons_item-info_link {
  position: relative;
  z-index: 2;
  margin-top: 0.875rem;
  padding: 0.5rem 0;
  border-radius: 0.375rem;
  width: 100%;
  display: block;
  background-color: #fff;
  background-color: var(--white-color);
  color: #252525;
  color: var(--black-color);
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}

.custom-scroll {
  padding-right: 0.625rem;
  min-height: 1.25rem;
}

.custom-scroll::-webkit-scrollbar-track {
  border-radius: 0.625rem;
  background-color: #d9dbe9;
  background-color: var(--gray-color-3);
}

.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  background-color: var(--main-color);
}

.custom-scroll::-webkit-scrollbar {
  width: 0.25rem;
}

.premium_tooltip {
  pointer-events: none;
  position: absolute;
  top: calc(-100% - 3.4375rem);
  left: 50%;
  z-index: 9;
  -webkit-transform: translateX(-50%) translateY(0.625rem);
  -ms-transform: translateX(-50%) translateY(0.625rem);
  transform: translateX(-50%) translateY(0.625rem);
  padding: 0.625rem 1.25rem;
  border: 1px solid #f5f5f5;
  border: 1px solid var(--gray-color-7);
  border-radius: 0.375rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.125rem 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem 0 var(--black-transparent);
  box-shadow: 0.125rem 0.125rem 0.3125rem 0 var(--black-transparent);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-color: var(--white-color);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.premium_tooltip::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #fff;
  border: 1px solid var(--white-color);
  border-top-color: white;
  border-left-color: white;
  -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.125rem 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem 0 var(--black-transparent);
  box-shadow: 0.125rem 0.125rem 0.3125rem 0 var(--black-transparent);
  height: 1.125rem;
  width: 1.125rem;
  background-color: #fff;
  background-color: var(--white-color);
}

.premium_tooltip.active {
  pointer-events: auto;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}

.premium_tooltip_text {
  font-size: 1rem;
}

.premium_tooltip_button {
  padding: 0.625rem 1.375rem;
  border-radius: 0.375rem;
  min-width: 10.625rem;
  background-color: #e16a02;
  background-color: var(--main-color);
  color: #fff;
  color: var(--white-color);
  font-size: 0.75rem;
  font-weight: 600;
}

.premium_tooltip.--min {
  top: calc(-100% - 0.875rem);
  padding: 0.575rem 0.875rem;
  border-radius: 0.3125rem;
  min-width: 10.625rem;
}

.premium_tooltip.--min .premium_tooltip_text {
  font-size: 1rem;
}

.accent {
  color: #e16a02;
  color: var(--main-color);
}

.rating-block {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.rating-block_box {
  cursor: pointer;
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-block_box.--min i {
  width: 1.875rem;
  height: 1.875rem;
}

.rating-block_box i {
  width: 2.5rem;
  height: 2.5rem;
}

.rating-block {
  padding: 0.75rem 0.9375rem;
  border: 1px solid #bfbfbf;
  border: 1px solid var(--gray-color-8);
  border-radius: 0.625rem;
  background: #fff;
  background: var(--white-color);
}

.rating-block.--add-review {
  padding: 0;
  border: none;
  background: transparent;
}

.rating-block_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-block_count span {
  color: #e16a02;
  color: var(--main-color);
  font-size: 1.25rem;
  font-weight: 600;
}

.rating-block_count_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-block_count_box i {
  width: 0.875rem;
  height: 0.875rem;
}

.rating-block_text {
  margin-top: 0.25rem;
  color: #9e9e9e;
  color: var(--gray-color-9);
  font-size: 0.8125rem;
  font-weight: 600;
}

.link-block {
  margin-top: 0.625rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e9e9e9;
  border-bottom: 1px solid var(--gray-color-4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.link-block-link {
  color: #252525;
  color: var(--black-color);
  font-size: 1rem;
  font-weight: 500;
}

.link-block-link:hover {
  color: #e16a02;
  color: var(--main-color);
}

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

.section__header_title {
  position: relative;
  font-size: 3.75rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}

.section__header_subtitle {
  color: #cacaca;
  font-size: 2.125rem;
  font-weight: 500;
}

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

.section__title--service::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.25rem;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  height: 1.3125rem;
  width: 1.3125rem;
  background: url("../images/icons/header/service.svg") no-repeat center center/contain;
}

.section__title--advan::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  right: -1.875rem;
  width: 1.625rem;
  height: 1.625rem;
  background: url("../images/icons/header/advan.svg") no-repeat center center/contain;
}

.section__title--geo::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  right: 35%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 1.875rem;
  height: 1.875rem;
  background: url("../images/icons/header/geo.svg") no-repeat center center/contain;
}

.section__title--reviews::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 10%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 1.875rem;
  height: 1.875rem;
  background: url("../images/icons/header/reviews.svg") no-repeat center center/contain;
}

.breadcrumbs {
  margin-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  color: #252525;
  color: var(--black-color);
  font-size: 0.875rem;
}

.breadcrumbs__item.current {
  color: #e16a02;
  color: var(--main-color);
}

.bot {
  padding: 1.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.625rem;
  border: 1px solid rgb(211, 217, 221);
  border-radius: 0.625rem;
  background-color: #fff;
  background-color: var(--white-color);
}

.bot.--telegram .bot__item_link {
  color: rgb(3, 155, 229);
}

.bot.--whatsapp .bot__item_link {
  color: rgb(22, 198, 129);
}

.bot.--min {
  padding: 0.625rem 0.75rem;
  border-radius: 0.375rem;
}

.bot.--min .bot__header {
  padding-bottom: 0.375rem;
}

.bot.--min .bot__header_title {
  font-size: 0.875rem;
}

.bot.--min .bot__header_icon {
  width: 1.125rem;
  height: 1.125rem;
}

.bot.--min .bot__header_close i {
  height: 0.75rem;
  width: 0.75rem;
  background-color: #868a8a;
}

.bot.--min .bot__body {
  margin-top: 0.75rem;
}

.bot.--min .bot__item {
  font-size: 0.75rem;
}

.bot.--min .bot__item_title {
  width: 6.25rem;
}

.bot.--min .bot__qr_img {
  width: 3.4375rem;
  height: 3.4375rem;
}

.bot.--min .bot__text {
  max-width: 100%;
  font-size: 0.5625rem;
}

.bot__header {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgb(211, 217, 221);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bot__header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bot__header_title {
  font-size: 1.375rem;
  font-weight: 600;
}

.bot__header_icon {
  width: 2.1875rem;
  height: 2.1875rem;
}

.bot__body {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bot__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.bot__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.0625rem;
  font-weight: 500;
}

.bot__item_title {
  width: 9.375rem;
}

.bot__item_link {
  cursor: pointer;
  position: relative;
  color: #e16a02;
  color: var(--main-color);
}

.bot__item_link::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -100%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.3125rem 0.625rem;
  border: 1px solid #f5f5f5;
  border: 1px solid var(--gray-color-7);
  border-radius: 0.3125rem;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  background-color: var(--white-color);
  color: #252525;
  color: var(--black-color);
  font-size: 0.75rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bot__item_link.--view-tooltip::after {
  content: "Скопировано";
  pointer-events: default;
  opacity: 1;
  visibility: visible;
}

.bot__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.bot__qr_text {
  width: 3.125rem;
  color: #252525;
  color: var(--black-color);
  font-size: 0.625rem;
  font-weight: 500;
  text-align: right;
}

.bot__qr_img {
  width: 4.375rem;
  height: 4.375rem;
}

.bot__text {
  margin-top: 0.625rem;
  max-width: 20.3125rem;
  color: rgb(137, 137, 137);
  font-size: 0.875rem;
  font-weight: 500;
}

.popup--qr .popup__content {
  max-width: 33.125rem;
}

.popup--qr .popup__qr {
  padding: 3.125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup--qr .popup__qr_img {
  padding: 1.25rem;
  border: 0.1875rem solid rgb(184, 184, 184);
  border-radius: 2.125rem;
  height: 21.25rem;
  width: 21.25rem;
}

.cookie-popup {
  position: fixed;
  bottom: 3.75rem;
  right: calc((100vw - 73.75rem) / 2 - 0.9375rem);
  right: calc((100vi - 73.75rem) / 2 - 0.9375rem);
  z-index: 9;
  display: none;
}

.cookie-popup__content {
  padding: 1.125rem 1.875rem;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0.3125rem 0.375rem 1.5625rem 0 rgba(17, 18, 22, 0.1);
  box-shadow: 0.3125rem 0.375rem 1.5625rem 0 rgba(17, 18, 22, 0.1);
  max-width: 43.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  background: var(--white-color);
  color: #252525;
  color: var(--black-color);
}

.cookie-popup__text {
  font-size: 0.75rem;
  font-weight: 500;
}

.cookie-popup__button_accept {
  padding: 0.625rem 1.875rem;
  border: 0.125rem solid #e16a02;
  border: 0.125rem solid var(--main-color);
  border-radius: 0.375rem;
  min-width: 10.625rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.popup.notification-popup{
  z-index: 17;
}

.notification-popup.--agree .notification-popup__body-button_accept {
  border: 0.125rem solid rgb(75, 207, 49);
}

.notification-popup.--disagree .notification-popup__body-button_accept {
  border: 0.125rem solid rgb(241, 15, 19);
}

.notification-popup.--disagree .notification-popup__body-button_accept.--solid {
  border: none;
}

.notification-popup.--disagree .notification-popup__body-button_accept.--transparent {
  border: 0.125rem solid #e16a02;
  border: 0.125rem solid var(--main-color);
}

.notification-popup.--warning .notification-popup__body-button_accept {
  border: 0.125rem solid #e16a02;
}

.notification-popup__content {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.3125rem 0.1875rem 0.875rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0.3125rem 0.1875rem 0.875rem 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 28.125rem;
  background-color: #fff;
  background-color: var(--white-color);
  color: #252525;
  color: var(--black-color);
}

.notification-popup__body {
  padding: 1.25rem 0.9375rem;
}

.notification-popup__body-title {
  font-size: 1.1875rem;
  font-weight: 700;
  text-align: center;
}

.notification-popup__body-title a {
  color: #2143f2;
}

.notification-popup__body-text {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  word-break: break-all;
}

.notification-popup__body-button {
  margin-top: 1.25rem;
  padding: 0 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.notification-popup__body-button_accept {
  padding: 0.75rem 0;
  border: 0.125rem solid rgb(75, 207, 49);
  border-radius: 0.375rem;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

.notification-popup__body-button_accept.--solid {
  border: none;
  background-color: #e16a02;
  background-color: var(--main-color);
  color: #fff;
  color: var(--white-color);
}

.notification-popup__body-button_accept.--transparent {
  border: 0.125rem solid #e16a02;
  border: 0.125rem solid var(--main-color);
  background-color: transparent;
}

.notification-popup-rate {
  margin: 0.9375rem 0;
  padding: 0.625rem 0;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2f2f2;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}

.notification-popup-rate-p {
  color: #5cb30f;
}

.notification-popup-rate-info {
  text-align: center;
  margin-top: 15px;
}

.notification-popup-rate-info-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.notification-popup-rate-info-text {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.fixed-button-wrap .wrapper {
  position: relative;
  z-index: 9;
}

.fixed-button-wrap .fixed-button_link {
  position: fixed;
  bottom: 2.1875rem;
  right: calc((100vw - 73.75rem) / 2 - 0.9375rem);
  right: calc((100vi - 73.75rem) / 2 - 0.9375rem);
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e16a02;
  background-color: var(--main-color);
}

.fixed-button-wrap .fixed-button_link--icon {
  width: 3.125rem;
  height: 3.125rem;
}

.fixed-button-wrap .fixed-button_link--icon i {
  width: 1.25rem;
  height: 1.25rem;
}

.fixed-button-wrap .fixed-button_link--text {
  padding: 1.0625rem 1.5625rem;
  color: #252525;
  color: var(--black-color);
  font-size: 1rem;
  font-weight: 500;
}


.mess-popup {
  position: fixed;
  top: var(--header-height);
  right: calc((100vw - 73.75rem) / 2 - 0.9375rem);
  z-index: 9;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.3125rem 0.1875rem 0.875rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0.3125rem 0.1875rem 0.875rem 0 rgba(0, 0, 0, 0.2);
  width: 29.6875rem;
  display: none;
  background: #fff;
  background: var(--white-color);
}

.body.auth--status.auth--admin .mess-popup{
  top: var(--header-admin-auth-height);
}

.body.auth--status.auth--admin .order-popup{
  top: var(--header-admin-auth-height);
}

.mess-popup.open {
  display: block;
}

.mess-popup_body {
  padding: 0.25rem;
}

.mess-popup_body_inner {
  max-height: 30.625rem;
  overflow-y: auto;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8125rem;

  padding: 1.25rem;
  line-height: 1;
}

.mess-popup_item {
  position: relative;
  padding: 1.0625rem;
  border-radius: 1.3125rem;
  -webkit-box-shadow: 0.3125rem 0.1875rem 0.875rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0.3125rem 0.1875rem 0.875rem 0 rgba(0, 0, 0, 0.15);
  /* min-height: 8.125rem; */
}

.mess-popup_item::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border-radius: 50%;
  height: 0.8125rem;
  width: 0.8125rem;
  background-color: #e16a02;
  background-color: var(--main-color);
}

.mess-popup_item_time {
  margin-bottom: 0.75rem;
  color: rgb(130, 130, 130);
  font-size: 0.75rem;
  font-weight: 500;
}

.mess-popup_item_title {
  margin-bottom: 0.5625rem;
  font-size: 1.25rem;
  font-weight: 700;
  word-break: break-all;
}

.mess-popup_item_text {
  font-size: 1rem;
  font-weight: 500;
  word-break: break-all;
}

.mess-popup_item_link{
  margin-top: 5px;
  display: block;
  color: var(--main-color);
}

.mess-popup-actions {
  margin-top: 1.0625rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(217, 217, 217);
  padding: 1.25rem;

  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}

.mess-popup-actions_link {
  padding: 0.625rem 0;
  border: 0.125rem solid #e16a02;
  border: 0.125rem solid var(--main-color);
  border-radius: 0.375rem;
  width: 100%;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

.mess-popup-non-mess {
  padding: 1.875rem 0 1.25rem;
  color: rgb(145, 145, 145);
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}

.mess-popup_select {
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid rgb(217, 217, 217);
}

.mess-popup-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8125rem;
}

.mess-popup-settings_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mess-popup-settings_item_label {
  cursor: pointer;
  color: rgb(134, 138, 138);
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.order-popup {
  position: fixed;
  top: 9.0625rem;
  top: var(--header-height);
  right: calc((100vw - 73.75rem) / 2 - 0.9375rem + 20%);
  right: calc((100vi - 73.75rem) / 2 - 0.9375rem + 20%);
  z-index: 9;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.3125rem 0.1875rem 0.875rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0.3125rem 0.1875rem 0.875rem 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 29.6875rem;
  display: none;
  background: #fff;
  background: var(--white-color);
}

.order-popup.open {
  display: block;
}

.order-popup-work .order-popup_header {
  background-color: rgb(75, 207, 49);
}

.order-popup-work .order-popup_header_title {
  color: #fff;
  color: var(--white-color);
}

.order-popup-work .order-popup_header_close i {
  background-color: #fff;
  background-color: var(--white-color);
}

.order-popup-check .order-popup_header {
  background-color: #e16a02;
  background-color: var(--main-color);
}

.order-popup-cancel .order-popup_header {
  background-color: rgb(241, 15, 19);
}

.order-popup-cancel .order-popup_header_title {
  color: #fff;
  color: var(--white-color);
}

.order-popup-cancel .order-popup_header_close i {
  background-color: #fff;
  background-color: var(--white-color);
}

.order-popup_header {
  padding: 0.9375rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e16a02;
  background-color: var(--main-color);
}

.order-popup_header_title {
  font-size: 1.375rem;
  font-weight: 700;
}

.order-popup_header_close {
  cursor: pointer;
  padding: 0.125rem;
}

.order-popup_header_close i {
  width: 1.0625rem;
  height: 1.0625rem;
  background-color: #252525;
  background-color: var(--black-color);
}

.order-popup_body {
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8125rem;
}

.order-popup-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order-popup-actions_link {
  padding: 0.625rem 0;
  border: 0.125rem solid #e16a02;
  border: 0.125rem solid var(--main-color);
  border-radius: 0.375rem;
  width: 100%;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

.order-popup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
}

.order-popup_item-work .order-popup_item_header_status {
  background-color: rgb(75, 207, 49);
}

.order-popup_item-check,
.order-popup_item-cancel {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid rgb(217, 217, 217);
}

.order-popup_item-check:last-child,
.order-popup_item-cancel:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.order-popup_item-check .order-popup_item_header_status {
  background-color: #e16a02;
  background-color: var(--main-color);
}

.order-popup_item-check .order-popup_item_massege {
  color: #e16a02;
  color: var(--main-color);
}

.order-popup_item-cancel .order-popup_item_header_status {
  background-color: rgb(241, 15, 19);
}

.order-popup_item-cancel .order-popup_item_massege {
  color: rgb(241, 15, 19);
}

.order-popup_item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.order-popup_item_header_title {
  font-size: 1.375rem;
  font-weight: 700;
  word-break: break-all;
}

.order-popup_item_header_status {
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  min-width: 1.25rem;
}

.order-popup_item_text {
  margin-top: 0.625rem;
  color: rgb(137, 137, 137);
  font-size: 1rem;
  font-weight: 500;
  word-break: break-all;
}

.order-popup_item_footer {
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
  border-top: 1px solid rgb(217, 217, 217);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.375rem;
  font-weight: 600;
}

.order-popup_item_footer_master {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-popup_item_footer_master_avatar {
  border-radius: 50%;
  height: 1.875rem;
  width: 1.875rem;
}

.order-popup_item_massege {
  margin-top: 0.9375rem;
  font-size: 1.375rem;
  font-weight: 600;
}

/* Стили для попапа приглашений на заказы */
.order-invite-list {
  min-height: 200px;
}

.order-invite-loading,
.order-invite-empty {
  padding: 2rem;
  text-align: center;
  color: rgb(137, 137, 137);
  font-size: 1rem;
  font-weight: 500;
}

.order-invite-list-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.order-invite-item {
  padding: 1.25rem;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 0.5rem;
  background-color: #fff;
  transition: all 0.3s ease;
}

.order-invite-item:hover {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
}

.order-invite-item-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.order-invite-item-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #252525;
  line-height: 1.4;
}

.order-invite-item-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgb(137, 137, 137);
}

.order-invite-item-city {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.order-invite-item-date {
  color: rgb(130, 130, 130);
}

.order-invite-item-description {
  margin-bottom: 1rem;
  color: rgb(137, 137, 137);
  font-size: 0.9375rem;
  line-height: 1.5;
  max-height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order-invite-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  border-top: 1px solid rgb(217, 217, 217);
}

.order-invite-item-info {
  font-size: 0.875rem;
  color: rgb(137, 137, 137);
  font-weight: 500;
}

.order-invite-item-btn {
  padding: 0.625rem 1.25rem;
  border: 0.125rem solid #e16a02;
  border: 0.125rem solid var(--main-color);
  border-radius: 0.375rem;
  background-color: transparent;
  color: #e16a02;
  color: var(--main-color);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.order-invite-item-btn:hover:not(:disabled) {
  background-color: #e16a02;
  background-color: var(--main-color);
  color: #fff;
  color: var(--white-color);
}

.order-invite-item-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: rgb(217, 217, 217);
  color: rgb(137, 137, 137);
}


.popup--journal .popup__content {
  max-width: 68.75rem;
}

.popup-journal .popup__header {
  padding: 1.25rem 1.875rem;
}

.popup-journal-inner {
  padding: 1.875rem;
}

.popup-journal_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.popup-journal_item {
  padding: 0.75rem;
  border: 1px solid rgb(211, 217, 221);
  border-radius: 0.625rem;
  background-color: #fff;
  background-color: var(--white-color);
}

.popup-journal_item_header {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgb(211, 217, 221);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-journal_item_header_title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 600;
}

.popup-journal_item_header_title i {
  width: 1.5rem;
  height: 1.5rem;
}

.popup-journal_item_header_status {
  border-radius: 50%;
  height: 1.0625rem;
  width: 1.0625rem;
}

.popup-journal_item_header_status.--agree {
  background-color: rgb(75, 207, 49);
}

.popup-journal_item_header_status.--disagree {
  background-color: rgb(225, 106, 2);
}

.popup-journal_item_body {
  margin-top: 0.75rem;
  max-height: 23.4375rem;
  overflow-block: auto;
}

.popup-journal_item_body_empty {
  color: rgb(87, 87, 87);
  font-size: 1rem;
  font-weight: 600;
}

.popup-journal_item_block {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup-journal_item_block:first-child {
  margin-top: 0;
}

.popup-journal_item_block_header {
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
  background: rgb(225, 106, 2);
  color: #fff;
  color: var(--white-color);
  font-size: 1rem;
  font-weight: 700;
}

.popup-journal_item_block_header.--orange {
  background: rgb(225, 106, 2);
}

.popup-journal_item_block_header.--agree {
  background: rgb(75, 207, 49);
}

.popup-journal_item_block_header.--disagree {
  background: rgb(241, 15, 19);
}

.popup-journal_item_block_header.--ok {
  background: rgb(49, 207, 189);
}

.popup-journal_item_block_header.--pink {
  background: rgb(212, 40, 209);
}

.popup-journal_item_block_header.--black {
  background: #252525;
  background: var(--black-color);
}

.popup-journal_item_block_item {
  padding: 0.625rem;
  padding-right: 0;
  border-bottom: 1px solid rgb(211, 217, 221);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #252525;
  color: var(--black-color);
  font-size: 0.875rem;
  font-weight: 600;
  word-break: break-all;
}

.popup-journal_item_block_item .timer {
  color: rgb(87, 87, 87);
  text-align: right;
}

.popup-journal_item_block_item .icon-close {
  width: 0.8125rem;
  height: 0.8125rem;
  min-width: 0.8125rem;
  background-color: #252525;
  background-color: var(--black-color);
}

.popup-journal-massanger {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.premium_block {
  padding: 2.1875rem;
  overflow: hidden;
}

.premium_block_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.premium_block_title i {
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: #efd40b;
}

.premium_block_title span {
  font-size: 2.125rem;
  font-weight: 600;
}

.premium_block_text {
  margin-top: 1.875rem;
  max-width: 85%;
  font-size: 1.25rem;
  font-weight: 600;
}

.premium_block_inner {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.premium_block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
}

.premium_block_list_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.premium_block_list_item i {
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: #efd40b;
}

.premium_block_list_item span {
  font-size: 1.25rem;
  font-weight: 500;
}

.premium_block_action {
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.premium_block_action_info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.premium_block_action_info i {
  width: 1.5rem;
  height: 1.5rem;
}

.premium_block_action_info span {
  font-size: 1.25rem;
  font-weight: 500;
}

.premium_block_action_btn {
  padding: 0.875rem 3.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 700;
}

.premium_block_action_btn i {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  background-color: var(--white-color);
}

.premium_block_image {
  position: relative;
  width: 35%;
}

.premium_block_image img {
  position: absolute;
}

.premium_block_image img:nth-child(1) {
  top: 0;
  left: -6.25rem;
  height: 11.3125rem;
  width: 11.3125rem;
}

.premium_block_image img:nth-child(2) {
  bottom: -4.375rem;
  right: -6.25rem;
  height: 21.875rem;
  width: 21.875rem;
}

.performers__inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.875rem;
}

.orders__inner {
  position: relative;
}

.performers-pagination-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(2px);
  z-index: 10;
}

.performers-pagination-overlay[hidden] {
  display: none !important;
}

.performers-pagination-overlay__inner {
  padding: 0.875rem 1.125rem;
  border-radius: 0.625rem;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}

.performers.--top-one .performers__inner {
  background: rgb(225, 255, 236);
  border-color: rgb(212, 175, 55);
}

.performers.--top-two .performers_top-label {
  background: rgb(176, 176, 176);
}

.performers.--top-two .performers__inner {
  background: rgb(225, 255, 236);
  border-color: rgb(176, 176, 176);
}

.performers.--top-three .performers_top-label {
  background: #e16a02;
  background: var(--main-color);
}

.performers.--top-three .performers__inner {
  background: rgb(225, 255, 236);
  border-color: #e16a02;
  border-color: var(--main-color);
}

.performers.--top-four .performers_top-label {
  background: rgb(75, 207, 49);
}

/* .performers.--plus .performers_labels {
  margin-top: 0;
} */

.performers.--plus .performers-exam {
  margin-top: 0;
}

.performers.--article .performers_name_title {
  font-size: 2.25rem;
}

.performers.--article .performers__inner {
  border: none;
  border-top-left-radius: 1.5625rem;
  border-top-right-radius: 1.5625rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: rgb(225, 255, 236);
}

.performers.--article .order__info_links {
  margin-top: 0;
}

.performers.--article .performers_action {
  max-width: 20.625rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.performers.--article .performers_action_btn,
.performers.--article .exec_rating {
  width: 100%;
  max-width: 80%;
}

.performers__inner {
  position: relative;
  z-index: 2;
  padding: 1.25rem 1.875rem;
  border: 0.125rem solid rgb(75, 207, 49);
  border-radius: 0.625rem;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-color: var(--white-color);
}

.performers .rating-block {
  margin-left: auto;
}

.performers .rating-block.--mobile {
  display: none;
}

.performers_box {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 4.375rem;
}

.performers_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 1.5625rem;
}

.performers_image {
  position: relative;
  border-radius: 50%;
  height: 8.125rem;
  width: 8.125rem;
  min-width: 8.125rem;
  border: 0.125rem solid rgb(75, 207, 49);
}

.performers_image .plus {
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.3125rem 1.75rem;
  border: 0.1875rem solid rgb(225, 255, 236);
  border-radius: 0.375rem;
  background: #e16a02;
  background: var(--main-color);
  color: #fff;
  color: var(--white-color);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}

.performers_image img {
  border-radius: 50%;
}

.performers_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.performers_name.--mobile {
  display: none;
}

.performers_name_title {
  color: #252525;
  color: var(--black-color);
  font-size: 1.75rem;
  font-weight: 600;
}

.performers_name_icon {
  margin-left: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
}

.performers_name_online {
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
}

.performers_name_online i {
  width: 1.125rem;
  height: 1.125rem;
}

.performers_name_online_count {
  margin-left: auto;
  color: #e16a02;
  color: var(--main-color);
  font-size: 1rem;
  font-weight: 600;
}

.performers_name_activity {
  margin-top: 0.5rem;
  margin-left: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.performers_row {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.performers_row_plus {
  padding: 0.625rem 1.25rem;
  border-radius: 0.5625rem;
  background-color: #e16a02;
  background-color: var(--main-color);
  color: #fff;
  color: var(--white-color);
  font-size: 1.125rem;
  font-weight: 600;
}

.performers_geo {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
}

.performers_geo i {
  width: 1.25rem;
  height: 1.25rem;
}

.performers_text {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.performers_labels {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.performers_labels.--mobile {
  display: none;
}

.performers_labels_title {
  font-size: 0.875rem;
  font-weight: 400;
}

.performers_labels_item {
  padding: 0.25rem 0.75rem;
  border-radius: 0.1875rem;
  background: #fff;
  background: var(--white-color);
  font-size: 0.875rem;
  font-weight: 500;
}

.performers_action {
  width: 100%;
  max-width: 17.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
}

.performers_action_btn {
  padding: 1rem 0;
  width: 100%;
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
}

.performers_action_btn:disabled {

  cursor: not-allowed;
  background-color: #6b6b6b;
}

.performers_action_btn.--article {
  padding: 0.9375rem 0;
  font-size: 1rem;
}

.performers_action_btn.--mobile {
  display: none;
}

.performers_action_image {
  width: 100%;
  height: 7.8125rem;
}

.performers_action_image.--mobile {
  display: none;
}

.performers_advan {
  margin-top: 0.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.performers_advan_item {
  padding: 0.375rem 2.5rem;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgb(232, 230, 179);
  font-size: 0.875rem;
  font-weight: 500;
}

.performers_advan_item i {
  width: 1.25rem;
  height: 1.25rem;
}

.performers_top-label {
  margin-bottom: -1.5625rem;
  margin-left: auto;
  padding-top: 0.625rem;
  border-radius: 0.625rem;
  height: 4.0625rem;
  width: 7.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgb(212, 175, 55);
}

.performers_top-label i {
  width: 1.125rem;
  height: 1.125rem;
  background-color: #fff;
  background-color: var(--white-color);
}

.performers_top-label span {
  color: #fff;
  color: var(--white-color);
  font-size: 1.25rem;
  font-weight: 800;
}

.performers.--plus .performers__inner {
  background: rgb(255, 246, 213);
  border-color: rgb(212, 175, 55);
}

.performers.--plus .performers__inner::after,
.performers.--top-one .performers__inner::after {
  content: "";
  position: absolute;
  top: -4.375rem;
  right: 0;
  z-index: -1;
  -webkit-transform: rotate(-14.14deg);
  -ms-transform: rotate(-14.14deg);
  transform: rotate(-14.14deg);
  height: 100%;
  height: 24.998125rem;
  width: 100%;
  width: 24.998125rem;
  -webkit-mask-image: url("../images/icons/star.svg");
  mask-image: url("../images/icons/star.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: rgba(75, 207, 49, 0.11);
}

.performers.--exam.--plus .performers_geo {
  margin-top: -0.625rem;
}

.performers-exam {
  margin-top: 1.25rem;
}

.performers-exam_title {
  font-size: 1.5rem;
  font-weight: 600;
}

.performers-exam_inner {
  margin-top: 0.625rem;
  padding: 0.9375rem;
  border: 0.09375rem solid rgb(211, 217, 221);
  border-radius: 0.9375rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
  background: #fff;
  background: var(--white-color);
}

.performers-exam_item {
  position: relative;
  border-radius: 0.9375rem;
  height: 9.375rem;
  background: rgb(131, 131, 131);
}

.performers-exam_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-bottom-left-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
  height: 4.375rem;
  width: 100%;
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65) 100%);
}

.performers-exam_item:hover::after {
  opacity: 1;
}

.performers-exam_item:hover span {
  pointer-events: auto;
  bottom: 0.625rem;
  opacity: 1;
  visibility: visible;
}

.performers-exam_item img {
  border-radius: 0.9375rem;
}

.performers-exam_item span {
  pointer-events: none;
  position: absolute;
  bottom: 0.3125rem;
  left: 0.9375rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  color: var(--white-color);
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.performers-rev_inner {
  margin-top: 0.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

.performers-rev_item {
  padding: 0.9375rem 1.25rem;
  padding-right: 2.8125rem;
  border: 1px solid rgb(211, 217, 221);
  border-radius: 0.625rem;
  background: #fff;
  background: var(--white-color);
  font-size: 0.875rem;
  font-weight: 500;
}

.performers-price_inner {
  margin-top: 0.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.performers-price_item {
  padding: 0.625rem 0.9375rem;
  border: 1px solid rgb(211, 217, 221);
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
  background: #fff;
  background: var(--white-color);
  font-size: 0.875rem;
  font-weight: 400;
}

.performers-price_item p {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.performers-price_item p::after {
  content: "";
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  z-index: 1;
  border-bottom: 1px dashed #252525;
  border-bottom: 1px dashed var(--black-color);
  height: 1px;
  width: 62.5rem;
}

.performers-price_item p span {
  position: relative;
  z-index: 2;
  background-color: #fff;
  background-color: var(--white-color);
}

.performers_single {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.performers_single_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
}

.performers_single_item_value {
  padding: 0.3125rem 0.6875rem;
  border-radius: 0.1875rem;
  background-color: #fff;
  background-color: var(--white-color);
}

.article_container.--other .performers__inner {
  border-radius: 1.5625rem;
}

.article_container.--other .performers_name_title {
  font-size: 1.875rem;
}

.performers_row_labels_prem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.performers_row_labels_prem .performers_name_online_count {
  display: none;
}

.performers.--article .order__info_links.--mobile {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.performers.--article .order__info_links.--mobile .order__info_links_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3125rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.performers.--article .order__info_links.--mobile .order__info_links_icon {
  width: 1.875rem;
  height: 1.875rem;
}

.performers.--article .order__info_links.--mobile button {
  line-height: 0;
}

.article_container.--other .--article .performers_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article_container.--other .--article .performers_info {
  width: 100%;
}

.article_container.--other .--article .performers_action_btn {
  max-width: 16.25rem;
}

.wysiwyg {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wysiwyg_item {
  padding: 0.3125rem 0.625rem;
  border: 1px solid rgb(211, 217, 221);
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background: var(--white-color);
  height: 36px;
}

.wysiwyg_item button {
  line-height: 0;
  font-size: 0.875rem;
  font-weight: 500;
}

.wysiwyg_item button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.wysiwyg_item i {
  height: 1.5rem;
  width: 1.25rem;
}

.popup-gallery {
  padding: 1.875rem;
}

.popup-gallery-main {
  position: relative;
  border-radius: 1.25rem;
  height: 35.3125rem;
  width: 100%;
  background-color: #fff;
  background-color: var(--white-color);
}

.popup-gallery-main img {
  border-radius: 1.25rem;
}

.popup-gallery-main-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 0.9375rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-gallery-main-nav-btn i {
  width: 2.8125rem;
  height: 2.8125rem;
}

.popup-gallery-list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.popup-gallery-list-item {
  cursor: pointer;
  border-radius: 0.625rem;
  height: 11.5625rem;
  width: 100%;
  background-color: #fff;
  background-color: var(--white-color);
}

.popup-gallery-list-item img {
  border-radius: 0.625rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup-bid {
  padding: 2.5rem 1.875rem;
  text-align: center;
}

.popup-bid_title {
  font-size: 1.5rem;
  font-weight: 600;
}

.popup-bid_text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}

.order_bid.popup-bid_box {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.article_container {
  border: 1px solid rgb(225, 106, 2);
  border-radius: 1.5625rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem 0 var(--black-transparent);
  box-shadow: 0.125rem 0.125rem 0.25rem 0 var(--black-transparent);
  background: rgb(253, 253, 253);
}

.article_container.--other {
  margin-top: 1.875rem;
}

.article_container.--comments {
  padding: 1.875rem 2.1875rem;
}

.article_content {
  padding: 1.875rem 2.1875rem;
}

.article_content .order__gallery {
  border-bottom: none;
}

.article_content .orders_item_footer {
  padding-top: 0;
  border-top: none;
}

.article_content_text.numbered-list ol {
  counter-reset: item;
  padding-left: 0;
}

.article_content_text.numbered-list ol li {
  position: relative;
  margin-bottom: 0.3125rem;
  padding-left: 1.875rem;
  display: block;
}

.article_content_text.numbered-list ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1.25rem;
  color: #e16a02;
  font-weight: 700;
}

.article_content_text.roman-list ol {
  counter-reset: item;
  padding-left: 0;
}

.article_content_text.roman-list ol li {
  position: relative;
  margin-bottom: 0.3125rem;
  padding-left: 1.875rem;
  display: block;
}

.article_content_text.roman-list ol li::before {
  content: counter(item, upper-roman) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1.25rem;
  color: #e16a02;
  font-weight: 700;
}

.article_content_text.alpha-list ol {
  counter-reset: item;
  padding-left: 0;
}

.article_content_text.alpha-list ol li {
  position: relative;
  margin-bottom: 0.3125rem;
  padding-left: 1.875rem;
  display: block;
}

.article_content_text.alpha-list ol li::before {
  content: counter(item, lower-alpha) ")";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1.25rem;
  color: #e16a02;
  font-weight: 700;
}

.article_content_text h1 {
  margin: 0 0 0.625rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.article_content_text h2 {
  margin: 0.75rem 0 0.4375rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.article_content_text h3 {
  margin: 0.625rem 0 0.375rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}

.article_content_text h4 {
  margin: 0.5625rem 0 0.3125rem;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.3;
}

.article_content_text h5 {
  margin: 0.4375rem 0 0.25rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.3;
}

.article_content_text h6 {
  margin: 0.375rem 0 0.1875rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.3;
}

.article_content_text p {
  margin: 0 0 0.4375rem;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.article_content_text a {
  color: #e16a02;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.article_content_text a:hover {
  color: #c55a00;
}

.article_content_text ul {
  list-style: none;
  margin: 0.4375rem 0;
  padding-left: 0;
}

.article_content_text ul li {
  position: relative;
  margin-bottom: 0.25rem;
  padding-left: 1.5625rem;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.article_content_text ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #e16a02;
  font-weight: 700;
}

.article_content_text ol {
  list-style: circle !important;
}

.article_content_text ol {
  margin: 0.4375rem 0;
  padding-left: 1.5625rem;
}

.article_content_text ol li {
  list-style: circle !important;
}

.article_content_text ol li {
  margin-bottom: 0.25rem;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.article_content_text blockquote {
  margin: 0.625rem 0;
  padding: 0.4375rem 0.625rem;
  border-radius: 0 0.5rem 0.5rem 0;
  border-left: 0.25rem solid #e16a02;
  background: #f8f9fa;
  color: #555;
  font-style: italic;
}

.article_content_text blockquote p {
  margin: 0;
  font-size: 1rem;
}

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

.article_content_text em,
.article_content_text i {
  font-style: italic;
}

.article_content_text mark {
  padding: 0.125rem 0.25rem;
  border-radius: 0.1875rem;
  background: #fff 3cd;
  background: var(--white-color) 3cd;
}

.article_content_text hr {
  margin: 0.75rem 0;
  border: none;
  height: 1px;
  background: #e0e0e0;
}

.article_content_text img {
  margin: 0.4375rem 0;
  border-radius: 0.5rem;
  height: auto;
  max-width: 100%;
}

.article_content_text figcaption {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-style: italic;
  text-align: center;
}

@-webkit-keyframes show-header {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@keyframes show-header {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes fade-up-big {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-up-big {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}



.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 16;
  padding: 0 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup.static {
  position: static;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
  background-color: transparent;
  padding: 0;
  width: 100%;
  pointer-events: auto;
}

.popup.popup--bigger .popup__content {
  max-width: 95vw;
}

.popup.popup--bigger--services .popup__content {
    min-height: 95%;
}

.popup.popup--bigger--services .popup__inner {
  max-height: 100vh;
}

.popup.popup--bigger--services .services-content-main{
  max-height: 75vh;
}

.popup.static .popup__content {
  min-height: min-content;
}

.popup.popup--auth .popup__header {
  padding-top: 1.25rem;
}

.popup.--agree .modal__header {
  background-color: rgb(75, 207, 49);
}

.popup.--disagree .modal__header {
  background-color: rgb(241, 15, 19);
}

.popup__header {
  padding: 0.875rem 1.875rem;
  border-bottom: 1px solid rgb(217, 217, 217);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup__header_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__header_title_text {
  font-size: 1.5rem;
  font-weight: 600;
}

.popup__header_title_text .--big {
  font-size: 1.75rem;
}

.popup__header_title_text span {
  color: #005bbb;
}

.popup__header_title_count {
  border-radius: 0.3125rem;
  height: 1.875rem;
  width: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #252525;
  background-color: var(--black-color);
  color: #fff;
  color: var(--white-color);
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

.popup__header_close {
  cursor: pointer;
  line-height: 0;
}

.popup__header_close.--big i {
  width: 1.375rem;
  height: 1.375rem;
}

.popup__header_close i {
  width: 1rem;
  height: 1rem;
  background-color: #252525;
  background-color: var(--black-color);
}

.popup__header_close i.--gray {
  background-color: #868a8a;
}

.popup__header_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup__header_tabs_item {
  cursor: pointer;
  color: rgb(134, 138, 138);
  font-size: 1.1875rem;
  font-weight: 600;
}

.popup__header_tabs_item--active {
  position: relative;
  color: #252525;
  color: var(--black-color);
}

.popup__header_tabs_item--active::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  border-radius: 0.125rem;
  height: 0.125rem;
  width: 100%;
  background: #e16a02;
  background: var(--main-color);
}

.popup__form {
  /* padding: 1.25rem 1.5625rem 2.0625rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
}

.popup__input {
  padding-left: 0.9375rem;
  border: none;
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: transparent;
  font-size: 0.9375rem;
  font-weight: 600;
}

.popup__input::-webkit-input-placeholder {
  color: rgb(154, 156, 156);
}

.popup__input::-moz-placeholder {
  color: rgb(154, 156, 156);
}

.popup__input:-ms-input-placeholder {
  color: rgb(154, 156, 156);
}

.popup__input::-ms-input-placeholder {
  color: rgb(154, 156, 156);
}

.popup__input::placeholder {
  color: rgb(154, 156, 156);
}

.popup__input-password-eye {
  cursor: pointer;
  padding: 0.1875rem;
  height: 0.75rem;
  width: 1.375rem;
}

.popup__input-password-eye.icon-eye-active {
  width: 1.4375rem;
  height: 1.0625rem;
}

.popup__textarea {
  resize: none;
  padding: 0.9375rem;
  padding-top: 0.8125rem;
  border: none;
  height: 6.25rem;
  min-height: 6.25rem;
  width: 100%;
  overflow: hidden;
  background: transparent;
  font-size: 0.9375rem;
  font-weight: 600;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

.popup__textarea::-webkit-input-placeholder {
  color: rgb(154, 156, 156);
}

.popup__textarea::-moz-placeholder {
  color: rgb(154, 156, 156);
}

.popup__textarea:-ms-input-placeholder {
  color: rgb(154, 156, 156);
}

.popup__textarea::-ms-input-placeholder {
  color: rgb(154, 156, 156);
}

.popup__textarea::placeholder {
  color: rgb(154, 156, 156);
}

.services-tab-column .popup__textarea{
  min-height: 30rem;
  overflow-y: auto;
}

.popup__input-tel-select {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup__input-tel-select_header {
  cursor: pointer;
  padding-left: 0.75rem;
  padding-right: 0.625rem;
  border-right: 1px solid rgb(154, 156, 156);
  height: 100%;
  width: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup__input-tel-select_header_flag {
  width: 2.25rem;
  height: 1.5rem;
}

.popup__input-tel-select_header_flag i {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.popup__input-tel-select_header_code {
  color: rgb(154, 156, 156);
  font-size: 0.9375rem;
  font-weight: 600;
}

.popup__input-tel-select_header_arrow i {
  width: 0.625rem;
  height: 0.5625rem;
}

.popup__input-tel-select_list {
  pointer-events: none;
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  z-index: 9;
  padding: 0.6875rem 0;
  border: 1px solid rgb(211, 217, 221);
  border-radius: 0.625rem;
  max-height: 13.25rem;
  width: 100%;
  overflow-block: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4375rem;
  background: #fff;
  background: var(--white-color);
}

.popup__input-tel-select_list.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.popup__input-tel-select_list_item {
  cursor: pointer;
  padding: 0.3125rem 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__input-tel-select_list_item:hover {
  background: #e9e9e9;
  background: var(--gray-color-4);
}

.popup__input-tel-select_list_item_flag {
  min-width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__input-tel-select_list_item_flag i {
  width: 2.3125rem;
  height: 1.375rem;
  background-size: cover;
}

.popup__input-tel-select_list_item_flag span {
  font-size: 0.9375rem;
  font-weight: 600;
}

.popup__input-tel-select_list_item_name {
  font-size: 0.9375rem;
  font-weight: 600;
}

.popup__button {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
  /* padding: 1.25rem 1.5625rem; */
}

.popup__button_button.--active,
.popup__button_button{
  cursor: pointer;
  background-color: var(--main-color);
  color: var(--white-color);
}


.popup__button_button--danger {
  background: #f55b5b;
  color: #fff;
}

.popup__button_button--danger:hover {
  background: #e04a4a;
}

.popup__button_button {
  cursor: pointer;
  padding: 0.875rem 0;
  border-radius: 0.625rem;
  width: 100%;
  background: #d3d9dd;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.popup__button_button.--cancel {
  border: 1px solid #252525;
  background-color: transparent;
  color: #252525;
}

.--theme-night .popup__button_button.--cancel{
  border-color: #f5f5f5;
  color: #f5f5f5;
  background-color: transparent;
}

.--theme-night .popup__button_button.--cancel:hover{
  border-color: #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.popup__button_button.--active {
  background-color: #e16a02;
  color: var(--white-color);
}

.popup__button_button:focus,
.popup__button_button:hover {
  -webkit-box-shadow: 0.3125rem 0.1875rem 0.875rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0.3125rem 0.1875rem 0.875rem 0 rgba(0, 0, 0, 0.5);
}

.popup__button_button.--primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.popup__button_button.--primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.popup__button_button.--success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.popup__button_button.--success:hover {
  background-color: #157347;
  border-color: #146c43;
}

.popup__button_button.--danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.popup__button_button.--danger:hover {
  background-color: #bb2d3b;
  border-color: #b02a37;
}


.popup__button_button.--warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.popup__button_button.--warning:hover {
  background-color: #ffca2c;
  border-color: #ffc720;
}


.popup__button_button.--info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.popup__button_button.--info:hover {
  background-color: #31d2f2;
  border-color: #25cff2;
}


.popup__button_button.--secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.popup__button_button.--secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
}


.popup__button_button.--outline-primary {
  color: #0d6efd;
  background-color: transparent;
  border-color: #0d6efd;
}

.popup__button_button.--outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
}


.popup__terms {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.popup__terms_label {
  color: #868a8a;
  font-size: 0.875rem;
  font-weight: 500;
}

.popup__terms_label a {
  color: #868a8a;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.register-form__stage[hidden] {
  display: none;
}

.register-form__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.register-form__subtitle {
  text-align: center;
  color: var(--gray-color-9, #868a8a);
  font-size: 0.9375rem;
  line-height: 1.4;
}

.register-form__code-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.register-form__code-input {
  width: 3.125rem;
  height: 3.75rem;
  border: 1px solid var(--gray-color-6, #d3d9dd);
  border-radius: 0.625rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.register-form__code-input:focus {
  border-color: var(--main-color);
  -webkit-box-shadow: 0 0 0 0.125rem rgba(225, 106, 2, 0.16);
  box-shadow: 0 0 0 0.125rem rgba(225, 106, 2, 0.16);
}

.register-form__code-input--error {
  border-color: #f55b5b;
}

.register-form__code-error {
  display: none;
  min-height: 1.25rem;
  text-align: center;
  color: #f55b5b;
  font-size: 0.875rem;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}

.register-form__code-error.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.register-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.register-form__button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.25rem;
}

.register-form__button--ghost {
  border: 1px solid var(--black-color);
  background-color: transparent;
  color: var(--black-color);
}

.popup__form-info {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin: 0.9375rem 0;
  /* flex-grow: 1; */
}

.popup__form-error {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  color: #f55b5b;
}

.popup__form-error.hidden {
  display: none;
}

.popup__restore {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup__restore_link {
  color: #e16a02;
  color: var(--main-color);
  font-size: 0.875rem;
  font-weight: 500;
}

.popup__file-dropzone {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding: 0.75rem 0;
  border: 0.125rem dashed rgb(211, 217, 221);
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 5.9375rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  background: #fff;
  background: var(--white-color);
  color: rgb(211, 217, 221);
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  -webkit-transition: border-color 0.2s, background 0.2s;
  transition: border-color 0.2s, background 0.2s;
}

.popup__file-dropzone.--edit {
  height: 9.375rem;
}

.popup__file-dropzone.--edit .popup__file-text {
  color: #7c7c7c;
  font-size: 1.25rem;
}

.popup__file-dropzone.--edit .popup__file-icon {
  background-color: #7c7c7c;
}

.popup__file-dropzone.dragover {
  background: #f6f6f6;
  color: #6c63ff;
  border-color: #e16a02;
  border-color: var(--main-color, #6c63ff);
}

.popup__file-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.popup__file-text {
  color: #bfc3c6;
  font-size: 1.125rem;
  font-weight: 500;
}

.popup__file_preview {
  margin-bottom: 1.25rem;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.375rem;
  gap: 0.375rem;
}

.popup__file_preview_image {
  position: relative;
  border-radius: 0.625rem;
  height: 9.0625rem;
  width: 100%;
  background-color: #fff;
  background-color: var(--white-color);
  word-break: break-all;
}

.popup__file_preview_image img {
  border-radius: 0.625rem;
  object-fit: cover;
}

.popup__file_preview_image button {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 0.5rem;
  height: 1.5625rem;
  width: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgb(246, 246, 246);
  line-height: 0;
}

.popup__file_preview_image button i {
  width: 1rem;
  height: 1rem;
  background-color: #252525;
}

.popup .popup__content {
  -webkit-transform: translateY(-2.5rem);
  -ms-transform: translateY(-2.5rem);
  transform: translateY(-2.5rem);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.popup .popup__content {
  /* padding: 2rem; */
  border-radius: .75rem;
  width: 100%;
  max-width: 390px;
  background: var(--white-color);
  color: var(--acc-grey)
}

.popup__content::-webkit-scrollbar {
  display: none;
}

.popup__content{
  display: flex;
  flex-direction: column;
}
.popup__body {
  /* padding: 1.25rem 1.5625rem 2.0625rem; */
  padding: 1.25rem 1.5625rem;

  display: flex;
  flex-direction: column;
    flex-grow: 1;
}

@media (max-width: 480px) {
  .popup__body {
    padding: 0;
  }
}


.popup__inner {
  max-height: 60vh;
  min-height: 15.625rem;
  overflow-block: auto;

  padding-bottom: 20px;
  flex-grow: 1;

  display: flex;
  flex-direction: column;
  /* border-bottom: 1px solid #e0e0e0; */
}

.popup__form{
    flex-grow: 1;
}


.popup.popup--auth .custom-custom-select_header {
  border: 1px solid #686868;
}

/* .popup.popup--auth .custom-select_header_title {
  color: rgb(154, 156, 156);
} */

.popup.popup--auth .custom-select_header_icon i {
  background-color: rgb(154, 156, 156);
}

.input-block {
  position: relative;
  padding-right: 0.9375rem;
  border: 1px solid rgb(211, 217, 221);
  border-radius: 0.625rem;
  height: 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  background: var(--white-color);
}

.input-block--textarea {
  padding-right: 0;
  height: auto;
}

.input-block--tel {
  position: relative;
}

.input-counter {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 10px;
}
.input-counter_text {
  font-size: 0.875rem;
  color: #7c7c7c;
  color: var(--gray-color-2);
}

.input-counter.--error .input-counter_text {
  color: #f55b5b;
}

.form_label {
  margin-bottom: 0.4375rem;
  display: block;
  color: #7c7c7c;
  color: var(--gray-color-2);
  font-size: 0.875rem;
  font-weight: 500;

  display: flex;
  align-items: center;
  gap: 5px;
}

.form_label[for="page-edit-is-admin"]:focus {
  color: var(--main-color);
}
/* 
.services-tab-column .input-wrapper {
  width: 100%;
} */
.input-wrapper-container{
  display: flex;
  gap: 1rem;
  margin: 0.5rem 0;
}
.input-wrapper-container .input-wrapper {
  width: calc(50% - 0.5rem);
}

.input-wrapper-container--3 .input-wrapper{
  width: calc(33.3333% - 0.6666rem);
}

.popup-role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.popup-role_radio:checked+.popup-role_btn {
  background: #fff;
  background: var(--white-color);
}

.popup-role_radio {
  display: none;
}

.popup-role_btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.75rem 0;
  border: 1px solid rgb(211, 217, 221);
  border-radius: 0.625rem;
  width: calc(50% - 0.3125rem);
  background: rgb(211, 217, 221);
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.popup.open .popup__content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.popup--order-popup .auth-popup__content {
  width: 38.25rem;
}

.popup--order-popup .auth-popup__header {
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}

.popup--big .popup__content {
  max-width: 73.75rem;
}

.popup--large .popup__content {
  max-width: 45rem;
}

.popup--large .popup__file_preview {
  margin-top: 0.9375rem;
  grid-template-columns: repeat(3, 1fr);
}

.hero__list {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.hero__list--service {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.875rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__list_item_number {
  border-radius: 50%;
  height: 1.875rem;
  width: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--main-color);
  color: var(--white-color);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.hero__list_item_text {
  font-size: 1.125rem;
  font-weight: 500;
}

@media (max-width: 576px) {
  .hero__list {
    margin-top: 1.5625rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 31.25rem;
  }

  .hero__list_item_number {
    height: 1.6875rem;
    width: 1.6875rem;
    font-size: 1.125rem;
  }

  .hero__list_item_text {
    font-size: 1.0625rem;
  }

  .hero__image {
    position: relative;
    right: 0;
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    height: 18.75rem;
    width: 100%;
    max-width: 27.5rem;
  }

  .hero__section--service .hero__image {
    right: 0;
    height: 25rem;
    width: 100%;
  }
}
/* 
.--theme-night {
  --black-color: #f5f5f5;
  --white-color: #141414;
}

.--theme-night .page {
  background-color: #222;
  color: #f5f5f5;
}

.--theme-night .service__item_content_header_link {
  color: #f5f5f5;
}

.--theme-night .btn--main {
  color: #f5f5f5;
}

.--theme-night .hero__section {
  color: #f5f5f5;
}

.--theme-night .header {
  background-color: #222;
}

.--theme-night .search-btn_input_input {
  color: #000;
}

.--theme-night .advan__item {
  background-color: #141414;
}

.--theme-night .how__header {
  color: #f5f5f5;
}

.--theme-night .spec-promo__content {
  color: #f5f5f5;
}

.--theme-night .reviews__item {
  border: 1px solid #686868;
  background-color: #141414;
}

.--theme-night .contact-promo__title {
  color: #f5f5f5;
}

.--theme-night .footer {
  color: #f5f5f5;
}

.--theme-night .footer__link {
  color: #f5f5f5;
}

.--theme-night .popup__button_button {
  background-color: #424242;
  color: #f5f5f5;
}

.--theme-night .input-block {
  border: 1px solid #686868;
}

.--theme-night .popup__header {
  border-bottom: 1px solid #686868;
}

.--theme-night .popup-role_btn {
  background-color: transparent;
}

.--theme-night .search-btn_input_btn {
  color: #f5f5f5;
}

.--theme-night .fixed-buttons_item_counter {
  background-color: #f5f5f5;
  color: #000;
}

.--theme-night .performers_advan_item {
  color: #000;
}

.--theme-night .performers.--top-one .performers__inner {
  background: rgb(125, 148, 135);
}

.--theme-night .performers.--top-two .performers__inner {
  background: rgb(29, 67, 43);
}

.--theme-night .performers.--top-three .performers__inner {
  background: rgb(45, 51, 47);
}

.--theme-night .performers__inner {
  background-color: #141414;
}

.--theme-night .pagination__item {
  background-color: #141414;
}

.--theme-night .rating-block {
  background-color: #f5f5f5;
}

.--theme-night .text__header_title {
  color: #f5f5f5;
}

.--theme-night .forum_aside_menu {
  background: rgba(0, 255, 85, 0.11);
}

.--theme-night .forum_action_label_text {
  background: rgba(0, 255, 85, 0.11);
}

.--theme-night .performers_row_plus {
  color: #f5f5f5;
}

.--theme-night .article_container {
  background-color: #141414;
  color: #f5f5f5;
}

.--theme-night .popup-role_radio:checked+.popup-role_btn {
  background-color: #f5f5f5;
  color: #000;
}

.--theme-night .hero__form_btn-group_btn.--create {
  color: #f5f5f5;
}

.--theme-night .header__inner,
.--theme-night .header {
  border-bottom: 1px solid #686868;
}

.--theme-night .header__theme_btn i {
  background-color: #f5f5f5;
}

.--theme-night .header__theme_btn:hover {
  background-color: #000;
}

.--theme-night .reviews__item_text a {
  color: #f5f5f5;
}

.--theme-night .popup .popup__content {
  border: 1px solid #686868;
  background-color: #141414;
}

.--theme-night .popup__textarea,
.--theme-night .popup__input {
  color: #f5f5f5;
}

.--theme-night .fixed-buttons_item i {
  background-color: #f5f5f5;
}

.--theme-night .performers_top-label span {
  color: #f5f5f5;
}

.--theme-night .performers_top-label i {
  background-color: #f5f5f5;
}

.--theme-night .pagination__item.current {
  background-color: #f5f5f5;
  color: #141414;
}

.--theme-night .performers_image .plus {
  border: 0.1875rem solid rgb(143, 143, 143);
  color: #f5f5f5;
}

.--theme-night .performers-exam_item span {
  color: #f5f5f5;
}

.--theme-night .premium_block_action_btn i {
  background-color: #f5f5f5;
}

.--theme-night .forum_action_label_count,
.--theme-night .forum_action_label_text {
  border-color: #f5f5f5;
}

.--theme-night .performers.--article .performers__inner {
  background: rgba(0, 255, 85, 0.11);
}

.--theme-night .orders_item_premium span {
  color: #f5f5f5;
}

.--theme-night .orders_item_premium i {
  background-color: #f5f5f5;
}

.--theme-night .orders_item_user a.orders_item_user_name {
  color: #2ed4fb;
}

.--theme-night .exec_rating.--min {
  background-color: #f5f5f5;
  color: #000;
}

.--theme-night .article_content_text mark {
  color: #db9c77;
}

.--theme-night .article_content_text blockquote {
  background-color: #000;
  color: #f5f5f5;
}

.--theme-night .fixed-buttons_item-info_header_title {
  color: #f5f5f5;
}

.--theme-night .fixed-buttons_item-info_text {
  color: #f5f5f5;
}

.--theme-night .fixed-buttons_item-info_header_close i {
  background-color: #f5f5f5;
}

.--theme-night .roadmap__item_numeric {
  color: #f5f5f5;
  background-color: #141414;
}

.--theme-night .roadmap__item_content_link {
  color: #f5f5f5;
}

.--theme-night .category__submenu .category__item .category__item_header {
  background: #395852;
  border-color: #00b087;
}

.--theme-night .category__submenu .category__submenu .category__item .category__item_header {
  background: #463e32;
  border-color: #805b28;
}

.--theme-night .category__submenu .category__submenu .category__submenu .category__item .category__item_header {
  background: #283d44;
  border-color: #4bd1ff;
}

.--theme-night .category__submenu .category__submenu .category__submenu .category__submenu .category__item .category__item_header {
  background: #909276;
  border-color: #3f4212;
}

.--theme-night .category__submenu .category__submenu .category__submenu .category__submenu .category__submenu .category__item .category__item_header {
  background: #927f97;
  border-color: #784f83;
}

.--theme-night .category__submenu .category__submenu .category__submenu .category__submenu .category__submenu .category__submenu .category__item .category__item_header {
  background: #837664;
  border-color: #7a5520;
}

.--theme-night .category__submenu .category__submenu .category__submenu .category__submenu .category__submenu .category__submenu .category__submenu .category__item .category__item_header {
  background: #63777e;
  border-color: #406780;
}

.--theme-night .category__submenu .category__submenu .category__submenu .category__submenu .category__submenu .category__submenu .category__submenu .category__submenu .category__item .category__item_header {
  background: #998e74;
  border-color: #817044;
}

.--theme-night .hero__list_item_number {
  color: #f5f5f5;
}

.--theme-night .performers.--user-single .performers__inner {
  background-color: rgba(0, 255, 85, 0.11);
}

.--theme-night .exec_video_button {
  color: #f5f5f5;
}

.--theme-night .icon-video-circle {
  background-color: #f5f5f5;
}

.--theme-night .exec_price_item_box_price_item span {
  background-color: #222;
}

.--theme-night .exec_price_item_box_price_item input {
  background-color: #141414;
  color: #f5f5f5;
}

.--theme-night .exec_more_text {
  color: #f5f5f5;
}

.--theme-night .exec_reply_item_box_text {
  background-color: #141414;
}

.--theme-night .proposal__item-approve {
  background-color: rgba(0, 255, 85, 0.11);
}

.--theme-night .proposal__item-cancel {
  background-color: rgba(122, 19, 21, 0.11);
}

.--theme-night .proposal__item-winner {
  background-color: rgb(116, 98, 39);
}

.--theme-night .proposal__item_label {
  color: #f5f5f5;
}

.--theme-night .proposal__item_label i {
  background-color: #f5f5f5;
}

.--theme-night .proposal__item-win,
.--theme-night .proposal__item-plus {
  background-color: rgb(116, 98, 39);
}

.--theme-night .proposal__item-plus_info_list_item {
  color: #000;
}

.--theme-night .proposal__button_btn.--accept {
  color: #f5f5f5;
}

.--theme-night .order_status_title {
  color: #f5f5f5;
}

.--theme-night .order__info_bot__button_btn {
  color: #f5f5f5;
}

.--theme-night .order__gallery_item.--last .order__gallery_item_last_count {
  color: #f5f5f5;
}

.--theme-night .order__info_bot__button_text {
  color: rgb(147, 147, 147);
}

.--theme-night .proposal__button_btn.--add {
  color: #f5f5f5;
}

.--theme-night .proposal__your {
  color: #f5f5f5;
}

.--theme-night .custom-select_item.active {
  color: #141414;
}

.--theme-night .premium_tooltip_button {
  color: #f5f5f5;
}

.--theme-night .premium_tooltip::after {
  border: none;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
} */


@media (max-width: 1640px) {
  .fixed-buttons {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fixed-buttons.--big {
    left: auto;
  }

  .fixed-buttons_item-info {
    display: none;
  }
}

@media (max-width: 1200px) {
  .section__header_title {
    font-size: 3.125rem;
  }

  .section__header_subtitle {
    font-size: 1.875rem;
  }

  .cookie-popup {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    padding: 0 15px;
    width: 100%;
  }

  .cookie-popup__content {
    max-width: 100%;
    width: 100%;
  }

  .mess-popup {
    right: 15px;
  }

  .popup-gallery-main {
    height: 430px;
  }

  .popup-gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .popup-gallery-list-item {
    height: 160px;
  }
}

@media (max-width: 1180px) {
  .fixed-button_link {
    right: 0;
  }

  .performers_advan_box {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .performers_advan {
    grid-template-columns: 1fr;
  }

  .performers_action {
    display: none;
  }

  .performers_box {
    display: flex;
    gap: 20px;
  }

  .performers-exam_item {
    height: 13vw;
    height: 13vi;
  }

  .performers_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .performers_action_btn.--mobile {
    margin-top: 15px;
    display: block;
  }

  .performers_action_btn:not(.--mobile) {
    display: none;
  }

  .performers_action_image.--mobile {
    max-width: 255px;
    display: block;
  }

  .performers_action_image:not(.--mobile) {
    display: none;
  }

  .performers .rating-block.--mobile {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
  }

  .performers .rating-block:not(.--mobile) {
    display: none;
  }

  .performers.--exam.--plus .performers_geo {
    margin-top: 0;
  }

  .performers.--article .order__info_links.--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .performers.--article .order__info_links:not(.--mobile) {
    display: none;
  }

  .performers.--article .performers_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .performers.--article .performers_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .performers.--article .performers_row {
    margin-top: 0;
  }

  .article_container.--other .--article .performers_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article_container.--other .--article .performers_name {
    margin-top: 0;
    margin-bottom: 0.9375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .article_container.--other .--article .performers_action_btn,
  .article_container.--other .--article .performers_action {
    display: block;
  }

  .performers.--article .performers_name {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .performers.--article .performers_name .performers_name_activity {
    margin: 0;
  }

  .performers.--article .performers_name_online_count {
    display: block;
  }

  .performers_row_plus,
  .orders_item_premium {
    padding: 10px 0;
    width: 150px;
    max-width: 150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

}

@media (max-width: 1024px) {
  .popup__file_preview {
    grid-template-columns: repeat(4, 1fr);
  }

  .popup-journal-inner {
    padding: 20px;
  }

  .popup-journal_container {
    grid-template-columns: repeat(2, 1fr);
  }

  .popup-journal-massanger {
    grid-template-columns: repeat(1, 1fr);
  }

  .popup-journal_item:last-child {
    grid-column: 1/3;
  }

  .premium_block {
    padding: 20px;
  }

  .premium_block_title span {
    font-size: 1.5rem;
  }

  .premium_block_image {
    width: 25%;
  }
}

@media (max-width: 992px) {
  .pt120 {
    padding-top: 5rem;
  }

  .section__title_title {
    font-size: 2.625rem;
  }

  .breadcrumbs {
    margin-bottom: 0.9375rem;
    padding-top: 0.9375rem;
  }
}

@media (max-width: 900px) {
  .premium_block .premium_block_action {
    margin-top: 0;
  }

  .premium_block .premium_block_text {
    margin-top: 0.75rem;
    max-width: 100%;
  }

  .premium_block .premium_block_inner {
    margin-top: 0.75rem;
  }

  .premium_block_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .premium_block_image {
    margin-top: 0.9375rem;
    width: 100%;
  }

  .premium_block_image img {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .premium_block .premium_block_title i,
  .premium_block .premium_block_list_item i {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 880px) {
  .order-popup {
    right: 0;
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .popup__file_preview {
    grid-template-columns: repeat(3, 1fr);
  }

  .color-section {
    border-radius: 1.5625rem;
  }

  .pb120 {
    padding-bottom: 5rem;
  }

  .premium_tooltip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .premium_tooltip.active {
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  .section__header_title {
    font-size: 2.5rem;
  }

  .section__header_subtitle {
    font-size: 1.625rem;
  }

  .section__title--service::before {
    width: 1rem;
    height: 1rem;
  }

  .section__title--geo::before {
    width: 1.25rem;
    height: 1.25rem;
  }

  .section__title--reviews::before {
    width: 1.25rem;
    height: 1.25rem;
  }

  .mess-popup {
    width: 380px;
  }

  .mess-popup .mess-popup_item {
    padding: 0.75rem;
    border-radius: 0.75rem;
    min-height: 6.25rem;
  }

  .mess-popup .mess-popup_item_time {
    margin-bottom: 0.5rem;
    font-size: 0.625rem;
  }

  .mess-popup .mess-popup_item_title {
    margin-bottom: 0.375rem;
    font-size: 1rem;
  }

  .mess-popup .mess-popup_item_text {
    font-size: 0.75rem;
  }

  .mess-popup .mess-popup-settings_item_label {
    font-size: 1rem;
  }

  .mess-popup .custom-select_header {
    padding: 0.5625rem 0.9375rem 0.5625rem 0.75rem;
  }

  .mess-popup .custom-select_header_title {
    font-size: 1rem;
  }

  .mess-popup .mess-popup_select {
    padding-bottom: 0.9375rem;
  }

  .order-popup_item_header_title {
    font-size: 19px;
  }

  .order-popup_item_header_status {
    width: 17px;
    height: 17px;
  }

  .order-popup_item_text {
    font-size: 14px;
  }

  .order-popup_item_footer {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 19px;
  }

  .order-popup_item_footer_master_avatar {
    width: 28px;
    height: 28px;
  }

  .order-popup_item_massege {
    margin-top: 10px;
    font-size: 19px;
  }

  .premium_block_action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .premium_block_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .premium_block_image img:nth-child(1) {
    width: 106px;
    height: 106px;
  }

  .premium_block_image img:nth-child(2) {
    width: 200px;
    height: 200px;
  }

  .performers_box {
    gap: 20px;
  }

  .performers_user {
    display: grid;
    grid-template-columns: 130px 1fr;
  }

  .performers_info {
    grid-column: 1/3;
  }

  .performers_name_icon {
    margin-left: 0;
    width: 20px;
    height: 20px;
  }

  .performers_name_online {
    margin-left: 0;
  }

  .performers_name_online_count {
    margin-left: 0;
  }

  .performers_text {
    margin-top: 0;
  }

  .performers_advan {
    width: 50%;
  }

  .performers_labels {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .performers_labels_title {
    grid-column: 1/4;
  }

  .performers_labels_item {
    text-align: center;
  }

  .performers_action_btn {
    padding: 13px 0;
    font-size: 18px;
  }

  .performers__inner {
    padding: 15px;
  }

  .performers_advan_item {
    padding: 6px;
  }

  .performers-exam_inner {
    gap: 10px;
  }

  .performers-exam_title {
    font-size: 21px;
  }

  .performers-exam_inner {
    padding: 8px;
  }

  .performers-price_inner {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }

  .performers-exam {
    margin-top: 0;
  }

  .performers_name.--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .performers_name:not(.--mobile) {
    display: none;
  }

  .performers_geo.--mobile {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .performers_geo:not(.--mobile) {
    display: none;
  }

  .performers_action_image.--mobile {
    width: 50%;
  }

  .popup-gallery-main {
    height: 330px;
  }

  .popup-gallery-list-item {
    height: 140px;
  }

  .order__gallery_item {
    height: 18vw;
    height: 18vi;
  }

  .article_content,
  .article_container.--comments {
    padding: 15px;
  }

  .order__gallery_item.--last .order__gallery_item_last_btn {
    padding: 6px 12px;
    font-size: 12px;
  }

  .order__gallery_item.--last .order__gallery_item_last_count {
    font-size: 28px;
  }

  .order__gallery_item.--last .order__gallery_item_last {
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .custom-search.--big .custom-search_box {
    height: 3.125rem;
    gap: 0.9375rem;
  }

  .custom-search.--big .custom-search_box_icon {
    width: 1.375rem;
    height: 1.375rem;
  }

  .custom-search.--big .custom-search_box_input {
    font-size: 1.125rem;
  }

  .custom-search.--big .custom-search_list {
    padding: 0.625rem 0;
  }

  .custom-search.--big .custom-search_list .custom-search_list_item {
    padding: 0.4375rem 0.75rem;
    font-size: 1.125rem;
  }
}

@media (max-width: 576px) {
  .popup__file_preview {
    grid-template-columns: repeat(2, 1fr);
  }

  .popup__file_preview_image {
    height: 125px;
  }

  .popup__file-icon {
    width: 19px;
    height: 19px;
  }

  .popup__button_button {
    padding: 11px 0;
    font-size: 17px;
  }

  .popup__file {
    margin: 0;
  }

  .popup__form {
    padding: 20px;
  }

  .popup__textarea {
    font-size: 13px;
  }

  .popup__file-dropzone.--edit {
    height: 80px;
  }

  .popup__file-dropzone.--edit .popup__file-text {
    font-size: 17px;
  }

  .color-section {
    border-radius: 0.9375rem;
  }

  .search-btn_input {
    height: 3.125rem;
  }

  .search-btn_input_input {
    padding: 0 0.9375rem;
    font-size: 1rem;
  }

  .search-btn_input_btn {
    padding: 0 1.25rem;
    font-size: 1rem;
  }

  .section__title_title {
    font-size: 2.25rem;
  }

  .bot__item_title {
    width: 100px;
  }

  .cookie-popup {
    bottom: 30px;
  }

  .cookie-popup__content {
    padding: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cookie-popup__text {
    font-size: 0.875rem;
    text-align: center;
  }

  .cookie-popup__button {
    width: 100%;
  }

  .cookie-popup__button_accept {
    width: 100%;
    display: block;
  }

  .popup-journal_container {
    grid-template-columns: repeat(1, 1fr);
  }

  .popup-journal_item:last-child {
    grid-column: 1;
  }

  .premium_block_text {
    font-size: 17px;
    font-weight: 500;
  }

  .premium_block_list {
    gap: 5px;
  }

  .premium_block_action_btn {
    padding: 10px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
  }

  .premium_block_list {
    width: 100%;
  }

  .premium_block_title span {
    font-size: 21px;
  }

  .premium_block_list_item span {
    font-size: 15px;
  }

  .premium_block_action_info span {
    font-size: 17px;
  }

  .premium_block_action_info i {
    width: 20px;
    height: 20px;
  }

  .performers_labels_item {
    font-size: 11px;
  }

  .performers-exam_inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .performers-exam_item {
    height: 23vw;
    height: 23vi;
  }

  .performers-rev_inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .performers-rev_item {
    padding: 15px;
  }

  .popup-gallery {
    padding: 12px;
  }

  .popup-gallery-main {
    height: 45vw;
    height: 45vi;
  }

  .popup-gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .popup-gallery-list-item {
    height: 27vw;
    height: 27vi;
  }


  .orders_item_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }


  .orders_item.--forum {
    padding: 10px;
  }

  .orders_item .orders_item_user {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .orders_item.--forum .orders_item_time {
    margin-top: 3px;
    margin-left: 0;
    width: 100%;
    font-size: 14px;
  }

  .orders_item_action_item i {
    width: 16px;
    height: 16px;
  }


  .orders_item_action_item span {
    font-size: 13px;
  }
}

@media (max-width: 530px) {
  .section__header .section__title--advan::before {
    content: "";
    position: absolute;
    top: 1.5625rem;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
  }

  .section__header_title {
    font-size: 2rem;
  }

  .section__header_subtitle {
    font-size: 1.1875rem;
  }
}

@media (max-width: 480px) {
  .popup__header_title_text {
    font-size: 1.125rem;
  }

  .popup--large .popup__file_preview {
    grid-template-columns: repeat(2, 1fr);
  }

  .popup--large .popup__file_preview .popup__file_preview_image {
    height: 30vw;
    height: 30vi;
  }

  .popup__header {
    padding: 1.0625rem 1.5rem;
  }

  .popup__header_title {
    font-size: 1.5rem;
  }

  .popup__header_close i {
    width: 1rem;
    height: 1rem;
  }

  .popup__header_tabs_item {
    font-size: 1.125rem;
  }

  .popup__input {
    font-size: 0.875rem;
  }

  .popup__input-block {
    height: 2.5rem;
  }

  .popup__input-tel-select_header_flag {
    width: 2.125rem;
    height: 1.375rem;
  }

  .popup__input-tel-select_header_arrow i {
    width: 0.5rem;
    height: 0.4375rem;
  }

  .popup__input-tel-select_header_code {
    font-size: 0.875rem;
  }

  .popup__button_button {
    padding: 0.625rem 0;
    font-size: 1.125rem;
  }

  .popup .popup__content {
    width: 100%;
  }

  .custom-search .custom-search_box {
    height: 35px;
    gap: 10px;
  }

  .custom-search .custom-search_box_icon {
    width: 15px;
    height: 15px;
  }

  .custom-search .custom-search_box_input {
    font-size: 14px;
  }

  .pagination {
    margin-top: 20px;
  }

  .pagination__item {
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
  }

  .pagination__item .icon {
    width: 0.875rem;
    height: 0.875rem;
  }

  .bot__item {
    font-size: 14px;
  }

  .bot__qr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2px;
  }

  .bot__qr_img {
    width: 50px;
    height: 50px;
  }

  .popup--qr .popup__qr {
    padding: 1.25rem;
  }

  .popup--qr .popup__qr_img {
    width: 100%;
    height: 100%;
  }

  .notification-popup-rate {
    margin: 0.625rem 0;
    padding: 0.3125rem 0;
    font-size: 1.125rem;
  }

  .notification-popup-rate-info {
    padding-top: 0.625rem;
  }

  .notification-popup-rate-info-title {
    font-size: 1rem;
  }

  .notification-popup-rate-info-text {
    font-size: 0.625rem;
  }

  .performers_labels {
    display: none;
  }

  .performers_image {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }

  .performers_user {
    grid-template-columns: 100px 1fr;
    gap: 10px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .performers_name_title {
    font-size: 24px;
  }

  .performers_advan_item {
    gap: 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
  }

  .performers_text {
    font-size: 15px;
  }

  .performers__inner_list {
    gap: 20px;
  }

  .performers_top-label {
    width: 115px;
    height: 60px;
  }

  .performers-price_item {
    font-size: 12px;
  }

  .performers_action_image.--mobile {
    height: 100px;
  }

  .performers_advan_item i {
    width: 16px;
    height: 16px;
  }

  .performers_top-label span {
    font-size: 17px;
  }

  .performers_top-label i {
    width: 16px;
    height: 16px;
  }

  .performers .rating-block.--mobile {
    padding: 8px;
    border-radius: 5px;
  }

  .rating-block_count span {
    font-size: 17px;
  }

  .article_container.--other .performers_name_title {
    font-size: 24px;
  }

  .article_container.--other .--article .performers_action_btn {
    padding: 10px 0;
    max-width: 170px;
    font-size: 14px;
  }

  .performers_row_plus,
  .orders_item_premium {
    padding: 5px 0;
    border-radius: 5px;
    width: 100px;
    max-width: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
  }

  .orders_item_premium i {
    width: 12px;
    height: 12px;
  }

  .performers.--article .performers_name_online_count {
    font-size: 14px;
  }

  .popup-gallery-main-nav-btn i {
    width: 2.1875rem;
    height: 2.1875rem;
  }

  .popup-gallery-main-nav {
    padding: 0;
  }



  .--forum .orders_item_footer_link {
    padding: 7px 20px;
    font-size: 13px;
  }

  .orders_item_action_item span {
    font-size: 13px;
  }

  .orders_item_action_item i {
    width: 18px;
    height: 18px;
  }

  .--forum .orders_item_footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .article_content_text h1 {
    margin-bottom: 7px;
    font-size: 21px;
  }

  .article_content_text h2 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .article_content_text h3 {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .article_content_text h4 {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .article_content_text h5 {
    margin-bottom: 1px;
    font-size: 15px;
  }

  .article_content_text h6 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .article_content_text p {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .article_content_text ul li {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .article_content_text ol li {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .article_content_text blockquote p {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .article_content_text strong,
  .article_content_text b {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .article_content_text em,
  .article_content_text i {
    margin-bottom: 3px;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .modal__header {
    padding: 0.625rem 0.9375rem;
  }

  .modal__header_title {
    font-size: 18px;
  }

  .modal__header-icon {
    width: 20px;
    height: 20px;
  }

  .modal__header_close i {
    width: 15px;
    height: 15px;
  }

  .section__title_title {
    font-size: 1.875rem;
  }

  .section__header .section__title--geo::before {
    top: 0.3125rem;
    width: 1rem;
    height: 1rem;
  }

  .section__header .section__title--reviews::before {
    top: 0.3125rem;
  }

  .section__header_title {
    font-size: 1.625rem;
  }

  .section__header_subtitle {
    font-size: 1rem;
  }

  .notification-popup__body-title {
    font-size: 0.9375rem;
  }

  .notification-popup__body-text {
    font-size: 0.75rem;
  }

  .notification-popup__body-button_accept {
    padding: 0.5625rem 0;
  }

  .mess-popup {
    right: 0;
    width: 315px;
  }

  .mess-popup .mess-popup_item {
    padding: 0.625rem;
    border-radius: 0.625rem;
    min-height: 5rem;
  }

  .mess-popup .mess-popup_item_time {
    margin-bottom: 0.375rem;
    font-size: 0.5rem;
  }

  .mess-popup .mess-popup_item_title {
    font-size: 0.875rem;
  }

  .mess-popup .mess-popup_item_text {
    font-size: 0.625rem;
  }

  .mess-popup .mess-popup-actions {
    margin-top: 0.625rem;
    padding-top: 0.625rem;
  }

  .mess-popup .mess-popup-actions_link {
    padding: 0.4375rem 0;
    font-size: 0.75rem;
  }

  .mess-popup .mess-popup-non-mess {
    padding: 0;
    padding-top: 0.625rem;
    font-size: 0.9375rem;
  }

  .mess-popup .mess-popup-settings_item_label {
    font-size: 0.875rem;
  }

  .mess-popup .mess-popup_item::after {
    top: 0.5rem;
    right: 0.5rem;
    height: 0.625rem;
    width: 0.625rem;
  }

  .order-popup-actions_link {
    padding: 7px 0;
    font-size: 12px;
  }

  .order-popup_item_massege {
    font-size: 16px;
  }

  .popup-bid {
    padding: 1.25rem 0.9375rem;
  }

  .popup-bid_title {
    font-size: 20px;
  }

  .popup-bid_text {
    font-size: 12px;
  }

  .forum__header_title {
    font-size: 24px;
  }

  .forum__header_action_btn {
    padding: 10px 0;
    font-size: 16px;
  }

  .forum__header_action_label {
    font-size: 12px;
  }

  .performers.--article .order__info_links.--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .performers.--article .order__info_links.--mobile .order__info_links_icon {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 400px) {
  .bot__qr {
    gap: 5px;
  }

  .bot__item_title {
    width: 80px;
  }

  .bot.--min .bot__item_title {
    width: 75px;
  }

  .bot.--min .bot__qr_img {
    width: 45px;
    height: 45px;
  }

  .performers_advan_box {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .performers_name_title {
    font-size: 21px;
  }

  .performers_advan,
  .performers_action_image {
    width: 100%;
  }

  .performers_action_image.--mobile {
    width: 100%;
    max-width: 200px;
  }
}

@media (max-width: 380px) {
  .search-btn_input {
    border-radius: 0.3125rem;
    height: 2.5rem;
  }

  .search-btn_input_input {
    padding: 0 0.6875rem;
    font-size: 0.875rem;
  }

  .search-btn_input_btn {
    border-radius: 0.3125rem;
    font-size: 0.875rem;
  }

  .premium_block_image img:nth-child(1) {
    width: 80px;
    height: 80px;
  }

  .premium_block_image img:nth-child(2) {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 340px) {
  .section__header_title {
    font-size: 1.375rem;
  }

  .section__header_subtitle {
    font-size: 0.875rem;
  }
}

/* Feedback attachments styles */
.popup_feedback_item_attached {
  margin-top: 0.75rem;
}

.form__attached_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
  max-width: 100%;
}

.verification-documents-preview .form__attached_box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}

.form__attached_item--image {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 0.5rem;
  background: #f9f9f9;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}

.form__attached_item--image img {
  width: 100%;
  height: 150px;
  border-radius: 0.25rem;
  display: block;
  object-fit: cover;
}

.form__attached_item--image .form__attached_item_name {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #666;
  word-wrap: break-word;
  max-width: 150px;
}

.form__attached_item--image .form__attached_item_size {
  font-size: 0.7rem;
  color: #999;
}

.form__attached_item--image .form__attached_item_download {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 0.75rem;
  background: #4caf50;
  color: white;
  border-radius: 0.25rem;
  text-decoration: none;
  font-size: 0.75rem;
}

.form__attached_item--file {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 0.75rem;
  background: #f9f9f9;
  min-width: 200px;
}

.form__attached_item--file .form__attached_item_header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.form__attached_item--file .form__attached_item_icon {
  font-size: 2rem;
  color: #666;
}

.form__attached_item--file .form__attached_item_info {
  flex: 1;
  min-width: 0;
}

.form__attached_item--file .form__attached_item_name {
  font-weight: 500;
  font-size: 0.875rem;
  color: #333;
  word-break: break-word;
}

.form__attached_item--file .form__attached_item_size {
  font-size: 0.75rem;
  color: #999;
  margin-top: 0.25rem;
}

.form__attached_item--file .form__attached_item_download {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #4caf50;
  color: white;
  border-radius: 0.25rem;
  text-decoration: none;
  font-size: 0.875rem;
  width: 100%;
  text-align: center;
}

.popup_feedback_item_meta {
  font-size: 0.75rem;
  color: #999;
  margin-top: 0.5rem;
}


.order_status {
  padding: 0.875rem 1.5625rem;
  border-radius: 0.375rem;
  min-height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #4bcf31;
}
.order_status.--moderate {
  background: var(--main-color);
}
.order_status.--delete {
  background: rgb(241, 15, 19);
}
.order_status.--delete .order_status_timer i {
  background-color: var(--white-color);
}
.order_status.--delete .order_status_timer span {
  color: var(--white-color);
}
.order_status.--founded {
  background: rgb(212, 40, 209);
}
.order_status_title {
  color: var(--white-color);
  font-size: 1.0625rem;
  font-weight: 700;
}
.order_status_timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order_status_timer i {
  width: 1.5rem;
  height: 1.5rem;
}
.order_status_timer span {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  .order_status {
    padding: 0.5625rem 0.75rem;
  }
  .order_status_title {
    font-size: 1rem;
  }
  .order_status_timer {
    font-size: 0.875rem;
  }

}