html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

video {
  pointer-events: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

input, textarea {
  transition: 0.3s;
}

button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}

button:focus,
button:active {
  outline: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:focus,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  max-width: 1920px !important;
  width: 100% !important;
  min-height: 100vh !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: normal !important;
  justify-content: normal !important;
  height: auto !important;
  font-family: "Area", sans-serif !important;
  color: #0D2A33;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
}
body::-webkit-scrollbar {
  display: none;
}

* {
  font-family: "Area", sans-serif;
  color: #0D2A33;
  font-weight: 400;
}

svg {
  flex-shrink: 0;
}

h1, h2, h3, h4, h5 {
  font-family: "Area", sans-serif;
  line-height: 1.4;
  font-weight: 600;
}

h1 {
  font-size: 32px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 564px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 28px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 564px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}
@media (max-width: 564px) {
  h4 {
    font-size: 18px;
  }
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@font-face {
  font-family: "Area";
  src: url("../fonts/Area-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Area";
  src: url("../fonts/Area-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
.control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  padding: 18px 30px;
  color: #0D2A33;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  border-radius: 100px;
}
.control svg {
  color: inherit;
  fill: currentColor;
  transition: 0.1s ease;
}
.control_primary {
  border: 1px solid #99DDFF;
  background: #99DDFF;
  color: #0D2A33 !important;
}
.control_primary:hover {
  background: #0D2A33;
  border-color: #0D2A33;
  color: #ffffff !important;
}
.control_primary:hover svg {
  fill: #ffffff;
}
.control_primary:hover > span {
  color: inherit !important;
}
.control_cyan {
  border: 1px solid #105266;
  background: #105266;
  color: #ffffff !important;
}
.control_cyan:hover {
  background: #99DDFF;
  border-color: #99DDFF;
  color: #0D2A33 !important;
}
.control_cyan:hover svg {
  fill: #ffffff;
}
.control_cyan:hover > span {
  color: inherit !important;
}
.control_secondary {
  border: 1px solid currentColor;
  background: transparent;
}
.control_secondary:hover {
  background: #0D2A33;
  color: #ffffff;
}
.control_secondary-cyan {
  border: 1px solid #105266;
  color: #105266;
  background: transparent;
}
.control_secondary-cyan:hover {
  background: #99DDFF;
  border-color: #99DDFF;
  color: #0D2A33;
}
.control_secondary-light {
  border: 1px solid #99DDFF;
  background: transparent;
}
.control_secondary-light:hover {
  background: #0D2A33;
  color: #ffffff;
  border-color: #0D2A33;
}
.control_secondary-white {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.control_secondary-white:hover {
  background: #99DDFF;
  color: #ffffff;
  border-color: #99DDFF;
}
.control__text {
  font: inherit;
  color: inherit;
}
.control.loading {
  position: relative;
  pointer-events: none;
  background: #0D2A33;
  color: transparent !important;
  border-color: #0D2A33;
}
.control.loading:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_aj0A%7Btransform-origin:center;animation:spinner_KYSC .75s infinite linear%7D@keyframes spinner_KYSC%7B100%25%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3Cpath d='M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z' class='spinner_aj0A' fill='%2399DDFF'/%3E%3C/svg%3E");
  transform: translate(-50%, -50%);
  z-index: 4;
}
.control.loading svg {
  opacity: 0;
}
.control.changed.loading {
  --clr: #99DDFF;
}

.element {
  position: relative;
}
.element.loading {
  --clr: #007180;
  color: transparent;
  pointer-events: none;
}
.element.loading .loading__box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.6);
}
.element.loading .loading__dot {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: var(--clr);
  opacity: 0;
}
.element.loading .loading__dot:nth-child(1) {
  animation: fade 1s ease-in-out infinite;
}
.element.loading .loading__dot:nth-child(2) {
  animation: fade 1s ease-in-out 0.33s infinite;
}
.element.loading .loading__dot:nth-child(3) {
  animation: fade 1s ease-in-out 0.66s infinite;
}

.section {
  overflow: hidden;
}
.section_no-overflow {
  overflow: visible;
}
.section_light {
  background: #F5FCFF;
}
.section_blue {
  background: #D7ECF4;
}
.section_light-blue {
  background: #F0F9FA;
}
.section_gray-gradient {
  background: linear-gradient(180deg, #EBEDEB 0%, #ECEEED 14.29%, #EAEDED 33.33%, #E8EEED 48.09%, #E6ECED 66.4%, #DEE5E8 78.84%, #C9D4DC 88.4%, #B4BFCA 100%);
}
.section_gray-gradient-home {
  background: linear-gradient(180deg, #C3C7C8 0.87%, #D0D6D5 5.19%, #D5DBDA 10.63%, #DAE0DF 18.19%, #E3E8E7 27.68%, #E4EAE9 33.33%, #E9ECEB 48.09%, #EFF0F2 63.96%, #E8EEEF 73%, #E7EDEE 80.81%, #DAE1E4 86.91%, #C8D3D9 91.95%, #BBC7CA 100%);
}
.section_blue-gradient {
  background: linear-gradient(to bottom, #D7ECF4 80%, #ffffff 80%);
}
@media (max-width: 564px) {
  .section_blue-gradient {
    background: linear-gradient(to bottom, #D7ECF4 56%, #ffffff 56%);
  }
}
@media (max-width: 429px) {
  .section_blue-gradient {
    background: linear-gradient(to bottom, #D7ECF4 54%, #ffffff 54%);
  }
}
.section_blue-gradient-img {
  background: linear-gradient(to bottom, #D7ECF4 84%, #ffffff 84%);
}
@media (max-width: 564px) {
  .section_blue-gradient-img {
    background: linear-gradient(to bottom, #D7ECF4 60%, #ffffff 60%);
  }
}
@media (max-width: 429px) {
  .section_blue-gradient-img {
    background: linear-gradient(to bottom, #D7ECF4 58%, #ffffff 58%);
  }
}
.section_home {
  position: relative;
}
.section_home:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 213px;
  background: #ffffff;
}
@media (max-width: 1920px) {
  .section_home:after {
    width: 10%;
  }
}
@media (max-width: 1700px) {
  .section_home:after {
    width: calc((100vw - 1392px) / 2);
  }
}
@media (max-width: 1524px) {
  .section_home:after {
    content: none;
  }
}
.section_hero {
  position: relative;
  display: flex;
  min-height: 655px;
  margin-top: 28px;
}
@media (max-width: 1024px) {
  .section_hero:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0) 30%);
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .section_hero {
    min-height: 500px;
    margin-top: 0;
  }
}
@media (max-width: 564px) {
  .section_hero {
    margin-top: 18px;
  }
}
.section__back-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.section__back-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
@media (max-width: 1200px) {
  .section__back-img img {
    object-position: 60%;
  }
}
@media (max-width: 1024px) {
  .section__back-img img {
    object-position: 50%;
  }
}
.section__wrapper {
  max-width: 1392px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 40px;
}
@media (max-width: 564px) {
  .section__wrapper {
    padding: 32px 16px;
  }
}
.section__wrapper_no-vertical {
  padding: 0 40px;
}
@media (max-width: 960px) {
  .section__wrapper_no-tablet {
    padding: 0;
  }
}
.section__wrapper_no-indent {
  padding: 0;
}
.section__wrapper_no-horizontal {
  padding-left: 0;
  padding-right: 0;
}
.section__wrapper_scrollable {
  overflow: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1440px;
}
@media (max-width: 564px) {
  .section__wrapper_scrollable {
    padding-top: 20px;
  }
}
.section__wrapper_scrollable h1 {
  padding-left: 40px;
}
@media (max-width: 564px) {
  .section__wrapper_scrollable h1 {
    padding-left: 16px;
  }
}
.section__title {
  text-align: center;
}
.section__desc {
  font-size: 18px;
  text-align: center;
}

.footer {
  background: #F5FCFF;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1392px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 40px;
}
@media (max-width: 960px) {
  .footer__wrapper {
    gap: 32px;
  }
}
@media (max-width: 564px) {
  .footer__wrapper {
    padding: 40px 16px 60px;
  }
}
.footer__content {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .footer__content {
    flex-direction: column;
    gap: 32px;
  }
}
.footer__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 850px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .footer__text {
    margin-bottom: 0;
  }
}
.footer__desc {
  color: #526166;
}
.footer__control {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 960px) {
  .footer__control {
    max-width: 330px;
    margin: 0 auto;
  }
}
.footer__contact {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 960px) {
  .footer__contact {
    flex-direction: column;
    gap: 20px;
  }
}

.rd-footer {
  background: #105266;
}
.rd-footer__title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  color: #f1f1f1;
}
@media (max-width: 564px) {
  .rd-footer__title {
    font-size: 20px;
  }
}
.rd-footer__title span {
  margin-left: 10px;
  color: #b3e2ff;
  font-size: 16px;
}
@media (max-width: 564px) {
  .rd-footer__title span {
    margin-top: 2px;
    font-size: 14px;
  }
}
.rd-footer__location-title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 20px;
  color: #f1f1f1;
  font-weight: 500;
}
@media (max-width: 564px) {
  .rd-footer__location-title {
    font-size: 18px;
  }
}
.rd-footer__location-title span {
  margin-left: 10px;
  color: #b3e2ff;
  font-size: 14px;
}
@media (max-width: 564px) {
  .rd-footer__location-title span {
    margin-top: 4px;
    font-size: 12px;
  }
}
.rd-footer__location-wrapper {
  padding: 16px;
  box-shadow: 0px 0px 10px 0px rgba(18, 38, 52, 0.7);
  border-radius: 5px;
}
.rd-footer__location-wrapper + .rd-footer__location-wrapper {
  margin-top: 10px;
}
.rd-footer__location-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rd-footer__location-box + .rd-footer__location-box {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #1c445a;
}
@media (max-width: 564px) {
  .rd-footer__location-box + .rd-footer__location-box {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #45667d;
  }
}
.rd-footer__location-box + .rd-footer__location-title {
  margin-top: 20px;
}
.rd-footer__locations {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .rd-footer__locations {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 564px) {
  .rd-footer__locations {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 0;
  }
}
.rd-footer__location-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
  color: #e5e5e5;
  stroke: #e5e5e5;
  font-size: 14px;
  font-weight: 300;
}
.rd-footer__location-item span {
  color: inherit;
  font: inherit;
}
@media (max-width: 564px) {
  .rd-footer__location-item svg {
    width: 20px;
    height: 20px;
  }
}
.rd-footer__location-item[href] svg {
  margin-top: -2px;
}
.rd-footer__location-item[href]:hover {
  color: #ffffff;
  stroke: #ffffff;
  text-decoration: underline !important;
}
.rd-footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1392px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px 40px;
}
@media (max-width: 960px) {
  .rd-footer__wrapper {
    gap: 60px;
  }
}
@media (max-width: 564px) {
  .rd-footer__wrapper {
    padding: 40px 16px 20px;
    gap: 40px;
  }
}
.rd-footer__link {
  display: flex;
  height: fit-content;
  width: fit-content;
  color: #e5e5e5;
  font-size: 14px;
  white-space: nowrap;
}
.rd-footer__link:hover {
  color: #ffffff;
  text-decoration: underline !important;
}
@media (max-width: 1024px) {
  .rd-footer__location {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}
@media (max-width: 1024px) {
  .rd-footer__location:last-child {
    margin-top: -10%;
  }
}
@media (max-width: 721px) {
  .rd-footer__location:last-child {
    margin-top: -8%;
  }
}
@media (max-width: 677px) {
  .rd-footer__location:last-child {
    margin-top: -11%;
  }
}
@media (max-width: 596px) {
  .rd-footer__location:last-child {
    margin-top: -5%;
  }
}
@media (max-width: 564px) {
  .rd-footer__location:last-child {
    margin-top: 0;
  }
}
.rd-footer__row {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 768px) {
  .rd-footer__row {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 564px) {
  .rd-footer__row {
    gap: 20px;
  }
}
.rd-footer__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 50px;
  height: fit-content;
}
@media (max-width: 960px) {
  .rd-footer__links {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .rd-footer__links {
    gap: 10px 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 564px) {
  .rd-footer__links {
    gap: 10px 30px;
    grid-template-columns: 1fr 1fr;
  }
}
.rd-footer__text {
  max-width: 440px;
  width: 100%;
  color: #e5e5e5;
  line-height: 1.58;
  font-size: 14px;
}
.rd-footer__text_mw-870 {
  max-width: 870px;
}
.rd-footer__rights {
  margin-top: 40px;
  color: #e5e5e5;
  text-align: center;
  font-size: 12px;
}
.rd-footer__box {
  display: flex;
  flex-direction: column;
}
.rd-footer__box_center {
  align-items: center;
}
.rd-footer__box_double {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  justify-content: space-between;
  gap: 140px;
}
@media (max-width: 1200px) {
  .rd-footer__box_double {
    gap: 100px;
  }
}
@media (max-width: 960px) {
  .rd-footer__box_double {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media (max-width: 564px) {
  .rd-footer__box_double {
    gap: 40px;
  }
}
.rd-footer__social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #e5e5e5;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 429px) {
  .rd-footer__social-link {
    white-space: wrap;
  }
}
.rd-footer__social-link svg {
  margin-top: -2px;
  opacity: 0.9;
}
.rd-footer__social-link:hover {
  color: #ffffff;
  text-decoration: underline !important;
}
.rd-footer__social-link:hover svg {
  opacity: 1;
}
.rd-footer__col {
  width: fit-content;
}
.rd-footer__social {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 30px;
}
@media (max-width: 1024px) {
  .rd-footer__social {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 960px) {
  .rd-footer__social {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .rd-footer__social {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 564px) {
  .rd-footer__social {
    grid-template-columns: 1fr 1fr;
  }
}
.rd-footer__control {
  max-width: 150px;
  width: 100%;
  padding: 12px 10px;
  margin-top: 20px;
}
@media (max-width: 429px) {
  .rd-footer__control {
    max-width: none;
  }
}

.call-link {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 600;
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: #D4EDFA;
  border-radius: 50%;
  border: none;
}
.icon-box_l {
  width: 60px;
  height: 60px;
}
.icon-box_shadow {
  box-shadow: 0px 1px 4px 0px rgba(53, 85, 192, 0.1), 0px 2px 12px 0px rgba(92, 103, 136, 0.2);
}
.icon-box_dark {
  background: #0D2A33;
}

.scroll-top svg {
  transform: rotate(-90deg);
}

.scroll-top,
.chat-button {
  fill: #0D2A33;
}
.scroll-top:hover,
.chat-button:hover {
  background: #0D2A33;
  fill: #ffffff;
}

.fixed-buttons {
  position: fixed;
  bottom: 44px;
  right: 64px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}
@media (max-width: 768px) {
  .fixed-buttons {
    bottom: 12px;
    right: 12px;
  }
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  z-index: 12;
}
.header__wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1392px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
@media (max-width: 768px) {
  .header__wrapper {
    padding: 24px 40px;
    gap: 8px;
  }
}
@media (max-width: 564px) {
  .header__wrapper {
    padding: 24px 16px;
  }
}
.header__logo {
  display: flex;
  width: 162px;
  height: 50px;
}
@media (max-width: 768px) {
  .header__logo {
    width: 129px;
    height: 40px;
  }
}
.header__logo img {
  display: flex;
  width: 100%;
  object-fit: contain;
}
.header__button {
  fill: #ffffff;
  border: 1px solid #0D2A33;
}
@media (max-width: 768px) {
  .header__button {
    width: 38px;
    height: 38px;
    fill: #0D2A33;
    background: #ffffff;
  }
  .header__button svg {
    width: 16px;
    height: 16px;
  }
}
.header__button:hover {
  fill: #0D2A33;
  background: #ffffff;
}
.header__control {
  margin-left: auto;
}
@media (max-width: 768px) {
  .header__control {
    padding: 13px 20px;
    font-size: 15px;
  }
}
@media (max-width: 564px) {
  .header__control {
    padding: 8px 20px;
  }
}
@media (max-width: 429px) {
  .header__control {
    padding: 8px 14px;
  }
}
.header__nav {
  margin: 0 auto;
  padding-left: 40px;
}
@media (max-width: 1300px) {
  .header__nav {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 140px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #ffffff;
    overflow: auto;
  }
}
@media (max-width: 768px) {
  .header__nav {
    top: 94px;
  }
}
@media (max-width: 564px) {
  .header__nav {
    top: 88px;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1300px) {
  .header__nav-list {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .header__nav-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 0 40px;
  }
}
@media (max-width: 564px) {
  .header__nav-list {
    padding: 0 20px;
  }
}
.header__nav-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 4px 0;
  background: transparent;
  border: none;
}
@media (max-width: 1024px) {
  .header__nav-button {
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .header__nav-button {
    padding: 16px 0;
  }
}
.header__nav-button span {
  font-size: 16px;
  font-weight: 600;
  color: #105266;
}
@media (max-width: 1200px) {
  .header__nav-button span {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header__nav-button span {
    font-size: 16px;
  }
}
.header__nav-button svg {
  transition: 0.3s;
}
.header__nav-button.active svg {
  transform: rotate(180deg);
}
.header__nav-button:after {
  content: none;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  height: 56px;
  background: transparent;
}
@media (max-width: 1024px) {
  .header__nav-button:after {
    content: none !important;
  }
}
.header__nav-button:hover:after {
  content: "";
}
.header__menu-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 140px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 1024px) {
  .header__menu-wrapper {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
}
.header__nav-item {
  position: relative;
}
@media (max-width: 1024px) {
  .header__nav-item {
    width: 100%;
  }
  .header__nav-item:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
  }
}
@media (min-width: 1024px) {
  .header__nav-item:hover .header__nav-button svg {
    transform: rotate(180deg);
  }
  .header__nav-item:hover .header__menu-wrapper {
    visibility: visible;
    opacity: 1;
  }
}
.header__menu-link {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 16px;
  height: fit-content;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .header__menu-link {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .header__menu-link {
    font-size: 16px;
    gap: 12px;
  }
}
@media (max-width: 564px) {
  .header__menu-link {
    font-size: 15px;
  }
}
.header__menu-link span {
  position: relative;
  color: #105266;
  font: inherit;
  transition: 0.3s;
}
.header__menu-link span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 1px;
  background: #167B9A;
  transition: 0.3s;
  opacity: 0;
}
.header__menu-link:hover span:after {
  opacity: 1;
}
.header__menu {
  display: flex;
  flex-direction: column;
  gap: 16px 80px;
  flex-wrap: wrap;
  align-content: flex-start;
  max-width: 1392px;
  width: 100%;
  max-height: 213px;
  margin: 0 auto;
  padding: 40px 40px 52px;
}
@media (max-width: 1200px) {
  .header__menu {
    padding: 30px 40px 40px;
  }
}
@media (max-width: 1024px) {
  .header__menu {
    padding: 0 0 20px;
    max-height: none;
  }
}
.header__menu_services {
  gap: 32px;
  flex-direction: row;
  max-height: none;
}
@media (max-width: 1200px) {
  .header__menu_services {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .header__menu_services {
    flex-direction: column;
    gap: 12px;
  }
}
.header__menu_services img {
  width: 170px;
  height: 170px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .header__menu_services img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 1024px) {
  .header__menu_services img {
    display: none;
  }
}
.header__menu_services .header__menu-link {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .header__menu_services .header__menu-link br {
    display: none;
  }
}
.header__menu_services .header__menu-link:not(:has(img)):last-child {
  margin-top: 5%;
}
@media (max-width: 1024px) {
  .header__menu_services .header__menu-link:not(:has(img)):last-child {
    margin-top: 0;
  }
}
.header__menu_drips {
  gap: 12px 100px;
  max-height: 448px;
}
@media (max-width: 1200px) {
  .header__menu_drips {
    gap: 12px 60px;
  }
}
@media (max-width: 1024px) {
  .header__menu_drips {
    gap: 12px;
    flex-direction: column;
    max-height: none;
  }
}
@media (max-width: 768px) {
  .header__menu_drips {
    gap: 8px;
  }
}
.header__menu_drips .header__menu-link img {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  color: inherit;
  background: currentColor;
  border: 8px solid currentColor;
}
@media (max-width: 1024px) {
  .header__menu_drips .header__menu-link img {
    width: 60px;
    height: 60px;
  }
}
.header__menu_drips .header__menu-link:not(:has(img)):last-child {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .header__menu_drips .header__menu-link:not(:has(img)):last-child {
    order: -1;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.header__menu_drips .header__menu-link.immunity {
  color: #FFF8E7;
}
.header__menu_drips .header__menu-link.hydration {
  color: #F0F9FA;
}
.header__menu_drips .header__menu-link.detox {
  color: #EAF5B3;
}
.header__menu_drips .header__menu-link.energy {
  color: #FFF7EA;
}
.header__menu_drips .header__menu-link.migraine {
  color: #F3F0F7;
}
.header__menu_drips .header__menu-link.prenatal {
  color: #F7F2F8;
}
.header__menu_drips .header__menu-link.hangover {
  color: #FDEEF1;
}
.header__menu_drips .header__menu-link.poisoning {
  color: #F3FBEE;
}
.header__menu_drips .header__menu-link.diy {
  color: #F0F9FA;
}
.header__menu_drips .header__menu-link.brightening {
  color: #F3FBEE;
}
.header__menu_drips-rounded img {
  border-radius: 50% !important;
}
.header__burger {
  position: relative;
  display: none;
  width: 25px;
  height: 24px;
  background: transparent;
  border: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header__burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0D2A33;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header__burger span:nth-child(1) {
  top: 5px;
}
.header__burger span:nth-child(2), .header__burger span:nth-child(3) {
  top: 12px;
}
.header__burger span:nth-child(4) {
  top: 19px;
}
.header__burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header__burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media (max-width: 1024px) {
  .header__burger {
    display: block;
  }
}

.overflow {
  overflow: hidden;
}

main {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 110px;
}
@media (max-width: 768px) {
  main {
    margin-top: 96px;
  }
}
@media (max-width: 564px) {
  main {
    margin-top: 70px;
  }
}
main.no-gap {
  gap: 0;
}

.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.slider-nav .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  fill: #ffffff;
  background: transparent;
  border-radius: 50%;
}
.slider-nav .slick-arrow.slide-prev svg {
  transform: rotate(180deg);
}
.slider-nav .slick-arrow:not(.slick-disabled):hover {
  background: #526166;
}
.slider-nav .slick-arrow.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.slider-nav_light .slick-arrow {
  border-color: #105266;
  fill: #105266;
}
.slider-nav_light .slick-arrow:not(.slick-disabled):hover {
  background: rgba(16, 82, 102, 0.3);
}

.accordion {
  padding-bottom: 8px;
}
.accordion__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 20px 0 12px;
  background: transparent;
  border: none;
}
.accordion__button span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  color: inherit;
  text-align: left;
}
@media (max-width: 564px) {
  .accordion__button span {
    font-size: 18px;
  }
}
.accordion__button:hover {
  color: #526166;
}
.accordion__button:hover .accordion__button-icon {
  background: #D4EDFA;
}
.accordion__content {
  display: none;
  padding-right: 52px;
  color: #365159;
}
@media (max-width: 564px) {
  .accordion__content {
    padding-right: 0;
  }
}
.accordion__content p {
  padding-bottom: 12px;
  color: inherit;
}
.accordion__button-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eeeeee;
  transition: 0.3s;
}
.accordion__button-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.accordion__button-icon svg:last-child {
  transform: translate(-48%, -52%) rotate(-90deg);
}
.accordion.open .accordion__button-icon {
  background: #D4EDFA;
}
.accordion.open .accordion__button-icon svg:last-child {
  transform: translate(-50%, -50%);
}

.ingredients {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ingredients__title {
  font-size: 14px;
  font-weight: 600;
  color: #365159;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 564px) {
  .ingredients__title {
    font-size: 12px;
  }
}
.ingredients__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ingredients__item:not(:last-child) {
  margin-bottom: 2px;
}
@media (max-width: 564px) {
  .ingredients__item svg {
    height: 30px;
  }
}
.ingredients__item-title {
  max-width: 80px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #365159;
}
@media (max-width: 564px) {
  .ingredients__item-title {
    max-width: 70px;
    font-size: 12px;
  }
}

.changed {
  background: #0D2A33;
  color: #ffffff !important;
  border-color: #0D2A33;
}
.changed svg {
  fill: #ffffff;
}

select {
  appearance: none;
}

.label .datepicker {
  min-height: 270px;
}
.label .ts-wrapper.focus .ts-control > input {
  opacity: 1;
  border-color: #526166;
}
.label .ts-wrapper.focus.has-items .ts-control > input {
  opacity: 0;
}
.label .ts-wrapper.focus.has-items.dropdown-active .ts-control > input {
  opacity: 1;
}
.label .ts-wrapper .ts-control {
  display: flex;
  align-items: center;
  height: 50px !important;
}
.label .ts-wrapper .ts-control > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 !important;
  padding: 16px !important;
  background: #ffffff !important;
  opacity: 0;
}
.label .ts-wrapper .ts-dropdown {
  position: absolute;
  width: 100%;
  margin: 4px 0 0 0 !important;
  padding: 0 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  border: 1px solid #DBDBDB !important;
  overflow: hidden;
  z-index: 2;
}
.label .ts-wrapper .ts-dropdown .spinner {
  position: relative !important;
  display: flex !important;
  height: 48px !important;
  width: 100% !important;
  margin: 0 16px !important;
}
.label .ts-wrapper .ts-dropdown .spinner:after {
  content: none !important;
}
.label .ts-wrapper .ts-dropdown .spinner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_aj0A%7Btransform-origin:center;animation:spinner_KYSC .75s infinite linear%7D@keyframes spinner_KYSC%7B100%25%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3Cpath d='M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z' class='spinner_aj0A' fill='%2399DDFF'/%3E%3C/svg%3E");
  transform: translateY(-50%);
  z-index: 4;
}
.label .ts-wrapper .ts-dropdown .create {
  display: none !important;
}
.label .ts-wrapper .ts-dropdown .option, .label .ts-wrapper .ts-dropdown .no-results {
  display: flex !important;
  align-items: center;
  padding: 14px 16px;
  color: #0D2A33 !important;
}
.label .ts-wrapper .ts-dropdown .option:before, .label .ts-wrapper .ts-dropdown .no-results:before {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10C20 14.993 14.461 20.193 12.601 21.799C12.4277 21.9293 12.2168 21.9998 12 21.9998C11.7832 21.9998 11.5723 21.9293 11.399 21.799C9.539 20.193 4 14.993 4 10C4 7.87827 4.84285 5.84344 6.34315 4.34315C7.84344 2.84285 9.87827 2 12 2C14.1217 2 16.1566 2.84285 17.6569 4.34315C19.1571 5.84344 20 7.87827 20 10Z' stroke='%23167B9A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z' stroke='%23167B9A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.label .ts-wrapper .ts-dropdown .option:not(:last-child), .label .ts-wrapper .ts-dropdown .no-results:not(:last-child) {
  border-bottom: 1px solid #DBDBDB;
}
.label .ts-wrapper .ts-dropdown .option.active, .label .ts-wrapper .ts-dropdown .option:hover, .label .ts-wrapper .ts-dropdown .no-results.active, .label .ts-wrapper .ts-dropdown .no-results:hover {
  background: rgba(153, 221, 255, 0.4);
  color: #0D2A33 !important;
}
.label .ts-wrapper .ts-dropdown .option.selected, .label .ts-wrapper .ts-dropdown .no-results.selected {
  background: #99DDFF;
}
.label .ts-wrapper .ts-dropdown .option .highlight, .label .ts-wrapper .ts-dropdown .no-results .highlight {
  font-weight: 600;
}
.label_no-icon {
  max-width: 170px;
}
@media (max-width: 564px) {
  .label_no-icon {
    max-width: none;
  }
}
.label_no-icon .option:before {
  content: none !important;
}

input, textarea, select, .ts-wrapper .ts-control {
  padding: 16px;
  border: 1px solid #DBDBDB;
  border-radius: 12px;
  color: #0D2A33;
  cursor: pointer;
  transition: 0.3s;
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus, .ts-wrapper .ts-control:hover, .ts-wrapper .ts-control:focus {
  border-color: #526166;
}
input.invalid, input:invalid, textarea.invalid, textarea:invalid, select.invalid, select:invalid, .ts-wrapper .ts-control.invalid, .ts-wrapper .ts-control:invalid {
  border-color: #CC2E0B;
}
input.invalid + .error, input:invalid + .error, textarea.invalid + .error, textarea:invalid + .error, select.invalid + .error, select:invalid + .error, .ts-wrapper .ts-control.invalid + .error, .ts-wrapper .ts-control:invalid + .error {
  display: flex;
}

.select-wrapper {
  position: relative;
}
.select-wrapper.ts-hidden-accessible {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  position: absolute;
  opacity: 0;
}
.select-wrapper select, .select-wrapper input {
  width: 100%;
  padding-right: 56px;
  background: #ffffff;
  appearance: none;
}
.select-wrapper select::-ms-expand, .select-wrapper input::-ms-expand {
  display: none;
}
.select-wrapper:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 25px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%230D2A33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transform: translateY(-50%);
  pointer-events: none;
}
.select-wrapper_calendar select, .select-wrapper_calendar input {
  padding-left: 56px;
}
.select-wrapper_calendar:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2V6V2Z' fill='%2358696E'/%3E%3Cpath d='M8 2V6' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 2V6' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 10H21' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 14H8.01' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 14H12.01' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 14H16.01' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 18H8.01' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 18H12.01' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 18H16.01' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transform: translateY(-50%);
  pointer-events: none;
}

.input-wrapper {
  position: relative;
}
.input-wrapper input {
  width: 100%;
  padding-right: 56px;
}
.input-wrapper:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.input-wrapper_code:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 4H4C2.897 4 2 4.897 2 6V8H22V6C22 4.897 21.103 4 20 4ZM2 18C2 19.103 2.897 20 4 20H20C21.103 20 22 19.103 22 18V12H2V18ZM5 15H11V17H5V15Z' fill='%23B9C1C3'/%3E%3C/svg%3E%0A");
}
.input-wrapper_card input {
  padding-right: 174px;
}
.input-wrapper_card:after {
  width: 143px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 143 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_287_240)'%3E%3Cpath d='M32.062 0.489746H3.65384C2.16605 0.489746 0.959961 1.69584 0.959961 3.18362V20.8163C0.959961 22.3041 2.16605 23.5102 3.65384 23.5102H32.062C33.5498 23.5102 34.7559 22.3041 34.7559 20.8163V3.18362C34.7559 1.69584 33.5498 0.489746 32.062 0.489746Z' fill='white' stroke='%23DBDBDB' stroke-width='0.489796'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.1223 16.1712H9.04529L7.48774 10.2291C7.41383 9.9558 7.25685 9.71413 7.02596 9.60025C6.44971 9.31406 5.81474 9.08626 5.12207 8.9714V8.74262H8.46801C8.92984 8.74262 9.27618 9.08626 9.33387 9.4854L10.142 13.7716L12.2181 8.74262H14.2374L11.1223 16.1712ZM15.3919 16.1712H13.4303L15.0455 8.74262H17.0071L15.3919 16.1712ZM19.5449 10.8005C19.6027 10.4005 19.949 10.1717 20.3531 10.1717C20.9881 10.1142 21.6797 10.2292 22.257 10.5144L22.6033 8.91493C22.0261 8.68615 21.3911 8.57129 20.8149 8.57129C18.911 8.57129 17.5256 9.60025 17.5256 11.0284C17.5256 12.1148 18.5069 12.6852 19.1996 13.0288C19.949 13.3715 20.2377 13.6003 20.1799 13.9429C20.1799 14.4569 19.6027 14.6857 19.0264 14.6857C18.3338 14.6857 17.6411 14.5144 17.0071 14.2281L16.6608 15.8285C17.3535 16.1138 18.1029 16.2287 18.7956 16.2287C20.9303 16.2851 22.257 15.2571 22.257 13.7141C22.257 11.7711 19.5449 11.6572 19.5449 10.8005ZM29.1221 16.1712L27.5645 8.74262H25.8916C25.5452 8.74262 25.1989 8.9714 25.0834 9.31406L22.1992 16.1712H24.2186L24.6216 15.0858H27.1027L27.3336 16.1712H29.1221ZM26.1802 10.7431L26.7564 13.5428H25.1412L26.1802 10.7431Z' fill='%23172B85'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_287_240)'%3E%3Cpath d='M68.6354 0.473145H39.0787C37.9361 0.473145 37.0098 1.39945 37.0098 2.54211V21.4584C37.0098 22.601 37.9361 23.5273 39.0787 23.5273H68.6354C69.778 23.5273 70.7043 22.601 70.7043 21.4584V2.54211C70.7043 1.39945 69.778 0.473145 68.6354 0.473145Z' fill='white' stroke='%23DBDBDB' stroke-width='0.591133'/%3E%3Cpath d='M56.9958 17.3065H50.877V6.3916H56.9958V17.3065Z' fill='%23FF5F00'/%3E%3Cpath d='M51.2697 11.8479C51.2697 9.63373 52.3141 7.66141 53.9406 6.39042C52.7512 5.461 51.2501 4.90625 49.6187 4.90625C45.7567 4.90625 42.626 8.01409 42.626 11.8479C42.626 15.6816 45.7567 18.7894 49.6187 18.7894C51.2501 18.7894 52.7512 18.2347 53.9406 17.3053C52.3141 16.0343 51.2697 14.062 51.2697 11.8479Z' fill='%23EB001B'/%3E%3Cpath d='M65.2486 11.8479C65.2486 15.6816 62.1179 18.7894 58.2559 18.7894C56.6245 18.7894 55.1234 18.2347 53.9336 17.3053C55.5605 16.0343 56.6049 14.062 56.6049 11.8479C56.6049 9.63373 55.5605 7.66141 53.9336 6.39042C55.1234 5.461 56.6245 4.90625 58.2559 4.90625C62.1179 4.90625 65.2486 8.01409 65.2486 11.8479Z' fill='%23F79E1B'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_287_240)'%3E%3Cpath d='M104.634 0.473145H75.0778C73.9351 0.473145 73.0088 1.39945 73.0088 2.54211V21.4584C73.0088 22.601 73.9351 23.5273 75.0778 23.5273H104.634C105.777 23.5273 106.703 22.601 106.703 21.4584V2.54211C106.703 1.39945 105.777 0.473145 104.634 0.473145Z' fill='%23006FCF' stroke='%23DBDBDB' stroke-width='0.591133'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M79.7263 17.2573V12.3896H85.2378L85.8291 13.1105L86.44 12.3896H106.445V16.9216C106.445 16.9216 105.922 17.2524 105.317 17.2573H94.2398L93.5731 16.49V17.2573H91.3884V15.9474C91.3884 15.9474 91.0899 16.1303 90.4448 16.1303H89.7011V17.2573H86.3933L85.8028 16.521L85.2032 17.2573H79.7263ZM73.3047 8.72084L74.5447 6.01123H76.6893L77.393 7.52906V6.01123H80.0589L80.4778 7.10823L80.884 6.01123H92.8509V6.56273C92.8509 6.56273 93.48 6.01123 94.5139 6.01123L98.3967 6.02395L99.0883 7.52191V6.01123H101.319L101.933 6.87166V6.01123H104.185V10.879H101.933L101.345 10.0157V10.879H98.0671L97.7375 10.1116H96.8563L96.5321 10.879H94.3092C93.4196 10.879 92.8509 10.3387 92.8509 10.3387V10.879H89.4994L88.8342 10.1116V10.879H76.3716L76.0422 10.1116H75.1638L74.8368 10.879H73.3047V8.72084ZM73.3111 10.2561L74.9836 6.61133H76.2517L77.9226 10.2561H76.8097L76.5027 9.52626H74.7086L74.4 10.2561H73.3111ZM76.1493 8.73497L75.6025 7.45954L75.054 8.73497H76.1493ZM78.0377 10.2555V6.61067L79.5852 6.61611L80.4852 8.96599L81.3637 6.61067H82.8987V10.2555H81.9265V7.56985L80.896 10.2555H80.0434L79.0099 7.56985V10.2555H78.0377ZM83.5639 10.2555V6.61067H86.7364V7.42597H84.5463V8.04943H86.6852V8.81672H84.5463V9.46419H86.7364V10.2555H83.5639ZM87.2992 10.2561V6.61133H89.4627C90.1795 6.61133 90.8218 7.02677 90.8218 7.79377C90.8218 8.44945 90.2803 8.87176 89.7553 8.91326L91.0345 10.2561H89.8464L88.6807 8.96126H88.2713V10.2561H87.2992ZM89.3827 7.42662H88.2713V8.19391H89.3971C89.5919 8.19391 89.8432 8.05239 89.8432 7.81026C89.8432 7.62204 89.6493 7.42662 89.3827 7.42662ZM92.2113 10.2555H91.2187V6.61067H92.2113V10.2555ZM94.5651 10.2555H94.3508C93.3141 10.2555 92.6846 9.48997 92.6846 8.44809C92.6846 7.38045 93.307 6.61067 94.6162 6.61067H95.6908V7.47397H94.577C94.0455 7.47397 93.6696 7.86269 93.6696 8.45708C93.6696 9.16295 94.0994 9.4594 94.7185 9.4594H94.9744L94.5651 10.2555ZM95.008 10.2561L96.6805 6.61133H97.9485L99.6195 10.2561H98.5066L98.1996 9.52626H96.4055L96.0969 10.2561H95.008ZM97.8462 8.73497L97.2994 7.45954L96.7509 8.73497H97.8462ZM99.7331 10.2555V6.61067H100.969L102.547 8.90067V6.61067H103.52V10.2555H102.323L100.705 7.90555V10.2555H99.7331ZM80.3915 16.6339V12.9891H83.5639V13.8043H81.3739V14.4278H83.5127V15.1951H81.3739V15.8426H83.5639V16.6339H80.3915ZM95.9364 16.6339V12.9891H99.1088V13.8043H96.9188V14.4278H99.0474V15.1951H96.9188V15.8426H99.1088V16.6339H95.9364ZM83.6871 16.6339L85.2317 14.8339L83.6502 12.9891H84.8751L85.8169 14.1295L86.7619 12.9891H87.9388L86.3781 14.8115L87.9257 16.6339H86.701L85.7865 15.5114L84.8943 16.6339H83.6871ZM88.0411 16.6345V12.9897H90.1886C91.0697 12.9897 91.5845 13.522 91.5845 14.2156C91.5845 15.0529 90.9282 15.4835 90.0622 15.4835H89.0389V16.6345H88.0411ZM90.1166 13.8139H89.0389V14.6532H90.1134C90.3974 14.6532 90.5963 14.4768 90.5963 14.2336C90.5963 13.9747 90.3964 13.8139 90.1166 13.8139ZM92.0067 16.6339V12.9891H94.1701C94.887 12.9891 95.5293 13.4045 95.5293 14.1715C95.5293 14.8272 94.9877 15.2495 94.4627 15.291L95.7419 16.6339H94.5538L93.3882 15.339H92.9788V16.6339H92.0067ZM94.0902 13.8043H92.9788V14.5716H94.1045C94.2994 14.5716 94.5507 14.4302 94.5507 14.188C94.5507 13.9998 94.3568 13.8043 94.0902 13.8043ZM99.5591 16.6339V15.8426H101.505C101.793 15.8426 101.917 15.6967 101.917 15.5368C101.917 15.3836 101.793 15.2287 101.505 15.2287H100.625C99.8613 15.2287 99.4356 14.7923 99.4356 14.137C99.4356 13.5526 99.8254 12.9891 100.961 12.9891H102.854L102.445 13.8091H100.808C100.495 13.8091 100.398 13.9631 100.398 14.1101C100.398 14.2612 100.517 14.4278 100.756 14.4278H101.677C102.529 14.4278 102.899 14.8807 102.899 15.4739C102.899 16.1115 102.487 16.6339 101.631 16.6339H99.5591ZM102.985 16.6339V15.8426H104.93C105.218 15.8426 105.343 15.6967 105.343 15.5368C105.343 15.3836 105.219 15.2287 104.93 15.2287H104.051C103.287 15.2287 102.861 14.7923 102.861 14.137C102.861 13.5526 103.251 12.9891 104.387 12.9891H106.28L105.871 13.8091H104.233C103.92 13.8091 103.824 13.9631 103.824 14.1101C103.824 14.2612 103.943 14.4278 104.182 14.4278H105.103C105.955 14.4278 106.325 14.8807 106.325 15.4739C106.325 16.1115 105.913 16.6339 105.057 16.6339H102.985Z' fill='white'/%3E%3C/g%3E%3Cg clip-path='url(%23clip3_287_240)'%3E%3Cpath d='M140.634 0.473145H111.078C109.935 0.473145 109.009 1.39945 109.009 2.54211V21.4584C109.009 22.601 109.935 23.5273 111.078 23.5273H140.634C141.777 23.5273 142.703 22.601 142.703 21.4584V2.54211C142.703 1.39945 141.777 0.473145 140.634 0.473145Z' fill='white' stroke='%23DBDBDB' stroke-width='0.591133'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M119.986 12.1907C119.986 13.6343 121.12 14.7537 122.579 14.7537C122.991 14.7537 123.344 14.6726 123.78 14.4675V13.3398C123.397 13.7231 123.057 13.8778 122.623 13.8778C121.658 13.8778 120.973 13.1782 120.973 12.1835C120.973 11.2407 121.68 10.4968 122.579 10.4968C123.035 10.4968 123.381 10.6599 123.78 11.0494V9.92232C123.359 9.70904 123.013 9.62061 122.601 9.62061C121.15 9.62061 119.986 10.7627 119.986 12.1907ZM117.528 10.9979C117.528 11.2634 117.696 11.4036 118.271 11.6163C119.361 12.015 119.684 12.3681 119.684 13.1485C119.684 14.0991 118.986 14.7612 117.99 14.7612C117.261 14.7612 116.731 14.4741 116.29 13.8261L116.909 13.2301C117.129 13.6566 117.497 13.8853 117.954 13.8853C118.382 13.8853 118.698 13.5904 118.698 13.1925C118.698 12.9863 118.602 12.8092 118.411 12.6842C118.314 12.625 118.124 12.537 117.748 12.4045C116.849 12.0808 116.54 11.7343 116.54 11.0577C116.54 10.2539 117.203 9.65052 118.072 9.65052C118.61 9.65052 119.103 9.8346 119.515 10.1949L119.014 10.8512C118.764 10.5716 118.528 10.4535 118.241 10.4535C117.828 10.4535 117.528 10.6887 117.528 10.9979ZM114.971 14.643H115.929V9.73168H114.971V14.643ZM113.013 13.4211C112.712 13.693 112.321 13.8116 111.702 13.8116H111.445V10.5637H111.702C112.321 10.5637 112.696 10.6745 113.013 10.9611C113.344 11.2559 113.543 11.7132 113.543 12.1836C113.543 12.6551 113.344 13.1263 113.013 13.4211ZM111.894 9.73168H110.487V14.6429H111.886C112.63 14.6429 113.167 14.4675 113.638 14.0759C114.199 13.6124 114.53 12.9136 114.53 12.1908C114.53 10.7413 113.447 9.73168 111.894 9.73168ZM130.066 9.73168L131.375 13.0306L132.702 9.73168H133.741L131.619 14.7691H131.103L129.019 9.73168H130.066ZM134.174 14.643H136.891V13.8115H135.131V12.4858H136.826V11.6539H135.131V10.5638H136.891V9.73156H134.174V14.643ZM138.482 11.9927H138.762C139.374 11.9927 139.698 11.7269 139.698 11.2332C139.698 10.7552 139.374 10.5053 138.777 10.5053H138.482V11.9927ZM138.946 9.7315C140.05 9.7315 140.684 10.262 140.684 11.1816C140.684 11.9335 140.286 12.4272 139.565 12.5739L141.111 14.6429H139.933L138.607 12.6699H138.482V14.6429H137.525V9.7315H138.946Z' fill='%231D1D1B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M128.907 13.6119C129.684 12.396 129.329 10.7808 128.113 10.0034C126.898 9.22591 125.282 9.58082 124.505 10.7967C123.727 12.0122 124.083 13.6279 125.298 14.4054C126.514 15.1828 128.129 14.8274 128.907 13.6119Z' fill='url(%23paint0_linear_287_240)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_287_240' x1='130.314' y1='11.4109' x2='125.912' y2='8.59564' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6A000'/%3E%3Cstop offset='0.623918' stop-color='%23E47E02'/%3E%3Cstop offset='1' stop-color='%23D36002'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_287_240'%3E%3Crect width='34.2857' height='24' fill='white' transform='translate(0.713867)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_287_240'%3E%3Crect width='34.2857' height='24' fill='white' transform='translate(36.7139)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_287_240'%3E%3Crect width='34.2857' height='24' fill='white' transform='translate(72.7139)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_287_240'%3E%3Crect width='34.2857' height='24' fill='white' transform='translate(108.714)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.label__text {
  font-size: 16px;
  color: #526166;
}
@media (max-width: 768px) {
  .label__text {
    font-size: 15px;
  }
}
.label.required .label__text {
  position: relative;
}
.label.required .label__text:after {
  content: "*";
  margin-left: 3px;
  font-size: 20px;
  color: #CC2E0B;
}
.label .error {
  display: none;
  color: #CC2E0B;
  font-size: 16px;
}
.label .message {
  display: none;
  color: #0C9A5A;
  font-size: 16px;
}
.label.invalid .error {
  display: flex;
}
.label.invalid select, .label.invalid input {
  border-color: #CC2E0B;
}
.label.invalid .total__coupon-input {
  color: #CC2E0B;
}
.label.valid {
  position: relative;
}
.label.valid:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 10px;
  width: 20px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 10L7.75 18L4 14.3636' stroke='%230C9A5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.label.valid input {
  color: #0C9A5A;
}
.label.valid .message {
  display: flex;
}
.label:has(input:invalid) .error {
  display: flex;
}

.label-check {
  display: flex;
}
.label-check .checkbox__box {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  background: #ffffff;
  cursor: pointer;
}
.label-check .checkbox__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L4.75 9L1 5.36364' stroke='%230D2A33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  opacity: 0;
}
.label-check input {
  display: none;
  appearance: none;
}
.label-check input:checked + .checkbox__box {
  border-color: #99DDFF;
  background: #99DDFF;
}
.label-check input:checked + .checkbox__box:before {
  opacity: 1;
}

.checkbox {
  position: relative;
  display: flex;
  gap: 10px;
}
.checkbox .label-check {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .checkbox .label-check {
    margin-top: 6px;
  }
}
.checkbox__text a {
  color: #167B9A;
  font-weight: inherit;
  transition: 0.3s;
}
.checkbox__text a:hover {
  text-decoration: underline !important;
}
.checkbox_l .checkbox__text {
  font-size: 18px;
  color: #0D2A33;
  font-weight: 600;
}
@media (max-width: 768px) {
  .checkbox_l .checkbox__text {
    font-size: 16px;
  }
}
.checkbox .error {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  color: #CC2E0B;
  font-size: 16px;
}
.checkbox input:invalid + .error {
  display: block;
}
.checkbox.required .checkbox__text:after {
  content: "*";
  margin-left: 3px;
  font-size: 20px;
  color: #CC2E0B;
}

.label-radio {
  display: flex;
  cursor: pointer;
  width: fit-content;
}
.label-radio .radio__box {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #B3B3B3;
  background: #ffffff;
  cursor: pointer;
}
.label-radio .radio__box:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: #0D2A33;
  border-radius: 50%;
}
.label-radio .label__text {
  margin-left: 12px;
  color: #314A52;
  font-weight: 600;
}
.label-radio input {
  display: none;
  appearance: none;
}
.label-radio input:checked + .radio__box {
  border-color: #167B9A;
}
.label-radio input:checked + .radio__box:before {
  opacity: 1;
}
.label-radio:hover .radio__box:before {
  opacity: 0.5;
}

.appointment-label {
  position: relative;
}
.appointment-label span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  text-align: center;
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  background: #ffffff;
  color: #314A52;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.3s;
  cursor: pointer;
}
.appointment-label span:hover {
  border-color: #99DDFF;
}
.appointment-label input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  appearance: none;
  cursor: pointer;
}
.appointment-label input:hover + span {
  border-color: #99DDFF;
}
.appointment-label input:checked + span {
  background: #99DDFF;
  border-color: #99DDFF;
}

.ui-datepicker.ui-widget.ui-widget-content {
  width: auto;
  border: 1px solid #DBDBDB;
  background: #ffffff;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button, .ui-datepicker html .ui-button.ui-state-disabled:hover,
.ui-datepicker html .ui-button.ui-state-disabled:active {
  background: transparent;
  border: none;
  color: #526166;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
}
.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-widget-content .ui-state-default:hover,
.ui-datepicker .ui-widget-header .ui-state-default:hover,
.ui-datepicker .ui-button:hover, .ui-datepicker html .ui-button.ui-state-disabled:hover:hover,
.ui-datepicker html .ui-button.ui-state-disabled:active:hover {
  background: rgba(153, 221, 255, 0.3);
}
.ui-datepicker .ui-state-default.ui-state-highlight {
  color: #99DDFF;
  font-weight: 600;
}
.ui-datepicker .ui-state-default.ui-state-active {
  background: #99DDFF;
  color: #0D2A33;
}
.ui-datepicker .ui-datepicker-header {
  background: #D4EDFA;
  padding: 6px 0 !important;
  border: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  right: 4px !important;
  top: 6px !important;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 18L15.5 12L9.5 6' stroke='%23526166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  content: none !important;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: #99DDFF !important;
  border: none !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 4px !important;
}
.ui-datepicker .ui-datepicker-prev:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.ui-datepicker td span, .ui-datepicker td a {
  padding-top: 4px;
  padding-bottom: 5px;
}

@keyframes fade {
  0%, 100% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
h2.title-old {
  font-size: 38px !important;
  color: #105266;
}
@media (max-width: 1024px) {
  h2.title-old {
    font-size: 32px !important;
  }
}
@media (max-width: 768px) {
  h2.title-old {
    font-size: 28px !important;
  }
}
@media (max-width: 564px) {
  h2.title-old {
    font-size: 24px !important;
  }
}
h2.title-old + .section__desc {
  color: #105266;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 12;
}
.popup_slider .popup__close {
  top: -20px;
  right: 0;
}
.popup_slider .recommend__slider-nav_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 440px;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
@media (max-width: 564px) {
  .popup_slider .recommend__slider-nav_popup {
    width: 350px;
  }
}
.popup_slider .recommend__slider-nav .slick-arrow {
  width: 36px;
  height: 36px;
  background: #DBDBDB;
  stroke: #0D2A33;
  border-color: #DBDBDB;
}
.popup_slider .recommend__slider-nav .slick-arrow svg {
  transform: rotate(-90deg);
  margin-right: -2px;
}
.popup_slider .recommend__slider-nav .slick-arrow.slide-prev svg {
  transform: rotate(90deg);
  margin: 0 0 0 -2px;
}
.popup_slider .recommend__slider-nav .slick-arrow:hover {
  stroke: #ffffff;
}
.popup__slider {
  max-width: 880px;
  width: 100%;
}
@media (max-width: 960px) {
  .popup__slider {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .popup__slider {
    width: 400px;
  }
}
.popup__wrapper {
  display: flex;
  padding: 40px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media (max-width: 564px) {
  .popup__wrapper {
    padding: 20px;
  }
}
.popup__content {
  position: relative;
  margin: auto;
}
.popup__close {
  position: absolute;
  right: 12px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #DEE3E5;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
}
.popup__close:hover {
  background: #99DDFF;
}
.popup__policy {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  padding: 36px 32px;
  background: #ffffff;
  border-radius: 20px;
}
@media (max-width: 564px) {
  .popup__policy {
    padding: 26px 20px;
  }
}
.popup__policy h2 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .popup__policy h2 {
    font-size: 24px;
  }
}
@media (max-width: 564px) {
  .popup__policy h2 {
    font-size: 22px;
  }
}
.popup__policy h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .popup__policy h3 {
    font-size: 22px;
  }
}
@media (max-width: 564px) {
  .popup__policy h3 {
    font-size: 20px;
  }
}
.popup__policy h4 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .popup__policy h4 {
    font-size: 18px;
  }
}
.popup__policy h5 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .popup__policy h5 {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .popup__policy p {
    font-size: 14px;
  }
}
.popup__policy p a {
  color: #167B9A;
}
.popup__policy p a:hover {
  text-decoration: underline !important;
}
.popup__policy-title {
  color: #105266;
  font-size: 32px !important;
}
@media (max-width: 768px) {
  .popup__policy-title {
    font-size: 28px !important;
  }
}
.popup__card {
  position: relative;
  align-items: flex-start !important;
  width: 570px;
  padding: 36px 32px !important;
}
@media (max-width: 768px) {
  .popup__card {
    width: 400px;
    padding: 20px !important;
  }
}
@media (max-width: 564px) {
  .popup__card {
    width: 100%;
  }
}
.popup__card:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 94px;
  right: 0;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.popup__card .card__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 568px;
  padding-bottom: 30px;
  overflow: auto;
}
.popup__card .card__title {
  margin-bottom: 16px;
  font-size: 22px;
  text-align: left;
}
.popup__card .card__subtitle {
  margin-bottom: 8px;
  font-size: 18px;
  color: #105266;
}
.popup__card .card__subtitle_bold {
  font-weight: 600;
}
.popup__card .card__desc {
  text-align: left;
  color: #0D2A33;
  font-size: 15px;
  padding: 0;
}
.popup__card .card__items {
  justify-content: flex-start;
}
.popup__card .card__img {
  max-width: none;
  flex-shrink: 0;
  height: 272px;
  width: 100%;
  margin: 0 0 28px;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .popup__card .card__img {
    height: 220px;
  }
}

.fieldset {
  display: flex;
  flex-direction: column;
}
.fieldset .error {
  display: none;
  margin-top: 16px;
  color: #CC2E0B;
  font-size: 16px;
}
.fieldset.invalid .error {
  display: flex;
}
.fieldset.required .book-o__form-group-title {
  position: relative;
}
.fieldset.required .book-o__form-group-title:after {
  content: "*";
  margin-left: 3px;
  font-size: 20px;
  color: #CC2E0B;
}
.fieldset .message {
  margin-top: 12px;
  color: #58696E;
  font-weight: 600;
  font-size: 15px;
}

.work {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.work__desc {
  color: #365159;
}
.work__control {
  max-width: 210px;
  width: 100%;
}
.work__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 32px;
  background: #F5FCFF;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .work__item {
    padding: 32px 20px;
  }
}
.work__icon {
  display: flex;
  max-height: 170px;
}
@media (max-width: 1200px) {
  .work__icon {
    max-height: 150px;
  }
}
@media (max-width: 768px) {
  .work__icon {
    max-height: 170px;
  }
}
.work__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.work__desc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 600;
  color: #0D2A33;
}
@media (max-width: 1200px) {
  .work__desc {
    font-size: 14px;
  }
  .work__desc br {
    display: none;
  }
}
@media (max-width: 768px) {
  .work__desc {
    font-size: 16px;
  }
  .work__desc br {
    display: block;
  }
}
.work__desc .icon-box {
  width: 50px;
  height: 50px;
  font-size: 22px;
  font-weight: 600;
}
.work__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  width: 100%;
  margin: 24px 0;
}
@media (max-width: 1200px) {
  .work__list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .work__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.work__list_white .work__item {
  background: #ffffff;
}
.work__list_white .work__desc {
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #105266;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.info__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 960px) {
  .info__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 564px) {
  .info h2 {
    font-size: 24px;
  }
}
@media (max-width: 564px) {
  .info h3 {
    font-size: 20px;
  }
}
.info__img {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .info__img {
    order: 2;
  }
}
.info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 960px) {
  .info__img img {
    object-fit: contain;
  }
}
.info__box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.info__text-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.info__box-desc {
  color: #365159;
}

.book {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 960px) {
  .book {
    gap: 40px;
  }
}
.book__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 960px) {
  .book__content {
    grid-template-columns: 1fr;
  }
}
.book__img {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.book__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 960px) {
  .book__img img {
    object-fit: contain;
  }
}
.book__box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 960px) {
  .book__box {
    order: 2;
  }
}
.book__title {
  margin-bottom: 8px;
}
.book__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.book__header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
}
.book__header span {
  font: inherit;
}
.book__desc {
  color: #365159;
}
.book__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .book__footer {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.book__footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .book__footer-col {
    align-items: center;
  }
}
.book__footer-desc {
  font-weight: 600;
}
@media (max-width: 768px) {
  .book__footer-desc {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .book__footer-title {
    text-align: center;
  }
}
.book__footer-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .book__footer-row {
    flex-direction: column;
    gap: 12px 32px;
  }
}
@media (max-width: 768px) {
  .book__footer-row {
    align-items: center;
  }
}
@media (max-width: 960px) {
  .book__footer-call {
    order: 2;
  }
}
@media (max-width: 1024px) {
  .book__footer-control {
    max-width: 300px;
    width: 100%;
  }
}

.recommend {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 52px 42px;
  background: #122634;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .recommend {
    padding: 32px 20px;
    gap: 32px;
  }
}
@media (max-width: 564px) {
  .recommend {
    padding: 32px 16px;
  }
}
.recommend__title {
  color: #ffffff;
}
.recommend__button {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 564px) {
  .recommend__button {
    width: 80px;
    height: 80px;
  }
}
.recommend__button svg {
  margin-left: 4px;
}
.recommend__item {
  position: relative;
  display: flex !important;
  margin: 0 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recommend__item {
    margin: 0 10px;
  }
}
@media (max-width: 564px) {
  .recommend__item {
    margin: 0;
  }
}
.recommend__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommend__item:hover .recommend__button {
  background: rgba(153, 221, 255, 0.7);
}
.recommend__slider {
  width: 100%;
  margin: 0 -20px;
}
.recommend__slider-wrapper {
  width: 100%;
  margin: 0 -16px;
}
.recommend__slider-wrapper .recommend__item {
  width: 315px;
  height: 500px;
  margin: 0 14px;
}
.recommend__slider-wrapper .recommend__item video {
  width: 100%;
  object-fit: cover;
}
.recommend__slider-popup .recommend__item {
  width: 315px;
  height: 500px;
}
@media (max-width: 564px) {
  .recommend__slider-popup .recommend__item {
    margin: 0 10px;
  }
}
.recommend__slider-popup .recommend__item video {
  pointer-events: auto;
}
.recommend__slider-popup .recommend__item:not(.slick-current) {
  transform: scale(0.7);
}
@media (max-width: 768px) {
  .recommend__slider-popup .recommend__item:not(.slick-current) {
    transform: none;
  }
}

.reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 52px;
  background: #122634;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .reviews {
    padding: 32px;
    gap: 32px;
  }
}
@media (max-width: 564px) {
  .reviews {
    padding: 32px 16px;
  }
}
.reviews__title {
  color: #ffffff;
}
.reviews__item {
  display: flex !important;
  gap: 32px;
  width: 700px;
  margin-right: 20px;
  padding: 20px;
  background: #ffffff;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .reviews__item {
    flex-direction: column;
    width: 400px;
    padding: 24px;
    gap: 28px;
  }
}
@media (max-width: 564px) {
  .reviews__item {
    width: auto;
    margin: 0 10px;
  }
}
@media (max-width: 564px) {
  .reviews .slick-list {
    margin: 0 -10px;
  }
}
.reviews__img {
  display: flex;
  flex-shrink: 0;
  width: 230px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .reviews__img {
    margin: 0 auto;
  }
}
.reviews__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__text {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .reviews__text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .reviews__text {
    font-size: 18px;
  }
}
@media (max-width: 564px) {
  .reviews__text {
    font-size: 16px;
  }
}
.reviews__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reviews__author {
  font-size: 22px;
  color: #526166;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .reviews__author {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .reviews__author {
    font-size: 16px;
  }
}
.reviews__slider {
  max-width: 1312px;
  width: 100%;
}
.reviews__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.reviews__rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 768px) {
  .reviews__rate {
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
  }
}
.reviews__rate p {
  font: inherit;
  color: inherit;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 564px) {
  .faq {
    gap: 16px;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
}
.faq__item:not(:last-child) {
  border-bottom: 2px solid #eeeeee;
}
.faq_rd .faq__title {
  font-size: 24px;
  color: #105266;
}
.faq_rd .accordion__button {
  color: #105266;
}
.faq_rd .accordion__button span {
  font-size: 18px;
}

.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .product {
    gap: 40px;
  }
}
@media (max-width: 960px) {
  .product {
    grid-template-columns: 1fr;
  }
}
.product__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #F5FCFF;
  overflow: hidden;
}
.product__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .immunity {
  background: #FFF8E7 !important;
}
.product .energy {
  background: #FFF7EA !important;
}
.product .detox {
  background: #EAF5B3 !important;
}
.product .hydration {
  background: #F0F9FA !important;
}
.product .migraine {
  background: #F3F0F7 !important;
}
.product .prenatal {
  background: #F7F2F8 !important;
}
.product .hangover {
  background: #FDEEF1 !important;
}
.product .poisoning {
  background: #F3FBEE !important;
}
.product .brightening {
  background: #F3FBEE !important;
}
.product .diy {
  background: #F0F9FA !important;
}
.product__ingredients {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 1024px) {
  .product__ingredients {
    right: 12px;
    bottom: 24px;
  }
}
.product__title {
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .product__title {
    margin-bottom: 12px;
  }
}
.product__rate {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 52px;
  color: #365159;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .product__rate {
    margin-bottom: 32px;
  }
}
@media (max-width: 564px) {
  .product__rate {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.product__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .product__price {
    margin-bottom: 24px;
  }
}
.product__price span:first-child {
  font-size: 28px;
}
@media (max-width: 564px) {
  .product__price span:first-child {
    font-size: 24px;
  }
}
.product__price span:last-child {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 564px) {
  .product__price span:last-child {
    font-size: 28px;
  }
}
.product__controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .product__controls {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 564px) {
  .product__controls {
    align-items: center;
  }
}
.product__controls .control_primary {
  max-width: 210px;
  width: 100%;
}
.product__link {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline !important;
}
.product__link:hover {
  text-decoration: none !important;
}
.product__flash {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 20px;
  background: #F5FCFF;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .product__flash {
    margin-bottom: 32px;
  }
}
.product__desc {
  margin-bottom: 40px;
  color: #365159;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .product__desc {
    margin-bottom: 32px;
  }
}
.product__approve {
  display: flex;
  align-items: center;
  gap: 28px;
}
.product__approve-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__approve-item img {
  height: 100%;
  object-fit: contain;
}
.product__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
  padding: 32px 20px;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
}
@media (max-width: 564px) {
  .product__card {
    padding: 24px 20px;
  }
}
.product__card-text {
  color: #105266;
  text-align: center;
  font-weight: 600;
}
.product__card-control {
  max-width: 240px;
  width: 100%;
}
.product_tier {
  grid-template-columns: 0.82fr 1.18fr;
}
@media (max-width: 960px) {
  .product_tier {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .product_tier {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.product_tier .product__img {
  height: 410px;
  padding: 30px;
}
@media (max-width: 768px) {
  .product_tier .product__img {
    height: 330px;
  }
}
@media (max-width: 564px) {
  .product_tier .product__img {
    height: 290px;
    padding: 20px;
  }
}
.product_tier .product__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .product_tier .product__content {
    padding-right: 0;
  }
}
@media (max-width: 564px) {
  .product_tier .product__content {
    gap: 8px;
  }
}
.product_tier .product__title {
  margin: 0;
  color: #105266;
}
@media (max-width: 960px) {
  .product_tier .product__title {
    font-size: 24px;
  }
}
.product_tier .product__desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  color: #105266;
}
@media (max-width: 564px) {
  .product_tier .product__desc {
    gap: 8px;
    font-size: 15px;
  }
}
.product_tier .product__desc p {
  color: inherit;
}
.product_tier .product__desc strong {
  font-weight: 600;
  color: #167B9A;
}

.packs__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .packs__list {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.packs__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 36px 32px 32px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1024px) {
  .packs__item {
    padding: 24px 20px;
  }
}
.packs__label {
  position: absolute;
  left: 50%;
  top: -18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  background: #C0E7FB;
  border-radius: 8px;
  transform: translateX(-50%);
  text-align: center;
  color: #105266;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .packs__label {
    top: -20px;
  }
}
.packs__control {
  max-width: 264px;
  width: 100%;
  font-weight: 400;
  margin: 10px auto 0;
}
@media (max-width: 1200px) {
  .packs__control {
    margin: 28px auto 0;
  }
}
@media (max-width: 768px) {
  .packs__control {
    margin: 24px auto 0;
  }
}
@media (max-width: 564px) {
  .packs__control {
    max-width: none;
  }
}
.packs__title {
  font-size: 24px;
  color: #105266;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1024px) {
  .packs__title {
    font-size: 22px;
  }
}
.packs__title + .packs__title {
  margin-top: 8px;
}
.packs__content {
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  gap: 20px;
  padding-top: 20px;
  margin-top: 12px;
  border-top: 2px solid #99DDFF;
}
@media (max-width: 768px) {
  .packs__content {
    height: auto;
    grid-template-rows: auto;
  }
}
.packs__box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.packs__box-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.packs__box-list svg {
  flex-shrink: 0;
}
.packs__box-item {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .packs__box-item {
    font-size: 14px;
  }
}
.packs__box-title {
  font-size: 18px;
  font-weight: 600;
  color: #105266;
}
@media (max-width: 1024px) {
  .packs__box-title {
    font-size: 16px;
  }
}
.packs__box-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .packs__box-text {
    padding-right: 0;
  }
}
.packs__box-text p {
  font-size: 14px;
  color: #105266;
}

.review {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review__title {
  margin-bottom: 16px;
}
.review__rate {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 52px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .review__rate {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 400px;
    width: 100%;
    margin-bottom: 32px;
    font-size: 16px;
  }
}
.review__rate span {
  padding-left: 4px;
  font: inherit;
}
.review__text-button {
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.review__text-button:hover {
  text-decoration: underline !important;
}
.review__slider-wrapper {
  position: relative;
  max-width: 1327px;
  padding: 0 48px;
}
@media (max-width: 1400px) {
  .review__slider-wrapper {
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  .review__slider-wrapper {
    padding: 0 41px;
  }
}
.review__slider-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D6DAE4;
  background: #ffffff;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
  transform: translateY(-50%);
  fill: #0D2A33;
  z-index: 1;
}
.review__slider-wrapper .slick-arrow:hover {
  border: 1px solid #0D2A33;
}
.review__slider-wrapper .slick-arrow.slide-prev {
  left: 0;
}
@media (max-width: 1400px) {
  .review__slider-wrapper .slick-arrow.slide-prev {
    left: 20px;
  }
}
.review__slider-wrapper .slick-arrow.slide-prev svg {
  transform: rotate(-90deg);
}
.review__slider-wrapper .slick-arrow.slide-next {
  right: 0;
}
@media (max-width: 1400px) {
  .review__slider-wrapper .slick-arrow.slide-next {
    right: 20px;
  }
}
.review__slider-wrapper .slick-arrow.slide-next svg {
  transform: rotate(90deg);
}
.review__item {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  margin: 0 7px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #D6DAE4;
}
@media (max-width: 564px) {
  .review__item {
    margin: 0;
  }
}
.review__header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review__header svg:last-child {
  margin-left: auto;
}
.review__img {
  display: flex;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}
.review__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review__header-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.review__header-content span:last-child {
  font-size: 12px;
  color: #888888;
  line-height: 1.2;
}
.review__header-content span:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.review__text {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
}
.review__text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
  max-height: 4.8em;
  -webkit-line-clamp: 4;
  transition: max-height 0.3s ease;
}
.review__text.expanded p {
  max-height: none;
  -webkit-line-clamp: unset;
}
.review_aside .review__slider-wrapper {
  max-width: 444px;
}
.review_aside .review__rate {
  margin-bottom: 32px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .review__slider {
    max-width: calc(100vw - 10%);
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .review__slider {
    max-width: calc(100vw - 18%);
  }
}
@media (max-width: 1400px) {
  .review__slider_no-arrow {
    max-width: 100%;
  }
}
.review__slider_no-arrow .review__item {
  gap: 20px;
  width: 485px;
  height: inherit !important;
  margin: 0 10px;
  padding: 28px 24px;
  background: #F0F9FA;
  border: none;
}
@media (max-width: 1024px) {
  .review__slider_no-arrow .review__item {
    width: 380px;
  }
}
@media (max-width: 564px) {
  .review__slider_no-arrow .review__item {
    width: auto;
    margin: 0;
  }
}
.review__slider_no-arrow .review__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #C8D3FF;
  font-weight: 700;
}
.review__slider_no-arrow .review__text {
  font-weight: 600;
}
.review__slider_no-arrow .review__header {
  margin-top: auto;
}
.review__slider_no-arrow .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 32px 0 0 !important;
  padding: 0 !important;
}
@media (max-width: 564px) {
  .review__slider_no-arrow .slick-dots {
    margin-top: 24px;
  }
}
.review__slider_no-arrow .slick-dots li {
  margin: 0 !important;
}
.review__slider_no-arrow .slick-dots li button {
  display: flex;
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0;
  background: #AEC8D0;
  border: none;
  border-radius: 50%;
  font-size: 0;
}
.review__slider_no-arrow .slick-dots li button:hover {
  background: #6ca1af;
}
.review__slider_no-arrow .slick-dots li.slick-active button {
  background: #3B6673;
}
.review__slider_no-arrow .slick-track {
  display: flex !important;
}
.review_old {
  overflow: hidden;
}
.review_old .review__title {
  margin: 0 0 40px !important;
  color: #105266;
  font-size: 28px !important;
}
@media (max-width: 768px) {
  .review_old .review__title {
    font-size: 26px !important;
  }
}
@media (max-width: 564px) {
  .review_old .review__title {
    margin-bottom: 24px;
    font-size: 24px !important;
  }
}
@media (max-width: 564px) {
  .review_old .review__slider-wrapper {
    padding: 0 20px;
  }
}
.review_cyan .review__title,
.review_cyan .review__rate {
  color: #105266;
}
.review_cyan .review__title span,
.review_cyan .review__rate span {
  color: #105266;
}

.experts {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media (max-width: 564px) {
  .experts {
    gap: 32px;
  }
}
.experts__title {
  margin: 0 !important;
  text-align: center;
  color: #105266;
  font-size: 28px !important;
}
@media (max-width: 768px) {
  .experts__title {
    font-size: 26px !important;
  }
}
@media (max-width: 564px) {
  .experts__title {
    font-size: 24px !important;
  }
}
.experts__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .experts__cards {
    gap: 16px;
  }
}
@media (max-width: 564px) {
  .experts__cards {
    grid-template-columns: 1fr;
  }
}
.experts__cards_4 {
  max-width: 1270px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .experts__cards_4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 564px) {
  .experts__cards_4 {
    grid-template-columns: 1fr;
  }
}
.experts__cards_more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1270px;
}
.experts__cards_more .experts__card {
  max-width: calc(33.3333333333% - 20px);
  width: 100%;
}
@media (max-width: 768px) {
  .experts__cards_more .experts__card {
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 564px) {
  .experts__cards_more .experts__card {
    max-width: none;
  }
}
.experts__cards_more-4 {
  max-width: none;
}
.experts__cards_more-4 .experts__card {
  max-width: calc(25% - 23px);
  width: 100%;
}
@media (max-width: 1024px) {
  .experts__cards_more-4 .experts__card {
    max-width: calc(50% - 16px);
  }
}
@media (max-width: 564px) {
  .experts__cards_more-4 .experts__card {
    max-width: none;
  }
}
.experts__list {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .experts__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 24px;
  }
}
.experts__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 24px;
  font-size: 20px;
  font-weight: 600;
  color: #105266;
}
@media (max-width: 960px) {
  .experts__list-item {
    padding: 9px 16px;
    font-size: 16px;
  }
  .experts__list-item svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  .experts__list-item {
    font-size: 13px;
  }
}
.experts__certificate {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 100%;
  height: 164px;
  transition: 0.3s ease-in;
  transform: translateY(300px) translateX(-50%);
}
.experts__certificate img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.experts__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 48px 24px;
  background: #ffffff;
  box-shadow: 0px 0px 28px 0px rgba(90, 172, 197, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .experts__card_hover:hover .experts__certificate {
    transform: translateY(0) translateX(-50%);
  }
  .experts__card_hover:hover .experts__img {
    transform: translateY(-220px);
  }
  .experts__card_hover:hover .experts__label, .experts__card_hover:hover .experts__name, .experts__card_hover:hover .experts__desc {
    transform: translateY(-170px);
  }
}
.experts__img {
  display: flex;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
  transform-origin: top center;
  will-change: auto;
}
.experts__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experts__label {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #668994;
  font-weight: 600;
  transition: 0.3s;
}
.experts__name {
  font-size: 24px;
  text-align: center;
  color: #105266;
  font-weight: 700;
  transition: 0.3s;
}
.experts__desc {
  text-align: center;
  font-size: 16px;
  color: #000000;
  transition: 0.3s;
}

.press {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.press__title {
  margin-bottom: 44px;
  text-align: center;
  color: #105266;
}
@media (max-width: 768px) {
  .press__title {
    margin-bottom: 40px;
  }
}
.press__subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  color: #105266;
  text-align: center;
}
@media (max-width: 768px) {
  .press__subtitle {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.press__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  height: 70px;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .press__logos {
    margin-bottom: 40px;
    gap: 48px;
  }
}
.press__logo {
  display: flex;
  height: 100%;
}
.press__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.press__logo:nth-child(2) {
  padding: 10px 0;
}
.press__certificates {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  width: 100%;
}
.press__certificate {
  display: flex;
  max-width: calc(25% - 24px);
  width: 100%;
}
@media (max-width: 1024px) {
  .press__certificate {
    max-width: calc(33.3333333333% - 24px);
  }
}
@media (max-width: 768px) {
  .press__certificate {
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 564px) {
  .press__certificate {
    max-width: none;
    padding: 0 30px;
  }
}
.press__certificate img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.press .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: -20px;
}
.press .slick-dots li {
  display: flex;
}
.press .slick-dots li button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #AEC8D0;
  border: none;
  font-size: 0;
}
.press .slick-dots li.slick-active button {
  background: #3B6673;
}

.choose__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 48px 40px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 768px) {
  .choose__card {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 564px) {
  .choose__card {
    padding: 28px 24px;
  }
}
.choose__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 406px;
  width: 100%;
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .choose__content {
    padding-left: 0;
  }
}
@media (max-width: 960px) {
  .choose__content {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .choose__content {
    max-width: none;
    width: auto;
  }
}
.choose__title {
  font-size: 40px;
  color: #105266;
}
@media (max-width: 1024px) {
  .choose__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .choose__title {
    font-size: 28px;
  }
}
@media (max-width: 564px) {
  .choose__title {
    font-size: 24px;
  }
}
.choose__control {
  width: 100%;
}
@media (max-width: 768px) {
  .choose__control {
    display: none;
  }
}
.choose__control_hide-desk {
  display: none;
}
@media (max-width: 768px) {
  .choose__control_hide-desk {
    display: flex !important;
  }
}
.choose__img {
  display: flex;
  max-width: 518px;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .choose__img {
    height: 340px;
  }
}
@media (max-width: 768px) {
  .choose__img {
    max-width: none;
  }
}
@media (max-width: 564px) {
  .choose__img {
    height: auto;
  }
}
.choose__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.choose__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.choose__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 600;
  color: #105266;
}
@media (max-width: 564px) {
  .choose__list-item {
    font-size: 16px;
  }
}
.choose__list-item svg {
  flex-shrink: 0;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 80px;
}
@media (max-width: 564px) {
  .cards {
    gap: 20px;
    padding-bottom: 60px;
  }
}
.cards__title {
  margin: 0 !important;
  color: #105266;
  text-align: center;
  font-size: 28px !important;
}
@media (max-width: 768px) {
  .cards__title {
    font-size: 26px !important;
  }
}
@media (max-width: 564px) {
  .cards__title {
    font-size: 24px !important;
  }
}
.cards__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .cards__grid {
    grid-template-columns: 1fr;
  }
}
.cards__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.cards__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .cards__item-img {
    margin-bottom: 8px;
  }
}
@media (max-width: 564px) {
  .cards__item-img {
    margin-top: 20px;
  }
}
.cards__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cards__item-title {
  margin: 0 !important;
  font-size: 20px !important;
  color: #0B4C60;
  text-align: center;
}
@media (max-width: 960px) {
  .cards__item-title {
    font-size: 18px !important;
  }
}
.cards__item-desc {
  padding: 0 28px;
  text-align: center;
  color: #0B4C60;
}
@media (max-width: 1200px) {
  .cards__item-desc {
    padding: 0 14px;
  }
}
@media (max-width: 960px) {
  .cards__item-desc {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cards__item-desc {
    max-width: 400px;
    width: 100%;
  }
}
.cards__box {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid #98C4E9;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .cards__box {
    padding: 28px 24px;
  }
}
@media (max-width: 768px) {
  .cards__box {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
}
.cards__box-title {
  margin: 0 0 8px !important;
  font-size: 22px !important;
  color: #0B4C60;
}
@media (max-width: 1024px) {
  .cards__box-title {
    font-size: 18px !important;
  }
}
.cards__box-time {
  margin-bottom: 2px;
  color: #757575;
  font-size: 18px;
  font-weight: 600;
}
.cards__box-label {
  margin-bottom: 16px;
  font-size: 18px;
  color: #105266;
  font-weight: 600;
}
.cards__box-control {
  width: 100%;
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
}

.relief {
  display: flex;
  justify-content: space-between;
  padding: 0;
  background: #F0F9FA;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .relief {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .relief {
    flex-direction: column;
  }
}
.relief_dark {
  background: #122634;
}
@media (max-width: 768px) {
  .relief_dark .relief__img {
    display: none;
  }
}
.relief_dark .relief__img:after {
  width: 372px;
  background: linear-gradient(274.76deg, rgba(18, 38, 52, 0) 3.85%, rgba(18, 38, 52, 0.69385) 49.88%, rgba(18, 38, 52, 0.894) 70.08%, rgba(18, 38, 52, 0.969406) 80.19%, #122634 91.69%);
}
.relief_dark .relief__title, .relief_dark .relief__desc {
  color: #ffffff;
}
.relief_dark .relief__content {
  gap: 20px;
}
@media (max-width: 768px) {
  .relief_dark .relief__content {
    gap: 12px;
  }
}
.relief_dark .relief__desc {
  gap: 24px;
}
@media (max-width: 768px) {
  .relief_dark .relief__desc {
    gap: 12px;
  }
}
.relief_dark .relief__desc .col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 768px) {
  .relief_dark .relief__desc .col {
    align-items: center;
  }
}
.relief_dark .relief__control {
  max-width: 342px;
}
.relief__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 84px 70px;
}
@media (max-width: 1024px) {
  .relief__content {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .relief__content {
    align-items: center;
  }
}
@media (max-width: 564px) {
  .relief__content {
    gap: 12px;
    padding: 32px 16px;
  }
}
.relief__control {
  max-width: 228px;
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 564px) {
  .relief__control {
    margin-top: 12px;
  }
}
@media (max-width: 429px) {
  .relief__control {
    max-width: none;
  }
}
.relief__title {
  color: #105266;
}
@media (max-width: 768px) {
  .relief__title {
    text-align: center;
  }
}
.relief__desc {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 540px;
  width: 100%;
  font-size: 20px;
  color: #105266;
}
@media (max-width: 1024px) {
  .relief__desc {
    max-width: 550px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .relief__desc {
    text-align: center;
    font-size: 16px;
  }
}
.relief__desc p {
  color: inherit;
  font: inherit;
}
.relief__img {
  position: relative;
}
.relief__img:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 192px;
  background: linear-gradient(270deg, rgba(240, 249, 250, 0) 0%, rgba(240, 249, 250, 0.724) 66.4%, #F0F9FA 100%);
}
@media (max-width: 768px) {
  .relief__img:after {
    left: 0;
    bottom: auto;
    right: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgba(240, 249, 250, 0) 0%, rgba(240, 249, 250, 0.724) 66.4%, #F0F9FA 100%);
  }
}
@media (max-width: 564px) {
  .relief__img:after {
    height: 84px;
  }
}
.relief__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.treatments {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px 80px;
  padding: 40px 100px;
  background: #122634;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .treatments {
    gap: 40px 60px;
    padding: 40px;
  }
}
@media (max-width: 960px) {
  .treatments {
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
  }
}
@media (max-width: 768px) {
  .treatments {
    display: flex;
    flex-direction: column;
    padding: 32px 40px;
    gap: 32px;
  }
}
@media (max-width: 564px) {
  .treatments {
    padding: 32px 16px;
  }
}
.treatments__img {
  position: relative;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-end: 4;
  grid-row-start: 1;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.treatments__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.treatments__info {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 24px;
  background: #F0F9FA;
  border-radius: 16px;
}
@media (max-width: 960px) {
  .treatments__info {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}
@media (max-width: 564px) {
  .treatments__info {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 16px;
  }
}
.treatments__info-title {
  font-size: 20px;
  color: #105266;
}
@media (max-width: 1024px) {
  .treatments__info-title {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .treatments__info-title {
    font-size: 16px;
  }
}
.treatments__info-desc {
  font-size: 15px;
  color: #396573;
}
@media (max-width: 960px) {
  .treatments__info-desc {
    font-size: 14px;
  }
}
.treatments__title {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-top: 24px;
  font-size: 38px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .treatments__title {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .treatments__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .treatments__title {
    padding: 0;
    text-align: center;
    font-size: 24px;
  }
}
@media (max-width: 564px) {
  .treatments__title {
    font-size: 22px;
  }
}
.treatments__desc {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  display: flex;
  flex-direction: column;
  gap: 26px;
  color: #ffffff;
}
@media (max-width: 960px) {
  .treatments__desc {
    font-size: 14px;
  }
}
.treatments__desc p {
  font: inherit;
  color: inherit;
}
.treatments__control {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .treatments__control {
    margin: 0 auto;
  }
}
@media (max-width: 564px) {
  .treatments__control {
    width: 100%;
  }
}

.narrative {
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding: 80px;
  border-radius: 20px;
  background: #122634;
}
@media (max-width: 1200px) {
  .narrative {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .narrative {
    gap: 36px;
  }
}
@media (max-width: 564px) {
  .narrative {
    gap: 24px;
    padding: 32px 16px;
  }
}
.narrative__box {
  display: flex;
  gap: 52px;
}
@media (max-width: 768px) {
  .narrative__box {
    flex-direction: column;
    gap: 24px;
  }
}
.narrative__title {
  margin-bottom: 24px;
  font-size: 38px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .narrative__title {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .narrative__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .narrative__title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.narrative__subtitle {
  margin-bottom: 16px;
  font-size: 28px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .narrative__subtitle {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .narrative__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .narrative__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 564px) {
  .narrative__subtitle {
    font-size: 18px;
  }
}
.narrative__content {
  width: fit-content;
}
.narrative__desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 16px;
  color: #ffffff !important;
}
@media (max-width: 1024px) {
  .narrative__desc {
    font-size: 14px;
    gap: 14px;
  }
}
.narrative__desc:last-child {
  margin-bottom: 0;
}
.narrative__desc strong {
  font-weight: 600;
  color: inherit;
}
.narrative__desc a {
  color: inherit;
  text-decoration: underline !important;
}
.narrative__desc p {
  font: inherit;
  color: inherit;
}
.narrative__img {
  display: flex;
  max-width: 500px;
  width: 100%;
  flex-grow: 1;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .narrative__img {
    margin: 0 auto;
    order: 2;
  }
}
@media (max-width: 564px) {
  .narrative__img {
    max-width: none;
    max-height: 362px;
  }
}
.narrative__img img {
  width: 101%;
  height: 101%;
  margin: -1px;
  object-fit: cover;
}

.start {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}
@media (max-width: 564px) {
  .start {
    min-height: auto;
  }
}
.start__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 676px;
  height: 100%;
}
@media (max-width: 564px) {
  .start__img {
    display: none;
  }
}
.start__img img {
  height: 100%;
  object-fit: contain;
}
.start__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 558px;
  width: 100%;
}
.start__program {
  margin-top: 12px;
}
.start__title {
  margin: 0 !important;
  font-size: 32px !important;
  color: #0B4C60;
}
@media (max-width: 768px) {
  .start__title {
    text-align: center;
  }
}
@media (max-width: 564px) {
  .start__title {
    font-size: 30px !important;
  }
}
.start__desc {
  margin: 0 !important;
  font-size: 18px;
  color: #0B4C60;
  font-weight: 600;
}
@media (max-width: 768px) {
  .start__desc {
    text-align: center;
  }
}
.start__content-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1392px;
  width: 100%;
  min-height: inherit;
  margin: 0 auto;
  padding: 48px 40px;
}
@media (max-width: 1024px) {
  .start__content-wrapper {
    background: rgba(215, 236, 244, 0.8);
  }
}
@media (max-width: 960px) {
  .start__content-wrapper {
    justify-content: center;
  }
}
@media (max-width: 564px) {
  .start__content-wrapper {
    padding: 40px 20px;
  }
}
.start__content-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 800px;
  background: linear-gradient(to left, #D7ECF4 50%, rgba(215, 236, 244, 0));
}
@media (max-width: 1024px) {
  .start__content-wrapper:before {
    content: none;
  }
}
.start_center .start__content {
  align-items: center;
}
.start_center .start__title, .start_center .start__desc {
  text-align: center;
}
.start_center .start__program {
  margin: 12px auto 0;
}

.program {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 28px;
  background: #ffffff;
  border-radius: 20px;
}
.program__title {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0 !important;
  font-size: 32px !important;
  line-height: 1;
  color: #0B4C60;
  text-align: center;
}
.program__title span {
  color: inherit;
  font-weight: inherit;
}
.program__desc {
  margin: 0 !important;
  font-size: 18px;
  color: #0B4C60;
  text-align: center;
}
.program__control {
  gap: 16px;
  max-width: 340px;
  width: 100%;
  text-decoration: none !important;
}
.program_sm {
  max-width: 390px;
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 564px) {
  .program_sm {
    max-width: none;
  }
}
.program_sm .program__title {
  font-size: 28px;
}
.program_sm .program__title span {
  font-size: 24px;
}

.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .service {
    gap: 14px;
  }
}
.service__title {
  text-align: center;
  color: #105266;
}
.service__desc {
  max-width: 770px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 20px;
  color: #105266;
  text-align: center;
}
@media (max-width: 1024px) {
  .service__desc {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .service__desc {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
@media (max-width: 564px) {
  .service__desc {
    font-size: 14px;
  }
}
.service__slider {
  max-width: 1312px;
  width: 100%;
  overflow: hidden;
}
.service__slider .js-marquee {
  display: flex !important;
}
.service__slider-item {
  display: flex !important;
  height: 353px;
}
.service__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.goals {
  display: flex;
  flex-direction: column;
  gap: 104px;
  padding-top: 124px;
}
@media (max-width: 960px) {
  .goals {
    gap: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .goals {
    padding-top: 60px;
  }
}
@media (max-width: 564px) {
  .goals {
    padding-top: 40px;
  }
}
.goals_single {
  padding-top: 52px;
  padding-bottom: 52px;
}
.goals_mw-1312 {
  max-width: none;
}
.goals_mw-1312 .goals__items {
  max-width: 1312px;
}
.goals__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 960px) {
  .goals__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.goals__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 640px;
  width: 100%;
}
.goals__aside {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 564px) {
  .goals__aside {
    gap: 30px;
  }
}
.goals__aside img {
  width: 100%;
  object-fit: contain;
}
.goals__title {
  font-size: 48px !important;
  color: #0B4C60;
}
@media (max-width: 1024px) {
  .goals__title {
    font-size: 40px !important;
  }
}
@media (max-width: 960px) {
  .goals__title {
    font-size: 36px !important;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .goals__title {
    font-size: 32px !important;
  }
}
@media (max-width: 564px) {
  .goals__title {
    font-size: 30px !important;
  }
}
.goals__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  line-height: 1.6;
  color: #0B4C60;
  font-weight: 600;
}
@media (max-width: 960px) {
  .goals__desc {
    text-align: center;
  }
}
.goals__subtitle {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: center;
  font-size: 22px;
  color: #0B4C60;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .goals__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .goals__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 564px) {
  .goals__subtitle {
    flex-direction: column;
  }
}
.goals__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  background: #F8F8F8;
  border-radius: 15px;
}
@media (max-width: 564px) {
  .goals__items {
    grid-template-columns: 1fr;
  }
}
.goals__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 40px 20px;
}
.goals__item:not(:first-child):not(:last-child) {
  position: relative;
}
.goals__item:not(:first-child):not(:last-child):before, .goals__item:not(:first-child):not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  width: 3px;
  height: 60%;
  transform: translateY(-50%);
  background: #A1E2F6;
}
@media (max-width: 564px) {
  .goals__item:not(:first-child):not(:last-child):before, .goals__item:not(:first-child):not(:last-child):after {
    top: -2px;
    left: 20px !important;
    right: 20px !important;
    height: 3px;
    width: auto;
    transform: none !important;
  }
}
.goals__item:not(:first-child):not(:last-child):after {
  left: auto;
  right: -2px;
}
@media (max-width: 564px) {
  .goals__item:not(:first-child):not(:last-child):after {
    top: auto;
    bottom: -2px;
  }
}
.goals__item-title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 !important;
  font-weight: 600;
  font-size: 36px !important;
  text-align: center;
  color: #0B4C60;
}
.goals__item-title span {
  font: inherit;
  color: inherit;
}
.goals__item-title span:not(:only-child):last-child {
  font-size: 32px !important;
}
.goals__item-desc {
  text-align: center;
  color: #0B4C60;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .goals_img .goals__aside {
    position: relative;
  }
  .goals_img .goals__aside:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 50%;
    background: linear-gradient(to bottom, rgba(215, 236, 244, 0), rgb(215, 236, 244));
  }
}
@media (max-width: 960px) {
  .goals_img .goals__content {
    margin-top: -14%;
    padding: 0 10px;
    order: 2;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .goals_img .goals__content {
    margin-top: -20%;
  }
}
@media (max-width: 564px) {
  .goals_img .goals__content {
    margin-top: -30%;
  }
}
@media (max-width: 960px) {
  .goals_img .goals__program {
    margin: 18px auto 0;
  }
}
.goals__rate {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .goals__rate {
    font-size: 16px;
  }
}
@media (max-width: 564px) {
  .goals__rate {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
  }
  .goals__rate svg {
    width: 80px;
  }
}
.goals__rate span {
  font: inherit;
}
.goals__rate[href]:hover {
  text-decoration: underline;
}
.goals_feel {
  margin-top: 30px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 960px) {
  .goals_feel {
    margin-top: 0;
    padding-left: 0;
  }
}
@media (max-width: 564px) {
  .goals_feel {
    margin-top: 16px;
  }
}
.goals_feel .goals__rate {
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media (max-width: 960px) {
  .goals_feel .goals__rate {
    position: static;
    align-self: center;
    margin-top: 40px;
  }
}
.goals_feel .goals__aside {
  align-self: stretch;
  max-width: 740px;
}
@media (max-width: 960px) {
  .goals_feel .goals__aside {
    max-width: none;
    height: 400px;
  }
}
@media (max-width: 564px) {
  .goals_feel .goals__aside {
    height: auto;
  }
}
.goals_feel .goals__aside img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}
@media (max-width: 960px) {
  .goals_feel .goals__aside img {
    object-position: top;
  }
}
.goals_feel .goals__subtitle {
  text-align: left;
  align-self: flex-start;
  font-size: 32px;
}
@media (max-width: 960px) {
  .goals_feel .goals__subtitle {
    align-self: center;
    font-size: 24px;
    text-align: center;
  }
}
.goals_feel .goals__content {
  position: relative;
  gap: 0;
  max-width: 540px;
  padding: 60px 0 100px;
}
@media (max-width: 960px) {
  .goals_feel .goals__content {
    padding: 0 20px 60px;
    order: 2;
  }
}
.goals_feel .goals__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px 0;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .goals_feel .goals__desc {
    margin: 30px 0;
  }
}
.goals_feel .goals__desc p {
  font: inherit;
}
.goals_feel .goals__control {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 960px) {
  .goals_feel .goals__control {
    margin: 0 auto;
  }
}

.book-o {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1024px) {
  .book-o {
    gap: 40px;
    padding-bottom: 60px;
  }
}
.book-o__header {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}
@media (max-width: 768px) {
  .book-o__header {
    gap: 32px;
  }
}
.book-o__header:has(.book-o__desc) {
  gap: 16px;
}
.book-o__title {
  font-size: 32px;
  text-align: center;
  color: #0D2A33;
}
@media (max-width: 960px) {
  .book-o__title {
    font-size: 28px;
  }
}
@media (max-width: 564px) {
  .book-o__title {
    font-size: 24px;
  }
}
.book-o__desc {
  max-width: 880px;
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #105266;
}
@media (max-width: 564px) {
  .book-o__desc {
    font-size: 16px;
  }
}
.book-o__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 776px;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .book-o__contact {
    flex-direction: column;
    margin-top: 14px;
    align-items: flex-start;
  }
}
@media (max-width: 564px) {
  .book-o__contact {
    gap: 12px;
    margin-top: 0;
  }
}
.book-o__contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.book-o__contact-item span {
  font-size: 20px;
  font-weight: 600;
  color: #105266;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .book-o__contact-item span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .book-o__contact-item span {
    order: 2;
    font-size: 20px;
  }
}
@media (max-width: 564px) {
  .book-o__contact-item span {
    font-size: 18px;
  }
}
@media (max-width: 429px) {
  .book-o__contact-item span {
    font-size: 16px;
  }
}
.book-o__contact-control {
  max-width: 140px;
  width: 100%;
  flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .book-o__contact-control {
    flex-shrink: initial;
  }
}
@media (max-width: 768px) {
  .book-o__contact-control {
    flex-shrink: 0;
  }
}
@media (max-width: 564px) {
  .book-o__contact-control {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 429px) {
  .book-o__contact-control {
    max-width: 120px;
    padding: 10px 12px;
  }
}
.book-o__steps {
  display: flex;
  align-items: center;
  max-width: 1086px;
  width: 100%;
  gap: 24px;
  padding: 0 60px 60px;
}
@media (max-width: 960px) {
  .book-o__steps {
    gap: 16px;
    padding: 0 40px 40px;
  }
}
@media (max-width: 768px) {
  .book-o__steps {
    padding: 0 30px 60px;
  }
}
.book-o__step-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #DBDBDB;
  color: #667A80;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 960px) {
  .book-o__step-count {
    font-size: 15px;
  }
}
.book-o__step-title {
  position: absolute;
  left: 50%;
  top: 100%;
  padding-top: 16px;
  font-size: 16px;
  text-align: center;
  color: #667A80;
  font-weight: 600;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: 0.3s;
}
@media (max-width: 960px) {
  .book-o__step-title {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .book-o__step-title {
    font-weight: 500;
  }
}
.book-o__step-title br {
  display: none;
}
@media (max-width: 768px) {
  .book-o__step-title br {
    display: block;
  }
}
.book-o__step {
  position: relative;
}
.book-o__step.active .book-o__step-count {
  border-color: #167B9A;
  background: #167B9A;
  color: #ffffff;
}
.book-o__step.active .book-o__step-title {
  color: #167B9A;
}
.book-o__step.done .book-o__step-count {
  position: relative;
  border-color: #167B9A;
  background: #167B9A;
  font-size: 0;
  color: transparent;
}
.book-o__step.done .book-o__step-count:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 1L6.8125 13L1.5 7.54545' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.book-o__step.done .book-o__step-title {
  color: #167B9A;
}
.book-o__step.done:hover .book-o__step-count {
  border-color: #0D2A33;
  background-color: #0D2A33;
}
.book-o__step.done:hover .book-o__step-title {
  color: #0D2A33;
}
.book-o__step-divider {
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}
.book-o__step-divider.active {
  background: #167B9A;
}
.book-o__aside {
  position: sticky;
  top: 150px;
  display: flex;
  flex-direction: column;
  max-width: 444px;
  width: 100%;
  gap: 50px;
  height: fit-content;
  order: 2;
}
@media (max-width: 768px) {
  .book-o__aside {
    position: static;
    display: none !important;
  }
}
.book-o__content {
  display: flex;
  gap: 64px;
}
@media (max-width: 1200px) {
  .book-o__content {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .book-o__content {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .book-o__content {
    flex-direction: column;
  }
}
.book-o__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
  min-width: 380px;
  max-width: 804px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .book-o__body {
    min-width: auto;
  }
}
.book-o__body_mobile {
  max-width: 850px;
}
@media (max-width: 1024px) {
  .book-o__body_mobile {
    max-width: none;
  }
}
.book-o__body_mobile .book-o__body-title:not(:first-child) {
  margin-top: 44px;
}
@media (max-width: 768px) {
  .book-o__body_mobile .book-o__body-title:not(:first-child) {
    margin-top: 20px;
  }
}
@media (max-width: 564px) {
  .book-o__body_mobile .book-o__body-title:not(:first-child) {
    margin-top: 10px;
  }
}
.book-o__body_mobile textarea {
  min-height: 116px;
}
.book-o__body_mobile .book-o__footer {
  margin: 44px 0 30px;
  justify-content: center;
}
@media (max-width: 768px) {
  .book-o__body_mobile .book-o__footer {
    margin: 20px 0 0;
  }
}
@media (max-width: 564px) {
  .book-o__body_mobile .book-o__footer {
    margin: 0;
  }
}
.book-o__body_mobile .book-o__footer .book-o__control {
  max-width: 318px;
}
@media (max-width: 429px) {
  .book-o__body_mobile .book-o__footer .book-o__control {
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .book-o__body_mobile .book-o__form-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .book-o__body_mobile .book-o__form-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .book-o__body_mobile .book-o__form-row_not-equal {
    grid-template-columns: 0.85fr 1.15fr;
  }
}
@media (max-width: 768px) {
  .book-o__body_mobile .book-o__form-row_not-equal {
    grid-template-columns: 1fr;
  }
}
.book-o__box {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .book-o__box {
    margin-top: 20px;
  }
}
@media (max-width: 564px) {
  .book-o__box {
    margin-top: 10px;
  }
}
.book-o__sub {
  font-size: 15px;
  font-weight: 600;
  color: #314A52;
}
.book-o__sub strong {
  font-weight: 700;
}
.book-o__form-group-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #314A52;
}
@media (max-width: 768px) {
  .book-o__form-group-title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.book-o__form-group-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.book-o__body-title {
  font-size: 20px;
  color: #0D2A33;
  font-weight: 600;
}
@media (max-width: 768px) {
  .book-o__body-title {
    font-size: 18px;
  }
}
.book-o__body-title.required {
  position: relative;
}
.book-o__body-title.required:after {
  content: "*";
  margin-left: 3px;
  font-size: 20px;
  color: #CC2E0B;
}
.book-o__body-title:not(:first-child) {
  margin-top: 20px;
}
.book-o__body-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.book-o__body-text p {
  font-size: 16px;
  color: #314A52;
}
.book-o__body-text p a {
  color: #167B9A;
}
.book-o__body-text p a:hover {
  color: #526166;
}
.book-o__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .book-o__form {
    gap: 16px;
  }
}
.book-o__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .book-o__form-row {
    grid-template-columns: 1fr;
  }
}
.book-o__form-row_not-equal {
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  .book-o__form-row_not-equal {
    grid-template-columns: 1fr;
  }
}
.book-o__control {
  max-width: 210px;
  width: 100%;
}
@media (max-width: 768px) {
  .book-o__control {
    max-width: 300px;
  }
  .book-o__control.control_secondary-light {
    order: 2;
  }
}
@media (max-width: 564px) {
  .book-o__control {
    max-width: none;
  }
}
.book-o__footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .book-o__footer {
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
  }
}
.book-o__tabs {
  display: flex;
  gap: 12px;
}
@media (max-width: 1024px) {
  .book-o__tabs {
    flex-direction: column;
  }
}
.book-o__total {
  display: none !important;
}
@media (max-width: 768px) {
  .book-o__total {
    display: flex !important;
    margin: 10px 0;
  }
}
.book-o__payment {
  height: 98px;
}
.book-o__payment.single {
  height: 52px;
}
.book-o__payment #applepaybutton:has(*),
.book-o__payment #googlepaybutton:has(*) {
  pointer-events: auto;
}
.book-o__tab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-grow: 1;
  flex-basis: 34%;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #DBDBDB;
}
@media (max-width: 564px) {
  .book-o__tab {
    padding: 20px 16px;
  }
}
.book-o__tab svg {
  fill: #667A80;
}
.book-o__tab span {
  font-size: 16px;
  font-weight: 600;
  color: #0D2A33;
}
.book-o__tab.active {
  border-color: #167B9A;
}
.book-o__tab.active svg {
  fill: #167B9A;
}
.book-o__tab.active span {
  color: #167B9A;
}
.book-o__tab:hover {
  border-color: #167B9A;
}
.book-o__info {
  display: flex;
  gap: 84px;
  padding: 28px 24px;
  background: #F5FCFF;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .book-o__info {
    gap: 40px;
  }
}
@media (max-width: 1100px) {
  .book-o__info {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 564px) {
  .book-o__info {
    padding: 20px;
  }
}
.book-o__info-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.book-o__info-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .book-o__info-title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .book-o__info-title {
    margin-bottom: 0;
  }
}
.book-o__info-row {
  display: flex;
  gap: 8px;
}
.book-o__info-row span {
  font-weight: 600;
  font-size: 16px;
  color: #314A52;
}
@media (max-width: 564px) {
  .book-o__info-row span {
    font-size: 15px;
  }
}
.book-o__info-row_max {
  gap: 20px;
}
.book-o .payment-form {
  display: flex !important;
  gap: 20px !important;
  width: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
@media (max-width: 1024px) {
  .book-o .payment-form {
    flex-direction: column !important;
    gap: 0 !important;
  }
}
.book-o .payment-form #payment-request-button {
  flex-grow: 1 !important;
  order: 2 !important;
}
@media (max-width: 1024px) {
  .book-o .payment-form #payment-request-button {
    margin-bottom: 20px !important;
    order: 0 !important;
  }
}
.book-o .payment-form #card-element {
  padding: 16px 20px !important;
  border: 1px solid #DBDBDB !important;
  border-radius: 12px !important;
  color: #0D2A33 !important;
}
.book-o .payment-form #card-element:hover, .book-o .payment-form #card-element:focus {
  border-color: #526166 !important;
}
.book-o .payment-form #payment-form {
  flex-grow: 2 !important;
}
.book-o .payment-form #payment-form .submit-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: fit-content !important;
  padding: 14px !important;
  border: 1px solid #99DDFF !important;
  background: #99DDFF !important;
  color: #0D2A33 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center !important;
  line-height: 1.3 !important;
  border-radius: 100px !important;
}
.book-o .payment-form #payment-form .submit-button:hover {
  background: #0D2A33 !important;
  border-color: #0D2A33 !important;
  color: #ffffff !important;
}
.book-o_center .book-o__steps {
  max-width: 804px;
}
.book-o_center .book-o__footer {
  justify-content: center;
}

.customize {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}
@media (max-width: 564px) {
  .customize {
    grid-template-columns: 1fr;
  }
}
.customize__label {
  position: absolute;
  top: -18px;
  left: 50%;
  padding: 6px 14px;
  font-size: 15px;
  border-radius: 10px;
  background: #99DDFF;
  color: #314A52;
  font-weight: 600;
  text-align: center;
  transform: translateX(-50%);
}
.customize__content {
  display: flex;
  flex-direction: column;
}
.customize__title {
  margin-bottom: 8px;
  font-size: 16px;
  color: #314A52;
  font-weight: 600;
}
.customize__title_blue {
  color: #167B9A;
}
.customize__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 4px 0 20px;
}
.customize__list-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #526166;
}
.customize__check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
}
.customize__check:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L4.75 9L1 5.36364' stroke='%230D2A33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  opacity: 0;
  transition: 0.3s;
}
.customize__price {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.customize__price span {
  font-size: 16px;
  font-weight: 600;
  color: #314A52;
}
.customize__price span:first-child {
  font-size: 15px;
}
.customize__item {
  position: relative;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 16px;
  padding: 24px 20px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #DBDBDB;
}
.customize__item:last-child:nth-child(odd) {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (max-width: 564px) {
  .customize__item:last-child:nth-child(odd) {
    grid-column-end: 2;
  }
}
.customize__item:hover {
  border-color: #99DDFF;
}
.customize__item:hover .customize__check {
  border-color: #99DDFF;
}
@media (min-width: 768px) {
  .customize__item:hover .customize__check:before {
    opacity: 1;
  }
}
.customize__item.active {
  border-color: #99DDFF;
}
.customize__item.active .customize__check {
  border-color: #99DDFF;
  background: #99DDFF;
}
.customize__item.active .customize__check:before {
  opacity: 1;
}
.customize__item.loading .customize__label {
  opacity: 0.4;
}
.customize_max-3 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 564px) {
  .customize_max-3 {
    flex-direction: column;
  }
}
.customize_max-3 .customize__item {
  flex-grow: 1;
  flex-basis: 30%;
}

.appointment {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}
@media (max-width: 1200px) {
  .appointment {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .appointment {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 564px) {
  .appointment {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.total {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 1px 1px 15px 0px rgba(111, 115, 148, 0.1803921569);
}
@media (max-width: 960px) {
  .total {
    padding: 24px 20px;
  }
}
@media (max-width: 768px) {
  .total {
    gap: 16px;
  }
}
.total__title {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .total__title {
    font-size: 16px;
  }
}
.total__title span {
  font: inherit;
  color: inherit;
}
.total__row {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: #526166;
}
@media (max-width: 1024px) {
  .total__row {
    font-size: 15px;
  }
}
.total__row span {
  font: inherit;
  color: inherit;
}
.total__row_additional {
  margin-bottom: 4px;
  color: #167B9A;
  font-weight: 600;
}
@media (max-width: 768px) {
  .total__row_additional {
    margin-bottom: 0;
  }
}
.total__price {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.total__price span {
  font-size: 15px;
}
.total__price_old {
  display: flex;
  align-items: center;
  gap: 6px;
}
.total__price span:not(:only-child):first-child {
  position: relative;
  font-size: 12px;
  color: #b0b0b0 !important;
}
.total__price span:not(:only-child):first-child span {
  font-size: 12px;
}
.total__price span:not(:only-child):first-child:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 1px;
  background: currentColor;
  color: inherit;
  transform: translate(-50%, -50%) rotate(-35deg);
}
.total__footer {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .total__footer {
    font-size: 18px;
  }
}
.total__footer span {
  font: inherit;
  color: inherit;
}
.total__footer .total__price span {
  font-size: 18px;
}
.total__footer .total__price span:not(:only-child):first-child {
  position: relative;
  font-size: 16px;
  margin-right: 6px;
  color: #b0b0b0 !important;
}
.total__footer .total__price span:not(:only-child):first-child:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 1px;
  background: currentColor;
  color: inherit;
  transform: translate(-50%, -50%) rotate(-35deg);
}
.total__coupon {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.total__coupon-label {
  width: 100%;
}
.total__coupon-input {
  width: 100%;
  padding-right: 40px;
}
.total__coupon-button {
  min-height: 50px;
  border-radius: 12px;
  font-size: 16px;
  padding: 12px 24px;
}
.total__coupon-button[data-action=cancel] {
  background: #fbdcdc !important;
  border: 1px solid #fbdcdc !important;
  color: #9f1c1c !important;
}
.total__coupon-button[data-action=cancel]:hover {
  background: #9f1c1c !important;
  border: 1px solid #9f1c1c !important;
  color: #ffffff !important;
}
.total__box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D4EDFA;
}
.total__box:has(.total__row_additional) {
  gap: 8px;
}
@media (max-width: 768px) {
  .total__box {
    padding-bottom: 16px;
  }
}

.thank {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 564px) {
  .thank {
    padding: 40px 16px 60px;
  }
}
.thank__img {
  display: flex;
  max-width: 350px;
  width: 100%;
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .thank__img {
    max-width: 260px;
  }
}
.thank__img img {
  width: 100%;
  object-fit: contain;
}
.thank__title {
  margin-bottom: 16px;
  text-align: center;
}
.thank__desc {
  margin-bottom: 64px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  .thank__desc {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.thank__control {
  max-width: 288px;
  width: 100%;
}

@media (max-width: 1024px) {
  .hide-1024 {
    display: none !important;
  }
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    gap: 20px;
    background: linear-gradient(to bottom, rgba(242, 247, 249, 0), #F2F7F9);
  }
}
@media (max-width: 564px) {
  .hero {
    padding-top: 60px;
  }
}
.hero__img {
  display: flex;
  max-width: 573px;
  width: 100%;
  height: 434px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero__img {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .hero__img {
    height: 370px;
  }
}
@media (max-width: 564px) {
  .hero__img {
    max-width: 345px;
    height: 260px;
  }
}
.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content-control {
  max-width: 240px;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .hero__content-control {
    max-width: 300px;
    margin: 10px auto;
  }
}
.hero__links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 1230px;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media (max-width: 1300px) {
  .hero__links {
    width: calc(100vw - 80px);
  }
}
.hero__link {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 32px;
  background: #ffffff;
  border-radius: 20px;
}
.hero__link:hover {
  background: #99DDFF;
}
.hero__link:hover .hero__link-arrow {
  background: #ffffff;
  fill: #105266;
}
.hero__link img {
  max-width: 80px;
  height: 80px;
  object-fit: contain;
  transition: 0.3s;
}
.hero__link-text {
  font-size: 20px;
  font-weight: 600;
  color: #105266;
}
.hero__link-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border-radius: 50%;
  background: #105266;
  fill: #ffffff;
  transition: 0.3s;
}
.hero__title {
  font-size: 80px;
  color: #105266;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .hero__title {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 40px;
    text-align: center;
  }
}
@media (max-width: 564px) {
  .hero__title {
    font-size: 32px;
  }
}
.hero__desc {
  max-width: 570px;
  width: 100%;
  font-size: 20px;
  color: #105266;
}
@media (max-width: 768px) {
  .hero__desc {
    font-size: 18px;
    text-align: center;
  }
}
.hero_iv {
  position: relative;
  padding-bottom: 64px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .hero_iv {
    align-items: flex-start;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .hero_iv {
    padding-top: 0;
    background: transparent;
  }
}
.hero_iv .hero__content {
  max-width: 480px;
  width: 100%;
}
@media (max-width: 1024px) {
  .hero_iv .hero__content {
    margin: 0 auto;
  }
}
.hero_iv .hero__title {
  font-size: 72px;
  color: #0D2A33;
}
@media (max-width: 1200px) {
  .hero_iv .hero__title {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .hero_iv .hero__title {
    font-size: 40px;
    text-align: center;
  }
}
@media (max-width: 564px) {
  .hero_iv .hero__title {
    font-size: 32px;
  }
}
.hero_iv .hero__desc {
  font-size: 18px;
  color: #526166;
}
@media (max-width: 1024px) {
  .hero_iv .hero__desc {
    text-align: center;
  }
}
@media (max-width: 960px) {
  .hero_iv .hero__desc {
    font-size: 16px;
  }
}
.hero__img-box {
  position: relative;
  display: flex;
  height: 100%;
  margin-right: -8%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero__img-box {
    margin-right: 0;
    width: 100%;
    z-index: -1;
  }
}
.hero__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.hero_treatments {
  position: static;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .hero_treatments {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
}
.hero_treatments:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 900px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4608) 62.4%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1800px) {
  .hero_treatments:before {
    left: -15vw;
    width: 50vw;
  }
}
@media (max-width: 1024px) {
  .hero_treatments:before {
    left: 0;
    top: 0;
    width: 100%;
    bottom: auto;
    height: 50vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8608) 62.4%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 768px) {
  .hero_treatments:before {
    height: 60vw;
  }
}
@media (max-width: 564px) {
  .hero_treatments:before {
    height: 70vw;
  }
}
@media (max-width: 429px) {
  .hero_treatments:before {
    height: 74%;
  }
}
.hero_treatments:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 213px;
  background: linear-gradient(-201deg, #e4e5e1, #c4c5c8);
}
@media (max-width: 1512px) {
  .hero_treatments:after {
    content: none;
  }
}
.hero_treatments .hero__title, .hero_treatments .hero__desc {
  color: #105266;
}
@media (max-width: 1024px) {
  .hero_treatments .hero__content {
    padding: 60px 40px 20px;
  }
}
@media (max-width: 564px) {
  .hero_treatments .hero__content {
    padding: 12px 16px 20px;
  }
}
.hero_home {
  position: static;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .hero_home {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
}
.hero_home:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 900px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4608) 62.4%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1800px) {
  .hero_home:before {
    left: -15vw;
    width: 50vw;
  }
}
@media (max-width: 1024px) {
  .hero_home:before {
    left: 0;
    top: 0;
    width: 100%;
    bottom: auto;
    height: 350px;
    background: linear-gradient(180deg, rgb(226, 228, 225) 72%, rgba(226, 228, 225, 0) 100%);
  }
}
@media (max-width: 768px) {
  .hero_home:before {
    height: 320px;
  }
}
@media (max-width: 564px) {
  .hero_home:before {
    height: 270px;
  }
}
.hero_home:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 263px;
  background: #ffffff;
}
@media (max-width: 1512px) {
  .hero_home:after {
    content: none;
  }
}
.hero_home .hero__title {
  font-size: 52px;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  .hero_home .hero__title {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .hero_home .hero__title {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  .hero_home .hero__title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .hero_home .hero__title {
    font-size: 32px;
  }
}
@media (max-width: 564px) {
  .hero_home .hero__title {
    font-size: 28px;
  }
}
.hero_home .hero__title, .hero_home .hero__desc {
  color: #105266;
}
@media (max-width: 1024px) {
  .hero_home .hero__title, .hero_home .hero__desc {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 564px) {
  .hero_home .hero__title, .hero_home .hero__desc {
    max-width: 380px;
  }
}
.hero_home .hero__content {
  max-width: 494px;
}
@media (max-width: 1024px) {
  .hero_home .hero__content {
    max-width: none;
    padding: 60px 40px 20px;
  }
}
@media (max-width: 564px) {
  .hero_home .hero__content {
    padding: 24px 16px 0;
  }
}
.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 3;
}
@media (max-width: 768px) {
  .hero__content {
    gap: 14px;
  }
}
.hero__content_mobile {
  display: none;
}
@media (max-width: 1024px) {
  .hero__content_mobile {
    display: flex;
    padding: 24px 20px 32px !important;
    background: #EBEEF1;
  }
}
@media (max-width: 564px) {
  .hero__content_mobile .hero__logos {
    padding: 0 20px;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .hero__content_mobile .hero__links {
    margin: 0;
    gap: 8px;
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero__content_mobile .hero__links {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .hero__content_mobile .hero__link {
    padding: 20px;
    gap: 12px;
  }
}
@media (max-width: 1024px) {
  .hero__content_mobile .hero__link img {
    max-width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .hero__content_mobile .hero__link img {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .hero__content_mobile .hero__link-text {
    font-size: 16px;
  }
}
.hero__rate {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .hero__rate {
    justify-content: center;
  }
}
@media (max-width: 564px) {
  .hero__rate {
    flex-direction: column;
    gap: 4px;
  }
}
.hero__rate:hover .hero__rate-text {
  text-decoration: none !important;
}
.hero__rate-text {
  font-size: 18px;
  color: #0D5D9A;
  text-decoration: underline;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .hero__rate-text {
    font-size: 16px;
  }
}
.hero__logos {
  display: flex;
  align-items: center;
  gap: 44px;
  height: 62px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .hero__logos {
    justify-content: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .hero__logos {
    height: 45px;
  }
}
@media (max-width: 564px) {
  .hero__logos {
    gap: 30px;
    margin-top: 6px;
  }
}
.hero__logo {
  display: flex;
  height: 100%;
}
.hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero__logo:nth-child(2) img {
  height: 55px;
}
@media (max-width: 768px) {
  .hero__logo:nth-child(2) img {
    height: 40px;
  }
}

.products {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .products {
    gap: 60px;
  }
}
.products_wellness {
  padding-top: 30px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .products_wellness {
    padding-bottom: 60px;
  }
}
.products_l {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .products_l {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.products__title {
  font-size: 38px;
  color: #105266;
  text-align: center;
}
@media (max-width: 1024px) {
  .products__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .products__title {
    font-size: 26px;
  }
}
@media (max-width: 564px) {
  .products__title {
    font-size: 22px;
  }
}
.products__desc {
  max-width: 690px;
  width: 100%;
  margin: 16px auto 0;
  text-align: center;
  color: #105266;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .products__desc {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .products__desc {
    margin: 14px auto 0;
    font-size: 16px;
  }
}
@media (max-width: 564px) {
  .products__desc {
    font-size: 14px;
  }
}
.products__list {
  display: flex;
  justify-content: center;
  gap: 12px 30px;
  margin-top: 48px;
}
@media (max-width: 1200px) {
  .products__list {
    gap: 12px 20px;
  }
}
@media (max-width: 1024px) {
  .products__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 12px;
  }
}
@media (max-width: 768px) {
  .products__list {
    margin-top: 40px;
  }
}
@media (max-width: 429px) {
  .products__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.products__item {
  flex-grow: 1;
  max-width: calc(25% - 30px);
}
@media (max-width: 1200px) {
  .products__item {
    max-width: calc(25% - 20px);
  }
}
@media (max-width: 1024px) {
  .products__item {
    max-width: none;
  }
}
.products_iv {
  gap: 100px;
}
@media (max-width: 1024px) {
  .products_iv {
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .products_iv {
    gap: 60px;
  }
}
@media (max-width: 564px) {
  .products_iv {
    gap: 50px;
  }
}
.products_iv .products__title {
  font-size: 32px;
  color: #0D2A33;
}
.products_iv .products__desc {
  font-size: 16px;
  color: #526166;
}
@media (max-width: 564px) {
  .products_iv .products__desc {
    margin-top: 10px;
  }
}
.products_iv .products__list {
  margin-top: 52px;
}
@media (max-width: 1024px) {
  .products_iv .products__list {
    margin-top: 30px;
  }
}
@media (max-width: 564px) {
  .products_iv .products__list {
    margin-top: 20px;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 20px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .card {
    padding: 20px 16px;
  }
}
.card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 205px;
  margin: 0 20px 20px;
  padding: 16px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .card__img {
    max-width: 122px;
    padding: 10px;
  }
}
.card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card__img_immunity {
  background: #FFF8E7;
}
.card__img_energy {
  background: #FFF7EA;
}
.card__img_detox {
  background: #EAF5B3;
}
.card__img_hydration {
  background: #F0F9FA;
}
.card__img_migraine {
  background: #F3F0F7;
}
.card__img_prenatal {
  background: #F7F2F8;
}
.card__img_hangover {
  background: #FDEEF1;
}
.card__img_poisoning {
  background: #F3FBEE;
}
.card__img_brightening {
  background: #F3FBEE;
}
.card__img_diy {
  background: #F0F9FA;
}
.card__price {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  margin-top: auto;
  font-size: 20px;
  color: #105266;
}
.card__price span:last-child {
  font-weight: 800;
}
.card__price_old {
  position: relative;
  margin-top: -6px;
  font-size: 14px;
  color: #CC2E0B !important;
}
.card__price_old:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130%;
  height: 1px;
  background: rgba(204, 46, 11, 0.7);
  transform: translate(-50%, -50%) rotate(-15deg);
}
.card__price_old span {
  color: inherit;
}
.card__desc {
  margin-bottom: 12px;
  padding: 0 6px;
  font-size: 15px;
  text-align: center;
  color: #105266;
}
@media (max-width: 768px) {
  .card__desc {
    padding: 0;
  }
}
.card__title {
  margin-bottom: 6px;
  text-align: center;
  font-size: 20px;
  color: #105266;
  font-weight: 600;
}
@media (max-width: 768px) {
  .card__title {
    font-size: 18px;
  }
}
.card__item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #526166;
  font-size: 15px;
}
.card__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
  margin-bottom: 20px;
  padding: 0 4px;
}
@media (max-width: 768px) {
  .card__items {
    padding: 0;
  }
}
.card__button {
  width: 100%;
  margin-top: 16px;
  padding: 14px 10px;
}
@media (max-width: 768px) {
  .card__button {
    font-size: 16px;
  }
}
.card__button + .card__button:last-child {
  margin-top: 8px;
}
.card__label {
  position: absolute;
  top: -22px;
  left: 50%;
  padding: 10px 18px;
  transform: translateX(-50%);
  background: #99DDFF;
  border-radius: 12px;
  font-size: 15px;
  text-align: center;
  color: #314A52;
  white-space: nowrap;
  font-weight: 600;
}
@media (max-width: 768px) {
  .card__label {
    font-size: 14px;
  }
}
.card_iv {
  padding: 20px 20px 28px;
  box-shadow: 0px 4px 20px 0px rgba(64, 87, 125, 0.1019607843);
}
@media (max-width: 564px) {
  .card_iv {
    padding: 16px 16px 20px;
  }
}
.card_iv .card__img {
  max-width: none;
  width: 100%;
  margin: 0 0 20px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .card_iv .card__img {
    height: 240px;
  }
}
@media (max-width: 564px) {
  .card_iv .card__img {
    height: 210px;
  }
}
@media (max-width: 429px) {
  .card_iv .card__img {
    height: 240px;
  }
}
.card_iv .card__button {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 220px;
  width: 100%;
  margin-top: auto;
  font-size: 16px;
}
.card_iv .card__title {
  color: #0D2A33;
}
.card_iv .card__title:hover {
  color: #167B9A;
}
.card_iv .card__desc {
  color: #0D2A33;
}
.card_iv .card__price {
  gap: 0;
  font-size: 16px;
}
.card_iv .card__price span {
  font-weight: 600;
  color: inherit;
}

.book-o .gform_wrapper .gf_page_steps {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 1086px !important;
  width: 100% !important;
  gap: 24px !important;
  padding: 0 60px 60px !important;
  margin: 0 auto 64px !important;
  border: none !important;
}
@media (max-width: 1024px) {
  .book-o .gform_wrapper .gf_page_steps {
    margin: 0 auto 40px !important;
  }
}
@media (max-width: 960px) {
  .book-o .gform_wrapper .gf_page_steps {
    gap: 16px !important;
    padding: 0 40px 40px !important;
  }
}
@media (max-width: 768px) {
  .book-o .gform_wrapper .gf_page_steps {
    padding: 0 30px 60px !important;
  }
}
.book-o .gform_wrapper .gf_step_number {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid #DBDBDB !important;
  color: #667A80 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  text-align: center !important;
}
@media (max-width: 960px) {
  .book-o .gform_wrapper .gf_step_number {
    font-size: 15px !important;
  }
}
.book-o .gform_wrapper .gf_step_label {
  position: absolute !important;
  left: 50% !important;
  top: 100% !important;
  padding-top: 16px !important;
  padding-left: 0 !important;
  font-size: 16px !important;
  text-align: center !important;
  color: #667A80 !important;
  font-weight: 600 !important;
  transform: translateX(-50%) !important;
  white-space: nowrap !important;
}
@media (max-width: 960px) {
  .book-o .gform_wrapper .gf_step_label {
    font-size: 15px !important;
  }
}
@media (max-width: 768px) {
  .book-o .gform_wrapper .gf_step_label {
    display: flex !important;
    width: 86px !important;
    white-space: normal !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
  }
}
.book-o .gform_wrapper .gf_step {
  position: relative !important;
  display: flex !important;
  margin: 0 !important;
}
.book-o .gform_wrapper .gf_step:not(:last-child):before {
  content: "" !important;
  position: absolute !important;
  left: 50%;
  transform: translateX(12%);
  top: 18px !important;
  height: 1px !important;
  width: 378px !important;
  background: #DBDBDB !important;
}
@media (max-width: 1200px) {
  .book-o .gform_wrapper .gf_step:not(:last-child):before {
    width: calc(33.3333333333vw - 40px) !important;
    transform: translateX(16%);
  }
}
@media (max-width: 960px) {
  .book-o .gform_wrapper .gf_step:not(:last-child):before {
    transform: translateX(18%);
  }
}
@media (max-width: 660px) {
  .book-o .gform_wrapper .gf_step:not(:last-child):before {
    width: calc(33.3333333333vw - 50px) !important;
    transform: translateX(20%);
  }
}
@media (max-width: 564px) {
  .book-o .gform_wrapper .gf_step:not(:last-child):before {
    width: calc(33.3333333333vw - 50px) !important;
    transform: translateX(30%);
  }
}
@media (max-width: 429px) {
  .book-o .gform_wrapper .gf_step:not(:last-child):before {
    width: calc(33.3333333333vw - 60px) !important;
    transform: translateX(40%);
  }
}
.book-o .gform_wrapper .gf_step.gf_step_completed:not(:last-child):before {
  background: #167B9A !important;
}
.book-o .gform_wrapper .gf_step.gf_step_completed .gf_step_number {
  border-color: #167B9A !important;
  background: #167B9A !important;
  color: transparent !important;
}
.book-o .gform_wrapper .gf_step.gf_step_completed .gf_step_number:before {
  content: none !important;
}
.book-o .gform_wrapper .gf_step.gf_step_completed .gf_step_label {
  color: #167B9A !important;
}
.book-o .gform_wrapper .gf_step.gf_step_active .gf_step_number {
  border-color: #167B9A !important;
  background: #167B9A !important;
  color: #ffffff !important;
}
.book-o .gform_wrapper .gf_step.gf_step_active .gf_step_number:before, .book-o .gform_wrapper .gf_step.gf_step_active .gf_step_number:after {
  content: none !important;
}
.book-o .gform_wrapper .gf_step.gf_step_active .gf_step_label {
  color: #167B9A !important;
}
.book-o .gform_wrapper .gform_heading {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 36px !important;
  align-items: center !important;
}
@media (max-width: 768px) {
  .book-o .gform_wrapper .gform_heading {
    margin-bottom: 32px !important;
  }
}
.book-o .gform_wrapper .gform_heading .gform_description,
.book-o .gform_wrapper .gform_heading .gform_required_legend {
  display: none !important;
}
.book-o .gform_wrapper .gform_heading .gform_title {
  font-size: 32px !important;
  text-align: center !important;
  color: #0D2A33 !important;
}
@media (max-width: 960px) {
  .book-o .gform_wrapper .gform_heading .gform_title {
    font-size: 28px !important;
  }
}
@media (max-width: 564px) {
  .book-o .gform_wrapper .gform_heading .gform_title {
    font-size: 24px !important;
  }
}
.book-o .gform_wrapper .gform_page_footer {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .book-o .gform_wrapper .gform_page_footer {
    flex-direction: column !important;
    gap: 16px !important;
  }
}
.book-o .gform_wrapper .gform_page_footer .gform-theme-button,
.book-o .gform_wrapper .gform_page_footer .gform_button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: fit-content !important;
  padding: 18px 30px !important;
  color: #0D2A33 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: center !important;
  line-height: 1.3 !important;
  border-radius: 100px !important;
  max-width: 210px !important;
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #99DDFF !important;
  background: #99DDFF !important;
  cursor: pointer !important;
}
.book-o .gform_wrapper .gform_page_footer .gform-theme-button:hover,
.book-o .gform_wrapper .gform_page_footer .gform_button:hover {
  background: #0D2A33 !important;
  border-color: #0D2A33 !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .book-o .gform_wrapper .gform_page_footer .gform-theme-button,
  .book-o .gform_wrapper .gform_page_footer .gform_button {
    max-width: 300px !important;
  }
}
@media (max-width: 564px) {
  .book-o .gform_wrapper .gform_page_footer .gform-theme-button,
  .book-o .gform_wrapper .gform_page_footer .gform_button {
    max-width: none !important;
  }
}
.book-o .gform_wrapper .gform_page_footer .gform-theme-button.gform-theme-button--secondary,
.book-o .gform_wrapper .gform_page_footer .gform_button.gform-theme-button--secondary {
  border: 1px solid #99DDFF !important;
  background: transparent !important;
}
.book-o .gform_wrapper .gform_page_footer .gform-theme-button.gform-theme-button--secondary:hover,
.book-o .gform_wrapper .gform_page_footer .gform_button.gform-theme-button--secondary:hover {
  background: #0D2A33 !important;
  color: #ffffff !important;
  border-color: #0D2A33 !important;
}
.book-o .gform_wrapper .gform_page_fields {
  margin-bottom: 50px !important;
}
@media (max-width: 960px) {
  .book-o .gform_wrapper .gform_page_fields {
    margin-bottom: 30px !important;
  }
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice {
  margin: 20px 0 0 !important;
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_label.gform-field-label.gfield_label_before_complex {
  font-size: 20px !important;
  color: #0D2A33 !important;
  font-weight: 600 !important;
  margin: 0 0 20px !important;
}
@media (max-width: 768px) {
  .book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_label.gform-field-label.gfield_label_before_complex {
    font-size: 18px !important;
  }
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_label.gform-field-label.gfield_label_before_complex .gfield_required {
  margin-left: 3px !important;
  font-size: 20px !important;
  color: #CC2E0B !important;
  padding: 0 !important;
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_label.gform-field-label.gfield_label_before_complex .gfield_required .gfield_required.gfield_required_asterisk {
  margin: 0 !important;
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_description {
  margin: 0 0 20px !important;
  padding: 0 !important;
  font-size: 16px !important;
  color: #314A52 !important;
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_description a {
  color: #167B9A !important;
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_description a:hover {
  color: #526166 !important;
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_validation_message {
  margin-top: -6px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  font-size: 14px !important;
  color: #CC2E0B !important;
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_checkbox .gform-field-label {
  position: relative !important;
  display: block !important;
  gap: 10px !important;
  font-size: 18px !important;
  color: #0D2A33 !important;
  font-weight: 500 !important;
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_checkbox .gform-field-label:before {
  content: "";
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-bottom: -2px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  background: #ffffff;
  cursor: pointer;
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_checkbox .gform-field-label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L4.75 9L1 5.36364' stroke='%230D2A33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  opacity: 0;
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_checkbox .gform-field-label a {
  color: #167B9A !important;
  font-weight: inherit;
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_checkbox .gform-field-label a:hover {
  color: #526166 !important;
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_checkbox input {
  display: none !important;
  appearance: none !important;
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_checkbox input:checked + .gform-field-label:before {
  border-color: #99DDFF !important;
  background: #99DDFF !important;
}
.book-o .gform_wrapper .gfield--type-checkbox.gfield--type-choice .gfield_checkbox input:checked + .gform-field-label:after {
  opacity: 1 !important;
}
.book-o .gform_wrapper .gfield,
.book-o .gform_wrapper .gform-grid-col {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}
.book-o .gform_wrapper .gfield input,
.book-o .gform_wrapper .gform-grid-col input {
  padding: 16px !important;
  border: 1px solid #DBDBDB !important;
  border-radius: 12px !important;
  color: #0D2A33 !important;
}
.book-o .gform_wrapper .gfield input:hover, .book-o .gform_wrapper .gfield input:focus,
.book-o .gform_wrapper .gform-grid-col input:hover,
.book-o .gform_wrapper .gform-grid-col input:focus {
  border-color: #526166 !important;
}
.book-o .gform_wrapper .gfield input[aria-invalid=true],
.book-o .gform_wrapper .gform-grid-col input[aria-invalid=true] {
  border-color: #CC2E0B !important;
}
.book-o .gform_wrapper .gform-field-label {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  color: #526166 !important;
  font-weight: 500 !important;
}
.book-o .gform_wrapper .ginput_complex.gf_name_has_2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
}
@media (max-width: 960px) {
  .book-o .gform_wrapper .ginput_complex.gf_name_has_2 {
    grid-template-columns: 1fr !important;
  }
}
.book-o .gform_wrapper .ginput_complex.gf_name_has_2 .gform-grid-col {
  padding: 0 !important;
}
.book-o .gform_wrapper .gfield--type-name .gfield_label.gform-field-label.gfield_label_before_complex {
  display: none !important;
}
.book-o .gform_wrapper .ginput_container.ginput_container_select {
  position: relative !important;
}
.book-o .gform_wrapper .ginput_container.ginput_container_select select, .book-o .gform_wrapper .ginput_container.ginput_container_select input {
  width: 100% !important;
  appearance: none !important;
  padding: 16px !important;
  padding-right: 56px !important;
  border: 1px solid #DBDBDB !important;
  border-radius: 12px !important;
  color: #0D2A33 !important;
}
.book-o .gform_wrapper .ginput_container.ginput_container_select select:hover, .book-o .gform_wrapper .ginput_container.ginput_container_select select:focus, .book-o .gform_wrapper .ginput_container.ginput_container_select input:hover, .book-o .gform_wrapper .ginput_container.ginput_container_select input:focus {
  border-color: #526166 !important;
}
.book-o .gform_wrapper .ginput_container.ginput_container_select select::-ms-expand, .book-o .gform_wrapper .ginput_container.ginput_container_select input::-ms-expand {
  display: none !important;
}
.book-o .gform_wrapper .ginput_container.ginput_container_select:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%230D2A33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transform: translateY(-50%);
  pointer-events: none;
}
.book-o .gform_wrapper .ginput_container.ginput_container_date {
  position: relative !important;
}
.book-o .gform_wrapper .ginput_container.ginput_container_date select, .book-o .gform_wrapper .ginput_container.ginput_container_date input {
  padding-left: 56px !important;
  padding-right: 56px !important;
}
.book-o .gform_wrapper .ginput_container.ginput_container_date:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2V6V2Z' fill='%2358696E'/%3E%3Cpath d='M8 2V6' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 2V6' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 10H21' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 14H8.01' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 14H12.01' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 14H16.01' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 18H8.01' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 18H12.01' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 18H16.01' stroke='%23667A80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transform: translateY(-50%);
  pointer-events: none;
}
.book-o .gform_wrapper .ginput_container.ginput_container_date:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%230D2A33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transform: translateY(-50%);
  pointer-events: none;
}
.book-o .gform_wrapper .gform_fields {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}
@media (max-width: 1200px) {
  .book-o .gform_wrapper .gform_fields {
    gap: 20px 40px !important;
  }
}
@media (max-width: 960px) {
  .book-o .gform_wrapper .gform_fields {
    grid-template-rows: auto !important;
  }
}
@media (max-width: 768px) {
  .book-o .gform_wrapper .gform_fields {
    grid-template-columns: 1fr !important;
  }
}
.book-o .gform_wrapper .gfield.gfield--type-product.gfield_price,
.book-o .gform_wrapper .gfield--type-total.gfield--input-type-total {
  grid-column-start: 2 !important;
  grid-column-end: 3 !important;
  display: none !important;
  flex-direction: column !important;
  gap: 24px !important;
  height: fit-content !important;
  padding: 32px !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 1px 1px 15px 0px rgba(111, 115, 148, 0.1803921569) !important;
}
@media (max-width: 960px) {
  .book-o .gform_wrapper .gfield.gfield--type-product.gfield_price,
  .book-o .gform_wrapper .gfield--type-total.gfield--input-type-total {
    padding: 24px 20px !important;
  }
}
@media (max-width: 768px) {
  .book-o .gform_wrapper .gfield.gfield--type-product.gfield_price,
  .book-o .gform_wrapper .gfield--type-total.gfield--input-type-total {
    gap: 16px !important;
    grid-column-start: auto !important;
    grid-column-end: auto !important;
  }
}
.book-o .gform_wrapper .gfield.gfield--type-product.gfield_price .gfield_description,
.book-o .gform_wrapper .gfield.gfield--type-product.gfield_price .gfield_label,
.book-o .gform_wrapper .gfield--type-total.gfield--input-type-total .gfield_description,
.book-o .gform_wrapper .gfield--type-total.gfield--input-type-total .gfield_label {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  justify-content: space-between !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
@media (max-width: 1024px) {
  .book-o .gform_wrapper .gfield.gfield--type-product.gfield_price .gfield_description,
  .book-o .gform_wrapper .gfield.gfield--type-product.gfield_price .gfield_label,
  .book-o .gform_wrapper .gfield--type-total.gfield--input-type-total .gfield_description,
  .book-o .gform_wrapper .gfield--type-total.gfield--input-type-total .gfield_label {
    font-size: 16px !important;
  }
}
.book-o .gform_wrapper .gfield.gfield--type-product.gfield_price .ginput_container,
.book-o .gform_wrapper .gfield--type-total.gfield--input-type-total .ginput_container {
  padding-top: 16px !important;
  border-top: 1px solid #D4EDFA !important;
}
.book-o .gform_wrapper .gfield.gfield--type-product.gfield_price .ginput_container .ginput_product_price_wrapper,
.book-o .gform_wrapper .gfield--type-total.gfield--input-type-total .ginput_container .ginput_product_price_wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  justify-content: space-between !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
@media (max-width: 1024px) {
  .book-o .gform_wrapper .gfield.gfield--type-product.gfield_price .ginput_container .ginput_product_price_wrapper,
  .book-o .gform_wrapper .gfield--type-total.gfield--input-type-total .ginput_container .ginput_product_price_wrapper {
    font-size: 18px !important;
  }
}
.book-o .gform_wrapper .gfield.gfield--type-product.gfield_price .ginput_container .ginput_product_price_wrapper label,
.book-o .gform_wrapper .gfield--type-total.gfield--input-type-total .ginput_container .ginput_product_price_wrapper label {
  font: inherit !important;
  color: inherit !important;
}
.book-o .gform_wrapper .gfield.gfield--type-product.gfield_price .ginput_container input,
.book-o .gform_wrapper .gfield--type-total.gfield--input-type-total .ginput_container input {
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
  font: inherit !important;
  color: inherit !important;
  text-align: right !important;
}
.book-o .gform_wrapper .gfield.gfield--width-full {
  grid-column-start: 1 !important;
  grid-column-end: 2 !important;
}
.book-o .gform_wrapper .gfield_visibility_hidden {
  display: none !important;
}
.book-o .gform_wrapper .gfield {
  grid-column-start: 1 !important;
  grid-column-end: 2 !important;
}
.book-o .gform_wrapper .gfield.gfield--type-email input {
  width: 100% !important;
}
.book-o .gform_wrapper .ginput_container_date input {
  width: 100% !important;
}
.book-o .gform_wrapper .gfield--type-name.gfield--input-type-name {
  grid-row-start: 1;
}
.book-o .gform_wrapper .gfield--type-stripe_creditcard {
  grid-row-start: 1;
  grid-row-end: 4;
}
.book-o .gform_wrapper .gfield_validation_message {
  margin-top: -6px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  font-size: 14px !important;
  color: #CC2E0B !important;
}
.book-o .gform_wrapper .gform-body.gform_body {
  display: flex !important;
  gap: 64px !important;
}
@media (max-width: 1024px) {
  .book-o .gform_wrapper .gform-body.gform_body {
    gap: 40px !important;
  }
}
@media (max-width: 768px) {
  .book-o .gform_wrapper .gform-body.gform_body {
    flex-direction: column !important;
  }
}
.book-o .gform_wrapper .gform-body.gform_body > div:not(.total) {
  flex-grow: 1 !important;
  min-width: 400px !important;
}
@media (max-width: 768px) {
  .book-o .gform_wrapper .gform-body.gform_body > div:not(.total) {
    min-width: auto !important;
  }
}

.iv-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
}
.iv-modal__wrapper {
  display: flex;
  height: 100%;
  padding: 40px;
  overflow: auto;
}
@media (max-width: 768px) {
  .iv-modal__wrapper {
    padding: 30px;
  }
}
@media (max-width: 564px) {
  .iv-modal__wrapper {
    padding: 20px;
  }
}
.iv-modal__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1186px;
  width: 100%;
  min-height: 740px;
  margin: auto;
  background: #F0F9FA;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .iv-modal__content {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.iv-modal__img {
  display: flex;
}
.iv-modal__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iv-modal__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 44px;
}
@media (max-width: 429px) {
  .iv-modal__col {
    padding: 30px 40px;
  }
}
.iv-modal__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 56px !important;
  text-align: center;
  line-height: 1;
  color: #105266;
}
@media (max-width: 1024px) {
  .iv-modal__title {
    margin-bottom: 10px;
    font-size: 48px !important;
  }
}
@media (max-width: 960px) {
  .iv-modal__title {
    font-size: 40px !important;
  }
}
@media (max-width: 768px) {
  .iv-modal__title {
    font-size: 36px !important;
  }
}
@media (max-width: 564px) {
  .iv-modal__title {
    font-size: 32px !important;
  }
}
.iv-modal__title span {
  font-size: 70px !important;
  color: inherit;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .iv-modal__title span {
    font-size: 56px !important;
  }
}
@media (max-width: 960px) {
  .iv-modal__title span {
    font-size: 48px !important;
  }
}
@media (max-width: 768px) {
  .iv-modal__title span {
    font-size: 40px !important;
  }
}
@media (max-width: 564px) {
  .iv-modal__title span {
    font-size: 36px !important;
  }
}
.iv-modal__desc {
  font-size: 26px;
  color: #105266;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .iv-modal__desc {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .iv-modal__desc {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .iv-modal__desc {
    font-size: 18px;
  }
}
@media (max-width: 564px) {
  .iv-modal__desc {
    font-size: 14px;
  }
}
.iv-modal__desc_sm {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .iv-modal__desc_sm {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .iv-modal__desc_sm {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .iv-modal__desc_sm {
    font-size: 14px;
  }
}
@media (max-width: 564px) {
  .iv-modal__desc_sm {
    font-size: 12px;
  }
}
.iv-modal__desc_bold {
  margin: 4px 0;
  text-shadow: 1px 0 0 currentColor;
}
.iv-modal__desc_md {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .iv-modal__desc_md {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .iv-modal__desc_md {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .iv-modal__desc_md {
    font-size: 16px;
  }
}
@media (max-width: 564px) {
  .iv-modal__desc_md {
    font-size: 14px;
  }
}
.iv-modal__bottom-link {
  font-size: 20px;
  text-decoration: underline;
  text-align: center;
  color: #105266;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .iv-modal__bottom-link {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .iv-modal__bottom-link {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .iv-modal__bottom-link {
    font-size: 14px;
  }
}
@media (max-width: 564px) {
  .iv-modal__bottom-link {
    font-size: 12px;
  }
}
.iv-modal__bottom-link:hover {
  text-decoration: underline;
  color: #167B9A;
}
.iv-modal__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 392px;
  width: 100%;
  margin: 30px 0;
}
@media (max-width: 1024px) {
  .iv-modal__links {
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .iv-modal__links {
    gap: 8px;
  }
}
.iv-modal__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px;
  background: #A1E2F6;
  border-radius: 50px;
  font-size: 20px;
  color: #105266;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1024px) {
  .iv-modal__link {
    padding: 10px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .iv-modal__link {
    font-size: 16px;
  }
}
@media (max-width: 564px) {
  .iv-modal__link {
    padding: 7px;
    font-size: 13px;
  }
}
.iv-modal__link:hover {
  background: #0D2A33;
  color: #ffffff;
}
@media (max-width: 768px) {
  .iv-modal_step-1 .iv-modal__col {
    order: 2;
  }
}
@media (max-width: 768px) {
  .iv-modal_step-1 .iv-modal__img {
    height: 300px;
  }
  .iv-modal_step-1 .iv-modal__img img {
    object-position: top;
  }
}
@media (max-width: 564px) {
  .iv-modal_step-1 .iv-modal__img {
    height: 220px;
  }
}
@media (max-width: 429px) {
  .iv-modal_step-1 .iv-modal__img {
    height: 180px;
  }
}
.iv-modal_step-3 .iv-modal__content {
  background: linear-gradient(to right, #EFF9FA, #E0F8F8);
}
@media (max-width: 768px) {
  .iv-modal_step-3 .iv-modal__content {
    background: #E0F8F8;
  }
}
@media (max-width: 768px) {
  .iv-modal_step-3 .iv-modal__col {
    padding: 40px 44px 0;
  }
}
@media (max-width: 429px) {
  .iv-modal_step-3 .iv-modal__col {
    padding: 30px 40px 0;
  }
}
@media (max-width: 768px) {
  .iv-modal_step-3 .iv-modal__img {
    height: 300px;
    margin: 0 auto;
  }
  .iv-modal_step-3 .iv-modal__img img {
    width: 300px;
    object-position: top;
  }
}
@media (max-width: 564px) {
  .iv-modal_step-3 .iv-modal__img {
    height: 220px;
  }
  .iv-modal_step-3 .iv-modal__img img {
    width: 230px;
  }
}
@media (max-width: 429px) {
  .iv-modal_step-3 .iv-modal__img {
    height: 180px;
  }
  .iv-modal_step-3 .iv-modal__img img {
    width: 190px;
  }
}
@media (max-width: 768px) {
  .iv-modal_step-2 .iv-modal__col {
    padding: 40px 44px 20px;
  }
}
@media (max-width: 429px) {
  .iv-modal_step-2 .iv-modal__col {
    padding: 30px 40px 10px;
  }
}

.slider-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .slider-box {
    position: relative;
    padding-bottom: 90px;
    gap: 0;
  }
}
.slider-box__card {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  width: 380px;
  height: inherit;
  margin: 0 22px;
}
@media (max-width: 564px) {
  .slider-box__card {
    gap: 8px;
    margin: 0 4px;
  }
}
.slider-box__card-img {
  display: flex;
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .slider-box__card-img {
    height: 450px;
  }
}
.slider-box__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-box__card-title {
  margin-top: 10px;
  font-size: 28px;
  color: #105266;
}
@media (max-width: 564px) {
  .slider-box__card-title {
    font-size: 24px;
  }
}
.slider-box__card-desc {
  display: flex;
  flex-direction: column;
  padding-right: 6px;
  color: #105266;
}
@media (max-width: 564px) {
  .slider-box__card-desc {
    margin-bottom: 10px;
  }
}
.slider-box__card-desc strong {
  font-weight: 600;
}
.slider-box__card-button {
  margin-top: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 564px) {
  .slider-box__card-button {
    max-width: none;
    width: 100%;
  }
}
.slider-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .slider-box__header {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .slider-box__title {
    text-align: center;
  }
}
.slider-box__slider {
  margin: 0 -40px;
}
@media (max-width: 564px) {
  .slider-box__slider {
    margin: 0;
  }
}
.slider-box__slider .slick-track {
  display: flex !important;
}
.slider-box__slider .slick-list {
  padding: 40px;
}
@media (max-width: 564px) {
  .slider-box__slider .slick-list {
    padding: 40px 0;
  }
}
@media (max-width: 564px) {
  .slider-box__slider-services {
    margin: -16px;
  }
}
@media (max-width: 564px) {
  .slider-box__slider-services .slick-list {
    padding: 40px 0;
  }
}
.slider-box__nav {
  gap: 8px;
}
@media (max-width: 768px) {
  .slider-box__nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .slider-box__nav .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .slider-box__nav .slick-arrow svg {
    width: 24px;
    height: 24px;
  }
}
.slider-box__item {
  display: flex !important;
  flex-direction: column;
  gap: 30px;
  height: inherit;
  width: 362px;
  margin: 0 10px;
  padding: 40px 32px 32px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1019607843);
}
.slider-box__item:hover {
  box-shadow: 0px 0px 24px 0px #99DDFF;
}
@media (max-width: 564px) {
  .slider-box__item {
    width: auto;
    margin: 0 16px;
    padding: 40px 22px 22px;
  }
}
.slider-box__item-title {
  text-align: center;
  font-size: 28px;
  color: #105266;
  font-weight: 600;
}
@media (max-width: 768px) {
  .slider-box__item-title {
    font-size: 24px;
  }
}
.slider-box__img {
  display: flex;
  width: 298px;
  height: 298px;
  margin-top: auto;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 564px) {
  .slider-box__img {
    width: 100%;
  }
}
.slider-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latest-post {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 564px) {
  .latest-post {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 32px;
  }
}
.latest-post__title {
  text-align: center;
}
.latest-post__item {
  display: flex !important;
  flex-direction: column;
  height: inherit;
  padding: 24px;
  margin: 0 10px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 564px) {
  .latest-post__item {
    margin: 0;
    padding: 24px 20px;
  }
}
.latest-post__item:hover .latest-post__item-title,
.latest-post__item:hover .latest-post__link {
  color: #167B9A !important;
  text-decoration: underline !important;
}
.latest-post__img {
  display: flex;
  height: 212px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 564px) {
  .latest-post__img {
    height: 184px;
    border-radius: 16px;
  }
}
.latest-post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.latest-post .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.latest-post .slick-dots li {
  display: flex;
}
.latest-post .slick-dots li button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #AEC8D0;
  border: none;
  font-size: 0;
}
.latest-post .slick-dots li.slick-active button {
  background: #3B6673;
}
.latest-post__slider {
  margin: 0 -40px;
}
@media (max-width: 564px) {
  .latest-post__slider {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 16px;
  }
}
.latest-post__slider .slick-list {
  padding: 40px 4px;
}
@media (max-width: 564px) {
  .latest-post__slider .slick-list {
    padding: 40px 0;
  }
}
.latest-post__slider .slick-track {
  display: flex !important;
}
.latest-post__data {
  display: flex;
  margin: 24px 0 12px;
  font-size: 14px;
  color: #999DA3;
}
@media (max-width: 564px) {
  .latest-post__data {
    margin: 20px 0 12px;
  }
}
.latest-post__item-title {
  display: flex;
  margin-bottom: 12px;
  font-size: 24px;
  color: #105266;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .latest-post__item-title {
    font-size: 20px;
  }
}
@media (max-width: 564px) {
  .latest-post__item-title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.latest-post__desc {
  width: 100%;
  min-width: 100%;
  margin-bottom: 8px;
  font-size: 15px;
  color: #105266;
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 564px) {
  .latest-post__desc {
    -webkit-line-clamp: 3;
  }
}
.latest-post__link {
  margin-top: auto;
  font-size: 16px;
  color: #105266;
  text-decoration: underline !important;
  transition: 0.3s;
}

.logos {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .logos {
    padding-bottom: 40px;
    padding-top: 0;
  }
}
.logos__slider {
  margin: 0 -40px;
}
.logos__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin: 0 40px;
}
@media (max-width: 768px) {
  .logos__item {
    width: 220px;
    margin: 0 12px;
  }
}
.logos__item svg {
  width: 100%;
  height: 48px;
}
@media (max-width: 768px) {
  .logos__item svg {
    height: 24px;
  }
}

.materials {
  display: flex;
  flex-direction: column;
  gap: 52px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .materials {
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 564px) {
  .materials {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.materials__title {
  font-size: 28px;
  color: #105266;
}
@media (max-width: 768px) {
  .materials__title {
    font-size: 24px;
  }
}
.materials__subtitle {
  font-size: 24px;
  color: #105266;
}
.materials__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 2;
  align-self: center;
  min-width: 430px;
}
.materials__content:has(.materials__control) {
  padding-right: 88px;
}
@media (max-width: 1200px) {
  .materials__content:has(.materials__control) {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .materials__content {
    min-width: auto;
    order: 2;
  }
}
@media (max-width: 564px) {
  .materials__content {
    gap: 12px;
  }
}
.materials__desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #105266;
  font-size: 16px;
}
@media (max-width: 564px) {
  .materials__desc {
    gap: 12px;
  }
}
.materials__desc p {
  color: inherit;
  font: inherit;
}
.materials__desc strong {
  font-weight: 700;
  color: inherit;
}
@media (max-width: 768px) {
  .materials__control {
    width: 100%;
    margin-top: 12px;
  }
}
.materials__img {
  display: flex;
  max-width: 523px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .materials__img {
    max-width: none;
  }
}
.materials__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.materials__box {
  display: flex;
  gap: 60px;
}
@media (max-width: 1024px) {
  .materials__box {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .materials__box {
    flex-direction: column;
    gap: 24px;
  }
}

.today__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 48px 64px;
  background: #F0F9FA;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .today__content {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .today__content {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 564px) {
  .today__content {
    padding: 28px 20px;
  }
}
.today__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 768px) {
  .today__text {
    align-items: center;
    gap: 12px;
  }
}
.today__title {
  font-size: 28px;
  color: #105266;
}
@media (max-width: 960px) {
  .today__title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .today__title {
    text-align: center;
  }
}
.today__desc {
  color: #105266;
}
@media (max-width: 768px) {
  .today__desc {
    text-align: center;
  }
}
.today__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 44px;
}
@media (max-width: 1200px) {
  .today__col {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .today__col {
    align-items: center;
  }
}
.today__control {
  max-width: 160px;
  width: 100%;
}
.today__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #99DDFF;
  border-radius: 50%;
}
.today__link {
  font-size: 20px;
  font-weight: 600;
  color: #105266;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .today__link {
    font-size: 18px;
  }
}

/*.qr-chat {
  position: fixed;
  bottom: 74px;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 96px;
  z-index: 10;

  &__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #4AD37D;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 2px 12px 0px #00000033;

    &:hover {
      transform: scale(1.1);
    }

    &:before {
      content: '';
      width: 34px;
      height: 34px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1057_2509)'%3E%3Cpath d='M25.1585 19.5369C25.0923 19.5051 22.6136 18.2845 22.1731 18.126C21.9933 18.0614 21.8007 17.9984 21.5958 17.9984C21.2611 17.9984 20.9799 18.1652 20.7609 18.4928C20.5133 18.8608 19.7638 19.737 19.5322 19.9987C19.5019 20.0333 19.4606 20.0746 19.4359 20.0746C19.4137 20.0746 19.0301 19.9166 18.914 19.8662C16.255 18.7112 14.2368 15.9336 13.96 15.4653C13.9205 15.3979 13.9189 15.3673 13.9185 15.3673C13.9282 15.3317 14.0177 15.242 14.0638 15.1958C14.1988 15.0622 14.3451 14.8861 14.4866 14.7158C14.5536 14.6351 14.6207 14.5543 14.6866 14.4781C14.8919 14.2393 14.9833 14.0538 15.0893 13.839L15.1448 13.7274C15.4036 13.2133 15.1826 12.7795 15.1112 12.6394C15.0526 12.5222 14.006 9.99622 13.8947 9.73084C13.6271 9.09047 13.2735 8.79231 12.7822 8.79231C12.7366 8.79231 12.7822 8.79231 12.591 8.80037C12.3582 8.8102 11.0903 8.9771 10.5298 9.33046C9.93534 9.70523 8.92969 10.8999 8.92969 13.0008C8.92969 14.8917 10.1296 16.677 10.6448 17.356C10.6576 17.3731 10.6811 17.4079 10.7152 17.4578C12.6882 20.3392 15.1478 22.4746 17.6412 23.4706C20.0416 24.4294 21.1783 24.5403 21.8245 24.5403H21.8246C22.0962 24.5403 22.3135 24.519 22.5053 24.5001L22.6269 24.4885C23.4562 24.415 25.2785 23.4707 25.693 22.3188C26.0195 21.4115 26.1056 20.4202 25.8884 20.0604C25.7396 19.8158 25.4832 19.6927 25.1585 19.5369Z' fill='white'/%3E%3Cpath d='M17.3018 0C8.09352 0 0.602039 7.43518 0.602039 16.5742C0.602039 19.5301 1.39309 22.4236 2.89163 24.9559L0.023377 33.4167C-0.0300516 33.5744 0.00968864 33.7489 0.12637 33.8676C0.210598 33.9536 0.324851 34 0.441533 34C0.486241 34 0.53128 33.9933 0.575215 33.9792L9.39755 31.1758C11.8118 32.4657 14.5404 33.1466 17.3019 33.1466C26.5093 33.1467 34 25.7123 34 16.5742C34 7.43518 26.5093 0 17.3018 0ZM17.3018 29.6941C14.7033 29.6941 12.1865 28.9438 10.0231 27.5242C9.95038 27.4764 9.86593 27.4519 9.78093 27.4519C9.73601 27.4519 9.69097 27.4588 9.64714 27.4727L5.22769 28.8775L6.65437 24.6684C6.70051 24.5322 6.67744 24.382 6.59244 24.2658C4.94499 22.0148 4.07412 19.3552 4.07412 16.5742C4.07412 9.33896 10.008 3.45255 17.3017 3.45255C24.5944 3.45255 30.5277 9.33896 30.5277 16.5742C30.5278 23.8086 24.5947 29.6941 17.3018 29.6941Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1057_2509'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      transition: .3s;
    }

    &:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 20px;
      height: 20px;
      transform: translate(-50%, -50%);
      opacity: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.382031 17.7734C-0.127344 18.2828 -0.127344 19.1086 0.382031 19.618C0.891406 20.1273 1.71729 20.1273 2.22666 19.618L0.382031 17.7734ZM10.9223 10.9223C11.4317 10.4129 11.4317 9.58715 10.9223 9.07776C10.4129 8.56836 9.58715 8.56836 9.07776 9.07776L10.9223 10.9223ZM9.07776 9.07776C8.56836 9.58715 8.56836 10.4129 9.07776 10.9223C9.58715 11.4317 10.4129 11.4317 10.9223 10.9223L9.07776 9.07776ZM19.618 2.22666C20.1273 1.71729 20.1273 0.891406 19.618 0.382031C19.1086 -0.127344 18.2828 -0.127344 17.7734 0.382031L19.618 2.22666ZM10.9223 9.07776C10.4129 8.56836 9.58715 8.56836 9.07776 9.07776C8.56836 9.58715 8.56836 10.4129 9.07776 10.9223L10.9223 9.07776ZM17.7734 19.618C18.2828 20.1273 19.1086 20.1273 19.618 19.618C20.1273 19.1086 20.1273 18.2828 19.618 17.7734L17.7734 19.618ZM9.07776 10.9223C9.58715 11.4317 10.4129 11.4317 10.9223 10.9223C11.4317 10.4129 11.4317 9.58715 10.9223 9.07776L9.07776 10.9223ZM2.22666 0.382031C1.71729 -0.127344 0.891406 -0.127344 0.382031 0.382031C-0.127344 0.891406 -0.127344 1.71729 0.382031 2.22666L2.22666 0.382031ZM2.22666 19.618L10.9223 10.9223L9.07776 9.07776L0.382031 17.7734L2.22666 19.618ZM10.9223 10.9223L19.618 2.22666L17.7734 0.382031L9.07776 9.07776L10.9223 10.9223ZM9.07776 10.9223L17.7734 19.618L19.618 17.7734L10.9223 9.07776L9.07776 10.9223ZM10.9223 9.07776L2.22666 0.382031L0.382031 2.22666L9.07776 10.9223L10.9223 9.07776Z' fill='white'/%3E%3C/svg%3E%0A");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      transition: .3s;
    }
  }

  &__window {
    position: absolute;
    right: 20px;
    bottom: 100%;
    width: 468px;
    box-shadow: 0px 0px 24px 0px #0000001A;
    border-radius: 20px;
    background: $white;
    visibility: hidden;

    @media (max-width: $md) {
      width: 316px;
    }
  }

  &__window-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px 14px;
    text-align: center;
    background: #4AD37D;
    color: $white;
    border-radius: 20px 20px 0 0;
    font-size: 18px;
    font-weight: 600;

    @media (max-width: $md) {
      font-size: 15px;
    }
  }

  &__window-img {
    display: flex;
    height: 340px;
    margin-top: 32px;

    @media (max-width: $md) {
      margin-top: 20px;
    }

    img {
      width: 100%;
      object-fit: contain;
    }
  }

  &__window-desc {
    text-align: center;
    color: #6E6E6E;
    font-size: 14px;
  }

  &__window-link {
    display: flex;
    width: fit-content;
    margin: 32px auto 48px;
    font-size: 20px;
    font-weight: 600;
    color: $cyan-light;
    text-align: center;
    text-decoration: underline!important;
    transition: .3s;

    @media (max-width: $md) {
      margin: 28px 0 40px;
      font-size: 18px;
    }

    &:hover {
      color: $blue;
      text-decoration: underline;
    }
  }

  &.active {

    .qr-chat__button {

      &:before {
        opacity: 0;
      }

      &:after {
        opacity: 1;
      }
    }
  }
}*/
#appointments-table {
  width: 1440px;
  border-collapse: collapse;
  margin-top: 40px;
  font-size: 14px;
  table-layout: fixed;
}
@media (max-width: 768px) {
  #appointments-table {
    margin-top: 20px;
  }
}
#appointments-table th,
#appointments-table td {
  border: 1px solid #858585;
  padding: 10px 4px;
  text-align: left;
  overflow: hidden;
}
#appointments-table th {
  background-color: #D4EDFA;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#appointments-table tr:nth-child(odd) {
  background-color: rgba(212, 237, 250, 0.4);
}
#appointments-table tr:hover {
  background-color: rgba(16, 82, 102, 0.1);
}
#appointments-table th:nth-child(15),
#appointments-table td:nth-child(15) {
  width: 84px;
}
#appointments-table th:nth-child(13),
#appointments-table td:nth-child(13),
#appointments-table th:nth-child(14),
#appointments-table td:nth-child(14) {
  width: 56px;
}
#appointments-table th:nth-child(11),
#appointments-table td:nth-child(11) {
  width: 64px;
}
#appointments-table th:nth-child(10),
#appointments-table td:nth-child(10) {
  width: 44px;
}
#appointments-table th:nth-child(8),
#appointments-table td:nth-child(8) {
  width: 70px;
}
#appointments-table th:nth-child(9),
#appointments-table td:nth-child(9) {
  width: 70px;
}
#appointments-table th:nth-child(5),
#appointments-table td:nth-child(5) {
  width: 200px;
}
#appointments-table th:nth-child(3),
#appointments-table td:nth-child(3),
#appointments-table th:nth-child(2),
#appointments-table td:nth-child(2) {
  width: 70px;
}
#appointments-table a {
  color: #167B9A;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: underline;
}
#appointments-table a:hover {
  color: #0D2A33;
}

/*# sourceMappingURL=styles.css.map */
