@font-face {
  font-family: "Golos Text";
  src: local("Golos Text Medium"), local("GolosText-Medium"), url("../fonts/GolosText-Medium.woff2") format("woff2"), url("../fonts/GolosText-Medium.woff") format("woff"), url("../fonts/GolosText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: local("Golos Text Black"), local("GolosText-Black"), url("../fonts/GolosText-Black.woff2") format("woff2"), url("../fonts/GolosText-Black.woff") format("woff"), url("../fonts/GolosText-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: local("Golos Text DemiBold"), local("GolosText-DemiBold"), url("../fonts/GolosText-DemiBold.woff2") format("woff2"), url("../fonts/GolosText-DemiBold.woff") format("woff"), url("../fonts/GolosText-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: local("Golos Text Bold"), local("GolosText-Bold"), url("../fonts/GolosText-Bold.woff2") format("woff2"), url("../fonts/GolosText-Bold.woff") format("woff"), url("../fonts/GolosText-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: local("Golos Text Regular"), local("GolosText-Regular"), url("../fonts/GolosText-Regular.woff2") format("woff2"), url("../fonts/GolosText-Regular.woff") format("woff"), url("../fonts/GolosText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  padding-top: 103px;
  font-size: 16px;
  font-family: "Golos Text";
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #323232;
  overflow-x: hidden;
}

ul {
  margin-bottom: 0;
  padding-left: 20px;
}
ul:not(:last-child) {
  margin-bottom: 20px;
}

ul ul {
  list-style: disc;
}

ul.reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 140%;
}
p:not(:last-child) {
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (min-width: 992px) {
  a:hover {
    color: #FF5A86;
    cursor: pointer;
  }
}

img {
  display: block;
  max-width: 100%;
  width: auto;
}

.no-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

h1 {
  font-weight: 600;
  font-size: 60px;
}

h2 {
  font-weight: 600;
  font-size: 42px;
}

header,
section,
footer {
  margin: 0 auto;
  max-width: 3000px;
}

input,
textarea {
  border: none;
  outline: none;
  resize: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0 !important;
  -webkit-appearance: none;
  margin: 0;
}

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

* {
  scrollbar-width: thin;
  scrollbar-color: #E43664 #ffffff;
}

*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #E43664;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

/* CONTAINER */
.container {
  margin: 0 auto;
  padding: 0px 20px;
  max-width: 1460px;
}

/* ICONS */
.ic {
  display: block;
  transition: 0.3s;
}

.ic_pin {
  min-width: 24px;
  height: 24px;
  -webkit-mask: url(../img/svg/ic_pin.svg) no-repeat center center;
  mask: url(../img/svg/ic_pin.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.ic_arrow_dropdown {
  min-width: 32px;
  height: 32px;
  -webkit-mask: url(../img/svg/arrow_dropdown.svg) no-repeat center center;
  mask: url(../img/svg/arrow_dropdown.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.ic_time {
  min-width: 20px;
  height: 20px;
  -webkit-mask: url(../img/svg/ic_time.svg) no-repeat center center;
  mask: url(../img/svg/ic_time.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.ic_list {
  min-width: 20px;
  height: 20px;
  -webkit-mask: url(../img/svg/ic_list.svg) no-repeat center center;
  mask: url(../img/svg/ic_list.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #A3A3A3;
}

.ic_person_1 {
  min-width: 20px;
  height: 20px;
  -webkit-mask: url(../img/svg/ic_person_1.svg) no-repeat center center;
  mask: url(../img/svg/ic_person_1.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #A3A3A3;
}

.ic_bell {
  min-width: 20px;
  height: 20px;
  -webkit-mask: url(../img/svg/ic_bell.svg) no-repeat center center;
  mask: url(../img/svg/ic_bell.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #A3A3A3;
}

.ic_chat {
  min-width: 20px;
  height: 20px;
  -webkit-mask: url(../img/svg/ic_chat.svg) no-repeat center center;
  mask: url(../img/svg/ic_chat.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #A3A3A3;
}

.ic_star {
  min-width: 20px;
  height: 20px;
  -webkit-mask: url(../img/svg/ic_star.svg) no-repeat center center;
  mask: url(../img/svg/ic_star.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #A3A3A3;
}

.ic_exit {
  min-width: 20px;
  height: 20px;
  -webkit-mask: url(../img/svg/ic_exit.svg) no-repeat center center;
  mask: url(../img/svg/ic_exit.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #C82121;
}

.ic_filter {
  min-width: 18px;
  height: 18px;
  -webkit-mask: url(../img/svg/ic_filter.svg) no-repeat center center;
  mask: url(../img/svg/ic_filter.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
}

.ic_person {
  min-width: 24px;
  height: 24px;
  -webkit-mask: url(../img/svg/ic_person.svg) no-repeat center center;
  mask: url(../img/svg/ic_person.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
}

.ic_close {
  min-width: 32px;
  height: 32px;
  -webkit-mask: url(../img/svg/ic_close.svg) no-repeat center center;
  mask: url(../img/svg/ic_close.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #A3A3A3;
}

.ic_tg {
  min-width: 32px;
  height: 32px;
  -webkit-mask: url(../img/svg/ic_tg.svg) no-repeat center center;
  mask: url(../img/svg/ic_tg.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #323232;
}

.ic_wa {
  min-width: 32px;
  height: 32px;
  -webkit-mask: url(../img/svg/ic_wa.svg) no-repeat center center;
  mask: url(../img/svg/ic_wa.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #323232;
}

.ic_phone {
  min-width: 24px;
  height: 24px;
  -webkit-mask: url(../img/svg/ic_phone.svg) no-repeat center center;
  mask: url(../img/svg/ic_phone.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.ic_phone_2 {
  min-width: 20px;
  height: 20px;
  -webkit-mask: url(../img/svg/ic_phone_2.svg) no-repeat center center;
  mask: url(../img/svg/ic_phone_2.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.ic_camera {
  min-width: 24px;
  height: 24px;
  -webkit-mask: url(../img/svg/ic_camera.svg) no-repeat center center;
  mask: url(../img/svg/ic_camera.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.ic_mic {
  min-width: 24px;
  height: 24px;
  -webkit-mask: url(../img/svg/ic_mic.svg) no-repeat center center;
  mask: url(../img/svg/ic_mic.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.ic_link {
  min-width: 24px;
  height: 24px;
  -webkit-mask: url(../img/svg/ic_link.svg) no-repeat center center;
  mask: url(../img/svg/ic_link.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.ic_hearth {
  min-width: 24px;
  height: 24px;
  -webkit-mask: url(../img/svg/ic_hearth.svg) no-repeat center center;
  mask: url(../img/svg/ic_hearth.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.ic_hearth_broken {
  min-width: 24px;
  height: 24px;
  -webkit-mask: url(../img/svg/ic_hearth_broken.svg) no-repeat center center;
  mask: url(../img/svg/ic_hearth_broken.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #F0CCD5;
}

.ic_arrow_slider {
  min-width: 32px;
  height: 32px;
  -webkit-mask: url(../img/svg/arrow_slider.svg) no-repeat center center;
  mask: url(../img/svg/arrow_slider.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.links_1 {
  min-width: 100px;
  height: 100px;
  -webkit-mask: url(../img/svg/links_1.svg) no-repeat center center;
  mask: url(../img/svg/links_1.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.links_2 {
  min-width: 100px;
  height: 100px;
  -webkit-mask: url(../img/svg/links_2.svg) no-repeat center center;
  mask: url(../img/svg/links_2.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.links_3 {
  min-width: 100px;
  height: 100px;
  -webkit-mask: url(../img/svg/links_3.svg) no-repeat center center;
  mask: url(../img/svg/links_3.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.links_4 {
  min-width: 100px;
  height: 100px;
  -webkit-mask: url(../img/svg/links_4.svg) no-repeat center center;
  mask: url(../img/svg/links_4.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.links_5 {
  min-width: 100px;
  height: 100px;
  -webkit-mask: url(../img/svg/links_5.svg) no-repeat center center;
  mask: url(../img/svg/links_5.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

/* BUTTONS */
.button_1 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  transition: 0.3s;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  background-color: #E43664;
  border: 1px solid #E43664;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
@media screen and (min-width: 992px) {
  .button_1 span:hover {
    background-color: #FF5A86;
    border-color: #FF5A86;
    cursor: pointer;
  }
}

.button_2 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  transition: 0.3s;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #E43664;
  background-color: #ffffff;
  border: 1px solid #E43664;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
@media screen and (min-width: 992px) {
  .button_2 span:hover {
    background-color: rgba(228, 54, 100, 0.15);
    cursor: pointer;
  }
}

/* NAV */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 14;
}
.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 60px;
  padding: 20px 0;
  border-bottom: 1px solid #EBEBEB;
}
.nav-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.nav-menu .menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav-menu .menu-item {
  position: relative;
}
.nav-menu .menu-item.active {
  color: #E43664;
}
.nav-menu .menu-item.active::before {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  width: 40px;
  height: 4px;
  transform: translateX(-50%);
  background-color: #E43664;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 60px;
}
.nav-town .town-main {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #E43664;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .nav-town .town-main:hover {
    color: #FF5A86;
    cursor: pointer;
  }
  .nav-town .town-main:hover .ic {
    background-color: #FF5A86;
  }
}
.nav-town .town-title {
  font-weight: 500;
}
.nav-town .town_modal {
  position: absolute;
  top: 100%;
  display: none;
  padding: 20px;
  max-width: 409px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 6px 20px 0 rgba(20, 69, 105, 0.1);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.nav-town .town_modal-title {
  margin-bottom: 20px;
  font-weight: 500;
}
.nav-town .town_modal-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-town .town_modal-buttons span {
  padding: 12px 24px;
}
.nav-town .town_toggle {
  position: absolute;
  top: 100%;
  display: none;
  padding: 20px;
  max-width: 409px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 6px 20px 0 rgba(20, 69, 105, 0.1);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  z-index: 111;
}
.nav-town .town_toggle-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.nav-town .town_toggle-mobile .title {
  font-weight: 600;
  font-size: 24px;
}
.nav-town .town_toggle-country {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}
.nav-town .town_toggle-country .item {
  font-weight: 600;
  font-size: 20px;
  color: #A3A3A3;
  transition: 0.3s;
}
.nav-town .town_toggle-country .item.active {
  pointer-events: none;
  color: #E43664;
}
@media screen and (min-width: 992px) {
  .nav-town .town_toggle-country .item:hover {
    color: #FF5A86;
    cursor: pointer;
  }
}
.nav-town .town_toggle-search {
  margin-bottom: 20px;
}
.nav-town .town_toggle-list {
  display: grid;
  grid-gap: 20px;
  max-height: 214px;
  overflow: auto;
}
.nav-cabinet .logged {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 992px) {
  .nav-cabinet .logged:hover {
    cursor: pointer;
  }
}
.nav-cabinet .logged .img {
  width: 36px;
  aspect-ratio: 1/1;
}
.nav-cabinet .logged .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-cabinet .logged .name {
  position: relative;
  display: grid;
  grid-gap: 6px;
  padding-right: 36px;
  line-height: 1.4;
  font-weight: 500;
}
.nav-cabinet .logged .name .link {
  display: none;
  color: #E43664;
  font-size: 14px;
}
.nav-cabinet .logged .name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 9L12 15L18 9' stroke='%23E43664' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.nav-cabinet .logged_dropdown {
  position: absolute;
  top: 100%;
  display: none;
  width: 210px;
  transform: translateX(-10px);
  background-color: #ffffff;
  box-shadow: 0 6px 20px 0 rgba(20, 69, 105, 0.1);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.nav-cabinet .logged_dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
}
.nav-cabinet .logged_dropdown-item .title {
  color: #A3A3A3;
  transition: 0.3s;
  font-weight: 500;
}
.nav-cabinet .logged_dropdown-item.red .title {
  color: #C82121;
}
@media screen and (min-width: 992px) {
  .nav-cabinet .logged_dropdown-item:hover {
    cursor: pointer;
  }
  .nav-cabinet .logged_dropdown-item:hover .ic {
    background-color: #E43664;
  }
  .nav-cabinet .logged_dropdown-item:hover .title {
    color: #E43664;
  }
}

/* SHADOW */
.mobile_menu-shadow {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(45, 48, 59, 0.8);
  z-index: 10;
}

/* BURGER */
.burger_button {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 7px;
  width: 32px;
  height: 32px;
  background-color: #E43664;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.burger_button span {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.burger_button span::before, .burger_button span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.burger_button span::before {
  top: 6px;
}
.burger_button span::after {
  bottom: 6px;
}

.nav.opened .burger_button span {
  background-color: #0000;
}
.nav.opened .burger_button span::before {
  top: 0;
  transform: rotate(-45deg);
}
.nav.opened .burger_button span::after {
  bottom: 0;
  transform: rotate(45deg);
}

/* FORM */
.form-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  line-height: 1.4;
}
.form-title a {
  color: #E43664;
}
.form-label {
  position: relative;
  display: block;
}
.form-label .pass_wrap {
  position: relative;
}
.form-label .pass_wrap .form-input {
  padding-right: 42px;
}
.form-input {
  padding: 16px 20px;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 2%;
  border: 1px solid #D9D9D9;
  transition: 0.3s;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
@media screen and (min-width: 992px) {
  .form-input:hover {
    border-color: #C1C1C1;
  }
}
.form-submit {
  display: block;
  padding: 20px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  background-color: #E43664;
  transition: 0.3s;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.form-submit.disabled {
  pointer-events: none;
  opacity: 0.4;
}
@media screen and (min-width: 1221px) {
  .form-submit:hover {
    background-color: #FF5A86;
    cursor: pointer;
  }
}

/* FOOTER */
.footer {
  margin-top: 140px;
  background-color: #F9F9F9;
  border-top: 1px solid #E6E6E6;
}
.footer-main {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  padding: 60px 0;
  border-bottom: 1px solid #E6E6E6;
}
.footer-contacts {
  grid-column: 2/3;
  grid-row: 1/3;
}
.footer-menu .menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer-menu .menu-item {
  font-weight: 500;
}
.footer-copyright {
  padding: 60px 0 40px;
  color: #A3A3A3;
}
.footer-copyright .text {
  margin-bottom: 40px;
}
.footer-copyright .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 30px;
}
.footer-copyright .copyright .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
}
.footer-copyright a {
  text-decoration: underline;
}

/* INFO-ELEM  */
.info_elem {
  display: grid;
  grid-gap: 16px;
}
.info_elem-title {
  color: #A3A3A3;
}
.info_elem-phone {
  letter-spacing: 0.64px;
  font-weight: 500;
  font-size: 20px;
}
.info_elem-socials {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .info_elem-socials .social:hover {
    cursor: pointer;
  }
  .info_elem-socials .social:hover .ic {
    background-color: #E43664;
  }
}

/* UNIQ-LIST */
.uniq_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.uniq_list.one_line {
  align-items: flex-start;
  flex-direction: column;
}
.uniq_list-item {
  padding: 12px 16px;
  color: #E43664;
  border: 1px solid #E43664;
  transition: 0.3s;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  -khtml-border-radius: 48px;
  border-radius: 48px;
}
@media screen and (min-width: 992px) {
  .uniq_list-item:hover {
    cursor: pointer;
    background-color: rgba(228, 54, 100, 0.15);
  }
}
.uniq_list-item:has(input) {
  padding: 8px 12px;
  font-size: 14px;
}
.uniq_list-item:has(input) input {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.uniq_list-item:has(input:checked) {
  background-color: #E43664;
  color: #ffffff;
  pointer-events: none;
}

/* HEADER */
.header {
  padding-top: 100px;
}
.header-wrap {
  display: grid;
  grid-template-columns: 1fr 580px;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}
.header-main {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 30px;
}
.header-img {
  position: relative;
  height: 430px;
  overflow: hidden;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.header-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-img .actions {
  position: absolute;
  top: 40px;
  right: 40px;
  display: grid;
  grid-gap: 20px;
}
.header-img .actions-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  transition: 0.3s;
  box-shadow: 0 8px 32px 0 rgba(12, 31, 80, 0.18);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .header-img .actions-item:hover .ic {
    background-color: #FF5A86;
  }
}

/* PAGES-LINK-BLOCK */
.pages_link_block {
  padding-top: 140px;
}
.pages_link_block-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
.pages_link_block-item {
  position: relative;
  padding: 160px 40px 40px;
  background-color: #FF5A86;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.pages_link_block-item .title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 32px;
  transition: 0.3s;
}
.pages_link_block-item .title .ic {
  position: absolute;
  top: 30px;
  right: 40px;
}
.pages_link_block-item .text p {
  font-size: 18px;
  color: #808080;
}
.pages_link_block-item:nth-child(1) {
  grid-column: 1/4;
  grid-row: 1/2;
  background-color: #FFD7D7;
}
.pages_link_block-item:nth-child(1) .ic {
  background-color: #FF9999;
}
@media screen and (min-width: 992px) {
  .pages_link_block-item:nth-child(1):hover .title {
    color: #E43664;
  }
  .pages_link_block-item:nth-child(1):hover .title .ic {
    background-color: #E43664;
  }
}
.pages_link_block-item:nth-child(2) {
  grid-column: 4/7;
  grid-row: 1/2;
  background-color: #D7F8FF;
}
.pages_link_block-item:nth-child(2) .ic {
  background-color: #80E9FF;
}
@media screen and (min-width: 992px) {
  .pages_link_block-item:nth-child(2):hover .title {
    color: #36B0E4;
  }
  .pages_link_block-item:nth-child(2):hover .title .ic {
    background-color: #36B0E4;
  }
}
.pages_link_block-item:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2/3;
  background-color: #F0FFD7;
}
.pages_link_block-item:nth-child(3) .ic {
  background-color: #CFFF80;
}
@media screen and (min-width: 992px) {
  .pages_link_block-item:nth-child(3):hover .title {
    color: #83E436;
  }
  .pages_link_block-item:nth-child(3):hover .title .ic {
    background-color: #83E436;
  }
}
.pages_link_block-item:nth-child(4) {
  grid-column: 3/5;
  grid-row: 2/3;
  background-color: #D8D7FF;
}
.pages_link_block-item:nth-child(4) .ic {
  background-color: #B4B2FF;
}
@media screen and (min-width: 992px) {
  .pages_link_block-item:nth-child(4):hover .title {
    color: #8336E4;
  }
  .pages_link_block-item:nth-child(4):hover .title .ic {
    background-color: #8336E4;
  }
}
.pages_link_block-item:nth-child(5) {
  grid-column: 5/7;
  grid-row: 2/3;
  background-color: #FFEFD7;
}
.pages_link_block-item:nth-child(5) .ic {
  background-color: #FFD699;
}
@media screen and (min-width: 992px) {
  .pages_link_block-item:nth-child(5):hover .title {
    color: #E49436;
  }
  .pages_link_block-item:nth-child(5):hover .title .ic {
    background-color: #E49436;
  }
}

/* SWIPER */
.swiper-overflow-container {
  overflow-x: hidden;
}

.swiper-overflow-container .container {
  overflow: visible;
}

.swiper-overflow-container .swiper {
  overflow: visible;
}

.swiper-container {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.swiper-buttons {
  display: flex;
  align-items: center;
  gap: 32px;
}

.swiper-pagination {
  position: static !important;
  display: flex;
  align-items: center;
  gap: 6px;
  width: auto !important;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: unset !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #E43664 !important;
  opacity: 0.4 !important;
  transition: 0.3s;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
}

.swiper-button-prev,
.swiper-button-next {
  position: static !important;
  left: unset !important;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: unset !important;
  min-width: 32px !important;
  width: 32px !important;
  height: 32px !important;
  transition: 0.3s;
  color: unset !important;
}
.swiper-button-prev::before, .swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 1221px) {
  .swiper-button-prev:hover,
.swiper-button-next:hover {
    cursor: pointer;
  }
  .swiper-button-prev:hover .ic,
.swiper-button-next:hover .ic {
    background-color: #FF5A86 !important;
  }
}

.swiper-button-prev {
  transform: rotate(180deg);
}

/* TITLE-LINE */
.title_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

/* SPECIALISTS-SLIDER */
.specialist_slider {
  position: relative;
}
.specialist_slider .title_line {
  margin-top: 140px;
}
.specialist_slider-actions {
  position: absolute;
  top: -6px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
  max-width: 1420px;
  width: calc(100% - 40px);
}
.specialist_slider-actions .swiper-button-prev,
.specialist_slider-actions .swiper-button-next {
  position: static;
}
.specialist_slider-actions .button_1 span {
  padding: 20px 40px;
}
@media screen and (min-width: 992px) {
  .specialist_slider-actions .swiper-pagination {
    display: none !important;
  }
}

/* SPECIALIST-CARD */
.specialist_card {
  display: grid;
  grid-gap: 24px;
}
.specialist_card-img {
  display: block;
  /*width: 100%;*/
  width: auto;
  aspect-ratio: 0.81/1;
  overflow: hidden;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  max-height: 425px;
}
.specialist_card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specialist_card-info {
  display: grid;
  grid-gap: 12px;
}
.specialist_card-name {
  font-weight: 600;
  font-size: 18px;
}
.specialist_card-spec {
  color: #A3A3A3;
}
.specialist_card-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.specialist_card-buttons a span {
  font-size: 14px;
}
.specialist_card-buttons .price {
  font-weight: 600;
  font-size: 20px;
}

/* CLINIC-CARD */
.clinic_card {
  display: grid;
  grid-gap: 24px;
}
.clinic_card-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.41;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.clinic_card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clinic_card-info {
  display: grid;
  grid-gap: 12px;
}
.clinic_card-name {
  font-weight: 600;
  font-size: 18px;
}
.clinic_card-time {
  color: #A3A3A3;
}
.clinic_card-contacts {
  display: grid;
  grid-gap: 12px;
}
.clinic_card-contacts a {
  color: #E43664;
}
@media screen and (min-width: 992px) {
  .clinic_card-contacts a:hover {
    color: #FF5A86;
  }
}
.clinic_card-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
.clinic_card-contact .ic {
  min-width: 20px;
  height: 20px;
}
.clinic_card-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.clinic_card-buttons a span {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .clinic_card.full_size {
    grid-template-columns: repeat(2, 1fr) 240px;
    align-items: flex-start;
  }
  .clinic_card.full_size .clinic_card-img {
    grid-row: 1/3;
  }
  .clinic_card.full_size .clinic_card-info {
    order: -2;
  }
  .clinic_card.full_size .clinic_card-contacts {
    order: -1;
  }
}

/* REVIEWS-LINE */
.reviews_line {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 20px;
}
.reviews_line-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviews_line-rating .num {
  padding: 4px 6px;
  font-weight: 600;
  color: #ffffff;
  background-color: #E43664;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.reviews_line-rating .rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.reviews_line-reviews {
  text-decoration: underline;
  font-weight: 500;
  color: #E43664;
}
@media screen and (min-width: 992px) {
  .reviews_line-reviews:hover {
    color: #FF5A86;
  }
}

/* FAST-QUEST-BLOCK */
.fast_quest_block {
  padding-top: 140px;
}
.fast_quest_block-wrap {
  padding: 60px;
  background-color: #F9F9F9;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  border-radius: 40px;
}
.fast_quest_block-main {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap: 30px;
}
.fast_quest_block .title_line a span {
  padding: 20px 40px;
}
.fast_quest_block .uniq_list {
  grid-gap: 20px;
}
.fast_quest_block .uniq_list-item {
  font-size: 18px;
}
.fast_quest_block .mobile {
  display: none;
}
.fast_quest_block .mobile span {
  padding: 20px;
  width: 100%;
}
.fast_quest_block-form {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 20px;
}

/* ADVANTAGES-BLOCK */
.advantages_block {
  margin-top: 140px;
  padding: 80px 0;
  background-color: #F9F9F9;
}
.advantages_block-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  grid-column-gap: 140px;
  grid-row-gap: 60px;
}
.advantages_block-item {
  display: grid;
  grid-gap: 20px;
}
.advantages_block-item .info {
  display: grid;
  grid-gap: 20px;
}
.advantages_block-item .info .title {
  font-weight: 600;
  font-size: 20px;
}
.advantages_block-item .info .text {
  line-height: 1.4;
  color: #666666;
}

/* ABOUT-BLOCK */
.about_block {
  padding-top: 140px;
}
.about_block-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  grid-gap: 30px;
}
.about_block-img {
  margin-left: auto;
}
.about_block-main {
  display: grid;
  grid-gap: 60px;
}
.about_block-main .text {
  max-width: 640px;
}
.about_block-main .text p {
  font-size: 18px;
}
.about_block-main .button_1 span {
  padding: 20px;
  max-width: 220px;
  width: 100%;
}

/* MODAL */
.modal {
  display: none;
  padding: 40px 0 !important;
  max-width: 700px !important;
  width: 100% !important;
  overflow-x: hidden !important;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  border-radius: 40px;
  cursor: unset !important;
}
.modal .fancybox-close-small {
  padding: 5px !important;
  right: 30px !important;
  top: 37px !important;
  color: #A3A3A3 !important;
}
.modal-title {
  margin-bottom: 30px;
  padding: 0 64px 0 40px;
  font-weight: 600;
  font-size: 32px;
}
.modal-specialist {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 20px;
  padding: 20px 40px;
  background-color: #F9F9F9;
}
.modal-specialist .img {
  width: 120px;
  aspect-ratio: 1/1;
  overflow: hidden;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.modal-specialist .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-specialist .info {
  display: grid;
  grid-gap: 12px;
}
.modal-specialist .info .name {
  font-weight: 600;
  font-size: 18px;
}
.modal-specialist .info .spec {
  color: #A3A3A3;
}
.modal-piece {
  padding: 30px 40px;
  border-bottom: 1px solid #EBEBEB;
}
.modal-piece .form-label:not(:last-child) {
  margin-bottom: 20px;
}
.modal-piece .form-label textarea {
  height: 140px;
}
.modal-subtitle {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
}
.modal-footer {
  display: grid;
  grid-gap: 30px;
  padding: 30px 40px 0;
}
.modal-footer .actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 30px;
}
.modal-footer .actions .price {
  display: grid;
  grid-gap: 6px;
}
.modal-footer .actions .price .count {
  font-weight: 600;
  font-size: 24px;
}
.modal-footer .actions .price .title {
  color: #A3A3A3;
}
.modal-footer .rights {
  display: grid;
  grid-gap: 12px;
}

/* CHECKBOX-BUTTON */
.checkbox_button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.checkbox_button input {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.checkbox_button input:checked + .checkbox_button-check {
  background-color: #E43664;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 8L10.125 15L7 11.8182' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  border-color: #E43664;
}
.checkbox_button-check {
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #D9D9D9;
  transition: 0.3s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.checkbox_button .title {
  color: #323232;
  font-size: 14px;
  transition: 0.3s;
}
.checkbox_button .title a {
  text-decoration: underline;
  color: #E43664;
}
@media screen and (min-width: 1221px) {
  .checkbox_button:hover {
    cursor: pointer;
  }
  .checkbox_button:hover .checkbox_button-check {
    border-color: #FF5A86;
  }
  .checkbox_button:hover .title a {
    color: #FF5A86;
  }
}

/* BREADCRUMBS */
.breadcrumbs {
  position: relative;
  z-index: 1;
  padding: 20px 0 40px;
}
.breadcrumbs-wrap {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #A3A3A3;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumbs a {
  position: relative;
  margin-right: 8px;
  padding-right: 20px;
}
.breadcrumbs a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 10.5L8 6.5L4 2.5' stroke='%23767676' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

/* H1-TITLE */
.h1_title {
  margin-bottom: 40px;
}
.h1_title-select {
  display: inline-flex;
  align-items: center;
  margin-top: 40px;
  color: #A3A3A3;
  background-color: #F9F9F9;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
.h1_title-select .item {
  padding: 12px 50px;
  font-weight: 500;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
.h1_title-select .item.active {
  color: #ffffff;
  background-color: #E43664;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .h1_title-select .item:hover {
    color: #E43664;
    background-color: #EAD0D7;
  }
}

/* CATALOG-PAGINATION */
.section_pagination {
  padding-top: 40px;
}
.section_pagination-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_pagination-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section_pagination-item {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 1.4;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.section_pagination-item.active {
  pointer-events: none;
  color: #ffffff;
  background-color: #E43664;
}
@media screen and (min-width: 992px) {
  .section_pagination-item:hover {
    color: #E43664;
    background-color: rgba(228, 54, 100, 0.15);
  }
}
.section_pagination-next {
  padding: 7.5px 10px;
  width: 90px;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff !important;
  background-color: #E43664;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (min-width: 992px) {
  .section_pagination-next:hover {
    background-color: #FF5A86;
  }
}

/* CATALOG-SECTION */
.catalog_section-aside:has(.cabinet_menu) {
  position: sticky;
  top: 130px;
}
.catalog_section-wrap {
  display: grid;
  grid-template-columns: 340px calc(100% - 360px);
  align-items: flex-start;
  grid-gap: 20px;
}
.catalog_section-view {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.catalog_section-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  width: 100%;
  background-color: #F9F9F9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.catalog_section-sort .title {
  color: #A3A3A3;
}
.catalog_section-sort .list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.catalog_section-sort .list .item {
  transition: 0.3s;
  font-size: 16px;
  font-family: "Golos Text";
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  font-feature-settings: "pnum" on, "lnum" on;
  border: none;
  background: none;
}
.catalog_section-sort .list .item.active {
  color: #E43664;
}
@media screen and (min-width: 992px) {
  .catalog_section-sort .list .item.active {
    pointer-events: none;
  }
  .catalog_section-sort .list .item:hover {
    cursor: pointer;
    color: #FF5A86;
  }
}
.catalog_section-filter_call .button_1 span {
  padding: 10px 12px;
  gap: 8px;
  font-family: "Golos Text";
  font-weight: 400;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .catalog_section-filter_call {
    display: none;
  }
}
.catalog_section-list {
  display: grid;
  /*grid-template-columns: repeat(3, 1fr);*/
  grid-template-columns: 32% 32% 32%;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}
.catalog_section-selected_filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.catalog_section-selected_filters .selected_filters-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid #E43664;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
.catalog_section-selected_filters .selected_filters-item .title {
  font-size: 14px;
  color: #E43664;
}
.catalog_section-selected_filters .selected_filters-item .ic {
  background-color: #E43664;
}
@media screen and (min-width: 1221px) {
  .catalog_section-selected_filters .selected_filters-item .ic:hover {
    background-color: #FF5A86;
    cursor: pointer;
  }
}
.catalog_section-selected_filters .selected_filters-clear {
  padding: 8px 12px;
  font-size: 14px;
  color: #E43664;
  transition: 0.3s;
}
@media screen and (min-width: 1221px) {
  .catalog_section-selected_filters .selected_filters-clear:hover {
    color: #FF5A86;
    cursor: pointer;
  }
}

/* CATALOG-FILTER */
.main_filter {
  padding: 10px 0;
  background-color: #F9F9F9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.main_filter-piece {
  padding: 20px 30px;
}
.main_filter-piece:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.main_filter-mobile_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-family: "Golos Text";
  background-color: #ffffff;
  color: #323232;
  border-bottom: 1px solid #EBEBEB;
}
.main_filter-mobile_head .title {
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
}
.main_filter-mobile_head .title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24 8L8 24' stroke='%23A3A3A3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M8 8L24 24' stroke='%23A3A3A3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
@media screen and (min-width: 992px) {
  .main_filter-mobile_head {
    display: none;
  }
}
.main_filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_filter-head .title {
  font-weight: 600;
  font-size: 18px;
}
.main_filter-opener_menu {
  margin-top: 10px;
}
.main_filter-opener_submenu {
  margin-top: 10px;
}
.main_filter-checker {
  display: grid;
  grid-gap: 12px;
  margin-top: 16px;
}
.main_filter-checker .checkbox_button {
  display: none;
}
.main_filter-checker .checkbox_button:nth-child(1), .main_filter-checker .checkbox_button:nth-child(2), .main_filter-checker .checkbox_button:nth-child(3), .main_filter-checker .checkbox_button:nth-child(4), .main_filter-checker .checkbox_button:nth-child(5) {
  display: flex;
}
.main_filter-checker.opened .checkbox_button {
  display: flex !important;
}
.main_filter-unfold {
  margin-top: 16px;
  text-decoration: underline;
  color: #A3A3A3;
  transition: 0.3s;
}
@media screen and (min-width: 1221px) {
  .main_filter-unfold:hover {
    color: #FF5A86;
    cursor: pointer;
  }
}
.main_filter-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.main_filter-input {
  display: block;
  margin-top: 16px;
  padding: 12px;
  width: 100%;
  border: 1px solid #DEDEDE;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.main_filter .checkbox_button .title {
  font-size: 16px;
}

/* SECTION-POST-TEXT */
.section_post_text {
  margin-top: 60px;
}
.section_post_text p {
  font-size: 14px;
  color: #A3A3A3;
}

/* CABINET-MENU */
.cabinet_menu {
  background-color: #F9F9F9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.cabinet_menu-list {
  display: grid;
}
.cabinet_menu-item {
  padding: 20px 30px;
  font-weight: 600;
  font-size: 18px;
}
.cabinet_menu-item:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.cabinet_menu-item.active {
  color: #E43664;
  background-color: #FFEBF0;
  pointer-events: none;
  border: none;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}

/* CLINIC-INFO-BLOCK */
.clinic_info_block {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}
.clinic_info_block-img {
  width: 340px;
  aspect-ratio: 1/0.41;
  overflow: hidden;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.clinic_info_block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clinic_info_block-button a span {
  width: 100%;
}
.clinic_info_block-info {
  display: grid;
  grid-gap: 30px;
  grid-column: 2/3;
  grid-row: 1/3;
}
.clinic_info_block-info .name {
  font-weight: 600;
  font-size: 32px;
}
.clinic_info_block-info .reviews_line {
  gap: 30px;
}
.clinic_info_block-info .reviews_line-rating {
  gap: 30px;
}
.clinic_info_block-info .reviews_line-rating .num {
  font-size: 24px;
}
.clinic_info_block-info .reviews_line-rating .rating .ic {
  min-width: 32px;
  height: 32px;
}
.clinic_info_block-info .reviews_line-reviews {
  font-size: 20px;
}
.clinic_info_block-info .contacts {
  display: grid;
  grid-gap: 20px;
}
.clinic_info_block-info .contacts .contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
.clinic_info_block-info .contacts .contact .ic {
  min-width: 20px;
  height: 20px;
}

/* SPECIALIST-INFO-BLOCK */
.specialist_info_block {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
}
.specialist_info_block-img {
  width: 340px;
  aspect-ratio: 0.81/1;
  overflow: hidden;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.specialist_info_block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specialist_info_block-info {
  display: grid;
  grid-template-rows: repeat(4, auto) 1fr;
  grid-gap: 30px;
}
.specialist_info_block-info .name {
  font-weight: 600;
  font-size: 32px;
}
.specialist_info_block-info .uniq_list-item {
  padding: 12px 16px;
}
.specialist_info_block-info .exp {
  display: flex;
  gap: 20px;
  padding: 20px;
  max-width: 340px;
  width: 100%;
  background-color: #F0FFF2;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.specialist_info_block-info .exp .info {
  display: grid;
  grid-gap: 8px;
}
.specialist_info_block-info .exp .info .title {
  font-weight: 600;
  font-size: 18px;
}
.specialist_info_block-info .exp .info .doc {
  color: #858585;
}
.specialist_info_block-info .reviews_line {
  gap: 30px;
}
.specialist_info_block-info .reviews_line-rating {
  gap: 30px;
}
.specialist_info_block-info .reviews_line-rating .num {
  font-size: 24px;
}
.specialist_info_block-info .reviews_line-rating .rating .ic {
  min-width: 32px;
  height: 32px;
}
.specialist_info_block-info .reviews_line-reviews {
  font-size: 20px;
}
.specialist_info_block-info .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 20px;
  margin-top: auto;
}
.specialist_info_block-info .buttons .button_1 {
  max-width: 220px;
  width: 100%;
}
.specialist_info_block-info .buttons .button_1 span {
  padding: 20px;
  max-width: 220px;
  width: 100%;
}
.specialist_info_block-info .buttons .price {
  font-weight: 600;
  font-size: 20px;
}

/* SECTION-PIECE */
.section_piece {
  position: relative;
}
.section_piece-select {
  margin-bottom: 30px;
}
.section_piece-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-bottom: 40px;
  font-weight: 600;
  font-size: 32px;
}
.section_piece-title .button_1 span {
  padding: 12px;
  width: 220px;
  font-weight: 500;
  font-size: 14px;
}
.section_piece-text p {
  font-size: 18px;
  color: #A3A3A3;
}

/* DOCS-LIST */
.docs_list-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 12px;
}
.docs_list-item .date {
  margin-right: auto;
  padding: 12px 40px;
  font-size: 18px;
  color: #E43664;
  border: 1px solid #E43664;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  -khtml-border-radius: 48px;
  border-radius: 48px;
}
.docs_list-item .info {
  display: grid;
  grid-gap: 16px;
}
.docs_list-item .info .title {
  font-weight: 600;
  font-size: 18px;
}
.docs_list-item .info .step {
  font-size: 18px;
  color: #858585;
}
.docs_list-item .info .link {
  text-decoration: underline;
  font-size: 18px;
  color: #E43664;
}
@media screen and (min-width: 992px) {
  .docs_list-item .info .link:hover {
    color: #FF5A86;
  }
}
.docs_list-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}
.docs_list-more {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: #E43664;
}
@media screen and (min-width: 992px) {
  .docs_list-more:hover {
    cursor: pointer;
    color: #FF5A86;
  }
}

/* GALLERY-SLIDER */
.gallery_slider-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 40px;
}
.gallery_slider-actions .count {
  font-size: 18px;
  color: #A3A3A3;
}
@media screen and (min-width: 992px) {
  .gallery_slider-actions .swiper-pagination {
    display: none;
  }
}
.gallery_slider a:has(img) {
  position: relative;
}
.gallery_slider a:has(img)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
  background-color: rgba(45, 48, 59, 0.4);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.gallery_slider a:has(img)::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  transition: 0.3s;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15 3H21V9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M9 21H3V15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M21 3L14 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M3 21L10 14' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
@media screen and (min-width: 992px) {
  .gallery_slider a:has(img):hover::before, .gallery_slider a:has(img):hover::after {
    opacity: 1;
  }
}
.gallery_slider img {
  width: 100%;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}

/* REVIEWS-LIST */
.reviews_list-header {
  display: grid;
  grid-gap: 30px;
  margin-bottom: 40px;
}
.reviews_list-header .reviews_line-rating {
  gap: 20px;
}
.reviews_list-header .reviews_line-rating .num {
  font-size: 32px;
}
.reviews_list-header .reviews_line-rating .rating .ic {
  min-width: 32px;
  height: 32px;
}
.reviews_list-sort {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.reviews_list-sort .item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 18px;
  transition: 0.3s;
  background-color: #F9F9F9;
  border: 1px solid #ffffff;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  -khtml-border-radius: 48px;
  border-radius: 48px;
}
.reviews_list-sort .item .count {
  color: #A3A3A3;
}
.reviews_list-sort .item.active {
  border-color: #E43664;
}
.reviews_list-sort .item.green {
  background-color: #F0FFF2;
}
.reviews_list-sort .item.red {
  background-color: #FFF0F0;
}
@media screen and (min-width: 992px) {
  .reviews_list-sort .item:hover {
    border-color: #FF5A86;
    cursor: pointer;
  }
}
.reviews_list-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: flex-start;
  grid-gap: 20px;
}
.reviews_list-item .left {
  display: grid;
  grid-gap: 20px;
}
.reviews_list-item .left .date {
  color: #A3A3A3;
}
.reviews_list-item .main .comment .name {
  margin-bottom: 16px;
  line-height: 1.4;
  font-weight: 600;
  font-size: 18px;
}
.reviews_list-item .main .comment .text {
  line-height: 1.4;
}
.reviews_list-item .main .answer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  grid-gap: 20px;
  margin-top: 40px;
}
.reviews_list-item .main .answer .img {
  width: 60px;
  aspect-ratio: 0.81/1;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.reviews_list-item .main .answer .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews_list-item .main .answer .title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.reviews_list-item .main .answer .title .name {
  line-height: 1.4;
  font-weight: 600;
}
.reviews_list-item .main .answer .title .spec {
  color: #A3A3A3;
}
.reviews_list-item .main .answer .text {
  line-height: 1.4;
}
.reviews_list-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}
.reviews_list-more {
  display: block;
  margin-top: 30px;
  text-decoration: underline;
  color: #E43664;
  transition: 0.3;
}
@media screen and (min-width: 992px) {
  .reviews_list-more:hover {
    cursor: pointer;
    color: #FF5A86;
  }
}
.reviews_list-text {
  margin-top: 30px;
  color: #A3A3A3;
}

/* RATING-PICKER */
.rating_picker {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rating_picker-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.rating_picker-rating .ic {
  min-width: 60px;
  height: 60px;
}
.rating_picker-rating:not(:checked) > input {
  display: none;
}
.rating_picker-rating:not(:checked) > label .ic {
  opacity: 0.3;
}
.rating_picker-rating > input:checked ~ label .ic {
  opacity: 1;
  cursor: pointer;
}
.rating_picker-rating:not(:checked) > label:hover .ic, .rating_picker-rating:not(:checked) > label:hover ~ label .ic {
  opacity: 1;
  cursor: pointer;
}
.rating_picker-rating > input:checked + label:hover .ic, .rating_picker-rating > input:checked + label:hover ~ label .ic, .rating_picker-rating > input:checked ~ label:hover .ic, .rating_picker-rating > input:checked ~ label:hover ~ label .ic, .rating_picker-rating > label:hover ~ input:checked ~ label .ic {
  opacity: 1;
  cursor: pointer;
}
.rating_picker-num {
  padding: 4px 6px;
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  background-color: #E43664;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

/* LIKE-RADIO */
.like_radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.like_radio-item {
  padding: 8px 12px;
  transition: 0.3s;
  font-size: 14px;
  color: #1BCA33;
  background-color: #ffffff;
  border: 1px solid #1BCA33;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  -khtml-border-radius: 48px;
  border-radius: 48px;
}
.like_radio-item input {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.like_radio-item:has(input:checked) {
  color: #ffffff;
  background-color: #1BCA33;
}
.like_radio-item:has(input:checked).red {
  background-color: #DC1C1C;
}
.like_radio-item.red {
  color: #DC1C1C;
  border-color: #DC1C1C;
}
@media screen and (min-width: 992px) {
  .like_radio-item:hover {
    cursor: pointer;
  }
}

/* CUSTOM-SELECT */
.custom_select {
  position: relative;
}
.custom_select-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  transition: 0.3s;
  border: 1px solid #D9D9D9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.custom_select-title::after {
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 9L12 15L18 9' stroke='%23E43664' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .custom_select-title:hover {
    border-color: #C1C1C1;
    cursor: pointer;
  }
}
.custom_select-list {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 12px 20px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #C1C1C1;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  z-index: 1;
}
.custom_select-item {
  display: block;
  font-weight: 500;
  transition: 0.3s;
}
.custom_select-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .custom_select-item:hover {
    color: #E43664;
    cursor: pointer;
  }
}

/* ARTICLE-CARD */
.article_card {
  display: grid;
  grid-gap: 20px;
}
.article_card-img {
  height: 200px;
  overflow: hidden;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.article_card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article_card-info {
  display: grid;
  grid-gap: 12px;
}
.article_card-info .date {
  color: #E43664;
}
.article_card-info .title {
  display: -webkit-box;
  font-weight: 600;
  font-size: 18px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article_card-info .text {
  display: -webkit-box;
  color: #A3A3A3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ARTICLES-BLOCK */
.articles_block .title_line {
  margin-top: 140px;
}
.articles_block-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.faq_section-wrap {
  display: grid;
  grid-template-columns: 1fr 400px;
  align-items: flex-start;
  grid-gap: 80px;
}
.faq_section-list {
  display: grid;
  grid-gap: 20px;
}
.faq_section-item {
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #E43664;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.faq_section-item .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: #E43664;
  transition: 0.3s;
}
.faq_section-item .text {
  display: none;
  margin-top: 20px;
}
.faq_section-item.opened .ic {
  transform: rotate(-180deg);
}
@media screen and (min-width: 992px) {
  .faq_section-item:hover {
    border-color: #FF5A86;
    cursor: pointer;
  }
  .faq_section-item:hover .head {
    color: #FF5A86;
  }
  .faq_section-item:hover .head .ic {
    background-color: #FF5A86;
  }
}
.faq_section-aside {
  position: sticky;
  top: 130px;
  padding: 20px;
  background-color: #F9F9F9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.faq_section-aside .title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 32px;
}

/* DIRECTIONS-SECTION */
.directions_section-text {
  margin-bottom: 60px;
  line-height: 1.4;
  font-size: 18px;
}
.directions_section-search {
  margin-bottom: 40px;
  max-width: 700px;
}
#panel{
  top: 0;
  position: absolute;
  width: 100%;
}

.directions_section-text {
  margin-bottom: 60px;
  line-height: 1.4;
  font-size: 18px;
}
.directions_section-search {
  margin-bottom: 40px;
  max-width: 700px;
}

/* ARTICLES-INDEX-SECTION */
.articles_index_section-wrap {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
}
.articles_index_section-main .article-img {
  margin-bottom: 40px;
  width: 100%;
  height: 440px;
  overflow: hidden;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.articles_index_section-main .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles_index_section-main .article-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #F9F9F9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.articles_index_section-main .article-header .person {
  display: flex;
  align-items: center;
  gap: 12px;
}
.articles_index_section-main .article-header .person .img {
  width: 50px;
  aspect-ratio: 1/1;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.articles_index_section-main .article-header .person .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles_index_section-main .article-header .person .info {
  display: grid;
  grid-gap: 6px;
}
.articles_index_section-main .article-header .person .info .name {
  line-height: 1.3;
  font-weight: 600;
}
.articles_index_section-main .article-header .person .info .spec {
  line-height: 1.3;
  font-size: 14px;
  color: #A3A3A3;
}
.articles_index_section-main .article-header .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
}
.articles_index_section-main .article-header .info-item {
  line-height: 1.4;
  color: #7C7C7C;
}
.articles_index_section-aside {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-gap: 30px;
}
.articles_index_section-aside .aside-articles {
  padding: 20px;
  background-color: #F9F9F9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.articles_index_section-aside .aside-articles .list {
  display: grid;
  grid-gap: 20px;
}
.articles_index_section-aside .aside-articles .list .item {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: flex-start;
  grid-gap: 20px;
}
.articles_index_section-aside .aside-articles .list .item .img {
  aspect-ratio: 1/1;
  overflow: hidden;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.articles_index_section-aside .aside-articles .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles_index_section-aside .aside-articles .list .item .title {
  line-height: 1.4;
  font-weight: 500;
}
.articles_index_section-aside .aside-question .wrap {
  position: sticky;
  top: 130px;
  padding: 20px;
  background-color: #FFD7D7;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.articles_index_section-aside .aside-question .wrap .title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 32px;
}
.articles_index_section-aside .aside-question .wrap .text {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 18px;
  color: #808080;
}
.articles_index_section-aside .aside-question .wrap a span {
  padding: 20px 10px;
  width: 100%;
}

/* STYLING-LIST */
.styling_list {
  display: grid;
  grid-gap: 20px;
  margin-top: 40px;
  padding: 30px;
  background-color: #F9F9F9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.styling_list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.styling_list-item::before {
  content: "";
  min-width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_93_3385)'%3e%3cpath d='M18.3346 9.2333V9.99997C18.3336 11.797 17.7517 13.5455 16.6757 14.9848C15.5998 16.4241 14.0874 17.477 12.3641 17.9866C10.6408 18.4961 8.79902 18.4349 7.11336 17.8121C5.4277 17.1894 3.98851 16.0384 3.01044 14.5309C2.03236 13.0233 1.56779 11.24 1.68603 9.4469C1.80427 7.65377 2.49897 5.94691 3.66654 4.58086C4.8341 3.21482 6.41196 2.26279 8.16479 1.86676C9.91763 1.47073 11.7515 1.65192 13.393 2.3833' stroke='%23E43664' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M18.3333 3.33337L10 11.675L7.5 9.17504' stroke='%23E43664' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_93_3385'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}

/* DUO-IMG */
.duo_img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.duo_img-item {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.duo_img:not(:last-child) {
  margin-bottom: 20px;
}

/* UNIQ-FACT */
.uniq_fact {
  margin-top: 40px;
  padding: 30px;
  background-color: #F9F9F9;
  border-left: 4px solid #E43664;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}

/* ARTICLE-RESOURCES */
.article_resources {
  margin-top: 40px;
  color: #A3A3A3;
}

/* NEW-STYLES: */
/* ICONS */
.ic_eye {
  min-width: 24px;
  height: 24px;
  -webkit-mask: url(../img/svg/ic_eye.svg) no-repeat center center;
  mask: url(../img/svg/ic_eye.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.ic_arrow_back {
  min-width: 12px;
  height: 12px;
  -webkit-mask: url(../img/svg/arrow_back.svg) no-repeat center center;
  mask: url(../img/svg/arrow_back.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.ic_plus_min {
  min-width: 16px;
  height: 16px;
  -webkit-mask: url(../img/svg/ic_plus_min.svg) no-repeat center center;
  mask: url(../img/svg/ic_plus_min.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.ic_img {
  min-width: 16px;
  height: 16px;
  -webkit-mask: url(../img/svg/ic_img.svg) no-repeat center center;
  mask: url(../img/svg/ic_img.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #E43664;
}

.ic_close_min {
  min-width: 20px;
  height: 20px;
  -webkit-mask: url(../img/svg/ic_close_min.svg) no-repeat center center;
  mask: url(../img/svg/ic_close_min.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #A3A3A3;
}

.ic_basket {
  min-width: 24px;
  height: 24px;
  -webkit-mask: url(../img/svg/ic_basket.svg) no-repeat center center;
  mask: url(../img/svg/ic_basket.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #A3A3A3;
}

.ic_basket_1 {
  min-width: 24px;
  height: 24px;
  -webkit-mask: url(../img/svg/ic_basket_1.svg) no-repeat center center;
  mask: url(../img/svg/ic_basket_1.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #A3A3A3;
}

.ic_calendar {
  min-width: 24px;
  height: 24px;
  -webkit-mask: url(../img/svg/ic_calendar.svg) no-repeat center center;
  mask: url(../img/svg/ic_calendar.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #A3A3A3;
}

.ic_warning {
  min-width: 16px;
  height: 16px;
  -webkit-mask: url(../img/svg/ic_warning.svg) no-repeat center center;
  mask: url(../img/svg/ic_warning.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #A3A3A3;
}

.ic_time_1 {
  min-width: 24px;
  height: 24px;
  -webkit-mask: url(../img/svg/ic_time_1.svg) no-repeat center center;
  mask: url(../img/svg/ic_time_1.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #A3A3A3;
}

.ic_warning_1 {
  min-width: 24px;
  height: 24px;
  -webkit-mask: url(../img/svg/ic_warning_1.svg) no-repeat center center;
  mask: url(../img/svg/ic_warning_1.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #A3A3A3;
}

.ic_eye_1 {
  min-width: 22px;
  height: 22px;
  -webkit-mask: url(../img/svg/ic_eye_1.svg) no-repeat center center;
  mask: url(../img/svg/ic_eye_1.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #A3A3A3;
}

/* BUTTONS */
.button_1,
.button_2 {
  position: relative;
}
.button_1 input,
.button_2 input {
  position: absolute;
  width: 0;
  z-index: -100;
  opacity: 0;
}

.button_3 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  transition: 0.3s;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #A3A3A3;
  background-color: #ffffff;
  border: 1px solid #A3A3A3;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.button_3 span .ic {
  min-width: 20px;
  height: 20px;
}
@media screen and (min-width: 992px) {
  .button_3 span:hover {
    color: #FF5A86;
    border-color: #FF5A86;
    cursor: pointer;
  }
  .button_3 span:hover .ic {
    background-color: #FF5A86;
  }
}

/* FORM */
.form-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.form-view {
  margin-top: 12px;
}
.form-view .uniq_list {
  gap: 10px;
}
.form-view .uniq_list-item {
  padding: 8px 12px;
  font-size: 14px;
}
.form-label {
  position: relative;
}
.form-label .pass_wrap .ic {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #A3A3A3;
}
.form-label .pass_wrap .ic.active {
  background-color: #E43664;
}
@media screen and (min-width: 992px) {
  .form-label .pass_wrap .ic:hover {
    background-color: #FF5A86;
    cursor: pointer;
  }
}
.form-loader {
  display: grid;
  grid-template-columns: 220px auto;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 12px;
}
.form-loader .button span {
  padding: 12px;
  width: 100%;
  font-size: 14px;
}
.form-loader .list {
  display: grid;
  grid-gap: 20px;
}
.form-loader .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  line-height: 1.4;
  color: #A3A3A3;
}
.form-loader .list .item .title {
  color: #E43664;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-posttext {
  margin-top: 12px;
  line-height: 1.4;
  font-size: 14px;
  color: #A3A3A3;
}
.form-selector .selector {
  position: relative;
}
.form-selector .selector-preview {
  position: relative;
}
.form-selector .selector-preview input {
  padding-right: 54px;
}
@media screen and (min-width: 992px) {
  .form-selector .selector-preview input:hover {
    cursor: pointer;
  }
}
.form-selector .selector-preview::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 9L12 15L18 9' stroke='%23E43664' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .form-selector .selector-preview:hover {
    cursor: pointer;
  }
}
.form-selector .selector-list {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 12px 20px;
  width: 100%;
  max-height: 160px;
  background-color: #ffffff;
  overflow: auto;
  z-index: 1;
  border: 1px solid #C1C1C1;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.form-selector .selector-item .checkbox_button {
  align-items: center;
}
.form-selector .selector-item .checkbox_button .title {
  color: #323232;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .form-selector .selector-item .checkbox_button:hover .title {
    color: #FF5A86;
  }
}
.form-selector .selector-item .item {
  font-weight: 500;
  transition: 0.3s;
}
.form-selector .selector-item .item.active {
  color: #E43664;
}
@media screen and (min-width: 992px) {
  .form-selector .selector-item .item:hover {
    color: #FF5A86;
    cursor: pointer;
  }
}
.form-selector .selector-item:not(:last-child) {
  margin-bottom: 12px;
}
.form-selector .selector-item:not(:last-child) .item {
  padding-bottom: 8px;
}
.form-selector .selector.opened .selector-preview::after {
  transform: translateY(-50%) rotate(-180deg);
}

.auth_page-wrap {
  display: grid;
  grid-gap: 40px;
  margin: 0 auto;
  max-width: 460px;
}
.auth_page-title {
  text-align: center;
}
.auth_page-stages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.auth_page-stage {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 24px;
  color: #E43664;
  opacity: 0.2;
  transition: 0.3s;
}
.auth_page-stage.active {
  pointer-events: none;
  opacity: 1;
}
.auth_page-form {
  display: grid;
  grid-gap: 20px;
}
.auth_page-form .form-submit {
  margin-top: 10px;
}
.auth_page-form .checkbox_button {
  align-items: flex-start;
}
.auth_page-form .checkbox_button .title {
  line-height: 1.4;
  color: #A3A3A3;
}
.auth_page-text {
  text-align: center;
}
.auth_page-post_action .text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: #A3A3A3;
}
.auth_page-post_action .text a {
  color: #E43664;
}
@media screen and (min-width: 992px) {
  .auth_page-post_action .text a:hover {
    color: #FF5A86;
  }
}
.auth_page-post_action .button_1 {
  width: 100%;
}
.auth_page-post_action .button_1 span {
  width: 100%;
}

/* MODAL */
.modal-pretitle {
  margin-bottom: 20px;
  line-height: 1.4;
}
.modal-title + .modal-piece {
  border-top: 1px solid #EBEBEB;
}
.modal-review {
  display: grid;
  grid-gap: 12px;
  padding: 20px 40px;
  background-color: #F9F9F9;
}
.modal-review .at {
  color: #A3A3A3;
}
.modal-review .name {
  font-weight: 600;
}
.modal-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 18px;
  color: #A3A3A3;
}
.modal-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.modal-buttons span {
  padding: 20px;
  width: 100%;
}
.modal-footer .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.modal-footer .buttons span {
  font-size: 16px;
}
.modal-footer .modal-subtitle {
  margin-bottom: unset;
}
.modal-footer .actions span {
  padding: 20px;
  width: 100%;
  font-size: 16px;
}
.modal-adder {
  display: grid;
  grid-gap: 20px;
  padding: 0 40px;
}
.modal-piece:last-child {
  padding-bottom: 0;
  border-bottom: unset;
}
.modal-piece .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.modal-piece .buttons span {
  padding: 12px 24px;
  line-height: 1.2;
}
.modal-piece .buttons span .ic {
  min-width: 20px;
  height: 20px;
}
.modal-piece .offer_status {
  padding: 12px 24px;
  font-weight: 500;
  border: 1px solid #A3A3A3;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.modal-piece .offer_status.success {
  color: #2EC821;
  border-color: #2EC821;
}
.modal-piece .offer_info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
}
.modal-text p {
  font-size: 18px;
}
.modal-text + .actions {
  margin-top: 30px;
}
.modal-specialist .info .to_name {
  color: #A3A3A3;
}

/* STATUS-CHANGE */
.status_change {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-gap: 20px;
}
.status_change-item {
  padding: 12px;
  text-align: center;
  font-weight: 500;
  border: 1px solid #A3A3A3;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.status_change-item.success {
  color: #2EC821;
  border-color: #2EC821;
}
.status_change-item.error {
  color: #DC1C1C;
  border-color: #DC1C1C;
}

/* REGISTRATION-SPEC */
.registration_spec {
  display: grid;
  grid-gap: 60px;
  margin-bottom: 20px;
}
.registration_spec-clinic {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-gap: 20px;
  margin-top: 12px;
}
.registration_spec-clinic .main {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  grid-gap: 20px;
}
.registration_spec-clinic .main .img {
  aspect-ratio: 1/1;
  border: 1px solid #EBEBEB;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.registration_spec-clinic .main .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.registration_spec-clinic .main .name {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .registration_spec-clinic .delete:hover .ic {
    background-color: #FF5A86;
  }
}
.registration_spec-serts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.registration_spec-serts a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #EBEBEB;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.registration_spec-serts a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.registration_spec-serts a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: rgba(50, 50, 50, 0.4);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 6H5H21' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10 11V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M14 11V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .registration_spec-serts a:hover::after {
    opacity: 1;
  }
}
.registration_spec-imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.registration_spec-imgs a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #EBEBEB;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.registration_spec-imgs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.registration_spec-imgs a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: rgba(50, 50, 50, 0.4);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 6H5H21' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10 11V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M14 11V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .registration_spec-imgs a:hover::after {
    opacity: 1;
  }
}
.registration_spec-file {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-start;
  grid-gap: 16px;
}
.registration_spec-file .main {
  display: grid;
  grid-gap: 12px;
}
.registration_spec-file .main .date {
  font-size: 14px;
  color: #A3A3A3;
}
.registration_spec-file .main .name {
  font-weight: 600;
}
.registration_spec-file .main .type {
  font-size: 14px;
  color: #A3A3A3;
}
@media screen and (min-width: 992px) {
  .registration_spec-file .delete:hover .ic {
    background-color: #FF5A86;
  }
}
.registration_spec-file:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EBEBEB;
}
.registration_spec-piece {
  display: grid;
  grid-gap: 30px;
}
.registration_spec-title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
.registration_spec-form {
  display: grid;
  grid-gap: 20px;
}
.registration_spec-form textarea {
  height: 120px;
}
.registration_spec-button span {
  padding: 20px;
  width: 100%;
}

/* AVATAR */
.avatar {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  grid-gap: 20px;
}
.avatar-preview {
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.avatar-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar-main {
  display: grid;
  grid-gap: 12px;
}
.avatar-text {
  line-height: 1.4;
}
.avatar-button input {
  position: absolute;
  opacity: 0;
  z-index: -100;
  width: 0;
}
.avatar-button.button_1 span, .avatar-button.button_2 span {
  padding: 12px;
  width: 220px;
  font-size: 14px;
}
.avatar-button .link {
  font-weight: 600;
  font-size: 18px;
  color: #E43664;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .avatar-button .link:hover {
    color: #FF5A86;
    cursor: pointer;
  }
}
.avatar-subtitle {
  font-size: 14px;
  color: #A3A3A3;
}
.avatar.clinic {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: flex-start;
}
.avatar.clinic .avatar-preview {
  aspect-ratio: 100/41;
}

/* CABINET-MENU */
.cabinet_menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cabinet_menu-item:has(.ic) {
  color: #A3A3A3;
}
.cabinet_menu-item:has(.ic_exit) {
  color: #C82121;
}
.cabinet_menu-item.active {
  color: #E43664;
}
.cabinet_menu-item.active .ic {
  background-color: #E43664;
}
@media screen and (min-width: 992px) {
  .cabinet_menu-item:hover {
    color: #FF5A86;
  }
  .cabinet_menu-item:hover .ic {
    background-color: #FF5A86;
  }
}

/* CABINET-PIECE */
.cabinet_piece {
  position: relative;
}
.cabinet_piece-title {
  display: grid;
  padding-bottom: 30px;
  font-weight: 600;
  font-size: 32px;
}
.cabinet_piece-title .subtitle {
  margin-top: 20px;
  font-size: 18px;
  color: red;
}
.cabinet_piece-title + .cabinet_piece-list {
  margin-top: 0;
}
.cabinet_piece-edit_button {
  position: absolute;
  top: 0;
  right: 0;
}
.cabinet_piece-edit_button.button_1 span {
  padding: 20px 40px;
  font-size: 16px;
}
.cabinet_piece .h1_title-select {
  margin: unset;
}
.cabinet_piece .h1_title-select .item {
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .cabinet_piece .h1_title-select .item:hover {
    cursor: pointer;
  }
}
.cabinet_piece-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.cabinet_piece-sort .form-label {
  min-width: 340px;
}
.cabinet_piece-sort .catalog_section-sort {
  flex-wrap: wrap;
  gap: 20px;
}
.cabinet_piece-sort .catalog_section-sort .list {
  flex-wrap: wrap;
  row-gap: 12px;
}
.cabinet_piece-list {
  display: grid;
  grid-gap: 20px;
  margin-top: 20px;
}
.cabinet_piece-form {
  display: grid;
  grid-gap: 20px;
  max-width: 460px;
}
.cabinet_piece-form textarea {
  height: 200px;
}
.cabinet_piece-form .button_1 span {
  width: 100%;
}
.cabinet_piece-text {
  margin-bottom: 40px;
}
.cabinet_piece-subtitle {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
}
.cabinet_piece-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.cabinet_piece-buttons span {
  padding: 20px 40px;
}

/* INFO-ITEM */
.info_item {
  display: grid;
  grid-gap: 12px;
}
.info_item-title {
  line-height: 1.4;
  font-size: 14px;
  color: #A3A3A3;
}
.info_item-text {
  line-height: 1.4;
}
.info_item-text a {
  display: inline-block;
  padding-left: 6px;
  color: #E43664;
}
.info_item-link {
  font-size: 14px;
  color: #E43664;
}

/* OFFER-SELECT */
.offer_select {
  position: relative;
}
.offer_select .title {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s;
  font-size: 14px;
  color: #E43664;
}
.offer_select .title::after {
  content: "";
  min-width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 9L12 15L18 9' stroke='%23E43664' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .offer_select .title:hover {
    color: #FF5A86;
    cursor: pointer;
  }
}
.offer_select.opened .title::after {
  transform: rotate(-180deg);
}
.offer_select .list {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  display: none;
  padding: 12px 20px;
  width: 260px;
  max-height: 150px;
  background-color: #ffffff;
  overflow: auto;
  border: 1px solid #EBEBEB;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.offer_select .list .item {
  display: block;
  font-weight: 500;
}
.offer_select .list .item.success {
  color: #2EC821;
}
.offer_select .list .item.error {
  color: #DC1C1C;
}
.offer_select .list .item:not(:last-child) {
  margin-bottom: 20px;
}

/* OFFER-ITEM */
.offer_item {
  padding: 20px;
  background-color: #F9F9F9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.offer_item-head {
  display: grid;
  grid-template-columns: 1fr 320px;
  align-items: center;
  grid-gap: 20px;
}
.offer_item-head .left {
  display: grid;
  grid-template-columns: 80px 220px;
  align-items: center;
  grid-gap: 20px;
}
.offer_item-head .left .img {
  aspect-ratio: 1/1;
  overflow: hidden;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.offer_item-head .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer_item-head .left .text {
  display: grid;
  grid-gap: 12px;
}
.offer_item-head .left .text .name {
  font-weight: 600;
}
.offer_item-head .left .text .spec {
  font-size: 14px;
  color: #A3A3A3;
}
.offer_item-head .right .info_item-text {
  font-weight: 500;
}
.offer_item-head .right .info_item-text.success {
  color: #2EC821;
}
.offer_item-head .right .info_item-text.error {
  color: #DC1C1C;
}
.offer_item-main {
  display: grid;
  grid-template-columns: 160px 160px 260px 1fr;
  grid-gap: 20px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #EBEBEB;
}
.offer_item-comment {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #EBEBEB;
}
.offer_item-comment .info_item-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.offer_item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #EBEBEB;
}
.offer_item-footer span {
  padding: 12px 24px;
  font-size: 14px;
}
.offer_item-footer .left {
  display: flex;
  gap: 12px;
}

/* OFFER_CONTACTS */
.offer_contacts {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
}

/* NOTIF-ITEM */
.notif_item {
  display: grid;
  grid-gap: 16px;
  padding: 20px;
  background-color: #F9F9F9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.notif_item-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.notif_item-title .title {
  line-height: 1.4;
  font-weight: 600;
}
.notif_item-title .at {
  font-size: 14px;
  color: #A3A3A3;
}
.notif_item-date {
  color: #A3A3A3;
}
.notif_item-text {
  display: -webkit-box;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notif_item-button span {
  padding: 12px 24px;
  font-size: 14px;
}

/* REVIEW-ITEM */
.review_item {
  display: grid;
  grid-gap: 16px;
  padding: 20px;
  background-color: #F9F9F9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.review_item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.review_item-head .name {
  line-height: 1.4;
  font-weight: 600;
}
.review_item-head .rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.review_item-date {
  color: #A3A3A3;
}
.review_item-text {
  display: -webkit-box;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review_item-button span {
  padding: 12px 24px;
  font-size: 14px;
}

/* PROFILE-SECTION */
.profile_section {
  display: grid;
  grid-gap: 60px;
  max-width: 580px;
  width: 100%;
}
.profile_section-piece {
  display: grid;
  grid-gap: 40px;
}
.profile_section-moder {
  display: flex;
  align-items: center;
  gap: 12px;
}
.profile_section-moder .title {
  line-height: 1.4;
  font-size: 14px;
  color: #A3A3A3;
}
.profile_section-info {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 8px;
}
.profile_section-info .title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.4;
  color: #A3A3A3;
}
.profile_section-info .title:has(.ic) {
  color: #323232;
}
.profile_section-info .value {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #A3A3A3;
}
@media screen and (min-width: 992px) {
  .profile_section-info .value .ic:hover {
    background-color: #FF5A86;
    cursor: pointer;
  }
}
.profile_section-info .value.filled {
  color: #323232;
}
.profile_section-info .value.text {
  font-weight: 400;
  color: #323232;
}
.profile_section-info .tags .uniq_list {
  gap: 10px;
}
.profile_section-info .tags .uniq_list-item {
  padding: 8px 10px;
  font-size: 14px;
  pointer-events: none;
}
.profile_section-empty {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
  font-weight: 600;
  color: #A3A3A3;
}
.profile_section-messengers {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  grid-gap: 20px;
}
.profile_section-messengers .text {
  display: grid;
  grid-gap: 10px;
}
.profile_section-messengers .text .title {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
  color: #A3A3A3;
}
.profile_section-messengers .text .title:has(.ic) {
  color: #323232;
}
.profile_section-messengers .text .subtitle {
  line-height: 1.4;
  font-size: 14px;
  color: #A3A3A3;
}
.profile_section-messengers .buttons {
  display: grid;
  grid-gap: 20px;
}
.profile_section-messengers .buttons .button_2 span {
  padding: 12px;
  width: 100%;
  font-size: 14px;
}
.profile_section-messengers .buttons .social {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
  font-weight: 500;
  font-size: 14px;
}
.profile_section .avatar-main {
  grid-gap: 16px;
}
.profile_section .avatar-main .avatar-text {
  font-weight: 600;
  font-size: 24px;
}
.profile_section-title {
  margin-bottom: -10px;
  font-weight: 600;
  font-size: 24px;
}
.profile_section-form {
  display: grid;
  grid-gap: 20px;
  max-width: 460px;
}
.profile_section-form .profile_section-imgs {
  grid-template-columns: repeat(4, 1fr);
}
.profile_section-form .profile_section-serts {
  grid-template-columns: repeat(4, 1fr);
}
.profile_section-file {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-start;
  grid-gap: 16px;
}
.profile_section-file .main {
  display: grid;
  grid-gap: 12px;
}
.profile_section-file .main .date {
  font-size: 14px;
  color: #A3A3A3;
}
.profile_section-file .main .name {
  font-weight: 600;
}
.profile_section-file .main .type {
  font-size: 14px;
  color: #A3A3A3;
}
@media screen and (min-width: 992px) {
  .profile_section-file .delete:hover .ic {
    background-color: #FF5A86;
  }
}
.profile_section-file:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EBEBEB;
}
.profile_section-serts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
.profile_section-serts a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #EBEBEB;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.profile_section-serts a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.profile_section-serts a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: rgba(50, 50, 50, 0.4);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 6H5H21' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10 11V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M14 11V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .profile_section-serts a:hover::after {
    opacity: 1;
  }
}
.profile_section-imgs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
.profile_section-imgs a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #EBEBEB;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.profile_section-imgs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile_section-imgs a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: rgba(50, 50, 50, 0.4);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 6H5H21' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10 11V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M14 11V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .profile_section-imgs a:hover::after {
    opacity: 1;
  }
}
.profile_section-tags .uniq_list {
  gap: 10px;
}
.profile_section-tags .uniq_list-item {
  padding: 8px 10px;
  font-size: 14px;
  pointer-events: none;
}
.profile_section-button span {
  padding: 20px;
  width: 100%;
}
.profile_section-form textarea {
  height: 120px;
}
.profile_section-clinics {
  display: grid;
  grid-gap: 12px;
}
.profile_section-clinic {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-gap: 20px;
}
.profile_section-clinic .main {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  grid-gap: 20px;
}
.profile_section-clinic .main .img {
  aspect-ratio: 1/1;
  border: 1px solid #EBEBEB;
  overflow: hidden;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.profile_section-clinic .main .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile_section-clinic .main .text {
  display: grid;
  grid-gap: 12px;
}
.profile_section-clinic .main .name {
  font-weight: 600;
  font-size: 18px;
}
.profile_section-clinic .main .spec {
  font-size: 14px;
  color: #A3A3A3;
}
@media screen and (min-width: 992px) {
  .profile_section-clinic .delete:hover {
    cursor: pointer;
  }
  .profile_section-clinic .delete:hover .ic {
    background-color: #FF5A86;
  }
}

.select {
  position: relative;
  display: block;
  min-width: 220px;
  width: 100%;
  margin-bottom: 20px;
}

.select__head {
  width: 100%;
  max-width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 14px 15px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(66, 67, 72, 0.8);
  cursor: pointer;
}

.select__head::after {
  width: 10px;
  height: 6px;
  background: #FFF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23ED266A'/%3E%3C/svg%3E%0A") no-repeat center / cover;
  position: absolute;
  right: 20px;
  bottom: 50%;
  transform: translateY(50%);
  content: '';
  display: block;
  transition: .2s ease-in;
}

.select__head.open::after {
  transform: translateY(50%) rotate(180deg);
}

.select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 5px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
  width: 7px;
  background-color: #F8F9FA;
  padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}

.select__list .select__item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}

.select__list .select__item:hover {
  background-color: rgba(224, 229, 231, 0.5);
}
.btn_but{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  transition: 0.3s;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  background-color: #E43664;
  border: 1px solid #E43664;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.modal_form_cast{
  padding: 0 64px 0 40px;
  display: flex;
  flex-direction: column;
}
.modal_form_cast input, .modal_form_cast .registration_spec-button{
  margin-bottom: 20px;
}
.det_stat_left img{
  width: 100%;
  border-radius: 20px;
}
.det_stat_left .data{
  color: #E43664;
  margin: 20px 0;
}
.det_stat_left .text{
  margin: 20px 0;
}
.det_stat_body{
  display: flex;
  justify-content: space-between;
  grid-gap: 30px;
}
.list_det{
  display: flex;
  align-items: flex-start;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.list_det img{
  max-width: 135px;
  border-radius: 5px;
}
.det_stat_right{
  max-width: 30%;
  max-height: 400px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  padding: 20px;
  border: 1px solid #E43664;
  border-radius: 10px;
  margin-top: 65px;
}
.pojasnenie{
  color: #00000069;
  font-size: 14px;
  margin: 10px 0;
}
.check{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 5px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  padding: 15px;
  font-size: 14px;
  color: #424348;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}
.check p{
  position: relative;
  /*padding-left: 30px;*/
  cursor: pointer;
}
/*.check p:after{*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  border: 1px solid #cfcccc;*/
/*  border-radius: 3px;*/
/*  left: 0;*/
/*  top: 4px;*/
/*}*/
/*.p_check:before{*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  width: 9px;*/
/*  height: 6px;*/
/*  border-right: 2px solid #E43664;*/
/*  border-bottom: 2px solid #E43664;*/
/*  left: 3px;*/
/*  top: 7px;*/
/*  transform: rotate(45deg);*/
/*}*/
/*.check input[type=checkbox] {*/
/*  position: absolute;*/
/*  z-index: -1;*/
/*  opacity: 0;*/
/*  display: block;*/
/*  width: 0;*/
/*  height: 0;*/
/*}*/
.input_cast{
  cursor: pointer;
}
.bx_pagination_section_two, .bx_pg_text{
  display: none;
}
.bx_pg_section{
  display: flex!important;
  justify-content: center;
  margin-top: 50px;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
  background-color: #E43664;
  border: 1px solid #E43664;
  color: #fff;
}
.bx_pagination_bottom .bx_pagination_page li{
  min-width: 40px;
  line-height: 40px;
  font-size: 17px;
  margin: 0 10px;
}
.bx_pagination_bottom .bx_pagination_page li a {
  display: block;
  min-width: 40px;
  color: #E43664;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border: 1px solid #E43664;
  border-radius: 3px;
}
.bx_pagination_bottom .bx_pagination_page li:last-child > a{
  border: none;
  color: #000;
}
.bx_pagination_bottom .bx_pagination_page li:last-child{
  color: #000;
}
.bx_pagination_bottom .bx_pagination_page li:nth-child(1), .bx_pagination_bottom .bx_pagination_page li:nth-child(1) > a{
  border: none;
  color: #000;
}
