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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #242845;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

li {
  line-height: 1.4;
}

ul {
  margin: unset;
  padding-left: 26px;
}
ul:not(:last-child) {
  margin-bottom: 16px;
}

ul ul {
  list-style: disc;
}

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

p {
  margin: 0;
  line-height: 1.4;
}
p:not(:last-child) {
  margin-bottom: 16px;
}

small {
  font-size: 15px;
}

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

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

.no-overflow {
  overflow: hidden;
}

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

h1 {
  font-weight: 700;
  font-size: 50px;
}

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

h3 {
  font-weight: 700;
  font-size: 24px;
}

h4 {
  font-weight: 700;
  font-size: 24px;
}

.tac {
  text-align: center;
}

.ttu {
  text-transform: uppercase;
}

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

section {
  margin-top: 100px;
}
section:first-child {
  margin-top: 20px;
}

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

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

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

* {
  scrollbar-width: thin;
  scrollbar-color: #3D7194 #FFFFFF;
}

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

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

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

@media screen and (max-width: 991px) {
  .desktop_only {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .mobile_only {
    display: none !important;
  }
}

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

/* ICONS */
.ic {
  display: block;
  min-width: 24px;
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #242845;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  transition: 0.3s;
}

.ic_arrow {
  mask-image: url("../img/svg/ic_arrow.svg");
}

.ic_chevron {
  mask-image: url("../img/svg/ic_chevron.svg");
}

.ic_doc {
  mask-image: url("../img/svg/ic_doc.svg");
}

.ic_download {
  mask-image: url("../img/svg/ic_download.svg");
}

.ic_glasses {
  mask-image: url("../img/svg/ic_glasses.svg");
}

.ic_max {
  mask-image: url("../img/svg/ic_max.svg");
}

.ic_search {
  mask-image: url("../img/svg/ic_search.svg");
}

.ic_vk {
  mask-image: url("../img/svg/ic_vk.svg");
}

/* BUTTONS */
.btn span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 10px 22px;
  transition: 0.3s;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #3D7194;
  border: 1px solid #3D7194;
  border-radius: 12px;
}
@media screen and (min-width: 992px) {
  .btn span:hover {
    color: #FFFFFF;
    background-color: #58A0D0;
    border-color: #58A0D0;
    cursor: pointer;
  }
}
.btn-sec span {
  color: #3D7194;
  background-color: #FFFFFF;
}
.btn-lg span {
  padding: 16px 32px;
}
.btn input {
  display: none;
}

/* SHADOW */
.mobile_menu-shadow {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 10;
}

/* BURGER */
.burger_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #3D7194;
  border-radius: 8px;
}
.burger_button span {
  position: relative;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #3D7194;
  transition: 0.3s;
  border-radius: 2px;
}
.burger_button span::before, .burger_button span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #3D7194;
  transition: 0.3s;
  border-radius: 2px;
}
.burger_button span::before {
  top: 5px;
}
.burger_button span::after {
  bottom: 5px;
}

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

/* FORM */
.form-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  line-height: 1.4;
}
.form-title a {
  color: #242845;
}
.form-label {
  position: relative;
  display: block;
}
.form-label:has(.form-error) {
  margin-bottom: 28px;
}
.form-label:has(.form-error) .form-input {
  background-color: #F0CECF;
  border-color: red !important;
}
.form-input {
  padding: 24px 16px 6px;
  height: 54px;
  width: 100%;
  line-height: 1.2;
  font-weight: 500;
  font-size: 16px;
  color: #242845;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  outline: none;
  transition: 0.3s;
  border-radius: 8px;
}
.form-input::placeholder {
  color: #0000;
  opacity: 1;
}
.form-input:hover {
  border-color: #C6C6C6;
}
.form-input:focus:not(:placeholder-shown) {
  border-color: #C6C6C6;
}
.form-input:focus::placeholder, .form-input:not(:placeholder-shown)::placeholder {
  border-color: #C6C6C6;
  color: transparent;
}
.form textarea {
  height: 114px;
}
.form-placeholder {
  position: absolute;
  left: 16px;
  top: 17px;
  font-size: 16px;
  color: rgba(36, 40, 69, 0.6);
  pointer-events: none;
  transition: 0.3s;
}
.form-input:focus + .form-placeholder, .form-input:not(:placeholder-shown) + .form-placeholder {
  top: 8px;
  font-size: 12px;
  color: rgba(36, 40, 69, 0.4);
}
.form-error {
  position: absolute;
  top: calc(100% + 8px);
  line-height: 1.4;
  font-size: 14px;
  color: red;
}
.form-submit {
  display: block;
  padding: 20px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #242845;
  transition: 0.3s;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.form-submit.disabled {
  pointer-events: none;
  opacity: 0.4;
}
@media screen and (min-width: 1221px) {
  .form-submit:hover {
    background-color: #242845;
    cursor: pointer;
  }
}

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

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

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

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

.swiper-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.swiper-buttons:has(.swiper-button-lock), .swiper-buttons:not(:has([role=button])) {
  display: none;
}

.swiper-pagination {
  position: static !important;
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto !important;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: unset !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #FFFFFF !important;
  opacity: 0.4 !important;
  transition: 0.3s;
  border-radius: 50% !important;
}
@media screen and (min-width: 992px) {
  .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #98CCC9 !important;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
}

.swiper-button-prev,
.swiper-button-next {
  position: static !important;
  left: unset !important;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: unset !important;
  min-width: 54px !important;
  width: 54px !important;
  height: 54px !important;
  transition: 0.3s;
  background-color: #FFFFFF;
  border-radius: 12px !important;
  color: unset !important;
}
.swiper-button-prev::before, .swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev .ic,
.swiper-button-next .ic {
  min-width: 32px;
  width: 32px;
  background-color: #3D7194;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
}
.swiper-button-prev.swiper-button-disabled .ic,
.swiper-button-next.swiper-button-disabled .ic {
  opacity: 0.2;
}
@media screen and (min-width: 992px) {
  .swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #58A0D0;
  }
  .swiper-button-prev:hover .ic,
.swiper-button-next:hover .ic {
    background-color: #FFFFFF;
  }
}

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

/* TITLE-LINE */
.title_line {
  display: grid;
  grid-gap: 30px;
  margin-bottom: 40px;
}
.title_line-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.title_line-wrap .ic {
  width: 60px;
  min-width: 60px;
  background-color: #242845;
}
.title_line-title {
  max-width: 940px;
}
.title_line-title .title {
  text-transform: uppercase;
}

/* MODAL */
.fancybox-container {
  background: rgba(23, 20, 15, 0.4) !important;
  -webkit-backdrop-filter: blur(2px) !important;
  backdrop-filter: blur(2px) !important;
  transition: 0.3s;
}

.fancybox-bg {
  opacity: 0 !important;
}

.modal {
  display: none;
  padding: 0 20px 80px !important;
  max-width: 1180px !important;
  width: 100% !important;
  overflow: unset !important;
  border-radius: 0 !important;
  cursor: unset !important;
}
.modal .fancybox-close-small {
  position: fixed;
  padding: 5px !important;
  right: 20px !important;
  top: 20px !important;
  color: #FFFFFF !important;
}
.modal-wrap {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 30px;
}
.modal-subtitle {
  display: flex;
  align-items: center;
  gap: 32px;
}
.modal-subtitle .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 14px;
  font-weight: 700;
  font-size: 16px;
  background-color: #242845;
  border-radius: 32px;
}

/* BREADCRUMBS */
.breadcrumbs {
  position: relative;
  z-index: 1;
}
.breadcrumbs-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(36, 40, 69, 0.7);
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumbs-wrap a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.breadcrumbs-wrap a::after {
  content: "/";
}
@media screen and (min-width: 992px) {
  .breadcrumbs-wrap a:hover {
    color: #58A0D0;
  }
}

/* PAGE-TOP */
.page_top-wrap {
  display: grid;
  grid-gap: 20px;
}
.page_top + section {
  margin-top: 40px;
}

/* CHECKBOX-ITEM */
.checkbox_item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.checkbox_item-check {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  border: 1px solid #3D7194;
  border-radius: 4px;
  transition: 0.3s;
  cursor: pointer;
}
.checkbox_item-check input {
  display: none;
}
.checkbox_item-check::after {
  content: "";
  width: 100%;
  height: 100%;
  mask: url("../img/svg/ic_check.svg") no-repeat center center;
  mask-size: contain;
  background-color: unset;
}
.checkbox_item-check:has(input:checked) {
  background-color: #3D7194;
  border-color: #3D7194;
}
.checkbox_item-check:has(input:checked)::after {
  background-color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .checkbox_item-check:hover {
    background-color: #58A0D0;
    border-color: #58A0D0;
    cursor: pointer;
  }
}
.checkbox_item-title {
  line-height: 1.4;
  font-size: 14px;
  color: rgba(36, 40, 69, 0.6);
}
.checkbox_item-title a {
  text-decoration: underline;
}

/* TABS-ITEM */
.tabs_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.tabs_item-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  transition: 0.3s;
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 64px;
}
.tabs_item-item .ic {
  width: 16px;
  min-width: 16px;
  transform: rotate(90deg);
  background-color: #3D7194;
}
.tabs_item-item:has(.ic) {
  padding: 10px 16px;
}
.tabs_item-item input {
  display: none;
}
.tabs_item-item.active, .tabs_item-item:has(:checked) {
  color: #FFFFFF !important;
  background-color: #3D7194;
}
@media screen and (min-width: 992px) {
  .tabs_item a:hover, .tabs_item label:hover {
    color: #FFFFFF;
    background-color: #58A0D0;
    border-color: #58A0D0;
    cursor: pointer;
  }
  .tabs_item a:hover .ic, .tabs_item label:hover .ic {
    background-color: #FFFFFF;
  }
}

/* PAGINATION */
.pagination-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pagination-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.pagination-item {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  width: 54px;
  min-width: 54px;
  height: 54px;
  transition: 0.3s;
  font-weight: 500;
  border-radius: 12px;
}
.pagination-item.active {
  pointer-events: none;
  color: #FFFFFF;
  background-color: #3D7194;
}
@media screen and (min-width: 992px) {
  .pagination-item:hover {
    color: #FFFFFF;
    background-color: #58A0D0;
  }
}
.pagination-dots {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  width: 54px;
  min-width: 54px;
  height: 54px;
  font-weight: 500;
}
.pagination-next .btn span {
  border-radius: 8px;
}

/* RATING-ITEM */
.rating_item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.rating_item .ic {
  width: 24px;
  min-width: 24px;
  background-color: #F1CC3E;
}
.rating_item .ic.fill_level_0 {
  background-color: #D9D9D9;
}
.rating_item .ic.fill_level_1 {
  background-image: linear-gradient(90deg, #F1CC3E 0%, #FFD800 10%, #D9D9D9 10%, #D9D9D9 100%);
}
.rating_item .ic.fill_level_2 {
  background-image: linear-gradient(90deg, #F1CC3E 0%, #FFD800 20%, #D9D9D9 20%, #D9D9D9 100%);
}
.rating_item .ic.fill_level_3 {
  background-image: linear-gradient(90deg, #F1CC3E 0%, #FFD800 30%, #D9D9D9 30%, #D9D9D9 100%);
}
.rating_item .ic.fill_level_4 {
  background-image: linear-gradient(90deg, #F1CC3E 0%, #FFD800 40%, #D9D9D9 40%, #D9D9D9 100%);
}
.rating_item .ic.fill_level_5 {
  background-image: linear-gradient(90deg, #F1CC3E 0%, #FFD800 50%, #D9D9D9 50%, #D9D9D9 100%);
}
.rating_item .ic.fill_level_6 {
  background-image: linear-gradient(90deg, #F1CC3E 0%, #FFD800 60%, #D9D9D9 60%, #D9D9D9 100%);
}
.rating_item .ic.fill_level_7 {
  background-image: linear-gradient(90deg, #F1CC3E 0%, #FFD800 70%, #D9D9D9 70%, #D9D9D9 100%);
}
.rating_item .ic.fill_level_8 {
  background-image: linear-gradient(90deg, #F1CC3E 0%, #FFD800 80%, #D9D9D9 80%, #D9D9D9 100%);
}
.rating_item .ic.fill_level_9 {
  background-image: linear-gradient(90deg, #F1CC3E 0%, #FFD800 90%, #D9D9D9 90%, #D9D9D9 100%);
}

/* FAQ-ITEM */
.faq_item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 16px 16px 30px;
  transition: 0.3s;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #3D7194;
  border-radius: 12px;
}
@media screen and (min-width: 992px) {
  .faq_item-head:hover {
    background-color: #58A0D0;
  }
}
.faq_item-content {
  display: none;
  padding: 16px 16px 16px 30px;
  background-color: #FFFFFF;
  border-radius: 12px;
}
.faq_item-content .text p {
  color: rgba(36, 40, 69, 0.8);
}
.faq_item.opened {
  border-color: #FFFFFF;
}
.faq_item.opened .faq_item-head .btn span {
  transform: rotate(-180deg);
}

/* UNIQ-OL */
.uniq_ol {
  display: grid;
  grid-gap: 12px;
  margin: unset;
  padding-left: 0;
  list-style: none;
  counter-reset: num;
}
.uniq_ol li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}
.uniq_ol li::before {
  content: "";
  width: 30px;
  font-weight: 700;
  color: #3D7194;
  content: counter(num, decimal-leading-zero) ".";
  counter-increment: num;
}

/* UNIQ-UL */
.uniq_ul {
  display: grid;
  grid-gap: 12px;
  margin: unset !important;
  padding: 0;
  list-style: none;
}
.uniq_ul li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.4;
  font-weight: 500;
}
.uniq_ul li::before {
  content: "";
  margin: 5px;
  min-width: 12px;
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  transition: 0.3s;
  border-radius: 50%;
}

/* NAV */
.nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1000;
}
.nav_main-top {
  display: none;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  background-color: #3D7194;font-size: 17px;
}
@media screen and (min-width: 992px) {
  .nav_main-top {
    display: grid;
  }
}
.nav_main-top .left {
  opacity: 0.7;
}
.nav_main-top .contacts {
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav_main-top .contacts-item.email {
  text-decoration: underline;
}
.nav_main-top .contacts-item.phone {
  position: relative;
}
.nav_main-top .contacts-item.phone > .title {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}
.nav_main-top .contacts-item.phone > .title::after {
  content: "";
  display: block;
  min-width: 16px;
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  transform: rotate(90deg);
  background-color: #FFFFFF;
  mask-image: url("../img/svg/ic_chevron.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .nav_main-top .contacts-item.phone > .title:hover {
    color: #58A0D0;
    cursor: pointer;
  }
  .nav_main-top .contacts-item.phone > .title:hover::after {
    background-color: #58A0D0;
  }
}
.nav_main-top .contacts-item.phone .list {
  position: absolute;
  top: calc(100% + 13px);
  left: 35px;
  display: none;
  padding: 12px 10px;
  width: 240px;
  background-color: #F4F3F6;
  border-radius: 12px;
  z-index: 1;
}
.nav_main-top .contacts-item.phone .list .wrap {
  display: grid;
  grid-gap: 20px;
}
.nav_main-top .contacts-item.phone .list .wrap .item {
  display: grid;
  grid-gap: 6px;
}
.nav_main-top .contacts-item.phone .list .wrap .item .title {
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  color: #242845;
  opacity: 0.4;
}
.nav_main-top .contacts-item.phone .list .wrap .item .value {
  display: grid;
  line-height: 1.4;
  font-weight: 600;
  color: #3D7194;
}
.nav_main-top .contacts-item.schedule {
  opacity: 0.7;
}
.nav_main-main {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 12px 20px;
}
.nav_main-main .main {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav_main-main .main .logo {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.nav_main-main .main .logo img {
  height: 50px;
}
.nav_main-main .main .logo .title {
  text-transform: uppercase;
  font-weight: 600;
}
.nav_main-main .main .zdrav_logo img {
  height: 50px;
}
.nav_main-main .actions {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav_main-main .actions .action {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 15px;
  color: #3D7194;
}
.nav_main-main .actions .action .ic {
  width: 24px;
  min-width: 24px;
  background-color: #3D7194;
}
@media screen and (min-width: 992px) {
  .nav_main-main .actions .action:hover {
    color: #58A0D0;
    cursor: pointer;
  }
  .nav_main-main .actions .action:hover .ic {
    background-color: #58A0D0;
  }
}
.nav_main-main .actions .btn {
  position: relative;
}

@media screen and (min-width: 992px) {
  .nav_main-menu {
    padding: 12px 20px;
    border-top: 1px solid rgba(36, 40, 69, 0.1);
    border-bottom: 1px solid rgba(36, 40, 69, 0.1);
  }
  .nav_main-menu .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Первый уровень меню */
  .nav_main-menu .menu-item {
    position: relative;
  }
  .nav_main-menu .menu-item:hover > .menu-title {
    color: #58A0D0;
  }
  .nav_main-menu .menu-item:hover > .menu-sublist {
    display: grid;
  }
  .nav_main-menu .menu-item > .menu-sublist {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    display: none;
    width: 300px;
    background-color: #F4F3F6;
    border-radius: 12px;
    z-index: 1000;
  }
  .nav_main-menu .menu-item > .menu-sublist::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 20px;
  }

  /* Заголовки пунктов */
  .nav_main-menu .menu-title {
    display: block;
    color: #242845;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 10px;
  }
  .nav_main-menu .menu-title:hover {
    color: #58A0D0;
  }

  /* Пункты первого подменю (subitem) — НЕ делаем их позиционированными,
     чтобы второе подменю крепилось к верху первого */
  .nav_main-menu .menu-subitem {
    /* position: relative убран — это ключевой момент */
  }
  .nav_main-menu .menu-subitem > .menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 10px 10px 0px 10px;
  }
  .nav_main-menu .menu-subitem > .menu-title::after {
    content: "";
    display: block;
    min-width: 22px;
    width: 22px;
    aspect-ratio: 1/1;
    background-color: #3D7194;
    mask-image: url("../img/svg/ic_chevron.svg");
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    transition: 0.3s;
  }
  .nav_main-menu .menu-subitem:hover > .menu-title {
    color: #58A0D0;
  }
  .nav_main-menu .menu-subitem:hover > .menu-title::after {
    transform: rotate(-90deg); /* стрелка вправо */
  }
  .nav_main-menu .menu-subitem:hover > .menu-sublist {
    display: grid;
  }

.nav_main-menu .menu-subitem > .menu-sublist {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 1px;
    display: none;
    width: 300px;
    background-color: #F4F3F6;
    border-radius: 12px;
    z-index: 999;

    /* Ограничение высоты ровно 300px + скролл */
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  /* Кастомный скроллбар */
  .nav_main-menu .menu-subitem > .menu-sublist::-webkit-scrollbar {
    width: 6px;
  }
  .nav_main-menu .menu-subitem > .menu-sublist::-webkit-scrollbar-track {
    background: transparent;
  }
  .nav_main-menu .menu-subitem > .menu-sublist::-webkit-scrollbar-thumb {
    background-color: rgba(61, 113, 148, 0.3);
    border-radius: 3px;
  }
  .nav_main-menu .menu-subitem > .menu-sublist::-webkit-scrollbar-thumb:hover {
    background-color: rgba(61, 113, 148, 0.6);
  }
}

/* Показ подменю */
.nav_main-menu .menu-subitem:hover > .menu-sublist,
.nav_main-menu .menu-subitem.is-open > .menu-sublist {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
	
	
  .nav_main-menu .menu-subitem > .menu-sublist {
    position: absolute;
    left: calc(100% + 0px);
    transform: translateY(0px);
  }
}
.nav_mobile {
  border-bottom: 1px solid rgba(36, 40, 69, 0.1);
}
.nav_mobile-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.nav_mobile-main {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav_mobile-main .logo {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.nav_mobile-main .logo img {
  height: 30px;
}
.nav_mobile-main .logo .title {
  display: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.nav_mobile-main .zdrav_logo img {
  height: 23px;
}
.nav_mobile-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav_mobile-actions .btn {
  position: relative;
}
.nav_mobile-actions .btn span {
  padding: 12px 14px;
  font-size: 12px;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .nav_mobile {
    display: none;
  }
}

/* BTN-MENU */
.btn_menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  padding: 12px 10px;
  width: 220px;
  background-color: #F4F3F6;
  border-radius: 12px;
  z-index: 1;
}
.btn_menu-title {
  margin-bottom: 20px;
  font-weight: 500;
}
.btn_menu-list {
  display: grid;
  grid-gap: 12px;
}
.btn_menu-list .btn {
  width: 100%;
}
.btn_menu-list .btn span {
  width: 100%;
}

/* SOCIALS-ITEM */
.socials_item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.socials_item-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #242845;
  border-radius: 50%;
}
.socials_item-item .ic {
  min-width: 25px;
  height: 25px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .socials_item-item:hover {
    background-color: #58A0D0;
  }
}

/* FOOTER */
.footer {
  margin-top: 100px;
  padding: 40px 0;
  background-color: #F4F3F6;
}
.footer-wrap > *:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(36, 40, 69, 0.1);
}
.footer-main {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-start;
}
.footer-main .main {
  display: grid;
  grid-gap: 20px;
}
.footer-main .main .top {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-main .main .top .logo {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.footer-main .main .top .logo img {
  height: 50px;
}
.footer-main .main .top .logo .title {
  font-weight: 600;
  text-transform: uppercase;
}
.footer-main .main .top .zdrav_logo img {
  height: 50px;
}
.footer-main .main .text {
  max-width: 380px;
  font-size: 14px;
  opacity: 0.6;
}
.footer-main .actions {
  display: flex;
  align-items: center;
  gap: 32px;
}
.footer-main .actions .action {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 15px;
  color: #3D7194;
}
.footer-main .actions .action .ic {
  width: 24px;
  min-width: 24px;
  background-color: #3D7194;
}
@media screen and (min-width: 992px) {
  .footer-main .actions .action:hover {
    color: #58A0D0;
    cursor: pointer;
  }
  .footer-main .actions .action:hover .ic {
    background-color: #58A0D0;
  }
}
.footer-main .actions .btn {
  position: relative;
  width: 280px;
}
.footer-main .actions .btn span {
  width: 100%;
}
.footer-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  grid-gap: 20px;
}
.footer-menu .piece {
  display: grid;
  grid-gap: 20px;
}
.footer-menu .piece > .title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 18px;
  color: #3D7194;
}
.footer-menu .piece > .title::after {
  content: "";
  display: block;
  min-width: 22px;
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #3D7194;
  mask-image: url("../img/svg/ic_arrow.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .footer-menu .piece > .title:hover {
    color: #58A0D0;
  }
  .footer-menu .piece > .title:hover::after {
    background-color: #58A0D0;
  }
}
.footer-menu .piece > .list {
  display: grid;
  grid-gap: 20px;
}
.footer-menu .piece > .list .item {
  font-weight: 500;
  color: rgba(36, 40, 69, 0.7);
}
@media screen and (min-width: 992px) {
  .footer-menu .piece > .list .item:hover {
    color: #58A0D0;
  }
}
.footer-alert {
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #3D7194;
}
.footer-copyright {
  display: grid;
  grid-gap: 30px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  color: rgba(36, 40, 69, 0.4);
}
.footer-copyright a {
  text-decoration: underline;
}
.footer-copyright .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copyright .bottom {
  display: flex;
  justify-content: space-between;
}

/* CONTACTS-ITEM */
.contacts_item {
  display: grid;
  grid-gap: 20px;
}
.contacts_item-item {
  display: grid;
  grid-gap: 8px;
}
.contacts_item-item a {
  color: #3D7194;
}
@media screen and (min-width: 992px) {
  .contacts_item-item a:hover {
    color: #58A0D0;
  }
}
.contacts_item-title {
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.4;
}
.contacts_item-post {
  line-height: 1.4;
  text-decoration: underline;
  font-weight: 600;
  color: #3D7194;
  font-size: 15px;
}
.contacts_item-value {
  font-weight: 600;
}
.contacts_item-value.email {
  text-decoration: underline;
}
.contacts_item-value.phone {
  position: relative;
}
.contacts_item-value.phone > .title {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
  font-weight: 600;
  color: #3D7194;
  transition: 0.3s;
}
.contacts_item-value.phone > .title::after {
  content: "";
  display: block;
  min-width: 16px;
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  transform: rotate(90deg);
  background-color: #3D7194;
  mask-image: url("../img/svg/ic_chevron.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .contacts_item-value.phone > .title:hover {
    color: #58A0D0;
    cursor: pointer;
  }
  .contacts_item-value.phone > .title:hover::after {
    background-color: #58A0D0;
  }
}
.contacts_item-value.phone .list {
  position: absolute;
  top: calc(100% + 13px);
  left: 35px;
  display: none;
  padding: 12px 10px;
  width: 240px;
  background-color: #F4F3F6;
  border-radius: 12px;
  z-index: 1;
}
.contacts_item-value.phone .list .wrap {
  display: grid;
  grid-gap: 20px;
}
.contacts_item-value.phone .list .wrap .item {
  display: grid;
  grid-gap: 6px;
}
.contacts_item-value.phone .list .wrap .item .title {
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  color: #242845;
  opacity: 0.4;
}
.contacts_item-value.phone .list .wrap .item .value {
  display: grid;
  line-height: 1.4;
  font-weight: 600;
  color: #3D7194;
}

/* HEADER */
.header {
  margin-top: 30px;
}
.header-wrap {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px;
}
.header-item {
  position: relative;
  display: grid;
  align-content: space-between;
  grid-gap: 30px;
  padding: 40px;
  min-height: 490px;
  color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
}
.header-item .main {
  display: grid;
  grid-gap: 24px;
}
.header-item .main .text {
    max-width: 600px;
    font-size: 24px;
}
.header-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(36, 40, 69, 0.8) 0%, rgba(36, 40, 69, 0) 100%);
  z-index: -1;
}
.header-slider {
  position: relative;
}
.header-slider .swiper-buttons {
  position: absolute;
  right: 40px;
  bottom: 40px;
  justify-content: flex-end;
  gap: 10px;
}
.header-advantages {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
.header-advantages .item {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-gap: 6px;
  padding: 16px;
  background-color: #F4F3F6;
  border-radius: 16px;
}
.header-advantages .item .num {
  font-weight: 700;
  font-size: 42px;
  color: #3D7194;
}
.header-advantages .item .text {
  opacity: 0.7;
}
.header-advantages .fact {
  font-weight: 500;
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .header-advantages .fact {
    grid-column: 1/6;
  }
}

/* SERVICES-BLOCK */
.services_block-wrap {
  display: grid;
  grid-gap: 30px;
}
.services_block-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.services_block-item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  grid-gap: 32px;
  padding: 20px;
  background-color: #F4F3F6;
  border-radius: 16px;
}
.services_block-item .head {
  display: grid;
  grid-gap: 12px;
}
.services_block-item .head .subtitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  opacity: 0.7;
}
.services_block-item .head .text {
  opacity: 0.7;
}
.services_block-item .list {
  display: grid;
  grid-gap: 12px;
}
.services_block-item .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
  font-weight: 600;
  color: #3D7194;
}
.services_block-item .list .item::after {
  content: "";
  display: block;
  min-width: 22px;
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #3D7194;
  mask-image: url("../img/svg/ic_arrow.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  transition: 0.3s;
}
.services_block-item .list .item:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(36, 40, 69, 0.1);
}
@media screen and (min-width: 992px) {
  .services_block-item .list .item:hover {
    color: #58A0D0;
  }
  .services_block-item .list .item:hover::after {
    background-color: #58A0D0;
  }
}
.services_block-item .info {
  display: grid;
  grid-gap: 32px;
}
.services_block-item .info .item {
  display: grid;
  grid-gap: 8px;
  line-height: 1.4;
}
.services_block-item .info .item .title {
  opacity: 0.7;
}
.services_block-item .info .item .value {
  font-weight: 700;
}
.services_block-item .bottom {
  display: grid;
  grid-gap: 20px;
  margin-top: auto;
}
.services_block-item .bottom .phone {
  display: grid;
  grid-gap: 8px;
  text-align: center;
}
.services_block-item .bottom .phone .title {
  line-height: 1.4;
  color: #3D7194;
  opacity: 0.7;
}
.services_block-item .bottom .phone .link {
  font-weight: 700;
  font-size: 18px;
  color: #3D7194;
}
.services_block-item.uniq {
  color: #FFFFFF;
  background-color: #3D7194;
}
.services_block-item.fs {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: unset;
  align-items: flex-start;
  grid-gap: 20px;
  border: 2px solid #3D7194;
}
@media screen and (min-width: 992px) {
  .services_block-item.fs {
    grid-column: 1/4;
  }
}
.services_block-item.fs .head .title {
  color: #3D7194;
}
.services_block-item.fs .bottom {
  margin-top: unset;
}
.services_block-item.fs .bottom .btn {
  width: 100%;
}
.services_block-item.fs .bottom .btn span {
  width: 100%;
}

/* ABOUT-BLOCK */
.about_block-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.about_block-img {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.about_block-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_block-main {
  display: grid;
  grid-gap: 30px;
  order: -1;
}
.about_block-main .text {
  opacity: 0.7;
}
.about_block-main .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.about_block-advantages {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  grid-column: 1/3;
}
.about_block-advantages .item {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-gap: 6px;
  padding: 16px;
  background-color: #F4F3F6;
  border-radius: 16px;
}
.about_block-advantages .item .num {
  font-weight: 700;
  font-size: 42px;
  color: #3D7194;
}
.about_block-advantages .item .text {
  opacity: 0.7;
}

/* FAQ-BLOCK */
.faq_block-wrap {
  display: grid;
  grid-gap: 30px;
}
.faq_block-list {
  display: grid;
  grid-gap: 12px;
}
.faq_block-item {
  padding: 20px;
  background-color: #F4F3F6;
  border-radius: 16px;
}
.faq_block-item .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s;
}
.faq_block-item .head::after {
  content: "";
  display: block;
  min-width: 24px;
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  transform: rotate(90deg);
  background-color: #3D7194;
  mask-image: url("../img/svg/ic_chevron.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .faq_block-item .head:hover {
    color: #58A0D0;
    cursor: pointer;
  }
  .faq_block-item .head:hover::after {
    background-color: #58A0D0;
  }
}
.faq_block-item .main {
  display: none;
  margin-top: 20px;
}
.faq_block-item .main .wrap {
  display: grid;
  grid-gap: 20px;
}
.faq_block-item .main .wrap .text {
  opacity: 0.7;
}
.faq_block-item .main .wrap .link {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
  font-weight: 600;
  color: #3D7194;
}
.faq_block-item .main .wrap .link::after {
  content: "";
  display: block;
  min-width: 22px;
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #3D7194;
  mask-image: url("../img/svg/ic_arrow.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .faq_block-item .main .wrap .link:hover {
    color: #58A0D0;
    cursor: pointer;
  }
  .faq_block-item .main .wrap .link:hover::after {
    background-color: #58A0D0;
  }
}
.faq_block-item.opened .head {
  color: #3D7194;
}
.faq_block-item.opened .head::after {
  transform: rotate(-90deg);
}

/*NEWS-BLOCK */
.news_block-wrap {
  display: grid;
  grid-gap: 30px;
}
.news_block-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.news_block-item {
  display: grid;
  grid-gap: 12px;
}
.news_block-item .img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
}
.news_block-item .info {
  display: grid;
  grid-gap: 8px;
}
.news_block-item .info .date {
  line-height: 1.4;
  font-weight: 500;
  color: #3D7194;
}
.news_block-item .info .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  font-weight: 600;
  font-size: 18px;
}
.news_block-item .info .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #242845;
  opacity: 0.7;
}

/* CONTENT-BLOCK */
.content_block-wrap {
  display: grid;
  grid-gap: 60px;
}
.content_block-piece {
  display: grid;
  grid-gap: 24px;
}
.content_block-piece .uniq_ul li {
  font-weight: 400;
}
.content_block-piece .uniq_ul li::before {
  background-color: #3D7194;
}
.content_block-piece h3 {
  font-size: 32px;
}
.content_block-piece .duo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  grid-gap: 20px;
}
.content_block-piece .duo .item {
  display: grid;
  grid-gap: 24px;
}
.content_block-piece .fact {
  display: grid;
  grid-gap: 24px;
  padding: 20px;
  background-color: #F4F3F6;
  border-radius: 16px;
}

/* GALLERY-BLOCK */
.gallery_block-wrap {
  display: grid;
  grid-gap: 60px;
}
.gallery_block-piece {
  display: grid;
  grid-gap: 20px;
}
.gallery_block-piece img {
  width: 100%;
  min-height: 160px;
  object-fit: cover;
  border-radius: 16px;
}
.gallery_block-piece.duo {
  grid-template-columns: repeat(2, 1fr);
}
.gallery_block-piece.tres {
  grid-template-columns: repeat(3, 1fr);
}

/* PRICE TABLE */
.price-table {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .price-table {
    margin-left: -20px;
    width: calc(100% + 40px);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.price-table-list {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .price-table-list {
    margin: 0 20px;
  }
}
.price-table-list th,
.price-table-list td {
  padding: 16px 12px;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  border: 1px solid #F4F3F6;
}
.price-table-list th {
  font-weight: 600;
  color: #FFFFFF;
  background-color: #3D7194;
}
.price-table-list th:nth-child(1) {
  min-width: 100px;
}
.price-table-list th:nth-child(2) {
  min-width: 200px;
  width: 50%;
}
.price-table-list th:nth-child(3) {
  min-width: 200px;
  width: 50%;
}
.price-table-list th:nth-child(4) {
  min-width: 180px;
}
.price-table-section td {
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgba(61, 113, 148, 0.2);
}
.price-table-group td {
  padding: 16px 12px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #3D7194;
}

/* INFO-BLOCK */
.info_block-list {
  display: grid;
  grid-gap: 60px;
}
.info_block-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 20px;
}
.info_block-item .img {
  min-height: 400px;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.info_block-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info_block-item .info {
  display: grid;
  grid-gap: 30px;
}
.info_block-item .info .text {
  opacity: 0.7;
}
.info_block-item:nth-child(2n) .img {
  order: -1;
}

/* DOCUMENTS-BLOCK */
.documents_block-list {
  display: grid;
  grid-gap: 20px;
}
.documents_block-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  grid-gap: 12px;
  padding: 16px;
  background-color: #F4F3F6;
  border-radius: 12px;
}
.documents_block-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  aspect-ratio: 1/1;
  transition: 0.3s;
  background-color: #3D7194;
  border-radius: 8px;
}
.documents_block-item .icon .ic {
  width: 30px;
  min-width: 30px;
  background-color: #FFFFFF;
}
.documents_block-item .title {
  font-weight: 600;
  line-height: 1.4;
}
.documents_block-item .ic {
  width: 30px;
  min-width: 30px;
  background-color: #3D7194;
}
@media screen and (min-width: 992px) {
  .documents_block-item .ic:hover {
    background-color: #58A0D0;
    cursor: pointer;
  }
}

.pl1 {
	    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
/* SPECIALISTS-PAGE */
main.specialists_page ul.specialists_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 31px;
  grid-row-gap: 28px;
}
main.specialists_page ul.specialists_list a img {
  margin-bottom: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
main.specialists_page ul.specialists_list a b {
  display: block;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #A3A3A3;
}
main.specialists_page ul.specialists_list a h6 {
  margin-bottom: 12px;
  line-height: 1.5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
main.specialists_page ul.specialists_list a h6:hover {
  color: #1BD6DC;
  cursor: pointer;
}

/* SPECIALISTS-INDEX-PAGE */

/* SPECIALISTS-PAGE */
ul.specialists_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 31px;
  grid-row-gap: 28px;
}
ul.specialists_list a img {
  margin-bottom: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
ul.specialists_list a b {
  display: block;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #A3A3A3;
}
ul.specialists_list a h6 {
  margin-bottom: 12px;
  line-height: 1.5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
ul.specialists_list a h6:hover {
  color: #1BD6DC;
  cursor: pointer;
}
.specialist_card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.specialist_card img {
  margin-right: 31px;
  max-width: 327px;
  max-height: 327px;
}
.specialist_card div b {
  display: block;
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #A3A3A3;
}
.specialist_card div h6 {
  margin-bottom: 30px;
  font-weight: 400;
}
.specialist_card div h6:nth-last-child(2) {
  margin-bottom: 40px;
}
.specialist_card div .button_3 {
  padding: 16px 82px;
}
.specialists_index_page div.article_text {
  margin-bottom: 40px;
}
.specialists_index_page ul.ul_list {
  margin-bottom: 40px;
}
.specialists_index_page section.reviews {
  margin-bottom: 60px;
}
.specialists_index_page section.specialists {
  margin-bottom: 0;
}