/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1300px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 993px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span,
label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-display: swap;
  background: #F6F5F6;
}

input,
textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

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

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

.container {
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 1780px) {
  .container {
    margin: 0 20px;
  }
}

.red_btn {
  height: 64px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
  border-radius: 8px;
  background: #C62628;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
}
@media (max-width: 1280px) {
  .red_btn {
    height: 44px;
    font-size: 15px;
    padding: 13px;
  }
}
.red_btn.outline {
  border: 2px solid #C62628;
  background: transparent;
}

.dark_btn {
  height: 44px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  border-radius: 8px;
  background: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.dark_btn:hover {
  background-color: #C62628;
}
.dark_btn.disabled {
  background-color: #C62628;
}

.section-top {
  padding-top: 160px;
}
@media (max-width: 1280px) {
  .section-top {
    padding-top: 80px;
  }
}

.section-bottom {
  padding-bottom: 160px;
}
@media (max-width: 1280px) {
  .section-bottom {
    padding-bottom: 80px;
  }
}

.title_block {
  max-width: 1376px;
}

.section_title_sub {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #C62628;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 1280px) {
  .section_title_sub {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

.section_title {
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: #222222;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .section_title br {
    display: none;
  }
}
@media (max-width: 1280px) {
  .section_title {
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 20px;
  }
}

.top-section {
  margin-top: 140px;
}
@media (max-width: 1024px) {
  .top-section {
    margin-top: 80px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6px 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  white-space: nowrap;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  color: #898789;
}
.breadcrumbs span {
  color: #262626;
}
.breadcrumbs .line {
  width: 1px;
  height: 14px;
  background: #D1D0D1;
}
.breadcrumbs .line_text {
  white-space: wrap;
}

.paginations {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: 80px 0 160px 0;
}
@media (max-width: 1024px) {
  .paginations {
    gap: 8px;
    margin: 32px 0 80px 0;
  }
}
.paginations_btn {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #E7E6E7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
}
.paginations_btn svg path {
  transition: 0.2s ease-in-out;
}
.paginations_btn:hover {
  background: #C62628;
}
.paginations_btn:hover svg path {
  stroke: #FFFFFF;
}
.paginations ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .paginations ul {
    gap: 2px;
  }
}
.paginations ul a {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 150%;
  font-size: 16px;
  color: #222222;
  transition: 0.2s ease-in-out;
}
.paginations ul a:hover {
  background: #C62628;
  color: #FFFFFF;
}
.paginations ul a.active {
  background: #C62628;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .paginations ul .media_hidden {
    display: none;
  }
}

.search {
  border-radius: 8px;
  border: 1px solid #898789;
  height: 52px;
  padding: 14px 16px;
  max-width: 415px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #898789;
  margin-bottom: 40px;
}
.search input {
  width: 100%;
}

.custom-select {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.custom-select .location_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: #FFFFFF;
  border: 1px solid #898789;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 1780px) {
  .custom-select .location_btn {
    width: 200px;
    padding: 5px 10px;
  }
}
.custom-select .location_btn span {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #222222;
}
@media (max-width: 1780px) {
  .custom-select .location_btn span {
    font-size: 14px;
  }
}
.custom-select .location_btn svg {
  pointer-events: none;
  flex-shrink: 0;
}
.custom-select .location_btn .arrow_icon {
  transition: transform 0.3s ease;
}
.custom-select .select-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  display: none;
  flex-direction: column;
  min-width: 100%;
  padding: 4px 0;
}
.custom-select .select-options .select-option {
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
.custom-select .select-options .select-option:hover {
  background-color: #f2f2f2;
}
.custom-select.active .select-options {
  display: flex;
}

.tab-component .tabs {
  display: flex;
  padding: 4px;
  border-radius: 12px;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .tab-component .tabs {
    width: 100%;
  }
}
.tab-component .tabs .tab-btn {
  padding: 13.5px 24px;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #262626;
}
@media (max-width: 1024px) {
  .tab-component .tabs .tab-btn {
    flex: 1;
  }
}
.tab-component .tabs .tab-btn.active {
  background-color: #E7E6E7;
}
.tab-component .tabs .tab-btn:hover {
  background-color: #E7E6E7;
}
.tab-component .tabs .tab-btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 24px;
  border-radius: 1px;
  background: #E7E6E7;
}
.tab-component .tabs .tab-btn:last-child::before {
  display: none;
}
.tab-component .tab-contents .tab-content {
  display: none;
}
.tab-component .tab-contents .tab-content.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.swiper_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E7E6E7;
  transition: 0.2s ease-in-out;
}
.swiper_btn svg path {
  transition: 0.2s ease-in-out;
}
.swiper_btn:hover {
  color: #FFFFFF;
  background: #C62628;
}
.swiper_btn:hover svg path {
  stroke: #FFFFFF;
}

.swiper_btn-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #E7E6E7;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
}
.swiper_btn-2 svg path {
  transition: 0.2s ease-in-out;
}
.swiper_btn-2:hover {
  color: #FFFFFF;
  background: #C62628;
}
.swiper_btn-2:hover svg path {
  stroke: #FFFFFF;
}
.swiper_btn-2-button-prev {
  left: -72px;
}
.swiper_btn-2-button-next {
  right: -72px;
}

.cookie {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 12px 24px 0px rgba(34, 34, 34, 0.2509803922);
  background: #ffffff;
  border-radius: 12px;
  max-width: 811px;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 20px;
}
.cookie p {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}
.cookie a {
  color: #C62628;
}
.cookie .red_btn {
  height: 44px;
  font-size: 16px;
  padding: 12px 23px;
}
.cookie.active {
  display: flex;
}

.question_modal {
  width: 700px;
  background: #FFFFFF;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  border-radius: 12px;
  padding: 30px;
  display: none;
}
.question_modal.active {
  display: block;
}
@media (max-width: 768px) {
  .question_modal {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.question_modal_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 11;
  display: none;
}
.question_modal_bg.active {
  display: block;
}
.question_modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  .question_modal_close {
    top: -54px;
    background: #FFFFFF;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
  }
}
.question_modal h6 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .question_modal h6 {
    font-size: 26px;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.question_modal p {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}
.question_modal p b {
  font-weight: 600;
}
@media (max-width: 768px) {
  .question_modal p {
    font-size: 14px;
  }
}
.question_modal .career_contact_text {
  margin-top: 30px;
  width: 100%;
  position: relative;
  padding: 0;
}
@media (max-width: 768px) {
  .question_modal .career_contact_text {
    margin-top: 20px;
  }
}
.question_modal .career_contact_text .input_blocks {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .question_modal .career_contact_text .input_blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.question_modal .career_contact_text .form_btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .question_modal .career_contact_text .form_btns {
    margin-top: 10px;
    flex-direction: column-reverse;
    align-items: start;
  }
}
.question_modal .career_contact_text p {
  max-width: 270px;
  font-size: 14px;
}
.question_modal .career_contact_text p a {
  color: #C62628;
  text-decoration: underline;
}

.header {
  height: 80px;
  position: fixed;
  z-index: 10;
  top: 0;
  background: #FFFFFF;
  width: 100%;
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
.header .container {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1024px) {
  .header .container {
    padding: 8px 0;
  }
}
.header_left {
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .header_left {
    display: none;
  }
}
.header_contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1280px) {
  .header_contact {
    display: none;
  }
}
.header_contact .dark_btn {
  margin-left: 8px;
}
@media (max-width: 1780px) {
  .header_contact .dark_btn {
    font-size: 14px;
  }
}
.header_contact .location_btn {
  border: 1px solid #898789;
  padding: 10px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 211px;
  height: 44px;
}
.header_contact .location_clinic_btn {
  border: 1px solid #898789;
  padding: 10px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 211px;
  height: 44px;
  color: #222222;
}
.header .custom-select.active .arrow_icon {
  transform: rotate(180deg);
}
.header .custom-address {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1460px) {
  .header .custom-address {
    display: none;
  }
}
@media (max-width: 1280px) {
  .header .custom-address {
    display: block;
  }
}
.header .custom-address__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #898789;
  border-radius: 8px;
  background: #FFFFFF;
  cursor: pointer;
  width: 220px;
  font-size: 16px;
  position: relative;
  justify-content: start;
  padding-right: 24px;
}
@media (max-width: 1780px) {
  .header .custom-address__btn {
    font-size: 14px;
    width: 200px;
    padding: 5px 10px;
  }
}
.header .custom-address__btn .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: transform 0.3s ease;
}
.header .custom-address__btn.active .arrow {
  transform: rotate(180deg);
}
.header .custom-address__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #898789;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 10px;
  display: none;
}
.header .custom-address__dropdown ul {
  display: flex;
  flex-direction: column;
}
.header .custom-address__dropdown ul li {
  padding: 6px 8px;
  cursor: pointer;
  border-radius: 4px;
}
.header .custom-address__dropdown ul li:hover {
  background: #f1f1f1;
}
.header .custom-address__dropdown.active {
  display: block;
}
.header_logo {
  width: 220px;
  height: 17.46px;
}
@media (max-width: 1780px) {
  .header_logo {
    width: 160px;
  }
}
@media (max-width: 1024px) {
  .header_logo {
    width: 180px;
    height: 14px;
  }
}
.header ul {
  display: flex;
}
.header ul a {
  white-space: nowrap;
  padding: 12px;
  color: #222222;
  font-weight: 500;
  line-height: 100%;
  font-size: 16px;
  transition: 0.2s ease-in-out;
  position: relative;
}
.header ul a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: calc(100% - 20px);
  height: 2px;
  border-radius: 1px;
  background: #C62628;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.header ul a:hover {
  color: #C62628;
}
.header ul a.active::before {
  opacity: 1;
}
@media (max-width: 1780px) {
  .header ul a {
    font-size: 14px;
    padding: 8px;
  }
}
.header .dropdown_wrapper {
  position: relative;
  display: inline-block;
}
.header .dropdown_wrapper .dropdown_list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 160px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  display: none;
  z-index: 100;
  padding: 10px;
  box-shadow: 0px 12px 24px 0px rgba(34, 34, 34, 0.2509803922);
  width: 419px;
}
.header .dropdown_wrapper .dropdown_list.dropdown_list-child {
  left: 100%;
  top: 0;
  width: 303px;
  box-shadow: 0px 12px 24px 0px rgba(34, 34, 34, 0.2509803922);
  display: none;
  animation: fade 0.2s linear;
}
.header .dropdown_wrapper .dropdown_list.dropdown_list-child.active {
  display: block;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header .dropdown_wrapper .dropdown_list li a {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: #222;
  transition: background 0.2s;
  border-radius: 8px;
}
.header .dropdown_wrapper .dropdown_list li a:hover, .header .dropdown_wrapper .dropdown_list li a.active {
  background-color: #f2f2f2;
  border: none;
  color: #C62628;
}
.header .dropdown_wrapper .dropdown_list li a:hover::before, .header .dropdown_wrapper .dropdown_list li a.active::before {
  display: none;
}
.header .dropdown_wrapper .dropdown_list .dropdown_btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .dropdown_wrapper .dropdown_list.active {
  display: block;
}
.header .services_btn_desktop {
  transition: 0.2s ease-in-out;
}
.header .services_btn_desktop svg path {
  transition: 0.2s ease-in-out;
}
.header .services_btn_desktop:hover {
  background: #C62628;
  color: #FFFFFF;
}
.header .services_btn_desktop:hover svg path {
  stroke: #FFFFFF;
}
.header .services_btn_desktop:focus {
  background: #C62628;
  color: #FFFFFF;
}
.header .services_btn_desktop:focus svg path {
  stroke: #FFFFFF;
}
.header .services_btn {
  border-radius: 8px;
  background: #F6F5F6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  font-weight: 500;
  line-height: 100%;
  color: #222222;
  font-size: 16px;
  height: 44px;
}
@media (max-width: 1780px) {
  .header .services_btn svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1780px) {
  .header .services_btn {
    padding: 6px 12px;
    font-size: 14px;
  }
}
.header .burger {
  border-radius: 8px;
  background: #F6F5F6;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  font-weight: 500;
  line-height: 100%;
  color: #222222;
}
@media (max-width: 1280px) {
  .header .burger {
    display: flex;
  }
}
.header .menu {
  background: radial-gradient(50% 50% at 50% 50%, #3d3c3d 0%, #262626 100%);
  position: fixed;
  top: 0;
  left: -100%;
  overflow-y: auto;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: 0.2s ease;
}
.header .menu.active {
  left: 0;
}
.header .menu_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.header .menu_close {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3D3C3D;
}
.header .menu .services_dropdown {
  position: relative;
}
.header .menu .services_dropdown .services_list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin: 0;
}
.header .menu .services_dropdown .services_list li a {
  display: block;
  padding: 10px 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.header .menu .services_dropdown.active .services_list {
  max-height: 500px;
}
.header .menu .services_dropdown.active .services_btn_media .icon {
  transform: rotate(45deg);
}
.header .menu .services_btn {
  color: #FFFFFF;
  font-size: 15px;
  padding: 11px 0;
  background: transparent;
  width: 100%;
}
.header .menu .services_btn svg {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.header .menu .services_btn .icon {
  transition: transform 0.3s ease;
}
.header .menu ul {
  flex-direction: column;
  align-items: start;
  margin-bottom: 36px;
}
.header .menu ul li {
  width: 100%;
}
.header .menu ul a {
  width: 100%;
  color: #FFFFFF;
  font-size: 15px;
  padding: 11px 0;
}
.header .menu .custom-select .select-options {
  position: static;
  border: 1px solid #898789;
  background: transparent;
  margin: 8px 0;
  transition: 0.2s ease;
}
.header .menu .custom-select .select-options li {
  color: #FFFFFF;
}
.header .menu .custom-select .select-options li:hover {
  color: #FFFFFF;
  background: transparent;
}
.header .menu .custom-address__dropdown {
  position: static;
  border: 1px solid #898789;
  background: transparent;
  margin: 8px 0;
  transition: 0.2s ease;
}
.header .menu .custom-address__dropdown ul {
  margin-bottom: 0;
}
.header .menu .custom-address__dropdown li {
  color: #FFFFFF;
}
.header .menu .custom-address__dropdown li:hover {
  color: #FFFFFF;
  background: transparent;
}
.header .menu .custom-select,
.header .menu .custom-address {
  width: 100%;
  margin-bottom: 8px;
}
.header .menu .custom-select .location_btn,
.header .menu .custom-select .location_clinic_btn,
.header .menu .custom-address .location_btn,
.header .menu .custom-address .location_clinic_btn {
  width: 100%;
  border: 1px solid #898789;
  background: transparent;
  position: relative;
}
.header .menu .custom-select .location_btn span,
.header .menu .custom-select .location_clinic_btn span,
.header .menu .custom-address .location_btn span,
.header .menu .custom-address .location_clinic_btn span {
  color: #FFFFFF;
}
.header .menu .custom-select .location_btn .arrow,
.header .menu .custom-select .location_btn .arrow_icon,
.header .menu .custom-select .location_clinic_btn .arrow,
.header .menu .custom-select .location_clinic_btn .arrow_icon,
.header .menu .custom-address .location_btn .arrow,
.header .menu .custom-address .location_btn .arrow_icon,
.header .menu .custom-address .location_clinic_btn .arrow,
.header .menu .custom-address .location_clinic_btn .arrow_icon {
  position: absolute;
  right: 16px;
}
.header .menu .dark_btn {
  margin-top: 16px;
  width: 100%;
  background: #FFFFFF;
  color: #222222;
}

.home {
  overflow: hidden;
  position: relative;
  background: #F6F5F6;
}
.home::before {
  content: "";
  position: absolute;
  left: 0;
  top: 263px;
  width: 100%;
  height: 84px;
  background: linear-gradient(180deg, rgba(246, 245, 246, 0) 0%, #F6F5F6 100%);
  z-index: 2;
  display: none;
}
@media (max-width: 1280px) {
  .home::before {
    display: block;
  }
}
.home_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .home_bg {
    top: 60px;
    height: 287px;
  }
}
.home_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.home .container {
  padding: 183px 0 233px 0;
  position: relative;
}
@media (max-width: 1280px) {
  .home .container {
    padding: 351px 0 28px 0;
  }
}
@media (max-width: 768px) {
  .home .container {
    padding-bottom: 0;
  }
}
.home_img {
  position: absolute;
  bottom: 0;
  right: -278px;
  width: 1131px;
}
@media (max-width: 1280px) {
  .home_img {
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 371px;
    min-width: 371px;
    min-height: 257px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.home_text {
  max-width: 861px;
  margin-left: 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1536px) {
  .home_text {
    margin-left: 0;
  }
}
.home_text h1 {
  font-weight: 700;
  font-size: 96px;
  line-height: 100%;
  color: #FFFFFF;
}
@media (max-width: 1280px) {
  .home_text h1 {
    font-size: 36px;
    line-height: 110%;
    color: #222222;
    margin-top: -26px;
  }
}
.home_text p {
  margin: 20px 0 44px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #FFFFFF;
}
@media (max-width: 1280px) {
  .home_text p {
    font-size: 18px;
    line-height: 140%;
    color: #222222;
    margin: 12px 0 16px 0;
  }
}
.home_btns {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 640px) {
  .home_btns {
    flex-direction: column;
    gap: 8px;
  }
  .home_btns button {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .home_btns .red_btn.outline {
    color: #222222;
  }
}
.home_btns .home_one {
  transition: 0.2s ease-in-out;
}
.home_btns .home_one:hover {
  background: #FFFFFF;
  color: #222222;
}
.home_btns .home_two {
  transition: 0.2s ease-in-out;
}
.home_btns .home_two:hover {
  background: #FFFFFF;
  color: #222222;
  border: 2px solid #FFFFFF;
}

.personal-account {
  padding: 28px 0 160px 0;
  display: flex;
  gap: 55px;
  align-items: start;
  color: #222222;
}
.personal-account .custom-select {
  display: block !important;
}
.personal-account aside {
  width: 380px;
}
.personal-account .custom-scroll::-webkit-scrollbar {
  width: 2px;
  background-color: #b1afb0;
  border-radius: 3px;
}
.personal-account .custom-scroll::-webkit-scrollbar-thumb {
  background: #b1afb0;
  border-radius: 3px;
}
.personal-account .custom-scroll::-webkit-scrollbar-track {
  background: #e7e6e7;
  border-radius: 3px;
}
.personal-account .logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 32px;
}
.personal-account .tabs__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.personal-account .tabs__buttons .tab_btn,
.personal-account .tabs__buttons .log_out {
  padding: 10px 24px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
}
.personal-account .tabs__buttons .tab_btn .content,
.personal-account .tabs__buttons .log_out .content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.personal-account .tabs__buttons .tab_btn .content .icon,
.personal-account .tabs__buttons .log_out .content .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal-account .tabs__buttons .tab_btn .content span,
.personal-account .tabs__buttons .log_out .content span {
  font-weight: 500;
  line-height: 140%;
}
.personal-account .tabs__buttons .tab_btn svg path,
.personal-account .tabs__buttons .log_out svg path {
  transition: all 0.2s linear;
}
.personal-account .tabs__buttons .tab_btn .notification_count,
.personal-account .tabs__buttons .log_out .notification_count {
  padding: 4px 11px;
  border-radius: 4px;
  min-width: 28px;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c62628;
  color: #fff;
  transition: all 0.2s linear;
}
.personal-account .tabs__buttons .tab_btn.active, .personal-account .tabs__buttons .tab_btn:hover,
.personal-account .tabs__buttons .log_out.active,
.personal-account .tabs__buttons .log_out:hover {
  color: #fff;
  background-color: #c62628;
}
.personal-account .tabs__buttons .tab_btn.active svg path, .personal-account .tabs__buttons .tab_btn:hover svg path,
.personal-account .tabs__buttons .log_out.active svg path,
.personal-account .tabs__buttons .log_out:hover svg path {
  stroke: white;
}
.personal-account .tabs__buttons .tab_btn.active .notification_count, .personal-account .tabs__buttons .tab_btn:hover .notification_count,
.personal-account .tabs__buttons .log_out.active .notification_count,
.personal-account .tabs__buttons .log_out:hover .notification_count {
  background-color: rgba(255, 255, 255, 0.2);
}
.personal-account .tab_content {
  display: none;
}
.personal-account .tab_content.active {
  display: block;
}
.personal-account__content {
  background-color: #fff;
  border-radius: 12px;
  padding: 28px;
  flex: 1;
  min-height: 680px;
  position: relative;
}
.personal-account__content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.personal-account__content-head .personal-account__content-title {
  margin-bottom: 0;
}
.personal-account__content-title {
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 36px;
}
.personal-account .content-box {
  padding: 12px;
  border-radius: 8px;
  background-color: #f6f5f6;
}
.personal-account .home-content {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.personal-account .home-content > div {
  flex: 1;
}
.personal-account .home-content__left {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.personal-account .home-content .client-level {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  margin-top: 12px;
}
.personal-account .home-content .client-level__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 46px;
}
.personal-account .home-content .client-level .text-muted {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #b1afb0;
}
.personal-account .home-content .client-level .leavl-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.personal-account .home-content .client-level .leavl-box__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  margin-top: 4px;
}
.personal-account .home-content .client-level__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
}
.personal-account .home-content .client-level .progress-box p {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.personal-account .home-content .client-level .progress-box p span {
  color: #b1afb0;
}
.personal-account .home-content .client-level .progress {
  margin-top: 5px;
  background-color: #eebebe;
  border-radius: 4px;
  height: 4px;
  overflow: hidden;
}
.personal-account .home-content .client-level .progress-bar {
  height: 100%;
  border-radius: inherit;
  background-color: #c62628;
}
.personal-account .profile-box {
  width: 100%;
}
.personal-account .profile-box__head {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.personal-account .profile-box__head-left {
  display: flex;
  align-items: center;
  gap: 11px;
}
.personal-account .profile-box__head .user-img__container .user-name {
  display: none;
}
.personal-account .profile-box__head .user-img__box {
  width: 74px;
  height: 74px;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal-account .profile-box__head .user-img__box img {
  width: 51px;
  height: auto;
}
.personal-account .profile-box__head .user-img {
  width: 74px;
  height: 74px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.personal-account .profile-box__head .user-name {
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}
.personal-account .profile-box__head .soccial-medias {
  display: flex;
  gap: 8px;
}
.personal-account .profile-box__head .soccial-media {
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 4px;
  border: 1px solid #d1d0d1;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 140%;
  color: #222222;
}
.personal-account .profile-box .edit-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.personal-account .profile-box .edit-btn span {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  display: none;
}
.personal-account .cashback-box {
  position: relative;
  overflow: hidden;
}
.personal-account .cashback-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 111px;
  background: linear-gradient(0deg, #f6f5f6 0%, rgba(246, 245, 246, 0) 100%);
}
.personal-account .cashback-box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.personal-account .cashback-box__head-left {
  display: flex;
  align-items: start;
  gap: 8px;
}
.personal-account .cashback-box__head .cashback-price {
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  color: #c62628;
}
.personal-account .cashback-box__head .cashback-label {
  color: #898789;
  font-weight: 500;
  line-height: 140%;
}
.personal-account .cashback-box__list {
  height: 212px;
  overflow-y: auto;
}
.personal-account .cashback-box__list-box {
  border-bottom: 1px solid #d1d0d1;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 24px;
}
.personal-account .cashback-box__list .price {
  line-height: 140%;
  color: #262626;
  font-weight: 500;
  margin-bottom: 4px;
}
.personal-account .cashback-box__list .price.minus {
  color: #c62628;
}
.personal-account .cashback-box__list .text-muted {
  line-height: 140%;
  font-weight: 500;
  font-size: 12px;
  color: #898789;
}
.personal-account .service-accordion__list {
  padding: 2px;
  border-radius: 4px;
}
.personal-account .service-accordion__list li {
  height: 34px;
  border-radius: 2px;
}
.personal-account .home-content__right {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  min-height: 276px;
  width: 548px;
  flex: none !important;
}
.personal-account .home-content__right::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 111px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.personal-account .home-content__right .white-boxes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 501px;
  overflow-y: auto;
  padding-right: 4px;
}
.personal-account .home-content__right .white-box {
  padding: 12px;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.personal-account .home-content__right .white-box__head {
  display: flex;
  gap: 8px;
}
.personal-account .home-content__right .white-box__title {
  font-weight: 500;
  line-height: 140%;
  font-size: 16px;
}
.personal-account .notification-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding-left: 12px;
}
.personal-account .notification-box .content-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}
.personal-account .notification {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #c62628;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal-account .badge {
  background-color: #f6f5f6;
  padding: 4px 13px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.personal-account .badge.new {
  background-color: transparent;
  border: 1px solid #c62628;
}
.personal-account .badge.new .circle {
  width: 6px;
  height: 6px;
  background-color: #c62628;
  border-radius: 50%;
}
.personal-account .badge.disabled {
  background-color: transparent;
  color: #d1d0d1;
}
.personal-account .location {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.personal-account .location-box {
  display: flex;
  gap: 12px;
}
.personal-account .location-box span,
.personal-account .location-box p {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #898789;
}
.personal-account .location-box span {
  min-width: 180px;
}
.personal-account .location-box p {
  color: #262626;
}
.personal-account .desc-box .desc {
  margin-top: 8px;
}
.personal-account .gray-btn {
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #e7e6e7;
  font-weight: 500;
  line-height: 100%;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 11px;
}
.personal-account .tips-content .location_btn {
  min-width: 400px;
  justify-content: space-between;
}
.personal-account .accordion .item {
  background-color: #f6f5f6;
  padding: 21px 24px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.personal-account .accordion .item.active {
  background: transparent;
  border-color: #c62628;
}
.personal-account .accordion .item.active .accordion_btn {
  color: #222222;
}
.personal-account .accordion .icon.active {
  background-color: #e7e6e7 !important;
}
.personal-account .accordion .icon.active path {
  stroke: #262626;
}
.personal-account .accordion .accordion_btn {
  font-size: 18px;
}
.personal-account .accordion .content ul {
  padding-left: 30px;
  margin-top: 21px;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.personal-account .accordion .content li {
  list-style: disc;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.personal-account .referral-program__cards {
  display: grid;
  gap: 8px;
  grid-template-columns: 387px 294px 1fr;
}
.personal-account .referral-program__card {
  background-color: #f6f5f6;
  padding: 24px;
  border-radius: 8px;
}
.personal-account .referral-program__card-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}
.personal-account .referral-program .users {
  position: relative;
}
.personal-account .referral-program .users::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 111px;
  background: linear-gradient(0deg, #f6f5f6 0%, rgba(246, 245, 246, 0) 100%);
}
.personal-account .referral-program .users-boxes {
  height: 485px;
  overflow-y: auto;
  margin: 0 -14px 0 -24px;
  position: relative;
  overflow-x: hidden;
  margin-top: 8px;
}
.personal-account .referral-program .users-boxes::after {
  content: "";
  position: absolute;
  top: 0;
  right: -200px;
  width: 470px;
  height: 100%;
  background: linear-gradient(0deg, #f6f5f6 0%, rgba(246, 245, 246, 0) 100%);
  transform: rotate(-90deg);
}
.personal-account .referral-program .user-box {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 0 16px 24px;
  border-bottom: 1px solid #e7e6e7;
}
.personal-account .referral-program .user-box .user-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #898789;
}
.personal-account .referral-program .user-box .user-img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.personal-account .referral-program__rules {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.personal-account .referral-program__rules ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  padding-left: 20px;
}
.personal-account .referral-program__rules ol li {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  list-style: auto;
}
.personal-account .referral-program__rules ul {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.personal-account .referral-program__rules ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #898789;
  list-style: disc;
}
.personal-account .referral-program__rules-bottom .text {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #898789;
}
.personal-account .ball-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.personal-account .ball-content .ball-box {
  border: 2px solid #f6f5f6;
  padding: 24px 24px 0 24px;
  border-radius: 8px;
  position: relative;
  min-height: 369px;
}
.personal-account .ball-content .ball-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 111px;
  width: 100%;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.personal-account .ball-content .ball-box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.personal-account .ball-content .ball-box .ball-count {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #c62628;
}
.personal-account .ball-content .ball-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 307px;
  overflow-y: auto;
  margin-right: -12px;
  padding-right: 10px;
  padding-bottom: 24px;
}
.personal-account .ball-content .ball-card {
  border-radius: 4px;
  padding: 4px;
  border: 1px solid #e7e6e7;
}
.personal-account .ball-content .ball-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.personal-account .ball-content .ball-card__logo {
  display: flex;
  gap: 4px;
}
.personal-account .ball-content .ball-card__logo span {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.personal-account .ball-content .ball-card__date {
  font-size: 12px;
  line-height: 140%;
  color: #898789;
  font-weight: 500;
}
.personal-account .ball-content .ball-card__bottom {
  display: flex;
  gap: 4px;
  align-items: stretch;
}
.personal-account .ball-content .ball-card__bottom span {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #898789;
  margin-bottom: 4px;
}
.personal-account .ball-content .ball-card__bottom .box {
  background-color: #f6f5f6;
  padding: 4px;
  border-radius: 2px;
  width: 100%;
}
.personal-account .ball-content .ball-card__bottom .box.box-right {
  min-width: 109px;
  max-width: 109px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.personal-account .ball-content .ball-card__bottom .box .procent {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #c62628;
}
.personal-account .ball-content .ball-card .user {
  display: flex;
  gap: 8px;
  align-items: center;
}
.personal-account .ball-content .ball-card .user-img {
  width: 34px;
  height: 34px;
  border-radius: 1px;
}
.personal-account .ball-content .ball-card .user-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
}
.personal-account .bonus-code {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #c62628;
}
.personal-account .bonus-code h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
}
.personal-account .bonus-code p {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  margin: 8px 0 16px 0;
}
.personal-account .bonus-code .copy-box {
  display: flex;
  gap: 12px;
}
.personal-account .bonus-code input {
  width: 100%;
  border: 1px solid #898789;
  height: 44px;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #262626;
  border-radius: 8px;
}
.personal-account .bonus-code .copy-btn {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e7e6e7;
  border-radius: 8px;
}
.personal-account .calnedar-tab__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.personal-account .calnedar-tab__head .personal-account__content-title {
  margin-bottom: 0;
}
.personal-account .calnedar-tab__head button {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal-account .calnedar-tab .calendar-pagination {
  display: flex;
  gap: 18px;
  align-items: center;
}
.personal-account .calnedar-tab .calnedar-month {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: capitalize;
}
.personal-account .custom-calendar {
  background-color: #f6f5f6;
  padding: 16px 12px 12px 12px;
  border-radius: 8px;
}
.personal-account .custom-calendar__head {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  margin-bottom: 8px;
}
.personal-account .custom-calendar__head span {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #898789;
}
.personal-account .custom-calendar__body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
}
.personal-account .custom-calendar .day-box {
  background-color: #fff;
  border-radius: 8px;
  height: 102px;
  border: 2px solid #f6f5f6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 12px;
}
.personal-account .custom-calendar .day-box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personal-account .custom-calendar .day-box.todays-date {
  border: 1px solid #c62628;
}
.personal-account .custom-calendar .day-box.todays-date .today-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #b1afb0;
}
.personal-account .custom-calendar .day-box .day {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #262626;
}
.personal-account .custom-calendar .day-box .day.day--disabled {
  color: #b1afb0;
}
.personal-account .custom-calendar .day-box .day.holiday-day {
  color: #c62628;
}
.personal-account .custom-calendar .day-box .day.next-month-day {
  opacity: 0.3;
}
.personal-account .custom-calendar .day-box .day.next-month-day.holiday-day {
  color: #c62628;
  opacity: 0.3;
}
.personal-account .custom-calendar .day-box .day-plan {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #b1afb0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 155px;
}
.personal-account .custom-calendar .day-box .price {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #c62628;
  margin-top: 4px;
}
.personal-account.empty .cashback-box .service-accordion {
  opacity: 0.5;
}
.personal-account.empty .cashback-box::after,
.personal-account.empty .home-content__right::after {
  display: none;
}
.personal-account.empty .cashback-box {
  height: 100%;
}
.personal-account.empty .cashback-empty,
.personal-account.empty .empty-notification {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 26px;
  padding-block: 27px;
}
.personal-account.empty .cashback-empty span,
.personal-account.empty .empty-notification span {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #262626;
}
.personal-account.empty .empty-notification {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  left: 50%;
  width: 370px;
}
.personal-account.empty .empty-tips {
  position: relative;
  top: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  left: 50%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
}
.personal-account.empty .empty-tips p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 31px 0 28px 0;
}
.personal-account.empty .empty-tips svg {
  margin: 0 auto;
}
.personal-account.empty .empty-tips .red-btn {
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #c62628;
  gap: 15px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s linear;
  border: 1px solid transparent;
}
.personal-account.empty .empty-tips .red-btn:hover {
  border-color: #222222;
  background-color: #fff;
  color: #222222;
}
.personal-account.empty .empty-tips .red-btn:hover path {
  stroke: #222222;
}
.personal-account.empty .ball-box svg {
  margin: 51px auto 26px auto;
  display: block;
}
.personal-account.empty .referral-program__card.users {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.personal-account.empty .referral-program__card.users::after {
  display: none;
}
.personal-account.empty .referral-program__card.users .user-plus {
  margin: 0 auto 31px auto;
  display: block;
}
.personal-account.empty .referral-program__card.users .next-line {
  transform: translateX(-30%);
  margin-bottom: -20px;
}
.personal-account.empty .referral-program__card.users .top-line {
  display: none;
}
.personal-account.empty .referral-program__card.users .user-info__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #898789;
}
.personal-account .info-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}
.personal-account .service-accordion {
  display: none;
}
.personal-account .border-logo {
  display: none;
}

.about-container {
  position: relative;
  z-index: 2;
  padding-top: 230px;
}
@media (max-width: 1280px) {
  .about-container {
    padding-top: 28px;
  }
}
.about-head {
  position: absolute;
  top: 70px;
  left: 0;
  transform: translateY(-100%);
  border-radius: 24px;
  padding: 32px 56px;
  background: white;
  display: flex;
  align-items: stretch;
  gap: 35px;
}
@media (max-width: 1280px) {
  .about-head {
    position: static;
    transform: translateY(0);
    flex-direction: column;
    margin-bottom: 80px;
    padding: 20px;
    border-radius: 12px;
    gap: 12px;
  }
}
.about-head .line {
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .about-head .line {
    width: 100%;
    height: 1px;
  }
}
.about-head h3 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: #C62628;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .about-head h3 {
    font-size: 36px;
    margin-bottom: 4px;
  }
}
.about-head h3 span {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}
.about-head p {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #222;
}
@media (max-width: 1024px) {
  .about-head p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .about .section_title {
    margin-bottom: 16px;
  }
}
.about-description {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #222;
  max-width: 773px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .about-description {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.about-card {
  min-height: 240px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  border-radius: 24px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1280px) {
  .about-card {
    width: 240px;
    height: 368px;
    border-radius: 12px;
    flex-shrink: 0;
  }
}
.about-card:hover {
  opacity: 50%;
}
.about-card .main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.about-card__text {
  width: 100%;
  padding: 46px 24px 26px;
  background: linear-gradient(360deg, #212121 0%, rgba(33, 33, 33, 0) 100%);
}
@media (max-width: 1280px) {
  .about-card__text {
    padding: 69px 20px 24px;
  }
}
.about-card__text h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width: 1280px) {
  .about-card__text h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .about-card__text h3 {
    font-size: 16px;
  }
}
.about-card__text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  max-width: 438px;
}
@media (max-width: 1280px) {
  .about-card__text p {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .about-card__text p {
    font-size: 14px;
  }
}
.about-card__wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1280px) {
  .about-card__wrap {
    display: flex;
    gap: 8px;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin-left: -20px;
    overflow-x: scroll;
  }
  .about-card__wrap::-webkit-scrollbar {
    display: none;
  }
}
.about-card__content {
  position: relative;
}
.about-card__content .about-card {
  width: 125.8928571429%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 1280px) {
  .about-card__content .about-card {
    position: static;
    width: 240px;
  }
}
.about-card:nth-child(1) {
  grid-row: span 2;
}
.about-card:nth-child(2) {
  width: 74.1071428571%;
}
@media (max-width: 1280px) {
  .about-card:nth-child(2) {
    width: 240px;
  }
}
.about_page_position .title_block {
  max-width: 100%;
}
.about_page_position .section_title_sub {
  color: #222222;
}
.about_page_position .section_title {
  max-width: 100%;
}
.about_page_position .section_title span {
  color: #C62628;
}
.about_page_position .line {
  width: 1px;
  border-radius: 1px;
  height: 104px;
  background: rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1024px) {
  .about_page_position .line {
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1024px) {
  .about_page_position .line.media {
    display: none;
  }
}
.about_page_position_blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 35px 0;
}
@media (max-width: 1024px) {
  .about_page_position_blocks {
    flex-direction: column;
    align-items: start;
    padding: 0;
  }
}
.about_page_position_blocks h6 {
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: #C62628;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 8px;
}
.about_page_position_blocks h6 sup {
  position: absolute;
  top: 0;
  right: -35px;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1024px) {
  .about_page_position_blocks h6 sup {
    font-size: 20px;
    right: -45px;
  }
}
@media (max-width: 1024px) {
  .about_page_position_blocks h6 {
    font-size: 36px;
  }
}
.about_page_position_blocks span {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #222222;
}
@media (max-width: 1024px) {
  .about_page_position_blocks span {
    font-size: 18px;
  }
}
.about_page_head {
  display: flex;
  gap: 20px;
}
@media (max-width: 1536px) {
  .about_page_head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .about_page_head {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.about_page_head p {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #222222;
}
.about_page_head p:first-child {
  width: 705px;
  flex-shrink: 0;
}
@media (max-width: 1536px) {
  .about_page_head p:first-child {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .about_page_head p {
    font-size: 18px;
  }
}
.about_info_in {
  border-radius: 12px;
  border: 1px solid #D1D0D1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .about_info_in {
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.about_info_title {
  background: #E7E6E7;
  width: 270px;
  flex-shrink: 0;
  text-align: center;
  padding: 12px 24px;
  border-right: 1px solid #D1D0D1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_info_title b {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #222222;
}
@media (max-width: 1024px) {
  .about_info_title {
    width: 100%;
    border: 1px solid #D1D0D1;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 50px;
    padding: 12px;
    border-radius: 12px;
  }
}
.about_info_block {
  display: flex;
  min-height: 66px;
  border-bottom: 1px solid #D1D0D1;
  gap: 30px;
}
@media (max-width: 1024px) {
  .about_info_block {
    flex-direction: column;
    align-items: start;
    border: 1px solid #D1D0D1;
    border-radius: 12px;
    gap: 0;
  }
}
.about_info_block:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .about_info_block:last-child {
    border-bottom: 1px solid #D1D0D1;
  }
}
.about_info_block p,
.about_info_block a {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #222222;
  padding: 12px;
}
.about_info_block a {
  color: #1573ff;
}
.about_info_block .line {
  height: 16px;
  width: 1px;
  border-radius: 1px;
  background: #D1D0D1;
}
@media (max-width: 1024px) {
  .about_info_block .line {
    width: 100%;
    height: 1px;
    border-radius: none;
  }
}
.about_info_text {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1024px) {
  .about_info_text {
    width: 100%;
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}
.about_info_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 12px;
}
@media (max-width: 1024px) {
  .about_info_btns {
    flex-direction: column;
    margin-top: 20px;
  }
}
.about_info_btns button {
  background: #222222;
  color: #FFFFFF;
  height: 44px;
  font-size: 16px;
  gap: 8px;
  padding: 10px 24px;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .about_info_btns button {
    width: 100%;
  }
}
.about_info_btns button:hover {
  background: #C62628;
}
.about_faq {
  margin-top: 32px;
}
.about_faq .accordion .item {
  border: 1px solid #D1D0D1;
  padding: 19px 32px;
  background: transparent;
}
@media (max-width: 1024px) {
  .about_faq .accordion .item {
    padding: 20px;
  }
}
.about_faq .accordion .item .accordion_btn {
  font-size: 20px;
}

.equipment {
  margin-bottom: 160px;
}
.equipment-swiper {
  margin-top: 44px;
}
.equipment .tab_btn span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #262626;
  opacity: 0.3;
  margin-left: 8px;
}
.equipment .comment {
  all: unset;
  position: relative;
}
.equipment .slide-card {
  border-bottom: 2px solid #e7e6e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.equipment .slide-card .img-box {
  background: url(../images/icons/big-lk.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: 767px;
  width: 100%;
}
.equipment .slide-card .img-box img {
  margin: 0 auto;
  display: block;
}
.equipment .slide-card .slide-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
}
.equipment .slide-card .slide-sub__title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
}
.equipment .slide-card .slide-list {
  margin: 32px 0;
}
.equipment .slide-card ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.equipment .slide-card ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  line-height: 160%;
  font-size: 16px;
  color: #222222;
}
.equipment .advantages .cards {
  display: flex;
  gap: 12px;
}
.equipment .advantages .slide-sub__title {
  margin-bottom: 16px;
}
.equipment .advantages .card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 270px;
}
.equipment .advantages .card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #222222;
}
.equipment .advantages .card-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #262626;
}

.equipment .advantages .card-title {
  padding-bottom: 12px;
}

.hospital-history {
  position: relative;
  margin-bottom: 160px;
}
.hospital-history .title-box {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 28px;
  border-radius: 12px;
  border: 4px solid #f6f5f6;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  background: #fff;
  z-index: 2;
}
.hospital-history .title-box::before {
  content: "";
  position: absolute;
  top: 37px;
  left: -11px;
  z-index: 100;
  width: 9px;
  height: 10px;
  background-size: 100% 100%;
  background: url(../images/chap-burchak.png);
  background-size: 100% 100%;
}
.hospital-history .title-box::after {
  content: "";
  position: absolute;
  top: 37px;
  right: -11px;
  z-index: 100;
  width: 9px;
  height: 10px;
  background-size: 100% 100%;
  background: url(../images/right-burchak.png);
  background-size: 100% 100%;
}
.hospital-history__year {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(37.3333358765px);
          backdrop-filter: blur(37.3333358765px);
  padding: 12px 33px;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
}
.hospital-history__title {
  margin: 16px 0 8px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
}
.hospital-history__desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
}
.hospital-history__content {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
  padding-top: 74px;
}
.hospital-history__slide {
  height: 680px;
  position: relative;
  border-radius: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 60px 44px 60px;
  overflow: hidden;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hospital-history__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.hospital-history__slide.one {
  background-image: url(../images/history-swiper-bg.jpg);
}
.hospital-history__slide.two {
  background-image: url(../images/history-swiper-bg-2.jpg);
}
.hospital-history__slide.three {
  background-image: url(../images/history-swiper-bg-3.png);
}
.hospital-history .hospital-history__paginations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 44px;
  left: 60px;
  color: #fff;
  width: calc(100% - 120px);
  z-index: 10;
}
.hospital-history .hospital-history__paginations::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 97%;
  z-index: -1;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(37.3333358765px);
          backdrop-filter: blur(37.3333358765px);
  border-radius: 12px;
}
.hospital-history .hospital-history__paginations .circle-box {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-backdrop-filter: blur(37.3333358765px);
          backdrop-filter: blur(37.3333358765px);
  background: rgba(255, 255, 255, 0.2);
  border: 3px solid transparent;
  margin: 0 auto 6px auto;
}
.hospital-history .hospital-history__paginations .pagination-box {
  text-align: center;
}
.hospital-history .hospital-history__paginations .pagination-box.active .circle-box {
  border-color: #c62628;
  background: #fff;
}
.hospital-history .hospital-history__paginations .pagination-box.active span {
  opacity: 1;
}
.hospital-history .hospital-history__paginations .pagination-box span {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  opacity: 0.5;
}
.hospital-history .swiper_btn-2-button-next {
  right: 60px;
  z-index: 1;
  cursor: pointer;
}
.hospital-history .swiper_btn-2-button-prev {
  left: 60px;
  z-index: 1;
  cursor: pointer;
}

.service {
  padding: 160px 0 100px;
}
@media (max-width: 1024px) {
  .service {
    padding: 80px 0 35px;
  }
}
.service-accordion {
  position: relative;
  z-index: 1;
}
.service-accordion__btn {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #898789;
  border-radius: 8px;
  padding: 9px 15px;
}
@media (max-width: 1024px) {
  .service-accordion__btn {
    display: flex;
    position: relative;
    z-index: 2;
    background: #F6F5F6;
  }
}
.service-accordion__list {
  display: flex;
  border-radius: 12px;
  padding: 4px;
  background: #FFF;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .service-accordion__list {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 2px;
    padding: 30px 6px 6px;
    border: 1px solid #C62628;
    margin-top: -24px;
  }
}
.service-accordion__list-wrap {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 0 20px;
  overflow-x: scroll;
  display: flex;
}
.service-accordion__list-wrap::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .service-accordion__list-wrap {
    overflow: visible;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.service-accordion__list li {
  height: 44px;
  padding: 0 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #262626;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .service-accordion__list li {
    font-size: 15px;
    text-align: left;
    justify-content: flex-start;
    padding: 11px 10px;
    border-radius: 4px;
    height: auto;
    min-height: 40px;
  }
}
.service-accordion__list li.active {
  background: #E7E6E7;
}
@media (max-width: 1024px) {
  .service-accordion__list li.active {
    color: #C62628;
  }
}
.service-accordion__list li:hover {
  background: #E7E6E7;
}
.service-accordion__list li:not(:first-child) {
  position: relative;
}
.service-accordion__list li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1px;
  width: 1px;
  height: 24px;
  background: #E7E6E7;
}
@media (max-width: 1024px) {
  .service-accordion__list li:not(:first-child)::before {
    display: none;
  }
}
.service-accordion.active .service-accordion__btn {
  border-color: #C62628;
}
.service-accordion.active .service-accordion__btn svg {
  transform: rotateZ(180deg);
}
.service-accordion.active .service-accordion__list {
  display: flex;
}
.service-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.2s ease-in-out;
  transform: translateY(0);
}
.service-tab:not(.active) {
  transform: translateY(-10px);
  display: none;
}
.service-tab__wrap {
  margin-top: 12px;
}
.service-card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  transition: 0.2s ease-in-out all;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .service-card {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 8px;
    overflow: hidden;
    padding: 24px 0;
    border-radius: 12px;
  }
}
.service-card .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 1024px) {
  .service-card__left {
    width: 100%;
  }
}
.service-card__left p {
  margin-bottom: 8px;
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  color: #262626;
  padding: 4px 19px 5px;
  border: 1px solid #D1D0D1;
  border-radius: 40px;
  padding: 5px 20px 6px 20px;
  transition: 0.2s ease-in-out all;
}
@media (max-width: 1024px) {
  .service-card__left p {
    font-size: 12px;
  }
}
.service-card__left h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #222;
  transition: 0.2s ease-in-out all;
}
@media (max-width: 1024px) {
  .service-card__left h3 {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.service-card__left button {
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .service-card__left button {
    display: flex;
  }
}
.service-card__left button svg:nth-child(2) {
  display: none;
}
.service-card__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .service-card__right {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .service-card__right {
    width: 100%;
  }
}
.service-card__right .price {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #C62628;
  transition: 0.2s ease-in-out all;
}
@media (max-width: 1024px) {
  .service-card__right .price {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.service-card__right .red_btn {
  color: #222222;
  background: white;
  padding: 10px 24px;
  font-size: 16px;
  display: none;
  align-items: center;
  gap: 8px;
  border: 0;
  transition: 0.2s ease-in-out;
  border: 1px solid #FFFFFF;
}
@media (max-width: 768px) {
  .service-card__right .red_btn {
    width: 100%;
  }
}
.service-card__right .red_btn:hover {
  color: #FFFFFF;
  background: #C62628;
}
.service-card__right .red_btn:hover svg path {
  stroke: #FFFFFF;
}
.service-card__right .red_btn svg {
  width: 24px;
  flex-shrink: 0;
}
.service-card__right .red_btn svg path {
  transition: 0.2s ease-in-out;
}
.service-card__right .red_btn.outline {
  background: #FFFFFF;
  color: #222222;
  padding: 11px 23px;
  transition: 0.2s ease-in-out;
  border: 1px solid #FFFFFF;
}
.service-card__right .red_btn.outline:hover {
  color: #FFFFFF;
  background: #C62628;
}
.service-card.active {
  background: #C62628;
  padding: 32px;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .service-card.active {
    padding: 24px 12px;
  }
}
.service-card.active .service-card__left p {
  color: white;
  border-color: white;
}
.service-card.active .service-card__left h3 {
  color: white;
}
.service-card.active .service-card__left button svg {
  display: none;
}
.service-card.active .service-card__left button svg:nth-child(2) {
  display: block;
}
.service-card.active .service-card__right .price {
  display: none;
  color: white;
}
@media (max-width: 1024px) {
  .service-card.active .service-card__right .price {
    display: flex;
  }
}
.service-card.active .service-card__right .red_btn {
  display: flex;
}
@media (min-width: 1024px) {
  .service-card:hover {
    background: #C62628;
    padding: 32px;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .service-card:hover {
    padding: 24px 12px;
  }
}
@media (min-width: 1024px) {
  .service-card:hover .service-card__left p {
    color: white;
    border-color: white;
  }
  .service-card:hover .service-card__left h3 {
    color: white;
  }
  .service-card:hover .service-card__left button svg {
    display: none;
  }
  .service-card:hover .service-card__left button svg:nth-child(2) {
    display: block;
  }
  .service-card:hover .service-card__right .price {
    display: none;
    color: white;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .service-card:hover .service-card__right .price {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .service-card:hover .service-card__right .red_btn {
    display: flex;
  }
}
.service-card:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #D1D0D1;
}
.service .dark_btn {
  margin-top: 40px;
  width: auto;
}
@media (max-width: 1024px) {
  .service .dark_btn {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .service .dark_btn {
    width: 100%;
  }
}

.specialists_slider {
  position: relative;
}
.specialists .specialists_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E7E6E7;
  transition: 0.2s ease-in-out;
}
.specialists .specialists_btn svg path {
  transition: 0.2s ease-in-out;
}
.specialists .specialists_btn:hover {
  color: #FFFFFF;
  background: #C62628;
}
.specialists .specialists_btn:hover svg path {
  stroke: #FFFFFF;
}
.specialists .swiper-button-disabled {
  opacity: 50%;
}
.specialists .specialists-button-next {
  right: -72px;
}
.specialists .specialists-button-prev {
  left: -72px;
}
@media (max-width: 1024px) {
  .specialists .specialistsSwiper {
    overflow: visible;
  }
  .specialists .specialistsSwiper::-webkit-scrollbar {
    display: none;
  }
}
.specialists_block {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .specialists_block {
    flex-direction: column-reverse;
    border-radius: 12px;
    border: 4px solid #FFFFFF;
    background: #FFFFFF;
    align-items: start;
    gap: 0;
  }
}
@media (max-width: 1024px) {
  .specialists_block_left {
    padding: 20px;
    width: 100%;
  }
}
.specialists_block h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #222222;
  max-width: 432px;
}
@media (max-width: 1024px) {
  .specialists_block h6 {
    font-size: 18px;
    line-height: 140%;
  }
}
.specialists_block svg {
  margin: 40px 0 12px 0;
}
@media (max-width: 1024px) {
  .specialists_block svg {
    display: none;
  }
}
.specialists_block p {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #222222;
  max-width: 850px;
}
@media (max-width: 1024px) {
  .specialists_block p {
    display: none;
  }
}
.specialists_block b {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #222222;
  display: block;
  margin: 24px 0 8px 0;
}
@media (max-width: 1024px) {
  .specialists_block b {
    font-size: 15px;
    margin: 8px 0 0 0;
    color: #898789;
  }
}
.specialists_block span {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #222222;
  margin-bottom: 28px;
  display: block;
}
@media (max-width: 1024px) {
  .specialists_block span {
    margin-bottom: 8px;
  }
}
.specialists_block .red_btn {
  width: 272px;
  height: 44px;
  padding: 0;
  font-size: 16px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .specialists_block .red_btn {
    background: #E7E6E7;
    width: 100%;
    color: #222222;
    padding: 3px 5px;
    text-align: center;
  }
}
.specialists_block .red_btn:hover {
  color: #FFFFFF;
  background: #222222;
}
.specialists_block_right {
  position: relative;
  max-width: 680px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .specialists_block_right {
    max-width: 480px;
  }
}
@media (max-width: 1024px) {
  .specialists_block_right {
    max-width: 100%;
    width: 100%;
    padding-top: 23px;
    background: #F6F5F6;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }
}
.specialists_block_right .specialists_bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 115px;
}
@media (max-width: 1024px) {
  .specialists_block_right .specialists_bg {
    top: 49px;
    transform: scale(1.1);
  }
}
.specialists_block_right .specialists_img {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .specialists_block_right .specialists_img {
    transform: translateY(3px);
  }
}
.specialists_block_right::before {
  position: absolute;
  content: "";
  z-index: 3;
  background: #FFFFFF;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-radius: 12px 12px 0 0;
  display: none;
}
@media (max-width: 1024px) {
  .specialists_block_right::before {
    display: block;
  }
}
.specialists .more_btn {
  background: #222222;
  width: 294px;
  height: 44px;
  padding: 0;
  font-size: 16px;
  display: flex;
  margin: 62px auto 0 auto;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .specialists .more_btn {
    margin: 24px 0 0 0;
    width: 100%;
  }
}
.specialists .more_btn:hover {
  color: #FFFFFF;
  background: #C62628;
}
.specialists_head {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 1024px) {
  .specialists_head {
    flex-direction: column;
  }
}
.specialists_head_right {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .specialists_head_right {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: start;
  }
}
.specialists_head .search {
  margin-bottom: 0;
  width: 415px;
}
@media (max-width: 1024px) {
  .specialists_head .search {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.specialists_head .custom-select {
  display: block;
}
@media (max-width: 1024px) {
  .specialists_head .custom-select {
    width: 100%;
  }
}
.specialists_head .custom-select .location_btn {
  background: transparent;
  width: -moz-max-content;
  width: max-content;
  height: 52px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .specialists_head .custom-select .location_btn {
    width: 100%;
  }
}
.specialists_content_in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 20px;
}
@media (max-width: 1536px) {
  .specialists_content_in {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .specialists_content_in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.specialists_content_block {
  border-radius: 12px;
  background: #FFFFFF;
  overflow: hidden;
  padding: 4px;
}
.specialists_content_block_img {
  position: relative;
  background: #E7E6E7;
  border-radius: 8px 8px 0 0;
}
.specialists_content_block_img .specialists_img {
  position: relative;
  z-index: 2;
}
.specialists_content_block_img .specialists_bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 69px;
  max-width: 341px;
}
@media (max-width: 1024px) {
  .specialists_content_block_img .specialists_bg {
    top: 49px;
    transform: scale(1.1);
  }
}
.specialists_content_block_img::before {
  position: absolute;
  content: "";
  z-index: 3;
  background: #FFFFFF;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 10px;
  border-radius: 12px 12px 0 0;
  display: block;
}
.specialists_content_block_text {
  padding: 20px;
}
.specialists_content_block h6 {
  font-weight: 600;
  color: #222222;
  font-size: 18px;
  line-height: 140%;
}
.specialists_content_block b {
  font-weight: 500;
  line-height: 160%;
  display: block;
  font-size: 15px;
  margin: 8px 0 0 0;
  color: #898789;
}
.specialists_content_block span {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #222222;
  display: block;
  margin-bottom: 16px;
}
.specialists_content_block .red_btn {
  height: 44px;
  padding: 12px 24px;
  width: -moz-max-content;
  width: max-content;
  background: #E7E6E7;
  font-size: 16px;
  color: #262626;
}

.stock {
  position: relative;
  padding: 40px 0 60px 0;
  background-image: url("../images/dark_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .stock {
    padding: 36px 0;
  }
}
.stock.stock_two {
  overflow: hidden;
  background-image: none;
  padding: 0 0 160px 0;
}
@media (max-width: 1024px) {
  .stock.stock_two {
    padding: 0 0 80px 0;
  }
}
.stock.stock_two .section_title {
  color: #222222;
}
.stock.stock_two::before {
  background: none;
}
.stock.stock_two .stock_card {
  background: #FFFFFF;
}
.stock.stock_two .stock_card span, .stock.stock_two .stock_card p {
  color: #222222;
}
.stock.stock_two .stock_card_img span {
  color: #222222;
  background: #FFFFFF;
}
.stock.stock_two .stock_right {
  border: 1px solid #D1D0D1;
}
.stock.stock_two .stock_right span {
  background: #FFFFFF;
  color: #222222;
}
.stock.stock_two .stock_right h6, .stock.stock_two .stock_right p {
  color: #222222;
}
.stock.stock_two .stock_right form span {
  background: transparent;
  padding: 0;
  color: #898789;
}
.stock.stock_two .stock_right form span a {
  color: #222222;
}
.stock.stock_two .stock_right_img {
  border: 6px solid #FFFFFF;
}
@media (max-width: 1024px) {
  .stock.stock_two .stockTwoSwiper {
    display: none;
  }
}
.stock.stock_two .stockMediaSwiper {
  display: none;
  overflow: visible;
}
@media (max-width: 1024px) {
  .stock.stock_two .stockMediaSwiper {
    display: block;
  }
}
.stock.stock_two .stockMediaSwiper .stock_card {
  width: 100%;
}
.stock::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, #3D3C3D 0%, #262626 100%);
}
.stock .container {
  position: relative;
  z-index: 3;
}
.stock .section_title {
  color: #FFFFFF;
}
.stock .more_btn {
  background: #FFFFFF;
  border-radius: 8px;
  color: #222222;
  text-align: center;
  padding: 12px 24px;
  height: 44px;
  font-weight: 500;
  line-height: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0 auto;
  width: 218px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .stock .more_btn {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.stock .more_btn:hover {
  color: #FFFFFF;
  background: #C62628;
}
.stock_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1536px) {
  .stock_in {
    display: flex;
    flex-direction: column-reverse;
  }
}
.stock_left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .stock_left {
    display: block;
  }
}
@media (max-width: 1024px) {
  .stock_left .stock_card_desktop {
    display: none;
  }
}
.stock .stockSwiper {
  display: none;
}
@media (max-width: 1024px) {
  .stock .stockSwiper {
    display: block;
    overflow: visible;
  }
}
.stock .stockSwiper .swiper-slide {
  height: auto;
}
.stock .stockSwiper .stock_card {
  height: 100%;
}
.stock_right {
  display: flex;
  gap: 10px;
  border: 1px solid #525152;
  border-radius: 12px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .stock_right {
    border: none;
    width: 100%;
  }
}
.stock_right_text {
  padding: 34px;
}
@media (max-width: 1024px) {
  .stock_right_text {
    display: none;
  }
}
.stock_right_text span {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 7.5px 16px;
  background: #454545;
}
.stock_right_text h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  color: #FFFFFF;
  margin: 12px 0;
}
.stock_right_text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.stock_right_text form span {
  background: transparent;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #898789;
  margin: 8px 0 20px 0;
  display: block;
}
.stock_right_text form span a {
  color: #FFFFFF;
}
.stock_right_text form .red_btn {
  height: 44px;
  width: 139px;
  font-size: 16px;
  transition: 0.2s ease-in-out;
}
.stock_right_text form .red_btn:hover {
  color: #222222;
  background: #FFFFFF;
}
.stock_right_text .input_block {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stock_right_text .input_block input {
  height: 44px;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 500;
  line-height: 100%;
  color: #898789;
  border: 1px solid #898789;
}
.stock_right_img {
  border: 6px solid #3D3C3D;
  border-radius: 12px;
  width: 325px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .stock_right_img {
    border: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .stock_right_img {
    height: 300px;
  }
}
.stock_right_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .stock_right_img .desktop_img {
    display: none;
  }
}
.stock_right_img .media_img {
  display: none;
}
@media (max-width: 768px) {
  .stock_right_img .media_img {
    display: block;
  }
}
.stock_right_img::before {
  display: none;
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(61, 60, 61, 0) 0%, #3D3C3D 100%);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 188px;
}
@media (max-width: 1024px) {
  .stock_right_img::before {
    display: block;
  }
}
.stock_right_img .img_text {
  position: absolute;
  bottom: 26px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
}
.stock_right_img .img_text h6 {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  text-align: center;
  color: #FFFFFF;
  display: none;
}
@media (max-width: 1024px) {
  .stock_right_img .img_text h6 {
    display: flex;
  }
}
.stock_right_img .red_btn {
  display: none;
}
@media (max-width: 1024px) {
  .stock_right_img .red_btn {
    display: flex;
  }
}
.stock_card {
  border-radius: 12px;
  background: #3D3C3D;
}
.stock_card_img {
  padding: 4px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.stock_card_img span {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #FFFFFF;
  padding: 7.5px 14px;
  border-radius: 8px;
  background: #3D3C3D;
}
@media (max-width: 1024px) {
  .stock_card_img span {
    font-size: 12px;
    left: 20px;
    top: 20px;
  }
}
.stock_card_img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stock_card_text {
  padding: 20px;
}
@media (max-width: 1024px) {
  .stock_card_text {
    padding: 16px 12px;
  }
}
.stock_card_text span {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #FFFFFF;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .stock_card_text span {
    font-size: 18px;
  }
}
.stock_card_text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #FFFFFF;
}
.stock_page_in {
  display: flex;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1536px) {
  .stock_page_in {
    gap: 24px;
  }
}
@media (max-width: 1280px) {
  .stock_page_in {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .stock_page .section_title {
    display: none;
  }
}
.stock_page_fix {
  width: 810px;
  flex-shrink: 0;
  position: sticky;
  top: 120px;
}
@media (max-width: 1536px) {
  .stock_page_fix {
    width: 550px;
  }
}
@media (max-width: 1280px) {
  .stock_page_fix {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.stock_page_fix_img {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  height: 550px;
}
@media (max-width: 1536px) {
  .stock_page_fix_img {
    height: 450px;
    border: 2px solid #FFFFFF;
  }
}
@media (max-width: 768px) {
  .stock_page_fix_img {
    height: 335px;
  }
}
.stock_page_fix_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stock_page_fix ul {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 32px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(37.3333358765px);
          backdrop-filter: blur(37.3333358765px);
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 24px;
  display: flex;
  align-items: center;
  gap: 58px;
  height: 48px;
}
@media (max-width: 768px) {
  .stock_page_fix ul {
    display: none;
  }
}
.stock_page_fix ul li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stock_page_fix ul li b {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #222222;
  opacity: 50%;
}
.stock_page_fix ul li span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #222222;
}
.stock_page_fix ul .line {
  position: relative;
}
.stock_page_fix ul .line::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 2px;
  opacity: 20%;
  right: -29px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.stock_page_fix .red_btn {
  margin-top: 20px;
  height: 44px;
  font-size: 16px;
  width: 100%;
}
@media (max-width: 1024px) {
  .stock_page_fix .red_btn {
    display: none;
  }
}
.stock_page_right_head {
  margin-bottom: 40px;
}
.stock_page_right_head h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #222222;
}
@media (max-width: 1024px) {
  .stock_page_right_head h6 {
    display: none;
  }
}
.stock_page_right_head h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #C62628;
  display: none;
}
@media (max-width: 1024px) {
  .stock_page_right_head h5 {
    display: block;
  }
}
.stock_page_right_head p {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #222222;
  margin: 20px 0 16px 0;
}
.stock_page_right_head ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stock_page_right_head ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #222222;
  list-style-type: disc;
  list-style-position: inside;
}
.stock_page_right_head .red_btn {
  display: none;
}
@media (max-width: 1024px) {
  .stock_page_right_head .red_btn {
    display: block;
    margin-top: 24px;
    width: 100%;
  }
}
.stock_page_lists_head {
  padding: 4px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 1024px) {
  .stock_page_lists_head {
    background: transparent;
  }
}
.stock_page_lists_head b {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #222222;
  padding: 12px 20px;
  background: #E7E6E7;
  border-radius: 4px 0 0 4px;
  width: 100%;
}
@media (max-width: 1024px) {
  .stock_page_lists_head b {
    background: transparent;
  }
}
@media (max-width: 768px) {
  .stock_page_lists_head b {
    padding: 12px;
  }
}
.stock_page_lists_head b:nth-child(2) {
  flex-shrink: 0;
  width: 330px;
  border-radius: 0 4px 4px 0;
}
@media (max-width: 1536px) {
  .stock_page_lists_head b:nth-child(2) {
    width: 270px;
  }
}
@media (max-width: 768px) {
  .stock_page_lists_head b:nth-child(2) {
    width: 85px;
  }
}
.stock_page_lists_head b span {
  padding: 0;
  width: 100%;
}
.stock_page_lists_head b .mobile_text {
  display: none;
}
@media (max-width: 768px) {
  .stock_page_lists_head b .mobile_text {
    display: block;
  }
}
@media (max-width: 768px) {
  .stock_page_lists_head b .desktop_text {
    display: none;
  }
}
.stock_page_lists ul {
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 1024px) {
  .stock_page_lists ul {
    border-radius: 8px;
  }
}
.stock_page_lists ul li {
  border-bottom: 1px solid #E7E6E7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stock_page_lists ul li:last-child {
  border-bottom: none;
}
.stock_page_lists span {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #222222;
  padding: 12px 20px;
}
@media (max-width: 768px) {
  .stock_page_lists span {
    padding: 12px;
  }
}
.stock_page_lists span:nth-child(2) {
  flex-shrink: 0;
  width: 330px;
}
@media (max-width: 1536px) {
  .stock_page_lists span:nth-child(2) {
    width: 270px;
  }
}
@media (max-width: 768px) {
  .stock_page_lists span:nth-child(2) {
    width: 85px;
  }
}
.stock .stock_slider {
  position: relative;
}
.stock .stock_slider .stock_page-button-next {
  z-index: 3;
  right: -72px;
  position: absolute;
}
.stock .stock_slider .stock_page-button-prev {
  z-index: 3;
  left: -72px;
}

.faq_contact .career_contact_img img {
  height: 570px;
}
@media (max-width: 1536px) {
  .faq_contact .career_contact_img img {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .faq_contact .career_contact_in {
    min-height: 630px;
  }
}
.faq_contact .career_contact_text .input_blocks {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1536px) {
  .faq_contact .career_contact_text .input_blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.faq_contact .career_contact_text p {
  color: #898789;
  margin: 8px 0 32px 0;
}
.faq_contact .career_contact_text p a {
  color: #222222;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .accordion {
    gap: 12px;
  }
}
.accordion .item {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 12px;
}
@media (max-width: 1280px) {
  .accordion .item {
    padding: 12px;
  }
}
.accordion .item.active {
  background-image: url("../images/faq_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.accordion .item.active .accordion_btn {
  color: #FFFFFF;
  transition: 0.2s ease;
}
.accordion .item.active .accordion_btn .icon {
  background: rgba(255, 255, 255, 0.2);
}
.accordion .item.active .accordion_btn .icon.active .icon_one {
  display: none;
}
.accordion .item.active .accordion_btn .icon.active .icon_two {
  display: flex;
}
.accordion .accordion_btn {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #222222;
  position: relative;
  width: 100%;
  text-align: left;
}
@media (max-width: 1280px) {
  .accordion .accordion_btn {
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}
.accordion .accordion_btn .icon {
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #E7E6E7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .accordion .accordion_btn .icon {
    position: static;
    margin: 0;
  }
}
.accordion .accordion_btn .icon .icon_two {
  display: none;
}
.accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.accordion .content p {
  margin-top: 16px;
  max-width: 963px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #FFFFFF;
}
@media (max-width: 1280px) {
  .accordion .content p {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .accordion .content p {
    font-size: 14px;
  }
}

.comment_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .comment_head {
    flex-direction: column;
    align-items: start;
    margin-bottom: 20px;
  }
}
.comment_head .section_title {
  margin-bottom: 0;
}
.comment .tabs__buttons {
  flex-shrink: 0;
  padding: 4px;
  border-radius: 12px;
  height: 52px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: start;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1024px) {
  .comment .tabs__buttons {
    width: 100%;
  }
}
.comment .tabs__buttons .tab_btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #222222;
  cursor: pointer;
  transition: 0.3s;
  padding: 13px 24px;
  text-align: center;
  border-radius: 8px;
  transition: 0.2s ease-in-out;
}
.comment .tabs__buttons .tab_btn:hover {
  color: #222222;
  background: #E7E6E7;
}
@media (max-width: 1280px) {
  .comment .tabs__buttons .tab_btn {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .comment .tabs__buttons .tab_btn {
    flex: 1;
  }
}
.comment .tabs__buttons .tab_btn.active {
  background-color: #E7E6E7;
}
.comment .tabs__contents .tab_content {
  display: none;
}
.comment .tabs__contents .tab_content.active {
  display: block;
}
.comment .result_block_in {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
@media (max-width: 1280px) {
  .comment .result_block_in {
    margin-bottom: 20px;
  }
}
.comment .result_block_in a {
  border-radius: 50px;
  padding: 4px;
  height: 56px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .comment .result_block_in a {
    height: 32px;
    gap: 8px;
  }
}
@media (max-width: 1280px) {
  .comment .result_block_in a img {
    width: 24px;
    height: 24px;
  }
}
.comment .result_block_in a span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #222222;
}
@media (max-width: 1280px) {
  .comment .result_block_in a span {
    font-size: 18px;
    line-height: 120%;
    gap: 8px;
    font-family: 600;
  }
}
.comment .result_block_in a svg {
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .comment .result_block_in a svg {
    width: 24px;
    height: 24px;
  }
}
.comment .result_block_in_two {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .comment .commentSwiper {
    overflow: visible;
  }
}
.comment .comment_slider {
  position: relative;
}
.comment .comment_slider .comment_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #E7E6E7;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
}
.comment .comment_slider .comment_btn svg path {
  transition: 0.2s ease-in-out;
}
.comment .comment_slider .comment_btn:hover {
  color: #FFFFFF;
  background: #C62628;
}
.comment .comment_slider .comment_btn:hover svg path {
  stroke: #FFFFFF;
}
.comment .comment_slider .comment-button-prev {
  left: -72px;
}
.comment .comment_slider .comment-button-next {
  right: -72px;
}
.comment .comment_card {
  border-radius: 12px;
  background: #FFFFFF;
}
.comment .comment_card_top {
  padding: 32px 24px 28px 24px;
  border-bottom: 1px solid #E7E6E7;
}
@media (max-width: 1024px) {
  .comment .comment_card_top {
    padding: 24px 20px 28px 20px;
  }
}
.comment .comment_card_bottom {
  padding: 24px 24px 28px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 1024px) {
  .comment .comment_card_bottom {
    padding: 24px 20px;
  }
}
.comment .comment_card h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #222222;
}
@media (max-width: 1024px) {
  .comment .comment_card h6 {
    font-size: 16px;
  }
}
.comment .comment_card .date {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 8px 0 15px 0;
}
@media (max-width: 1024px) {
  .comment .comment_card .date {
    margin: 4px 0;
  }
}
.comment .comment_card .date .line {
  height: 12px;
  width: 1px;
  background: #E7E6E7;
  border-radius: 1px;
}
.comment .comment_card .date span {
  font-weight: 500;
  line-height: 150%;
  font-size: 16px;
  color: #898789;
  display: flex;
  align-items: center;
  gap: 4px;
}
.comment .comment_card p {
  font-weight: 500;
  line-height: 160%;
  color: #222222;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comment .comment_card .user {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  color: #222222;
}
.comment .comment_card .user .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid #C62628;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment .comment_card .user .icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.comment .comment_card .user .img_icon {
  border: none;
}
.comment .comment_card .user .user-text {
  overflow: hidden;
}
.comment .comment_card .yandex_link {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  line-height: 100%;
  color: #222222;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 8px;
  height: 44px;
  background: #E7E6E7;
  transition: 0.2s ease-in-out;
}
.comment .comment_card .yandex_link:hover {
  color: #FFFFFF;
  background: #C62628;
}
.comment .comment_card .yandex_link img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .comment .comment_card .yandex_link span {
    display: none;
  }
}
.comment .more_btn {
  background: #222222;
  border-radius: 8px;
  color: #FFFFFF;
  text-align: center;
  padding: 12px 24px;
  height: 44px;
  font-weight: 500;
  line-height: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0 auto;
  width: 240px;
  transition: 0.2s ease-in-out;
}
.comment .more_btn:hover {
  color: #FFFFFF;
  background: #C62628;
}
@media (max-width: 1024px) {
  .comment .more_btn {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.comment_blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media (max-width: 1460px) {
  .comment_blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .comment_blocks {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.comment .comment_video {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}
.comment .comment_video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment .comment_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.comment .comment_video_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(37.3333358765px);
          backdrop-filter: blur(37.3333358765px);
  background: rgba(255, 255, 255, 0.2);
}
.comment .comment_video_btn svg {
  transform: translateX(3px);
}
.comment .comment_video.active video {
  opacity: 1;
  z-index: 3;
}

.contact {
  position: relative;
  height: 621px;
}
@media (max-width: 1024px) {
  .contact {
    height: 921px;
  }
}
.contact .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1780px) {
  .contact .container {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .contact .container {
    align-items: end;
    padding: 321px 20px 60px 20px;
  }
}
.contact iframe {
  height: 100%;
  position: relative;
  z-index: 2 !important;
}
.contact_text {
  border-radius: 12px;
  background: radial-gradient(50% 50% at 50% 50%, #3D3C3D 0%, #262626 100%);
  width: 704px;
  position: relative;
  z-index: 8;
}
@media (max-width: 1024px) {
  .contact_text {
    width: 100%;
  }
}
.contact_text_top {
  padding: 48px 40px 28px 40px;
  border-bottom: 1px solid #454545;
}
@media (max-width: 1024px) {
  .contact_text_top {
    padding: 32px 20px;
  }
}
.contact_text_bottom {
  padding: 28px 40px 48px 40px;
}
@media (max-width: 1024px) {
  .contact_text_bottom {
    padding: 28px 20px 32px 20px;
  }
}
.contact_text_bottom h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #FFFFFF;
}
.contact_text h3 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .contact_text h3 {
    margin-bottom: 16px;
  }
}
.contact_text ul {
  max-width: 306px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact_text ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact_text ul span {
  min-width: 84px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #898789;
}
.contact_text ul address,
.contact_text ul a,
.contact_text ul p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #FFFFFF;
}
.contact_text .selects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (max-width: 1024px) {
  .contact_text .selects {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.contact_text .selects h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 4px;
}
@media (max-width: 1024px) {
  .contact_text .selects h6 {
    font-size: 18px;
  }
}
.contact_text .ui-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.contact_text .ui-dropdown__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #898789;
  border-radius: 8px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 500;
  line-height: 100%;
  font-size: 16px;
  color: #FFFFFF;
}
.contact_text .ui-dropdown__toggle svg {
  transition: transform 0.3s ease;
}
.contact_text .ui-dropdown__list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background-color: #898789;
  border: 1px solid #898789;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  display: none;
  z-index: 1000;
}
.contact_text .ui-dropdown__list .ui-dropdown__item {
  padding: 10px 16px;
  cursor: pointer;
  color: #FFFFFF;
}
.contact_text .ui-dropdown__list .ui-dropdown__item:hover {
  background: #c1c0c0;
}
.contact_text .ui-dropdown.active .ui-dropdown__list {
  display: block;
}
.contact_text .ui-dropdown.active .ui-dropdown__arrow {
  transform: rotate(180deg);
}
.contact_text .contact_link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .contact_text .contact_link {
    flex-direction: column;
    width: 100%;
    margin-top: 24px;
  }
}
.contact_text .contact_link .red_btn {
  gap: 8px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .contact_text .contact_link .red_btn {
    width: 100%;
  }
}
.contact_text .contact_link .red_btn svg path {
  transition: 0.2s ease-in-out;
}
.contact_text .contact_link .red_btn:hover {
  color: #222222;
  background: #FFFFFF;
}
.contact_text .contact_link .red_btn:hover svg path {
  stroke: #222222;
}
.contact_text .contact_link .outline {
  border: 1px solid #FFFFFF;
}
.contact_page_head {
  padding: 20px 0 160px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .contact_page_head {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 0 40px 0;
  }
}
@media (max-width: 768px) {
  .contact_page_head {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.contact_page_head_block {
  border-radius: 12px;
  background: #FFFFFF;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1024px) {
  .contact_page_head_block {
    padding: 16px;
  }
}
.contact_page_head span {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 140%;
  color: #222222;
}
.contact_page_head .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C62628;
}
@media (max-width: 1024px) {
  .contact_page_head .icon {
    width: 48px;
    height: 48px;
  }
}
.contact_page_blocks {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (max-width: 768px) {
  .contact_page_blocks {
    gap: 20px;
  }
}
.contact_page_block {
  height: 330px;
  overflow: hidden;
  padding: 4px;
  border-radius: 12px;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .contact_page_block {
    height: 360px;
  }
}
.contact_page_block.dark {
  background: #3D3C3D;
}
.contact_page_block.dark h6 {
  color: #FFFFFF;
}
.contact_page_block.dark p {
  color: #FFFFFF;
}
.contact_page_block.dark ul li a {
  color: #FFFFFF;
}
.contact_page_block.dark .contact_page_block_img::before {
  background: linear-gradient(270deg, rgba(61, 60, 61, 0) 0%, #3D3C3D 100%);
}
@media (max-width: 768px) {
  .contact_page_block.dark .contact_page_block_img::before {
    background: linear-gradient(180deg, rgba(61, 60, 61, 0) 5.71%, #3D3C3D 93.43%);
  }
}
.contact_page_block_text {
  max-width: 780px;
  padding: 40px;
  position: absolute;
  z-index: 3;
  left: 0;
}
@media (max-width: 768px) {
  .contact_page_block_text {
    padding: 20px;
    bottom: 0;
    width: 100%;
  }
}
.contact_page_block_img {
  margin-left: auto;
  width: 940px;
  position: relative;
}
@media (max-width: 768px) {
  .contact_page_block_img {
    height: 210px;
  }
}
.contact_page_block_img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.contact_page_block_img::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -2px;
  top: 0;
  height: 110%;
  width: 438px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
@media (max-width: 768px) {
  .contact_page_block_img::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 5.71%, #FFFFFF 93.43%);
    bottom: -2px;
    height: 141px;
    left: 0;
    width: 100%;
    top: auto;
  }
}
.contact_page_block h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #222222;
}
@media (max-width: 768px) {
  .contact_page_block h6 {
    font-size: 24px;
  }
}
.contact_page_block p {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #222222;
  margin: 20px 0 79px 0;
}
@media (max-width: 768px) {
  .contact_page_block p {
    margin: 8px 0 12px 0;
  }
}
.contact_page_block ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact_page_block ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact_page_block ul li span {
  width: 84px;
  flex-shrink: 0;
  color: #898789;
}
.contact_page_block ul li a {
  color: #222222;
}
.contact_page_block ul li span, .contact_page_block ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.contact_page .sample_documents .container {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .contact_page .sample_documents .container {
    padding: 20px;
  }
}
.contact_page .sample_documents h3 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #222222;
}
@media (max-width: 1024px) {
  .contact_page .sample_documents h3 {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.contact_page .sample_documents_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 1024px) {
  .contact_page .sample_documents_in {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.contact_page .sample_documents_link {
  background: #F6F5F6;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 8px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .contact_page .sample_documents_link {
    max-width: 100%;
    width: 100%;
    padding: 8px 16px;
  }
}
@media (max-width: 768px) {
  .contact_page .sample_documents_link {
    align-items: start;
  }
}
.contact_page .sample_documents_link svg {
  flex-shrink: 0;
}
.contact_page .sample_documents_link span {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #222222;
}

.blog_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 20px;
}
@media (max-width: 1024px) {
  .blog_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px 20px;
  }
}
.blog_card_img {
  position: relative;
}
.blog_author {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  padding: 4px 16px 4px 4px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(37.3333358765px);
          backdrop-filter: blur(37.3333358765px);
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
}
.blog_author img {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  flex-shrink: 0;
}
.blog_author span {
  font-weight: 500;
  line-height: 100%;
  color: #898789;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}
.blog_author p {
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #262626;
}
.blog_author p.white {
  color: #FFFFFF;
}
.blog_img {
  border-radius: 24px;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .blog_img {
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .blog_img {
    height: 240px;
  }
}
@media (max-width: 480px) {
  .blog .one_img {
    -o-object-position: right;
       object-position: right;
  }
}
.blog_card_text {
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .blog_card_text {
    margin-top: 12px;
  }
}
.blog_card_text span {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  font-size: 15px;
}
.blog_card_text p {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  color: #222222;
  margin-bottom: 8px;
}

.policy {
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .policy {
    margin-bottom: 80px;
  }
}
.policy_in {
  display: flex;
  align-items: start;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .policy_in {
    flex-direction: column-reverse;
    gap: 60px;
  }
}
.policy_left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 995px;
}
@media (max-width: 1280px) {
  .policy_left {
    max-width: 100%;
  }
}
.policy_fixed {
  max-width: 560px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 24px;
  background: #E7E6E7;
  position: sticky;
  top: 120px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .policy_fixed {
    max-width: 100%;
    position: relative;
    width: 100%;
    border-radius: 12px;
    padding: 20px;
    top: 0;
  }
}
.policy_fixed svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 394px;
}
@media (max-width: 1536px) {
  .policy_fixed svg {
    max-width: 100%;
    width: 100%;
  }
}
.policy_fixed ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #222222;
  list-style-type: decimal;
}
.policy_block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1024px) {
  .policy_block {
    gap: 12px;
  }
}
.policy h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #222222;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .policy h6 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 110%;
  }
}
.policy b {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
}
.policy p, .policy li {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #222222;
}
.policy ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1024px) {
  .policy ul {
    gap: 12px;
  }
}
.policy li {
  list-style-type: disc;
  list-style-position: inside;
}

.information .policy_block {
  max-width: 995px;
}
@media (max-width: 1024px) {
  .information .policy_block {
    gap: 0;
  }
}
.information_imgs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
  max-width: 1285px;
}
@media (max-width: 1024px) {
  .information_imgs {
    margin-top: 20px;
  }
}
.information_imgs img {
  border-radius: 12px;
  border: 1px solid #E7E6E7;
}

.discounts_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 54px;
}
@media (max-width: 1024px) {
  .discounts_head {
    margin-bottom: 20px;
  }
}
.discounts_head .custom-select .location_btn {
  width: -moz-max-content;
  width: max-content;
  background: transparent;
  height: 52px;
  justify-content: space-between;
}
.discounts_head .section_title {
  margin-bottom: 0;
}
.discounts_in {
  display: flex;
  gap: 40px;
  align-items: start;
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .discounts_in {
    flex-direction: column;
    margin-bottom: 80px;
    gap: 28px;
  }
}
.discounts .paginations {
  margin-bottom: 0;
}
.discounts_fix {
  position: sticky;
  top: 100px;
  background: linear-gradient(90deg, #F0F0F0 0%, #F7F7F6 7.8%, #EEEEEF 15.44%, #E6E4E5 40.62%, #E7E6E6 62.92%, #E9E8E8 100%);
  border-radius: 12px;
  overflow: hidden;
  width: 540px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .discounts_fix {
    width: 430px;
  }
}
@media (max-width: 1024px) {
  .discounts_fix {
    position: relative;
    width: 100%;
    border: 1px solid #E7E6E7;
    top: 0;
  }
}
@media (max-width: 640px) {
  .discounts_fix {
    height: 400px;
  }
  .discounts_fix::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
    z-index: 2;
    height: 217px;
  }
}
.discounts_fix_img {
  position: relative;
}
.discounts_fix_img img {
  width: 100%;
}
@media (max-width: 640px) {
  .discounts_fix_img .fix_desktop {
    display: none;
  }
}
.discounts_fix_img .fix_mobile {
  display: none;
}
@media (max-width: 640px) {
  .discounts_fix_img .fix_mobile {
    display: block;
  }
}
.discounts_fix_img span {
  left: 16px;
  bottom: 8px;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #222222;
  padding: 7.5px 16px;
  border-radius: 8px;
  background: #FFFFFF;
}
@media (max-width: 640px) {
  .discounts_fix_img span {
    top: 108px;
    height: 32px;
    left: 20px;
  }
}
.discounts_fix_text {
  padding: 8px 16px 20px 16px;
}
@media (max-width: 640px) {
  .discounts_fix_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
  }
}
.discounts h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #222222;
}
.discounts p {
  font-weight: 500;
  line-height: 150%;
  color: #222222;
  font-size: 16px;
}
.discounts .discounts_btns {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.discounts .discounts_btns button {
  height: 44px;
  font-size: 16px;
  padding: 12px 24px;
}
@media (max-width: 1280px) {
  .discounts .discounts_btns button {
    width: 100%;
  }
}
.discounts .discounts_btns .outline {
  border: 1px solid #C62628;
  color: #262626;
}
.discounts_cards_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
@media (max-width: 768px) {
  .discounts_cards_in {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
}
.discounts_card {
  padding: 4px;
  border-radius: 12px;
  background: #FFFFFF;
}
.discounts_card_img {
  position: relative;
}
.discounts_card_img img {
  border-radius: 8px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}
@media (max-width: 1280px) {
  .discounts_card_img img {
    height: 200px;
  }
}
.discounts_card_img span {
  left: 24px;
  top: 24px;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #222222;
  padding: 7.5px 16px;
  border-radius: 8px;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .discounts_card_img span {
    left: 20px;
    top: 20px;
  }
}
.discounts_card_text {
  padding: 20px 20px 24px 20px;
}
@media (max-width: 1024px) {
  .discounts_card_text {
    padding: 20px;
  }
}
.discounts_card_text p {
  min-height: 48px;
}

.career_head {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .career_head {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.career_head img {
  height: 480px;
  border-radius: 24px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .career_head img {
    height: 300px;
    border-radius: 12px;
  }
}
.career_head_text {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 1024px) {
  .career_head_text {
    flex-direction: column;
  }
}
.career_head_text b {
  font-weight: 600;
  line-height: 150%;
  color: #222222;
  font-size: 20px;
  min-width: 320px;
}
@media (max-width: 1024px) {
  .career_head_text b {
    min-width: 100%;
  }
}
.career_head_text span {
  font-weight: 500;
  line-height: 150%;
  color: #222222;
  font-size: 16px;
  max-width: 850px;
}
@media (max-width: 1024px) {
  .career_head_text span {
    min-width: 100%;
  }
}
.career_working_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .career_working_in {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.career_working_img {
  border-radius: 12px;
  overflow: hidden;
  height: 600px;
  position: relative;
}
@media (max-width: 1024px) {
  .career_working_img {
    height: 300px;
  }
}
.career_working_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.career_working_img_text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 44px 36px;
}
@media (max-width: 1024px) {
  .career_working_img_text {
    padding: 28px 20px;
  }
}
.career_working_img_text h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .career_working_img_text h6 {
    font-size: 24px;
  }
}
.career_working_img_text p {
  font-weight: 500;
  line-height: 160%;
  color: #FFFFFF;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .career_working_img_text p {
    font-size: 16px;
  }
}
.career_working_img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  height: 273px;
  width: 100%;
}
.career_working_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .career_working_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.career_working_card {
  padding: 28px 28px 32px 28px;
  border-radius: 12px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 1024px) {
  .career_working_card {
    flex-direction: row;
    justify-content: start;
    padding: 20px;
  }
}
.career_working_card h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #222222;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .career_working_card h6 {
    margin-bottom: 8px;
  }
}
.career_working_card p {
  font-weight: 500;
  line-height: 140%;
  font-size: 18px;
  color: #222222;
}
@media (max-width: 1024px) {
  .career_working_card p {
    font-size: 16px;
  }
}
.career_working .icon {
  width: 48px;
  height: 48px;
  border: 1px solid #C62628;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.career_team_in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .career_team_in {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .career_team_in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.career_team_block {
  border-radius: 24px;
  background: #FFFFFF;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  min-height: 500px;
}
@media (max-width: 1536px) {
  .career_team_block {
    border-radius: 12px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .career_team_block {
    min-height: 180px;
  }
}
.career_team_block_top {
  display: flex;
  align-items: start;
  gap: 10px;
}
.career_team_block h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  color: #222222;
}
@media (max-width: 1780px) {
  .career_team_block h6 {
    font-size: 24px;
  }
}
.career_team_block b {
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  color: #222222;
  opacity: 20%;
}
.career_team_block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #222222;
}
.career_team_block p a {
  color: #2E77FE;
}
.career_vacancy {
  background-image: url("../images/dark_webp");
  background-repeat: no-repeat;
  background-size: cover;
  background: #222222;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .career_vacancy {
    padding: 40px 0;
  }
}
.career_vacancy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #3D3C3D 0%, #262626 100%);
}
.career_vacancy .container {
  position: relative;
  z-index: 3;
}
.career_vacancy .section_title {
  color: #FFFFFF;
}
.career_vacancy .accordion .item {
  background: #3D3C3D;
}
.career_vacancy .accordion .item.active {
  background: #C62628;
}
.career_vacancy .accordion_btn {
  color: #FFFFFF;
}
.career_vacancy .accordion_btn .icon {
  background: #454545;
}
.career_vacancy_blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding-top: 28px;
}
@media (max-width: 1024px) {
  .career_vacancy_blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.career_vacancy_block {
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .career_vacancy_block {
    background: rgba(61, 60, 61, 0.4);
  }
}
.career_vacancy_block h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .career_vacancy_block h6 {
    font-size: 18px;
  }
}
.career_vacancy_block ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.career_vacancy_block ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  list-style-type: disc;
  list-style-position: inside;
}
.career_vacancy .red_btn {
  background: #FFFFFF;
  color: #222222;
  font-size: 16px;
  height: 44px;
  margin-top: 20px;
}
.career_contact {
  margin: 80px 0 160px 0;
}
@media (max-width: 1024px) {
  .career_contact {
    margin: 80px 0;
  }
}
.career_contact_in {
  height: 525px;
  overflow: hidden;
  border-radius: 24px;
  background: #FFFFFF;
  position: relative;
}
@media (max-width: 1536px) {
  .career_contact_in {
    min-height: 800px;
    border-radius: 12px;
  }
}
@media (max-width: 768px) {
  .career_contact_in {
    min-height: 800px;
  }
}
.career_contact_img {
  width: 910px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1536px) {
  .career_contact_img {
    height: 434px;
    border-radius: 12px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .career_contact_img {
    height: 234px;
  }
}
.career_contact_img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1536px) {
  .career_contact_img img {
    border-radius: 12px;
  }
}
.career_contact_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  height: 100%;
  width: 658px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: 2;
}
@media (max-width: 1536px) {
  .career_contact_img::before {
    background: linear-gradient(179.24deg, rgba(255, 255, 255, 0) 0.66%, #FFFFFF 91.33%);
    top: auto;
    left: 0;
    height: 99px;
    width: 100%;
    bottom: -3px;
  }
}
.career_contact_text {
  position: absolute;
  padding: 60px;
  left: 0;
  top: 0;
  max-width: 810px;
  z-index: 3;
}
@media (max-width: 1536px) {
  .career_contact_text {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    bottom: 0;
    top: auto;
  }
}
.career_contact_text h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #222222;
}
@media (max-width: 1024px) {
  .career_contact_text h6 {
    font-size: 24px;
  }
}
.career_contact_text b {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #222222;
  margin: 16px 0 24px 0;
  display: block;
}
@media (max-width: 1024px) {
  .career_contact_text b {
    font-size: 18px;
    margin: 12px 0 16px 0;
  }
}
.career_contact_text .input_blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}
@media (max-width: 1536px) {
  .career_contact_text .input_blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.career_contact_text input {
  font-weight: 500;
  line-height: 100%;
  color: #898789;
  border-radius: 8px;
  border: 1px solid #898789;
  height: 44px;
  padding: 12px 16px;
  background: #FFFFFF;
}
.career_contact_text input::-moz-placeholder {
  color: #898789;
}
.career_contact_text input::placeholder {
  color: #898789;
}
.career_contact_text textarea {
  font-weight: 500;
  line-height: 100%;
  color: #898789;
  border-radius: 8px;
  border: 1px solid #898789;
  min-height: 100px;
  padding: 12px 16px;
  width: 100%;
  background: #FFFFFF;
  resize: none;
}
.career_contact_text textarea::-moz-placeholder {
  color: #898789;
}
.career_contact_text textarea::placeholder {
  color: #898789;
}
.career_contact_text .custom-select {
  width: 100%;
}
@media (max-width: 1780px) {
  .career_contact_text .custom-select {
    display: block;
  }
}
.career_contact_text .custom-select .location_btn {
  height: 44px;
  width: 100%;
  justify-content: space-between;
}
.career_contact_text .custom-select .location_btn span {
  color: #898789;
}
.career_contact_text .file-upload {
  margin: 8px 0 32px 0;
}
@media (max-width: 1024px) {
  .career_contact_text .file-upload {
    margin: 8px 0;
  }
}
.career_contact_text .file-upload .upload-btn {
  width: 147px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  line-height: 100%;
  font-size: 16px;
  color: #222222;
  cursor: pointer;
  transition: background 0.3s;
  padding: 10px 24px;
  border-radius: 8px;
  background: #E7E6E7;
}
@media (max-width: 1536px) {
  .career_contact_text .file-upload .upload-btn {
    width: 100%;
    justify-content: center;
  }
}
.career_contact_text .file-upload .upload-btn:hover {
  background-color: #898789;
}
.career_contact_text .file-upload .upload-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.career_contact_text .file-upload .upload-btn .text {
  white-space: nowrap;
}
.career_contact_text .file-upload .upload-btn .file-input {
  display: none;
}
.career_contact_text .form_btn {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 17px;
  background: #F6F5F6;
  border-radius: 8px;
  padding: 0 15px 0 0;
}
@media (max-width: 1024px) {
  .career_contact_text .form_btn {
    gap: 32px;
    flex-direction: column-reverse;
    width: 100%;
    background: transparent;
    align-items: start;
    padding: 0;
  }
}
.career_contact_text .form_btn p {
  max-width: 285px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  color: #898789;
}
@media (max-width: 640px) {
  .career_contact_text .form_btn p {
    margin: auto;
  }
}
.career_contact_text .form_btn p a {
  color: #222222;
}
.career_contact_text .red_btn {
  font-size: 14px;
  height: 44px;
  padding: 12px 24px;
  width: 140px;
}
@media (max-width: 1024px) {
  .career_contact_text .red_btn {
    width: 100%;
  }
}

.article_slider {
  position: relative;
  overflow: hidden;
}
.article_slider .container {
  position: relative;
}

.article-button-next {
  position: absolute;
  right: -72px;
  z-index: 3;
}

.article-button-prev {
  position: absolute;
  left: -72px;
  z-index: 3;
}

@media (max-width: 768px) {
  .articleSwiper {
    overflow: visible;
  }
}

.article .blog_author {
  bottom: 16px;
  top: auto;
  left: 16px;
}
@media (max-width: 1024px) {
  .article .blog_author {
    width: calc(100% - 32px);
    flex-direction: column;
    padding: 8px;
    border-radius: 12px;
  }
}
.article .blog_author .line {
  height: 40px;
  width: 2px;
  background: #FFFFFF;
  opacity: 20%;
  border-radius: 2px;
  margin: 0 28px;
}
@media (max-width: 1024px) {
  .article .blog_author .line {
    width: 100%;
    height: 2px;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .article .blog_author .blog_author_text {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.article .blog_author .blog_author_user {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .article .blog_author .blog_author_user {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .article .blog_author .blog_author_user img {
    border-radius: 4px;
  }
}
@media (max-width: 1024px) {
  .article .blog_author .blog_author_user .blog_author_text {
    flex-direction: column;
  }
}
.article .blog_card {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .article .blog_card {
    order: 1;
    margin-bottom: 0;
  }
}
.article .blog_card .blog_img {
  height: 500px;
}
@media (max-width: 1024px) {
  .article .blog_card .blog_img {
    height: 400px;
  }
}
.article_blog {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .article_blog .article_block {
    order: 3;
  }
}
.article_in {
  display: flex;
  align-items: start;
  gap: 20px;
}
.article_left {
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1280px) {
  .article_left {
    max-width: 100%;
    gap: 32px;
  }
}
.article_title {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #222222;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .article_title {
    order: 2;
    margin-top: 30px;
    font-size: 28px;
  }
}
.article_block {
  max-width: 705px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .article_block {
    max-width: 100%;
    gap: 12px;
  }
}
.article_block_end {
  max-width: 1140px;
}
@media (max-width: 1280px) {
  .article_block_end {
    max-width: 100%;
  }
}
.article_block h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #222222;
}
@media (max-width: 1024px) {
  .article_block h6 {
    font-size: 24px;
  }
}
.article_block ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.article_block li {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #222222;
  list-style-type: disc;
  list-style-position: inside;
}
@media (max-width: 1024px) {
  .article_block li {
    font-size: 16px;
  }
}
.article_block b {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #222222;
}
.article_block p {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #222222;
}
@media (max-width: 1024px) {
  .article_block p {
    font-size: 16px;
  }
}
.article_block img {
  border-radius: 12px;
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_fix {
  margin-top: 110px;
  position: sticky;
  top: 120px;
}
.article_fix_top {
  height: 406px;
  border-radius: 24px;
  background: #E7E6E7;
  overflow: hidden;
  padding: 32px 32px 0 32px;
}
@media (max-width: 1024px) {
  .article_fix_top {
    border-radius: 12px;
    padding: 20px;
    height: 320px;
  }
}
.article_fix_top svg {
  top: auto;
  bottom: -73px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 394px;
}
@media (max-width: 1024px) {
  .article_fix_top svg {
    width: 100%;
    bottom: 0;
    transform: translateY(-70px);
  }
}
.article_fix h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #222222;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .article_fix h6 {
    font-size: 24px;
  }
}
.article_fix ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.article_fix li {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #222222;
  list-style-type: decimal;
  list-style-position: inside;
}
@media (max-width: 1280px) {
  .article .desktop_block {
    display: none;
  }
}
.article .media_block {
  display: none;
  position: relative;
  margin-top: 0;
  top: 0;
  margin-bottom: 32px;
}
@media (max-width: 1280px) {
  .article .media_block {
    display: block;
    order: 3;
  }
}
.article_social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 2px solid #D1D0D1;
  border-radius: 24px;
  margin-top: 10px;
  padding: 20px 32px;
  width: 560px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .article_social {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .article_social {
    border-radius: 12px;
    padding: 20px;
    flex-direction: column;
    align-items: start;
  }
}
.article_social ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1024px) {
  .article_social ul {
    width: 100%;
  }
}
.article_social li {
  list-style-type: none;
  width: 100%;
}
.article_social span {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #222222;
}
.article_social a {
  width: 102px;
  height: 44px;
  border-radius: 8px;
  background: #E7E6E7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .article_social a {
    flex: 1;
    width: 100%;
  }
}

.article-accordions__info {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 44px;
}
.article-accordions .accordion {
  gap: 0;
}
.article-accordions .accordion .item {
  padding-inline: 0;
  background: transparent;
  transition: all 0.2s linear;
}
.article-accordions .accordion .item.active {
  background-color: #c62628;
  padding-inline: 32px;
}
.article-accordions .accordion .item.active .price {
  color: #fff;
}
.article-accordions .accordion ul {
  margin-top: 24px;
}
.article-accordions .accordion ul li {
  padding: 16px 56px 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.article-accordions .accordion ul li:last-child {
  border: none;
}
.article-accordions .accordion ul li span {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
}
.article-accordions .accordion ul li strong {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
}
.article-accordions .accordion_btn {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.article-accordions .accordion_btn .badge {
  padding: 5px 20px;
  border-radius: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  border: 1px solid #d1d0d1;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
.article-accordions .accordion_btn .right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.article-accordions .accordion_btn .icon {
  position: unset;
}
.article-accordions .accordion_btn .price {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #c62628;
}

.team_slider_wrap {
  overflow: hidden;
}
.team_slider_in {
  position: relative;
}
@media (max-width: 1024px) {
  .team_slider_in .teamSwiper {
    overflow: visible;
  }
}
.team_slider_in .team-button-next {
  right: -72px;
}
.team_slider_in .team-button-prev {
  left: -72px;
}
.team_slider .swiper-slide {
  height: auto;
}
.team_slider .specialists_content_block {
  height: 100%;
}
.team_slider .specialists_content_block .red_btn {
  margin-top: auto;
}

.card_comment {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .card_page_service {
    display: none;
  }
}
.card_page_service .section_title_sub {
  color: #222222;
}

.certificates_slider_in {
  position: relative;
}
.certificates_slider .certificates-button-next {
  right: -72px;
}
.certificates_slider .certificates-button-prev {
  left: -72px;
}
@media (max-width: 768px) {
  .certificates_slider .swiperCertificates {
    overflow: visible;
  }
}
.certificates_slider .swiperCertificates img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.question-form {
  background-color: #fff;
  border-radius: 24px;
  padding: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 160px;
}
.question-form__content {
  max-width: 700px;
  width: 100%;
}
.question-form__content-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
}
.question-form__content-info {
  margin: 24px 0 36px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}
.question-form .form-control {
  width: 100%;
  height: 44px;
  border: 1px solid #898789;
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
.question-form .form-control::-moz-placeholder {
  color: #898789;
}
.question-form .form-control::placeholder {
  color: #898789;
}
.question-form .input-group {
  display: flex;
  gap: 8px;
}
.question-form textarea {
  height: 100px !important;
  resize: none;
  margin: 12px 0 8px 0;
}
.question-form form .privacy-policy {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #898789;
  margin-bottom: 32px;
}
.question-form form .privacy-policy a {
  color: #262626;
}
.question-form form .red_btn {
  height: 44px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
}
.question-form .img-box {
  position: relative;
}
.question-form .img-box .big-lk {
  width: 635px;
}
.question-form .img-box .user-img {
  position: absolute;
  right: -48px;
  height: 616px;
  z-index: 1;
  bottom: -76px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-intro .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 63px;
}
.card-intro__left {
  flex: 1;
  position: relative;
  z-index: 1;
  min-width: 520px;
}
.card-intro__left .big-lk {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 318px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-intro__left .img-box {
  height: 508px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20.33px;
  margin-bottom: 20px;
}
.card-intro__left .img-box .user-img {
  margin-top: 30px;
  height: 484px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.card-intro .red_btn {
  height: 44px;
  font-size: 16px;
}
.card-intro .red_btn.media-block {
  display: none;
}
.card-intro__right {
  max-width: 955px;
  width: 100%;
}
.card-intro__right-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 16px;
}
.card-intro__right .badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.card-intro__right .badge {
  padding: 0 20px;
  height: 33px;
  border-radius: 8px;
  border: 1px solid #b1afb0;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-intro__right .quote-box {
  margin: 30px 0 28px 0;
}
.card-intro__right .quote-box .desc {
  margin-top: 18px;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
}
.card-intro__right .info-card {
  display: flex;
  gap: 28px;
  align-items: center;
  color: #222222;
}
.card-intro__right .info-card h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
}
.card-intro__right .info-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.card-intro__right .education-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0;
}
.card-intro__right .swiper-btns {
  display: flex;
  gap: 12px;
}
.card-intro__right .swiper-btns > button {
  position: unset;
}
.card-intro .education-card {
  padding: 24px;
  border: 1px solid #d1d0d1;
  border-radius: 12px;
}
.card-intro .education-card__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.card-intro .education-card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 12px;
}

.footer {
  background: radial-gradient(50% 50% at 50% 50%, #3D3C3D 0%, #262626 100%);
}
.footer_top {
  padding: 60px 0 40px 0;
  border-bottom: 1px solid #525152;
}
@media (max-width: 1024px) {
  .footer_top {
    padding: 50px 0 40px 0;
    border-bottom: none;
  }
}
.footer_top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1280px) {
  .footer_top .container {
    flex-direction: column;
  }
}
.footer_top_left {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1024px) {
  .footer_top_left {
    flex-direction: column;
    gap: 23px;
    width: 100%;
  }
}
.footer_top_right {
  display: flex;
  align-items: center;
  gap: 42px;
}
@media (max-width: 1536px) {
  .footer_top_right {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .footer_top_right {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
}
.footer_top_right .line {
  height: 16px;
  width: 1px;
  background: #525152;
}
@media (max-width: 1024px) {
  .footer_top_right .line {
    width: 100%;
    height: 1px;
  }
}
.footer_top_right a {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  transition: 0.2s ease-in-out;
}
.footer_top_right a:hover {
  color: #C62628;
}
@media (max-width: 1024px) {
  .footer_top_right a {
    font-size: 18px;
  }
}
.footer_top_right .social {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1024px) {
  .footer_top_right .social {
    width: 100%;
  }
}
.footer_top_right .social a {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #454545;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
}
.footer_top_right .social a:hover {
  opacity: 50%;
}
@media (max-width: 1024px) {
  .footer_top_right .social a {
    flex: 1;
  }
}
.footer_top .consultation_btn {
  font-weight: 500;
  line-height: 100%;
  color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
}
.footer_top .consultation_btn:hover {
  color: #222222;
  background: #FFFFFF;
}
.footer_center {
  padding: 40px 0 52px 0;
}
@media (max-width: 1024px) {
  .footer_center {
    padding: 0 0 40px 0;
  }
}
.footer_center_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .footer_center_in {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.footer_center_left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .footer_center_left {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.footer_center span {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 20px;
  display: flex;
  align-items: start;
  gap: 12px;
}
@media (max-width: 1024px) {
  .footer_center span {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.footer_center span p {
  opacity: 50%;
}
.footer_center_right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .footer_center_right {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.footer_center_right ul a {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.2s ease-in-out;
}
.footer_center_right ul a:hover {
  color: #C62628;
}
.footer_center_right ul a img {
  flex-shrink: 0;
}
.footer_center_right .end_link {
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .footer_center_right .end_link {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .footer_center_right span {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background-color: #454545;
    padding: 12px;
    height: 68px;
    position: relative;
    padding-right: 70px;
    cursor: pointer;
  }
}
.footer_center_right span .icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #3D3C3D;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .footer_center_right span .icon {
    position: absolute;
    right: 12px;
    display: flex;
  }
}
.footer_center_right span .icon svg {
  transition: transform 0.3s ease;
}
.footer_center_right span .icon svg path {
  transition: transform 0.3s ease;
}
.footer_center_right span .icon svg.rotated {
  transform: rotate(45deg);
}
.footer_center ul a {
  padding: 8px 0;
  font-weight: 500;
  line-height: 120%;
  color: #FFFFFF;
  font-size: 16px;
  transition: 0.2s ease-in-out;
}
.footer_center ul a:hover {
  color: #C62628;
}
.footer_center ul a.red_link {
  color: #C62628;
}
@media (max-width: 1024px) {
  .footer_center .media_links {
    height: 0;
    overflow: hidden;
    transition: 0.2s ease;
  }
}
.footer_center .media_links.active {
  height: auto;
}
.footer_center .vacancy_link {
  margin-top: 18px;
  padding: 16px;
  border-radius: 12px;
  background-image: url("../images/vacancy_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer_center .vacancy_link span {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}
.footer_center .vacancy_link a {
  background: #C62628;
  padding: 10px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  line-height: 100%;
  color: #FFFFFF;
  width: -moz-max-content;
  width: max-content;
  transition: 0.2s ease-in-out;
}
.footer_center .vacancy_link a svg path {
  transition: 0.2s ease-in-out;
}
.footer_center .vacancy_link a:hover {
  color: #222222;
  background: #FFFFFF;
}
.footer_center .vacancy_link a:hover svg path {
  stroke: #222222;
}
@media (max-width: 1024px) {
  .footer_center .vacancy_link a {
    width: 100%;
    justify-content: center;
  }
}
.footer_bottom {
  border-top: 1px solid #525152;
  padding: 32px 0 40px 0;
}
@media (max-width: 1024px) {
  .footer_bottom {
    padding: 30px 0 55px 0;
  }
}
.footer_bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer_bottom .container {
    flex-direction: column;
    gap: 16px;
  }
}
.footer_bottom a {
  font-weight: 500;
  line-height: 100%;
  color: #FFFFFF;
  opacity: 50%;
  font-size: 14px;
  transition: 0.2s ease-in-out;
}
.footer_bottom a:hover {
  color: #C62628;
}
@media (max-width: 1024px) {
  .footer_bottom a {
    font-size: 12px;
  }
}

.modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 9999;
}
.modal.show {
  display: flex;
}
.modal-content {
  border-radius: 12px;
  background-color: #fff;
  max-width: 521px;
  width: 100%;
  padding: 28px;
}
.modal-content__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.modal-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
}
.modal-title span {
  color: #c62628;
}
.modal .moda-info {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 30px;
}
.modal .btns {
  display: flex;
  gap: 8px;
}
.modal .btns > button {
  width: 100%;
}
.modal .btns .outline_btn {
  padding: 12px;
  color: #024dda;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
.modal-close {
  width: 44px;
  display: flex;
  align-items: start;
  justify-content: end;
}
.modal form {
  all: unset;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal .file-upload {
  margin: 0 0 94px 0;
}
.modal .input-group {
  gap: 12px;
  display: flex;
}
.modal .form-control {
  height: 44px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #898789;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  width: 100%;
}
.modal .form-control::-moz-placeholder {
  color: #898789;
}
.modal .form-control::placeholder {
  color: #898789;
}
.modal .red_btn {
  font-size: 16px;
  height: 44px;
  padding: 12px;
  width: 100%;
}

#planerModal ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 52px;
}
#planerModal ul li {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 12px;
  font-size: 16px;
  line-height: 140%;
}
#planerModal ul li span {
  color: #898789;
  width: 120px;
}
#planerModal ul li a {
  color: #024dda;
  border-bottom: 1px solid #024dda;
  padding-bottom: 5px;
  gap: 11px;
  display: flex;
  align-items: center;
}
#planerModal ul li strong {
  font-weight: 500;
  color: #262626;
}
#planerModal ul li .price {
  color: #c62628;
}

#noPlanModal .no-plan__content {
  height: 218px;
  width: 100%;
  background-color: #f6f5f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 32px;
  border-radius: 8px;
}
#noPlanModal .no-plan__content p {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #222222;
}
#noPlanModal .red_btn {
  display: flex;
  gap: 15px;
  justify-content: center;
}

#selectCity .custom-select .outline_btn {
  width: 100%;
}

@media (max-width: 1700px) {
  .personal-account .custom-calendar .day-box .day-plan {
    width: 100px;
  }
}
@media (max-width: 1630px) {
  .personal-account .home-content__right {
    width: 40%;
    flex: none !important;
  }
  .personal-account aside {
    width: 295px;
  }
}
@media (max-width: 1580px) {
  .card-intro__right {
    max-width: 755px;
  }
}
@media (max-width: 1500px) {
  .personal-account .referral-program__cards {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
}
@media (max-width: 1415px) {
  .personal-account .home-content {
    flex-direction: column;
  }
  .personal-account .home-content__right {
    width: 100%;
  }
  .personal-account {
    gap: 20px;
  }
  .personal-account .referral-program__cards {
    grid-template-columns: 1fr 300px;
  }
  .personal-account .custom-calendar .day-box .day-plan {
    width: 60px;
  }
  .personal-account.empty .empty-notification {
    top: 55%;
  }
  .card-intro__left {
    min-width: unset;
  }
  .question-form .img-box .user-img {
    height: 530px;
    bottom: -81px;
  }
  .question-form__content {
    max-width: 600px;
  }
}
@media (max-width: 1250px) {
  .card-intro .container {
    flex-direction: column;
  }
  .card-intro__left .img-box .user-img {
    margin-inline: auto;
    display: block;
  }
  .card-intro__right {
    max-width: 100%;
  }
  .question-form {
    flex-direction: column-reverse;
  }
  .question-form .img-box .user-img {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
  }
  .question-form .img-box .big-lk {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .question-form {
    padding: 20px;
  }
  .question-form__content {
    max-width: 100%;
  }
  .question-form .img-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 99px;
    background: linear-gradient(179.24deg, rgba(255, 255, 255, 0) 0.66%, #ffffff 91.33%);
  }
  .article-accordions .accordion .item.active {
    padding-inline: 12px;
  }
  .article-accordions .accordion .item {
    padding: 24px 0;
  }
  .equipment .slide-card .left-content {
    max-width: 700px;
    padding-bottom: 40px;
  }
  .equipment .slide-card .img-box {
    background-size: 100% 100%;
  }
  .equipment .advantages .card {
    width: 100%;
  }
  .header .menu .services_dropdown .services_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .menu .selected-title {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 16px;
  }
  .header .menu .selected-sub-title {
    color: #717171;
  }
  .header .menu .sub-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    color: #ffffff;
    margin-bottom: 24px;
  }
  .header .menu .custom-select,
  .header .menu .custom-address {
    display: block;
  }
}
@media (max-width: 1024px) {
  .personal-account {
    flex-direction: column;
    gap: 40px;
  }
  .personal-account aside {
    width: 100%;
  }
  .personal-account .tabs__buttons.media-none {
    display: none;
  }
  .personal-account .logo {
    margin-bottom: 20px;
  }
  .personal-account .service-accordion {
    display: block;
    width: 100%;
  }
  .personal-account .service-accordion .flex-box {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .personal-account .service-accordion .flex-box svg {
    transform: none !important;
  }
  .personal-account .service-accordion__list {
    margin-top: 5px;
  }
  .personal-account__content {
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .personal-account .referral-program .users-boxes {
    height: 462px;
  }
  .equipment .slide-card {
    flex-direction: column-reverse;
    background-color: #fff;
    gap: 36px;
    border-radius: 20px;
  }
  .equipment .slide-card .img-box {
    border-bottom: 2px solid #e7e6e7;
  }
  .equipment .slide-card .left-content {
    max-width: 100%;
    padding-inline: 12px;
  }
  .equipment .slide-card {
    border: none;
  }
  .equipment .advantages .card {
    padding: 12px;
    background: transparent;
    border: 1px solid #e7e6e7;
  }
  .equipment .advantages .card-title {
    padding-bottom: 8px;
  }
  .equipment .slide-card {
    border: none;
    padding: 12px;
  }
  .equipment .slide-card .left-content {
    padding: 0;
  }
  .equipment .slide-card .slide-sub__title {
    margin-bottom: 12px;
  }
  .equipment .slide-card ul li img {
    filter: invert(16%) sepia(97%) saturate(7471%) hue-rotate(349deg) brightness(99%) contrast(122%);
  }
  .hospital-history .title-box {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .personal-account .profile-box__head,
  .personal-account .profile-box__head-left {
    flex-direction: column;
    align-items: start;
    gap: 8px;
    width: 100%;
  }
  .personal-account .profile-box__head > div,
  .personal-account .profile-box__head-left > div {
    width: 100%;
    gap: 11px;
  }
  .personal-account .profile-box__head .soccial-medias {
    flex-direction: column;
    width: 100%;
  }
  .personal-account .profile-box .edit-btn {
    width: 100%;
    background: #e7e6e7;
    border-radius: 8px;
  }
  .personal-account .profile-box .edit-btn span {
    display: block;
  }
  .personal-account .profile-box__head .user-name {
    display: none;
  }
  .personal-account .profile-box__head .user-img__container > .user-name {
    display: block;
  }
  .personal-account .profile-box__head .user-img__container {
    display: flex;
    gap: 11px;
    align-items: center;
  }
  .personal-account .profile-box__head .soccial-media {
    width: 100%;
    height: 38px;
    justify-content: center;
  }
  .personal-account__content-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .personal-account__content {
    padding: 24px 20px;
  }
  .personal-account .home-content .client-level__head {
    flex-direction: column;
    gap: 1px;
    margin-bottom: 16px;
  }
  .personal-account .home-content .client-level .progress-box p {
    flex-direction: column;
    gap: 4px;
  }
  .personal-account .cashback-box__head {
    flex-direction: column;
    gap: 12px;
    align-items: start;
  }
  .personal-account .service-accordion {
    display: block;
    width: 100%;
  }
  .personal-account .service-accordion__list {
    margin-top: 6px;
  }
  .personal-account .cashback-box__list {
    height: 228px;
  }
  .personal-account .cashback-box__list-box {
    margin-right: 12px;
  }
  .personal-account .location-box {
    flex-direction: column;
    gap: 4px;
  }
  .personal-account .white-box {
    padding-bottom: 45px !important;
  }
  .personal-account .white-box .badge.media-change {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 0;
  }
  .personal-account {
    padding: 0 0 80px 0;
  }
  .personal-account .home-content__right .white-box {
    gap: 12px;
  }
  .personal-account .gray-btn {
    width: 100%;
    justify-content: center;
    height: 44px;
  }
  .personal-account .notification-box {
    align-items: start;
  }
  .personal-account__content-head {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
  .personal-account__content-head .custom-select {
    width: 100%;
  }
  .personal-account__content-head .custom-select .location_btn {
    height: 44px;
    width: 100%;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .personal-account .accordion .item {
    padding: 12px;
  }
  .personal-account .accordion .content li {
    font-size: 15px;
  }
  .personal-account .referral-program__cards {
    grid-template-columns: 1fr;
  }
  .personal-account .ball-content .ball-box__head {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .personal-account .ball-content .ball-cards {
    padding-right: 12px;
  }
  .personal-account .ball-content .ball-card__bottom {
    flex-direction: column;
  }
  .personal-account .ball-content .ball-card__bottom .box.box-right {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .personal-account .ball-content .ball-box {
    padding: 24px 20px 0 20px;
  }
  .personal-account .bonus-code,
  .personal-account .referral-program__rules {
    padding: 20px;
  }
  .personal-account .referral-program .users {
    padding-bottom: 0;
  }
  .personal-account .referral-program .users-boxes {
    height: 316px;
  }
  .personal-account .ball-content .ball-cards {
    height: 364px;
  }
  .personal-account .referral-program__rules ol li {
    color: #c62628;
  }
  .personal-account .referral-program__rules ul li {
    color: #898789;
  }
  .personal-account .custom-calendar .day-box .day-plan,
  .personal-account .custom-calendar .day-box .price {
    display: none;
  }
  .personal-account .custom-calendar .day-box__head img,
  .personal-account .custom-calendar .day-box__head .today-text {
    display: none;
  }
  .personal-account .border-logo {
    display: block;
    margin: 0 auto;
  }
  .personal-account .custom-calendar .day-box {
    height: 60px;
  }
  .personal-account .custom-calendar .day-box {
    gap: 0;
    padding-inline: 0 !important;
    text-align: center;
    align-items: center;
  }
  .personal-account .custom-calendar .day-box__head {
    justify-content: center;
  }
  .personal-account.empty .cashback-empty span,
  .personal-account.empty .empty-notification span {
    text-align: center;
  }
  .personal-account.empty .empty-notification {
    width: 247px;
    top: 60%;
  }
  .personal-account.empty .empty-notification img {
    height: 66px;
  }
  .personal-account.empty .cashback-empty,
  .personal-account.empty .empty-notification {
    gap: 22px;
  }
  .personal-account.empty .tips-content {
    min-height: 374px;
  }
  .personal-account.empty .empty-tips {
    transform: translate(-50%, 9%);
  }
  .personal-account.empty .empty-tips > svg {
    height: 91px;
  }
  .personal-account.empty .empty-tips p {
    margin: 32px 0;
  }
  .personal-account.empty .empty-tips .red-btn {
    width: 100%;
    justify-content: center;
  }
  .personal-account.empty .empty-tips .red-btn svg {
    margin: 0;
  }
  .personal-account.empty .ball-content .ball-box {
    min-height: 220px;
    max-height: 220px;
  }
  .personal-account.empty .ball-content .ball-box .info-text {
    font-size: 15px;
  }
  .personal-account.empty .ball-box svg {
    margin: 0 auto 20px auto;
  }
  .personal-account.empty .ball-content .ball-box__head {
    display: none;
  }
  .personal-account.empty .ball-content .ball-box::after {
    display: none;
  }
  .personal-account.empty .referral-program__card.users {
    height: 395px;
    padding-bottom: 24px;
    padding-inline: 17px;
  }
  .personal-account.empty .referral-program__card.users .next-line {
    display: none;
  }
  .personal-account.empty .referral-program__card.users .top-line {
    display: block;
    position: absolute;
    top: -39px;
    left: -5px;
  }
  .personal-account .referral-program__rules-bottom .text {
    margin-top: 48px;
  }
  .personal-account .calnedar-tab__head {
    flex-direction: column;
    gap: 22px;
    align-items: start;
  }
  .personal-account .calnedar-tab .calendar-pagination {
    width: 100%;
    justify-content: space-between;
  }
  .personal-account .calnedar-tab__head .prev-month {
    margin-left: auto;
  }
  .card-intro__right-title {
    font-size: 24px;
  }
  .card-intro .container {
    gap: 24px;
  }
  .card-intro__left .red_btn {
    display: none;
  }
  .card-intro .red_btn.media-block {
    display: block;
    text-align: center;
    margin: 24px 0 32px 0;
  }
  .card-intro__right .quote-box .desc {
    font-size: 16px;
    margin-top: 16px;
  }
  .card-intro__left .img-box .user-img {
    min-width: 488px;
    height: 357px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .card-intro__left .img-box {
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
  }
  .card-intro__left {
    margin-inline: auto;
    width: 100%;
  }
  .card-intro__left .big-lk {
    width: 374px;
    height: 205px;
  }
  .card-intro__right .info-card {
    padding: 16px;
    border-radius: 12px;
    background-color: #fff;
    gap: 8px;
    flex-direction: column;
    align-items: start;
  }
  .card-intro__right .info-card h3 {
    font-size: 18px;
  }
  .card-intro__right .education-head {
    margin: 20px 0 12px 0;
  }
  .comment .tabs__buttons .tab_btn {
    padding-inline: 23px;
  }
  .question-form .img-box .user-img {
    height: 226px;
  }
  .question-form .img-box .big-lk {
    height: 167px;
  }
  .question-form__content {
    margin-top: -52px;
    position: relative;
    z-index: 3;
  }
  .question-form__content-title {
    font-size: 24px;
    font-weight: bold;
  }
  .question-form__content-info {
    margin: 12px 0 16px 0;
  }
  .question-form .input-group {
    flex-direction: column;
  }
  .question-form .form-control {
    margin: 8px 0;
  }
  .question-form form .privacy-policy {
    margin-bottom: 32px;
  }
  .question-form form .red_btn {
    width: 100%;
  }
  .question-form {
    margin-bottom: 80px;
  }
  .article-accordions .accordion_btn {
    flex-direction: column;
    gap: 8px;
    align-items: start;
  }
  .article-accordions .accordion_btn {
    position: unset;
    font-size: 22px;
    width: calc(100% - 44px);
  }
  .article-accordions .accordion_btn .price {
    font-size: 24px;
  }
  .article-accordions .accordion .item {
    position: relative;
  }
  .article-accordions .accordion_btn .icon {
    position: absolute;
    top: 45px;
    right: 2px;
    left: unset;
    background: transparent !important;
  }
  .article-accordions .accordion_btn .badge {
    font-size: 12px;
  }
  .article-accordions .accordion ul li strong {
    font-size: 18px;
  }
  .article-accordions .accordion ul li {
    padding: 8px 0;
  }
  .article-accordions__info {
    margin-bottom: 32px;
    font-size: 28px;
  }
  .equipment .slide-card .slide-title {
    font-size: 24px;
  }
  .equipment .slide-card .slide-list {
    margin: 20px 0;
  }
  .equipment .slide-card .slide-sub__title {
    font-size: 18px;
  }
  .equipment .slide-card ul {
    gap: 8px;
  }
  .equipment .advantages .cards {
    flex-direction: column;
    gap: 12px;
  }
  .equipment .tabs__buttons {
    display: none;
  }
  .equipment-swiper {
    margin-top: 20px;
  }
  .equipment {
    margin-bottom: 80px;
  }
  .modal-content {
    padding: 20px;
    max-width: calc(100% - 40px);
  }
  #noPlanModal .no-plan__content {
    margin-bottom: 20px;
  }
  #noPlanModal .no-plan__content p {
    text-align: center;
  }
  .modal-title {
    font-size: 28px;
  }
  #planerModal ul li {
    flex-direction: column;
    gap: 9px;
    align-items: start;
  }
  #planerModal ul {
    margin-bottom: 20px;
  }
  .modal .file-upload {
    margin-bottom: 8px;
  }
  .modal .input-group {
    flex-direction: column;
  }
  .hospital-history__slide {
    padding: 95px 20px 0 20px;
    height: 500px;
  }
  .hospital-history .swiper_btn-2 {
    display: none;
  }
  .hospital-history__paginations {
    display: none;
  }
  .hospital-history__content {
    padding-top: 0;
  }
  .hospital-history__title {
    font-size: 18px;
    margin: 16px 0 8px 0;
  }
  .hospital-history .title-box {
    padding: 12px 20px;
    font-size: 22px;
    white-space: nowrap;
    top: -28px;
  }
  .hospital-history .title-box::before,
  .hospital-history .title-box::after {
    top: 23px;
  }
  .hospital-history__desc {
    font-size: 16px;
  }
  .hospital-history .hospital-history__swiper {
    pointer-events: none;
  }
  .hospital-history .hospital-history__swiper .swiper-wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .hospital-history {
    margin-bottom: 80px;
  }
  .cookie {
    flex-direction: column;
    max-width: 100%;
    bottom: 0;
    left: 0;
    transform: translateX(0);
  }
  .cookie .red_btn {
    width: 100%;
  }
  .modal .btns > button {
    white-space: nowrap;
    padding: 12px;
    height: 44px;
    font-size: 14px;
  }
  #selectCity .modal-content {
    position: relative;
  }
  #selectCity .modal-close {
    position: absolute;
    top: -54px;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about_page_position .section_title {
    margin-bottom: 40px;
  }
}
.tax {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .tax {
    margin-bottom: 80px;
  }
}
.tax h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: #222;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .tax h1 {
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 28px;
  }
}
.tax-content {
  max-width: 995px;
}
.tax-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.tax-head .subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #222;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .tax-head .subtitle {
    margin-bottom: 8px;
  }
}
.tax-head .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #222;
}
.tax-head ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: disc;
  padding-left: 24px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .tax-head ul {
    margin-bottom: 8px;
  }
}
.tax-head ul li {
  list-style-type: disc;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #222;
}
.tax-head .alert {
  border-radius: 8px;
  padding: 12px;
  background: #E7E6E7;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #898789;
}
.tax-card {
  border-radius: 8px;
  padding: 24px;
  background: #FFF;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .tax-card {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.tax-card .alert {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #898789;
  display: inline-block;
  border-radius: 4px;
  padding: 4px 8px;
  background: #F6F5F6;
}
.tax-card h3 {
  margin: 4px 0 60px;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #222;
}
@media (max-width: 768px) {
  .tax-card h3 {
    margin: 4px 0 81px;
    font-size: 24px;
  }
}
.tax-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #222;
}
.tax-form__item {
  border: 1px solid #B1AFB0;
  border-radius: 8px;
  padding: 24px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  .tax-form__item {
    padding: 20px;
  }
}
.tax-form__item-in {
  width: 100%;
}
.tax-form__item:not(:first-child) {
  margin-top: -1px;
}
.tax-form__item h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #222;
}
@media (max-width: 768px) {
  .tax-form__item h2 {
    font-size: 24px;
  }
}
.tax-form__item .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #222;
}
.tax-form__item .form-group {
  display: grid;
  gap: 12px 9px;
  width: 100%;
}
.tax-form__item .form-group.item-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .tax-form__item .form-group.item-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.tax-form__item .form-group.item-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}
@media (max-width: 768px) {
  .tax-form__item .form-group.item-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.tax-form__item .form-group .col-2 {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .tax-form__item .form-group .col-2 {
    grid-column: span 1;
  }
}
.tax-form__item .form-group .w-full {
  grid-column: span 3;
}
@media (max-width: 768px) {
  .tax-form__item .form-group .w-full {
    grid-column: span 1;
  }
}
.tax-form__item .form-inp, .tax-form__item .form-textarea, .tax-form__item .form-select__btn, .tax-form__item .form-date {
  border: 1px solid #898789;
  border-radius: 8px;
  padding: 0 16px;
  height: 44px;
  font-weight: 500;
  font-size: 16px;
  color: #222222;
}
.tax-form__item .form-inp:focus, .tax-form__item .form-textarea:focus, .tax-form__item .form-select__btn:focus, .tax-form__item .form-date:focus {
  border-color: #222222;
  box-shadow: 0 0 1px #222222;
}
.tax-form__item .form-inp::-moz-placeholder, .tax-form__item .form-textarea::-moz-placeholder, .tax-form__item .form-select__btn::-moz-placeholder, .tax-form__item .form-date::-moz-placeholder {
  color: #898789;
}
.tax-form__item .form-inp::placeholder, .tax-form__item .form-textarea::placeholder, .tax-form__item .form-select__btn::placeholder, .tax-form__item .form-date::placeholder {
  color: #898789;
}
.tax-form__item .form-date {
  display: block;
}
@media (max-width: 768px) {
  .tax-form__item .form-date {
    width: 100%;
  }
}
.tax-form__item .form-select {
  position: relative;
}
.tax-form__item .form-select__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tax-form__item .form-select__btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tax-form__item .form-select__btn svg {
  flex-shrink: 0;
}
.tax-form__item .form-select__list {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  background: #FFF;
  border: 1px solid #898789;
  border-radius: 8px;
  overflow: hidden;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.tax-form__item .form-select__list::-webkit-scrollbar {
  display: none;
}
.tax-form__item .form-select__list li {
  font-weight: 500;
  font-size: 16px;
  color: #222;
  padding: 5px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tax-form__item .form-select__list li.selected, .tax-form__item .form-select__list li:hover {
  background: #F6F5F6;
}
.tax-form__item .form-select.active .form-select__btn svg {
  transform: rotateZ(180deg);
}
.tax-form__item .form-select.active .form-select__list {
  display: block;
}
.tax-form__item .form-file {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px dashed #898789;
  border-radius: 8px;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  padding: 20px;
}
.tax-form__item .form-file__title {
  font-weight: 500;
  font-size: 16px;
  color: #222;
  text-align: center;
}
.tax-form__item .form-file__subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #898789;
  text-align: center;
}
.tax-form__item .form-file__inp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.tax-form__item .form-file__value {
  display: none;
}
.tax-form__item .form-file__value-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #222;
  margin-bottom: 12px;
}
.tax-form__item .form-file__value-name {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tax-form__item .form-file__value-name div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tax-form__item .form-file__value-name img {
  width: 24px;
}
.tax-form__item .form-file__value-name span {
  font-weight: 500;
  font-size: 16px;
  color: #222;
}
.tax-form__item .form-file__wrap {
  width: 100%;
}
.tax-form__item .form-file__wrap.active .form-file {
  display: none;
}
.tax-form__item .form-file__wrap.active .form-file__value {
  display: block;
}
.tax-form__item .form-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 8px;
}
.tax-form__item .form-checkbox__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .tax-form__item .form-checkbox__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.tax-form__item .form-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tax-form__item .form-checkbox .icon {
  border: 1px solid #898789;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.2s ease-in-out all;
  background: #FFF;
}
.tax-form__item .form-checkbox .icon svg {
  display: none;
}
.tax-form__item .form-checkbox input:checked ~ .icon {
  background: #C62628;
  border-color: #C62628;
}
.tax-form__item .form-checkbox input:checked ~ .icon svg {
  display: block;
}
.tax-form__item .form-checkbox p {
  font-weight: 500;
  font-size: 16px;
  color: #222;
}
.tax-form__item .form-textarea {
  height: 100px;
  resize: none;
  padding: 12px 16px;
}
.tax-form__item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #222;
}
.tax-form__item .toggle-switch {
  position: relative;
  z-index: 1;
}
.tax-form__item .toggle-switch__wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tax-form__item .toggle-switch input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tax-form__item .toggle-switch__btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 32px;
  height: 20px;
  background: #898789;
  border-radius: 20px;
  transition: 0.2s ease-in-out all;
}
.tax-form__item .toggle-switch__btn span {
  border-radius: 10px;
  width: 16px;
  height: 16px;
  background: #FFF;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.2s ease-in-out all;
}
.tax-form__item .toggle-switch input:checked ~ .toggle-switch__btn {
  background: #C62628;
}
.tax-form__item .toggle-switch input:checked ~ .toggle-switch__btn span {
  left: 14px;
}
.tax-form__item .btn-wrap {
  display: inline-flex;
  align-items: center;
  width: auto;
  gap: 17px;
  border-radius: 8px;
  background: #F6F5F6;
}
@media (max-width: 768px) {
  .tax-form__item .btn-wrap {
    flex-direction: column-reverse;
    background: transparent;
    gap: 24px;
    margin-top: -8px;
    width: 100%;
    align-items: flex-start;
  }
}
.tax-form__item .btn-wrap .red_btn {
  padding: 12px 24px;
}
@media (max-width: 768px) {
  .tax-form__item .btn-wrap .red_btn {
    width: 100%;
  }
}
.tax-form__item .btn-wrap p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #898789;
  max-width: 280px;
}
.tax-form__item .btn-wrap p span {
  color: #222;
}/*# sourceMappingURL=style.css.map */