/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer base {
  color: inherit;
  border-top-width: 1px
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
pre,
samp {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
  -webkit-font-feature-settings: var(--default-mono-font-feature-settings,normal);
  font-feature-settings: var(--default-mono-font-feature-settings,normal);
  font-variation-settings: var(--default-mono-font-variation-settings,normal);
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse
}
:-moz-focusring {
  outline: auto
}
progress {
  vertical-align: baseline
}
summary {
  display: list-item
}
menu,
ol,
ul {
  list-style: none
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle
}
img,
video {
  max-width: 100%;
  height: auto
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1
}
::file-selector-button,
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder
}
:where(select:is([multiple], [size])) optgroup option {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px
}
::-webkit-file-upload-button {
  -webkit-margin-end: 4px;
  margin-inline-end: 4px
}
::file-selector-button {
  -webkit-margin-end: 4px;
  margin-inline-end: 4px
}
::-webkit-input-placeholder {
  opacity: 1
}
:-ms-input-placeholder {
  opacity: 1
}
::-ms-input-placeholder {
  opacity: 1
}
::placeholder {
  opacity: 1
}
@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px) {
  ::-webkit-input-placeholder {
    color: currentcolor
  }
}
:-ms-input-placeholder {
  color: currentcolor
}
}
    ::-ms-input-placeholder {
  color: currentcolor
}
}
    ::placeholder {
  color: currentcolor
}
}
  }
  textarea {
  resize: vertical
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit
}
::-webkit-datetime-edit {
  display: inline-flex
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-year-field {
  padding-block: 0
}
::-webkit-calendar-picker-indicator {
  line-height: 1
}
:-moz-ui-invalid {
  box-shadow: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button
}
::file-selector-button,
button,
input:where([type="button"], [type="reset"], [type="submit"]) {
  -webkit-appearance: button;
  appearance: button
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none!important
}
.absolute {
  position: absolute
}
.absolute\! {
  position: absolute!important
}
.relative {
  position: relative
}
.static {
  position: static
}
.top-0 {
  top: calc(var(--spacing) * 0)
}
.top-1\/2 {
  top: calc(1/2 * 100%)
}
.top-\[25\%\] {
  top: 25%
}
.right-0 {
  right: calc(var(--spacing) * 0)
}
.right-5 {
  right: calc(var(--spacing) * 5)
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0)
}
.left-0 {
  left: calc(var(--spacing) * 0)
}
.left-1\/2 {
  left: calc(1/2 * 100%)
}
.z-1 {
  z-index: 1
}
.col-4 {
  grid-column: 4
}
.col-8 {
  grid-column: 8
}
.col-16 {
  grid-column: 16
}
.col-span-4 {
  grid-column: span 4/span 4
}
.container {
  width: 100%
}
}
  .mx-auto {
  margin-inline: auto
}
.my-0\! {
  margin-block: calc(var(--spacing) * 0)!important
}
.my-6 {
  margin-block: calc(var(--spacing) * 6)
}
.my-9 {
  margin-block: calc(var(--spacing) * 9)
}
.my-10 {
  margin-block: calc(var(--spacing) * 10)
}
.my-17\.5 {
  margin-block: calc(var(--spacing) * 17.5)
}
.my-\[70px\] {
  margin-block: 70px
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3)
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4)
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5)
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6)
}
.mt-7\.5 {
  margin-top: calc(var(--spacing) * 7.5)
}
.mt-8\.5 {
  margin-top: calc(var(--spacing) * 8.5)
}
.mt-9 {
  margin-top: calc(var(--spacing) * 9)
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10)
}
.mt-11 {
  margin-top: calc(var(--spacing) * 11)
}
.mt-12\.5 {
  margin-top: calc(var(--spacing) * 12.5)
}
.mt-17\.5 {
  margin-top: calc(var(--spacing) * 17.5)
}
.mt-28 {
  margin-top: calc(var(--spacing) * 28)
}
.mt-\[34px\] {
  margin-top: 34px
}
.mt-\[50px\] {
  margin-top: 50px
}
.mt-\[60px\] {
  margin-top: 60px
}
.mt-\[118px\] {
  margin-top: 118px
}
.mr-\[162px\] {
  margin-right: 162px
}
.mr-auto {
  margin-right: auto
}
.-mb-9 {
  margin-bottom: calc(var(--spacing) * -9)
}
.-mb-\[90px\] {
  margin-bottom: calc(90px * -1)
}
.mb-0\! {
  margin-bottom: calc(var(--spacing) * 0)!important
}
.mb-1\.5 {
  margin-bottom: calc(var(--spacing) * 1.5)
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2)
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3)
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4)
}
.mb-4\.5 {
  margin-bottom: calc(var(--spacing) * 4.5)
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5)
}
.mb-5\.5 {
  margin-bottom: calc(var(--spacing) * 5.5)
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6)
}
.mb-6\.5 {
  margin-bottom: calc(var(--spacing) * 6.5)
}
.mb-7\.5 {
  margin-bottom: calc(var(--spacing) * 7.5)
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8)
}
.mb-8\! {
  margin-bottom: calc(var(--spacing) * 8)!important
}
.mb-8\.5 {
  margin-bottom: calc(var(--spacing) * 8.5)
}
.mb-9 {
  margin-bottom: calc(var(--spacing) * 9)
}
.mb-9\! {
  margin-bottom: calc(var(--spacing) * 9)!important
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10)
}
.mb-10\.5 {
  margin-bottom: calc(var(--spacing) * 10.5)
}
.mb-11 {
  margin-bottom: calc(var(--spacing) * 11)
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12)
}
.mb-12\.5 {
  margin-bottom: calc(var(--spacing) * 12.5)
}
.mb-14 {
  margin-bottom: calc(var(--spacing) * 14)
}
.mb-17\.5 {
  margin-bottom: calc(var(--spacing) * 17.5)
}
.mb-22\.5 {
  margin-bottom: calc(var(--spacing) * 22.5)
}
.mb-\[15px\] {
  margin-bottom: 15px
}
.mb-\[30px\] {
  margin-bottom: 30px
}
.mb-\[50px\] {
  margin-bottom: 50px
}
.mb-\[52px\] {
  margin-bottom: 52px
}
.mb-\[55px\] {
  margin-bottom: 55px
}
.mb-\[60px\] {
  margin-bottom: 60px
}
.mb-\[70px\] {
  margin-bottom: 70px
}
.mb-\[100px\] {
  margin-bottom: 100px
}
.block {
  display: block
}
.block\! {
  display: block!important
}
.flex {
  display: flex
}
.flex\! {
  display: flex!important
}
.grid {
  display: grid
}
.grid\! {
  display: grid!important
}
.hidden {
  display: none
}
.aspect-225\/177 {
  aspect-ratio: 225/177
}
.aspect-265\/197 {
  aspect-ratio: 265/197
}
.aspect-385\/514 {
  aspect-ratio: 385/514
}
.aspect-446\/442 {
  aspect-ratio: 446/442
}
.aspect-545\/300 {
  aspect-ratio: 545/300
}
.aspect-547\/435 {
  aspect-ratio: 547/435
}
.aspect-576\/400 {
  aspect-ratio: 576/400
}
.aspect-1169\/700 {
  aspect-ratio: 1169/700
}
.aspect-square {
  aspect-ratio: 1/1
}
.h-5 {
  height: calc(var(--spacing) * 5)
}
.h-7 {
  height: calc(var(--spacing) * 7)
}
.h-10 {
  height: calc(var(--spacing) * 10)
}
.h-108\.75 {
  height: calc(var(--spacing) * 108.75)
}
.h-\[137px\] {
  height: 137px
}
.h-full {
  height: 100%
}
.h-full\! {
  height: 100%!important
}
.h-screen {
  height: 100vh
}
.max-h-\[40vh\] {
  max-height: 40vh
}
.min-h-12\.5 {
  min-height: calc(var(--spacing) * 12.5)
}
.min-h-37\.5\! {
  min-height: calc(var(--spacing) * 37.5)!important
}
.min-h-\[115px\]\! {
  min-height: 115px!important
}
.min-h-\[140px\]\! {
  min-height: 140px!important
}
.min-h-\[185px\] {
  min-height: 185px
}
.min-h-\[216px\] {
  min-height: 216px
}
.min-h-\[315px\] {
  min-height: 315px
}
.min-h-\[340px\] {
  min-height: 340px
}
.w-4\.5 {
  width: calc(var(--spacing) * 4.5)
}
.w-5 {
  width: calc(var(--spacing) * 5)
}
.w-10 {
  width: calc(var(--spacing) * 10)
}
.w-10\.5 {
  width: calc(var(--spacing) * 10.5)
}
.w-18 {
  width: calc(var(--spacing) * 18)
}
.w-18\.25 {
  width: calc(var(--spacing) * 18.25)
}
.w-19 {
  width: calc(var(--spacing) * 19)
}
.w-\[50px\] {
  width: 50px
}
.w-\[67px\] {
  width: 67px
}
.w-\[106px\] {
  width: 106px
}
.w-\[225px\] {
  width: 225px
}
.w-\[250px\] {
  width: 250px
}
.w-\[265px\] {
  width: 265px
}
.w-\[304px\] {
  width: 304px
}
.w-\[446px\] {
  width: 446px
}
.w-fit {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content
}
.w-fit\! {
  width: -moz-fit-content!important;
  width: -webkit-fit-content!important;
  width: fit-content!important
}
.w-full {
  width: 100%
}
.max-w-189 {
  max-width: calc(var(--spacing) * 189)
}
.max-w-\[243px\] {
  max-width: 243px
}
.max-w-\[304px\] {
  max-width: 304px
}
.max-w-\[315px\] {
  max-width: 315px
}
.max-w-\[336px\] {
  max-width: 336px
}
.max-w-\[368px\] {
  max-width: 368px
}
.max-w-\[380px\] {
  max-width: 380px
}
.max-w-\[384px\] {
  max-width: 384px
}
.max-w-\[385px\] {
  max-width: 385px
}
.max-w-\[432px\] {
  max-width: 432px
}
.max-w-\[557px\] {
  max-width: 557px
}
.max-w-\[623px\] {
  max-width: 623px
}
.max-w-\[626px\] {
  max-width: 626px
}
.max-w-\[628px\] {
  max-width: 628px
}
.max-w-\[628px\]\! {
  max-width: 628px!important
}
.max-w-\[648px\] {
  max-width: 648px
}
.max-w-\[790px\] {
  max-width: 790px
}
.max-w-\[870px\] {
  max-width: 870px
}
.max-w-\[871px\] {
  max-width: 871px
}
.max-w-\[953px\] {
  max-width: 953px
}
.max-w-\[1000px\] {
  max-width: 1000px
}
.max-w-\[1120px\] {
  max-width: 1120px
}
.max-w-\[1276px\] {
  max-width: 1276px
}
.max-w-fit\! {
  max-width: -moz-fit-content!important;
  max-width: -webkit-fit-content!important;
  max-width: fit-content!important
}
.max-w-xl {
  max-width: var(--container-xl)
}
.flex-1 {
  flex: 1
}
.shrink-0 {
  flex-shrink: 0
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y)
}
.translate-x-32 {
  --tw-translate-x: calc(var(--spacing) * 32);
  translate: var(--tw-translate-x) var(--tw-translate-y)
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y)
}
.transform {
  -webkit-transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)
}
.cursor-pointer {
  cursor: pointer
}
.resize {
  resize: both
}
.list-decimal {
  list-style-type: decimal
}
.list-disc {
  list-style-type: disc
}
.list-disc\! {
  list-style-type: disc!important
}
.list-none\! {
  list-style-type: none!important
}
.grid-cols-2 {
  grid-template-columns: repeat(2,minmax(0,1fr))
}


.grid-cols-5 {
  grid-template-columns: repeat(5,minmax(0,1fr))
}
.grid-cols-6 {
  grid-template-columns: repeat(6,minmax(0,1fr))
}
.grid-cols-\[1fr_1fr_1\.5fr\] {
  grid-template-columns: 1fr 1fr 1.5fr
}
.flex-col {
  flex-direction: column
}
.flex-wrap {
  flex-wrap: wrap
}
.items-center {
  align-items: center !important; 
}
.items-end {
  align-items: flex-end
}
.items-start {
  align-items: flex-start
}
.items-start\! {
  align-items: flex-start!important
}
.justify-between {
  justify-content: space-between
}
.justify-center {
  justify-content: center
}
.justify-start\! {
  justify-content: flex-start!important
}
.gap-2 {
  gap: calc(var(--spacing) * 2)
}
.gap-2\.5 {
  gap: calc(var(--spacing) * 2.5)
}
.gap-2\.5\! {
  gap: calc(var(--spacing) * 2.5)!important
}
.gap-3 {
  gap: calc(var(--spacing) * 3)
}
.gap-3\.75 {
  gap: calc(var(--spacing) * 3.75)
}
.gap-4 {
  gap: calc(var(--spacing) * 4)
}
.gap-5 {
  gap: calc(var(--spacing) * 5)
}
.gap-5\! {
  gap: calc(var(--spacing) * 5)!important
}
.gap-6 {
  gap: calc(var(--spacing) * 6)
}
.gap-7 {
  gap: calc(var(--spacing) * 7)
}
.gap-7\.5 {
  gap: calc(var(--spacing) * 7.5)
}
.gap-7\.5\! {
  gap: calc(var(--spacing) * 7.5)!important
}
.gap-8 {
  gap: calc(var(--spacing) * 8)
}
.gap-9 {
  gap: calc(var(--spacing) * 9)
}
.gap-10 {
  gap: calc(var(--spacing) * 10)
}
.gap-11 {
  gap: calc(var(--spacing) * 11)
}
.gap-12 {
  gap: calc(var(--spacing) * 12)
}
.gap-16 {
  gap: calc(var(--spacing) * 16)
}
.gap-\[15px\] {
  gap: 15px
}
.gap-\[30px\] {
  gap: 30px
}
.gap-x-\[15px\] {
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
  column-gap: 15px
}
.gap-y-2 {
  row-gap: calc(var(--spacing) * 2)
}
.gap-y-4 {
  row-gap: calc(var(--spacing) * 4)
}
.overflow-hidden {
  overflow: hidden
}
.rounded-2\.5xl {
  border-radius: 20px
}
.rounded-\[10px\] {
  border-radius: 10px
}
.rounded-\[20px\] {
  border-radius: 20px
}
.rounded-full {
  border-radius: calc(infinity * 1px)
}
.rounded-lg {
  border-radius: var(--radius-lg)
}
.rounded-xl {
  border-radius: var(--radius-xl)
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px
}
.border-10 {
  border-style: var(--tw-border-style);
  border-width: 10px
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed
}
.border-\[\#9FA9BD\] {
  border-color: #9fa9bd
}
.border-black\/10 {
  border-color: color-mix(in srgb,#000 10%,transparent)
}
}
  .border-border {
  border-color: #e0e0e0
}
.border-white {
  border-color: var(--color-white)
}
.border-b-muted\/30 {
  border-bottom-color: color-mix(in oklab,#929db3 30%,transparent)
}
.bg-\[\#F4FDFD\] {
  background-color: #f4fdfd
}
.bg-accent {
  background-color: #005bbb
}
.bg-bg-light {
  background-color: #e7eef9
}
.bg-danger {
  background-color: #c30000
}
.bg-soft-blue {
  background-color: #e7eef9
}
.bg-transparent\! {
  background-color: transparent!important
}
.bg-white {
  background-color: var(--color-white)
}
.bg-white\/40 {
  background-color: color-mix(in srgb,#fff 40%,transparent)
}
}
  .object-contain {
  -o-object-fit: contain;
  object-fit: contain
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}
.p-2 {
  padding: calc(var(--spacing) * 2)
}
.p-2\.5 {
  padding: calc(var(--spacing) * 2.5)
}
.p-3 {
  padding: calc(var(--spacing) * 3)
}
.p-4 {
  padding: calc(var(--spacing) * 4)
}
.p-6 {
  padding: calc(var(--spacing) * 6)
}
.p-7 {
  padding: calc(var(--spacing) * 7)
}
.p-10 {
  padding: calc(var(--spacing) * 10)
}
.p-12\.5 {
  padding: calc(var(--spacing) * 12.5)
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2)
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4)
}
.px-4\! {
  padding-inline: calc(var(--spacing) * 4)!important
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5)
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6)
}
.px-7\.5 {
  padding-inline: calc(var(--spacing) * 7.5)
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8)
}
.px-10 {
  padding-inline: calc(var(--spacing) * 10)
}
.px-12\.5 {
  padding-inline: calc(var(--spacing) * 12.5)
}
.px-\[54px\]\! {
  padding-inline: 54px!important
}
.py-0\! {
  padding-block: calc(var(--spacing) * 0)!important
}
.py-3 {
  padding-block: calc(var(--spacing) * 3)
}
.py-3\.5 {
  padding-block: calc(var(--spacing) * 3.5)
}
.py-4 {
  padding-block: calc(var(--spacing) * 4)
}
.py-5 {
  padding-block: calc(var(--spacing) * 5)
}
.py-6 {
  padding-block: calc(var(--spacing) * 6)
}
.py-6\.5 {
  padding-block: calc(var(--spacing) * 6.5)
}
.py-8 {
  padding-block: calc(var(--spacing) * 8)
}
.py-9 {
  padding-block: calc(var(--spacing) * 9)
}
.py-10 {
  padding-block: calc(var(--spacing) * 10)
}
.py-11 {
  padding-block: calc(var(--spacing) * 11)
}
.py-11\! {
  padding-block: calc(var(--spacing) * 11)!important
}
.py-16\! {
  padding-block: calc(var(--spacing) * 16)!important
}
.py-17\.5 {
  padding-block: calc(var(--spacing) * 17.5)
}
.py-17\.5\! {
  padding-block: calc(var(--spacing) * 17.5)!important
}
.py-\[70px\] {
  padding-block: 70px
}
.pt-0\! {
  padding-top: calc(var(--spacing) * 0)!important
}
.pt-1 {
  padding-top: calc(var(--spacing) * 1)
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6)
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8)
}
.pt-11 {
  padding-top: calc(var(--spacing) * 11)
}
.pt-14\.5 {
  padding-top: calc(var(--spacing) * 14.5)
}
.pt-16 {
  padding-top: calc(var(--spacing) * 16)
}
.pt-20 {
  padding-top: calc(var(--spacing) * 20)
}
.pt-\[50px\] {
  padding-top: 50px
}
.pt-\[60px\] {
  padding-top: 60px
}
.pr-1\.5 {
  padding-right: calc(var(--spacing) * 1.5)
}
.pr-8 {
  padding-right: calc(var(--spacing) * 8)
}
.pr-12 {
  padding-right: calc(var(--spacing) * 12)
}
.pr-73\.75 {
  padding-right: calc(var(--spacing) * 73.75)
}
.pr-\[140px\]\! {
  padding-right: 140px!important
}
.pb-4\! {
  padding-bottom: calc(var(--spacing) * 4)!important
}
.pb-6\.5\! {
  padding-bottom: calc(var(--spacing) * 6.5)!important
}
.pb-10 {
  padding-bottom: calc(var(--spacing) * 10)
}
.pb-17\.5 {
  padding-bottom: calc(var(--spacing) * 17.5)
}
.pb-\[70px\] {
  padding-bottom: 70px
}
.pl-0\! {
  padding-left: calc(var(--spacing) * 0)!important
}
.pl-5 {
  padding-left: calc(var(--spacing) * 5)
}
.pl-7 {
  padding-left: calc(var(--spacing) * 7)
}
.pl-13 {
  padding-left: calc(var(--spacing) * 13)
}
.pl-20 {
  padding-left: calc(var(--spacing) * 20)
}
.pl-\[62px\] {
  padding-left: 62px
}
.text-center {
  text-align: center
}
.text-end {
  text-align: end
}
.text-left {
  text-align: left
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading,var(--text-2xl--line-height))
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading,var(--text-lg--line-height))
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading,var(--text-xl--line-height))
}
.text-\[15px\] {
  font-size: 15px
}
.text-\[22px\] {
  font-size: 22px
}
.text-\[23px\] {
  font-size: 23px
}
.text-\[24px\] {
  font-size: 24px
}
.text-\[25px\] {
  font-size: 25px
}
.text-\[30px\] {
  font-size: 30px
}
.text-\[30px\]\! {
  font-size: 30px!important
}
.text-\[35px\] {
  font-size: 35px
}
.text-\[40px\]\! {
  font-size: 40px!important
}
.text-\[50px\] {
  font-size: 50px
}
.text-\[50px\]\! {
  font-size: 50px!important
}
.leading-6 {
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6)
}
.leading-\[1\.6\] {
  --tw-leading: 1.6;
  line-height: 1.6
}
.leading-loose {
  --tw-leading: var(--leading-loose);
  line-height: var(--leading-loose)
}
.leading-normal {
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal)
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold)
}
.font-extrabold {
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold)
}
.font-extrabold\! {
  --tw-font-weight: var(--font-weight-extrabold)!important;
  font-weight: var(--font-weight-extrabold)!important
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light)
}
.font-normal\! {
  --tw-font-weight: var(--font-weight-normal)!important;
  font-weight: var(--font-weight-normal)!important
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold)
}
.text-nowrap {
  text-wrap: nowrap
}
.text-\[\#98ACC0\] {
  color: #98acc0
}
.text-\[\#929DB3\] {
  color: #929db3
}
.text-\[\#191919\]\! {
  color: #191919!important
}
.text-accent {
  color: #005bbb
}
.text-accent\! {
  color: #005bbb!important
}
.text-black {
  color: var(--color-black)
}
.text-muted {
  color: #929db3
}
.text-primary {
  color: #232630
}
.text-primary\! {
  color: #232630!important
}
.text-white {
  color: var(--color-white)
}
.uppercase {
  text-transform: uppercase
}
.italic {
  font-style: italic
}
.underline {
  text-decoration-line: underline
}
.shadow-\[0_0_30px_rgba\(0\,0\,0\,0\.05\)\] {
  --tw-shadow: 0 0 30px var(--tw-shadow-color, rgba(0,0,0,0.05));
  box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px
}
.blur {
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)
}
.filter {
  -webkit-filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)
}
.transition {
  transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;
  transition-timing-function: var(--tw-ease,var(--default-transition-timing-function));
  transition-duration: var(--tw-duration,var(--default-transition-duration))
}
}
  .max-md\:-translate-x-1\/2 {
  translate: var(--tw-translate-x) var(--tw-translate-y)
}
}
  .max-md\:translate-x-1\/2 {
  translate: var(--tw-translate-x) var(--tw-translate-y)
}
}
  .max-md\:text-lg {
  line-height: var(--tw-leading,var(--text-lg--line-height))
}
}
  .max-md\:text-xl {
  line-height: var(--tw-leading,var(--text-xl--line-height))
}
}
  .md\:w-fit\! {
  width: -webkit-fit-content!important;
  width: fit-content!important
}
}
  .lg\:gap-x-5 {
  -webkit-column-gap: calc(var(--spacing) * 5);
  column-gap: calc(var(--spacing) * 5)
}
}
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 1024px;
  --bs-breakpoint-xl: 1280px;
  --bs-breakpoint-xxl: 1536px
}
.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1*var(--bs-gutter-y));
  margin-right: calc(-.5*var(--bs-gutter-x));
  margin-left: calc(-.5*var(--bs-gutter-x))
}
.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-top: var(--bs-gutter-y)
}
.col {
  flex: 1 0 0
}
.col-auto {
  flex: 0 0 auto;
  width: auto
}
.col-1 {
  width: 6.25%
}
.col-2 {
  width: 12.5%
}
.col-3 {
  width: 18.75%
}
.col-4 {
  width: 25%
}
.col-5 {
  width: 31.25%
}
.col-6 {
  width: 37.5%
}
.col-7 {
  width: 43.75%
}
.col-8 {
  width: 50%
}
.col-9 {
  width: 56.25%
}
.col-10 {
  width: 62.5%
}
.col-11 {
  width: 68.75%
}
.col-12 {
  width: 75%
}
.col-13 {
  width: 81.25%
}
.col-14 {
  width: 87.5%
}
.col-15 {
  width: 93.75%
}
.col-16 {
  width: 100%
}
[class^=col-] {
  flex: 0 0 auto
}
.g-2\.5 {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px
}
.gx-2\.5 {
  --bs-gutter-x: 10px
}
.gy-2\.5 {
  --bs-gutter-y: 10px
}
.g-5 {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px
}
.gx-5 {
  --bs-gutter-x: 20px
}
.gy-5 {
  --bs-gutter-y: 20px
}
.g-8\.5 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px
}
.gx-8\.5 {
  --bs-gutter-x: 30px
}
.gy-8\.5 {
  --bs-gutter-y: 30px
}
.mt-8\.5 {
  margin-top: 30px
}
.mt-9 {
  margin-top: 34px
}
.mt-10 {
  margin-top: 40px
}
.mt-12\.5 {
  margin-top: 50px
}
.mb-6 {
  margin-bottom: 24px
}
.mb-8\.5 {
  margin-bottom: 30px!important
}
.mb-12\.5 {
  margin-bottom: 50px
}
.mb-17\.5 {
  margin-bottom: 70px
}
.my-9 {
  margin-top: 36px;
  margin-bottom: 36px
}
@media (min-width:768px) {
  .md\:col {
    flex: 1 0 0
  }
  .md\:col-auto {
    width: auto
  }
  .md\:col-1 {
    width: 6.25%
  }
  .md\:col-2 {
    width: 12.5%
  }
  .md\:col-3 {
    width: 18.75%
  }
  .md\:col-4 {
    width: 25%
  }
  .md\:col-5 {
    width: 31.25%
  }
  .md\:col-6 {
    width: 37.5%
  }
  .md\:col-7 {
    width: 43.75%
  }
  .md\:col-8 {
    width: 50%
  }
  .md\:col-9 {
    width: 56.25%
  }
  .md\:col-10 {
    width: 62.5%
  }
  .md\:col-11 {
    width: 68.75%
  }
  .md\:col-12 {
    width: 75%
  }
  .md\:col-13 {
    width: 81.25%
  }
  .md\:col-14 {
    width: 87.5%
  }
  .md\:col-15 {
    width: 93.75%
  }
  .md\:col-16 {
    width: 100%
  }
  [class*="md:col-"] {
    flex: 0 0 auto
  }
}
@media (min-width:992px) {
  .lg\:col {
    flex: 1 0 0
  }
  .lg\:col-auto {
    width: auto
  }
  .lg\:col-1 {
    width: 6.25%
  }
  .lg\:col-2 {
    width: 12.5%
  }
  .lg\:col-3 {
    width: 18.75%
  }
  .lg\:col-4 {
    width: 25%
  }
  .lg\:col-5 {
    width: 31.25%
  }
  .lg\:col-6 {
    width: 37.5%
  }
  .lg\:col-7 {
    width: 43.75%
  }
  .lg\:col-8 {
    width: 50%
  }
  .lg\:col-9 {
    width: 56.25%
  }
  .lg\:col-10 {
    width: 62.5%
  }
  .lg\:col-11 {
    width: 68.75%
  }
  .lg\:col-12 {
    width: 75%
  }
  .lg\:col-13 {
    width: 81.25%
  }
  .lg\:col-14 {
    width: 87.5%
  }
  .lg\:col-15 {
    width: 93.75%
  }
  .lg\:col-16 {
    width: 100%
  }
  [class*="lg:col-"] {
    flex: 0 0 auto
  }
}
@media (min-width:1200px) {
  .xl\:col {
    flex: 1 0 0
  }
  .xl\:col-auto {
    width: auto
  }
  .xl\:col-1 {
    width: 6.25%
  }
  .xl\:col-2 {
    width: 12.5%
  }
  .xl\:col-3 {
    width: 18.75%
  }
  .xl\:col-4 {
    width: 25%
  }
  .xl\:col-5 {
    width: 31.25%
  }
  .xl\:col-6 {
    width: 37.5%
  }
  .xl\:col-7 {
    width: 43.75%
  }
  .xl\:col-8 {
    width: 50%
  }
  .xl\:col-9 {
    width: 56.25%
  }
  .xl\:col-10 {
    width: 62.5%
  }
  .xl\:col-11 {
    width: 68.75%
  }
  .xl\:col-12 {
    width: 75%
  }
  .xl\:col-13 {
    width: 81.25%
  }
  .xl\:col-14 {
    width: 87.5%
  }
  .xl\:col-15 {
    width: 93.75%
  }
  .xl\:col-16 {
    width: 100%
  }
  [class*="xl:col-"] {
    flex: 0 0 auto
  }
}
@media (min-width:1400px) {
  .\32 xl\:col {
    flex: 1 0 0
  }
  .\32 xl\:col-auto {
    width: auto
  }
  .\32 xl\:col-1 {
    width: 6.25%
  }
  .\32 xl\:col-2 {
    width: 12.5%
  }
  .\32 xl\:col-3 {
    width: 18.75%
  }
  .\32 xl\:col-4 {
    width: 25%
  }
  .\32 xl\:col-5 {
    width: 31.25%
  }
  .\32 xl\:col-6 {
    width: 37.5%
  }
  .\32 xl\:col-7 {
    width: 43.75%
  }
  .\32 xl\:col-8 {
    width: 50%
  }
  .\32 xl\:col-9 {
    width: 56.25%
  }
  .\32 xl\:col-10 {
    width: 62.5%
  }
  .\32 xl\:col-11 {
    width: 68.75%
  }
  .\32 xl\:col-12 {
    width: 75%
  }
  .\32 xl\:col-13 {
    width: 81.25%
  }
  .\32 xl\:col-14 {
    width: 87.5%
  }
  .\32 xl\:col-15 {
    width: 93.75%
  }
  .\32 xl\:col-16 {
    width: 100%
  }
  [class*="2xl:col-"] {
    flex: 0 0 auto
  }
}
:root {
  --color-main: #232630;
  --color-secondary: #0d1e23;
  --color-accent: #005bbb;
  --color-danger: #c30000;
  --color-bg-light: #e7eef9
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
:active,
:focus {
  outline: 0
}
a:active,
a:focus {
  outline: 0
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
  min-width: 320px
}
body {
  color: #232630;
  line-height: 1.33;
  font-family: "Open Sans",system-ui,sans-serif;
  font-size: 17px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
@media (max-width:767.98px) {
  body {
    font-size: 15px
  }
}
button,
input,
textarea {
  font-family: "Open Sans",system-ui,sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0);
  line-height: 1
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
ul li::marker {
  font-size: 10px
}
img,
svg {
  max-width: 100%;
  height: auto
}
img {
  vertical-align: top
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/icons/arrow-select.svg)!important;
  background-color: #fff!important;
  background-position: calc(100% - 10px) center!important;
  background-repeat: no-repeat!important;
  padding-right: 34px!important;
  background-size: 24px!important
}
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none
}
input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button {
  opacity: 0
}
input[type=date] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/icons/field-calendar.svg)!important;
  background-color: #fff!important;
  background-position: calc(100% - 10px) center!important;
  background-repeat: no-repeat!important;
  background-size: 20px!important
}
.checkbox {
  position: relative
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0
}
.checkbox__input:focus-visible+.checkbox__label:before {
  box-shadow: 0 0 5px var(--color-accent)
}
.checkbox__input:checked+.checkbox__label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.checkbox label.checkbox__label,
.checkbox__label {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 9px;
  color: #929db3;
  margin-bottom: 0
}
@media (max-width:767.98px) {
  .checkbox label.checkbox__label,
  .checkbox__label {
    text-align: left;
    font-size: 13px
  }
}
.checkbox label.checkbox__label:before,
.checkbox__label:before {
  content: "";
  align-self: flex-start;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #d0d6e0
}
.checkbox label.checkbox__label:after,
.checkbox__label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--color-accent);
  opacity: 0;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  transition: .2s ease
}
.checkbox__text {
  align-self: center
}
.radiobox {
  position: relative
}
.radiobox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0
}
.radiobox__input:focus-visible+.checkbox__label:before {
  box-shadow: 0 0 5px var(--color-accent)
}
.radiobox__input:checked+.radiobox__label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.radiobox label.radiobox__label,
.radiobox__label {
  margin-bottom: 0;
  cursor: pointer;
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 9px;
  color: #929db3
}
.radiobox label.radiobox__label:before,
.radiobox__label:before {
  content: "";
  flex: 0 0 auto;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #d0d6e0
}
.radiobox label.radiobox__label:after,
.radiobox__label:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-accent);
  opacity: 0;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  transition: .2s ease
}
.radiobox__text {
  align-self: center
}
.menu .header__center {
  display: none
}
.menu__body {
  background-color: var(--color-accent);
  border-radius: 10px;
  padding: 10px
}
.menu__body .header__address {
  display: none
}
@media (max-width:1023.98px) {
  .menu__body .header__address {
    display: block
  }
}
@media (max-width:1023.98px) {
  .menu__body .dropdown__menu {
    position: relative;
    box-shadow: none;
    border-radius: 0;
    padding: 0
  }
}
@media (max-width:1023.98px) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    border-radius: 0;
    right: -100%;
    top: 206px;
    overflow: auto;
    padding: 0 15px 15px 30px;
    transition: right .3s;
    height: calc(100dvh - 211px)
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 70px;
    left: -100%;
    top: 0;
    transition: right .3s;
    z-index: 2
  }
  .menu-open .menu__body {
    right: 0
  }
  .menu-open .menu__body::after,
  .menu-open .menu__body::before {
    right: 0
  }
  .menu-open .menu__body .header__center {
    left: 50%
  }
}
.menu__list {
  display: flex;
  align-items: center;
  justify-content: center
}
@media (max-width:1023.98px) {
  .menu__list {
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0,0,0,.1)
  }
  .menu__list li {
    width: 100%
  }
}
.menu__list>li {
  border-right: 1px dashed hsla(0,0%,100%,.2);
  position: relative
}
@media (max-width:1023.98px) {
  .menu__list>li {
    border-right: none;
    border-bottom: 1px dashed hsla(0,0%,100%,.2)
  }
}
.menu__list>li:last-child {
  border-right: none
}
.menu__list>li:last-child>a {
  padding-right: 0
}
.menu__list>li:first-child>a {
  padding-left: 0
}
.menu__list>li.menu-item-has-children>a {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  color: #fff
}
.menu__list>li.menu-item-has-children>a::after {
  content: "";
  aspect-ratio: 1;
  display: inline-block;
  width: 8px;
  flex: 0 0 auto;
  -webkit-mask: url(../img/icons/chevron.svg) center/contain no-repeat;
  mask: url(../img/icons/chevron.svg) center/contain no-repeat;
  background-color: currentColor
}
@media (max-width:1023.98px) {
  .menu__list>li.menu-item-has-children>a::after {
    margin-left: auto
  }
}
.menu__list>li>a {
  padding: 14px;
  font-size: 15px;
  line-height: 1.333;
  color: #fff;
  margin: -10px 0
}
@media (max-width:1023.98px) {
  .menu__list>li>a {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 14px 0
  }
}
@media (any-hover:hover) {
  .menu__list>li>a:hover {
    color: #fbe220
  }
}
.menu__list>li>.sub-menu {
  position: absolute;
  top: calc(100% + 11px);
  z-index: 1;
  left: 0;
  min-width: 250px;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  overflow: hidden;
  background-color: var(--color-accent);
  height: 0;
  opacity: 0;
  transition: height .3s ease,opacity .3s ease
}
@media (max-width:1023.98px) {
  .menu__list>li>.sub-menu {
    position: relative;
    box-shadow: none;
    border-radius: 0;
    padding: 0
  }
  .menu__list>li>.sub-menu a {
    padding: 14px
  }
}
@media (max-width:1023.98px) {
  .menu__body-wrapper {
    max-width: 668px;
    margin-inline: auto;
    height: 100%;
    overflow-y: auto
  }
  .menu__body-wrapper::-webkit-scrollbar {
    opacity: 0
  }
  .menu__body-wrapper .header__item {
    border-right: none;
    padding: 20px 0;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    justify-content: flex-start
  }
  .menu__body-wrapper .header__item:last-child {
    border-bottom: none
  }
  .menu__body-wrapper .dropdown {
    padding: 0;
    width: 100%;
    margin: 0
  }
  .menu__body-wrapper .dropdown__btn {
    width: 100%
  }
  .menu__body-wrapper .dropdown__btn::after {
    margin-left: auto
  }
}
.sub-menu {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px
}
.sub-menu li {
  margin-bottom: 6px
}
.sub-menu li:last-child {
  margin-bottom: 0
}
.sub-menu a {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  transition: .3s ease;
  padding: 4px
}
@media (any-hover:hover) {
  .sub-menu a:hover {
    background-color: #fff;
    color: var(--color-main)
  }
}
.icon-menu {
  display: none
}
@media (max-width:1023.98px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 22px;
    height: 18px;
    z-index: 5
  }
}
@media (max-width:1023.98px)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:1023.98px) {
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - 1px)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}
.spollers {
  display: grid;
  gap: 20px
}
.spollers__item {
  background: #fff;
  border: 1px solid #c7cdd6;
  border-radius: 10px;
  padding: 14px 20px;
  transition: .3s ease
}
@media (max-width:767.98px) {
  .spollers__item {
    padding: 16px 10px
  }
}
.spollers__item[open] {
  background-color: #f5fafe
}
.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  gap: 20px
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none
}
._spoller-init .spollers__title {
  cursor: pointer
}
._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  transition: .3s ease;
  width: 24px;
  aspect-ratio: 1;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/icons/plus.svg);
  mask-image: url(../img/icons/plus.svg);
  background-color: #9fa9bd
}
._spoller-init .spollers__title._spoller-active::after {
  -webkit-mask-image: url(../img/icons/minus.svg);
  mask-image: url(../img/icons/minus.svg);
  background-color: var(--color-accent)
}
@media (max-width:767.98px) {
  .spollers__title {
    padding-right: 36px
  }
}
.spollers__title-icon {
  width: 33px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative
}
@media (max-width:767.98px) {
  .spollers__title-icon {
    margin-right: 10px
  }
}
.spollers__title-icon::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1px;
  left: 100%;
  height: 36px;
  translate: 20px -50%;
  background-color: #bcc3cc
}
.spollers__title-icon svg path {
  fill: #9fa9bd
}
.spollers__body {
  font-size: 16px;
  line-height: 169%;
  padding-top: 16px;
  color: #000
}
.spollers__content {
  padding-top: 11px;
  border-top: 1px solid #c7cdd6;
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start
}
.tabs__navigation {
  display: flex;
  justify-content: center;
  gap: 10px 20px;
  margin-bottom: 40px;
  flex-wrap: wrap
}
.tabs__title {
  text-align: center;
  padding: 5px 16px;
  background: #9fa9bd;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  transition: .3s ease
}
.tabs__title._tab-active,
.tabs__title:hover {
  background-color: var(--color-accent)
}
@media (max-width:767.98px) {
  .tabs__title {
    white-space: inherit;
    height: auto;
    min-height: 30px
  }
}
.pagging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.pagging__arrow {
  flex: 0 0 auto;
  width: 30px;
  aspect-ratio: 1;
  background: #e5e9ee;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease
}
.pagging__arrow::after {
  content: "";
  display: block;
  transition: .3s ease;
  width: 12px;
  aspect-ratio: 1;
  -webkit-mask: url(../img/pag.svg) center/contain no-repeat;
  mask: url(../img/pag.svg) center/contain no-repeat;
  background-color: currentColor
}
@media (any-hover:hover) {
  .pagging__arrow:hover {
    background: var(--color-accent);
    color: #fff;
    box-shadow: 0 5px 20px rgba(126,211,33,.2)
  }
}
.pagging__arrow--end,
.pagging__arrow--next {
  scale: -1 1
}
.pagging__arrow--end::after,
.pagging__arrow--start::after {
  -webkit-mask-image: url(../img/pag-double.svg);
  mask-image: url(../img/pag-double.svg)
}
.pagging__list {
  display: flex;
  gap: 10px
}
.pagging__list li {
  flex: 0 0 auto
}
.pagging__list li a {
  width: 30px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 4px;
  transition: .3s ease
}
.pagging__item._active,
.pagging__item:hover {
  background: var(--color-accent);
  color: #fff;
  box-shadow: 0 5px 20px rgba(126,211,33,.2)
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
.container {
  max-width: 81.625rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .9375rem 1fr minmax(auto,79.75rem) 1fr .9375rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.title {
  font-weight: 800;
  font-size: 50px;
  position: relative;
  padding-bottom: 18px;
  display: inline-block
}
.title.no-decor {
  padding-bottom: 0
}
@media (max-width:1023.98px) {
  .title {
    font-size: 40px
  }
}
@media (max-width:767.98px) {
  .title {
    font-size: 30px
  }
}
.title::after,
.title::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%
}
.title::before {
  height: 1px;
  background-color: rgba(0,0,0,.2);
  width: 306px;
  translate: -50% 0
}
.title::after {
  height: 5px;
  border-radius: 90px;
  background-color: var(--color-accent);
  max-width: 100px;
  translate: -50% -50%
}
.title--md {
  font-size: 40px
}
@media (max-width:767.98px) {
  .title--md {
    font-size: 35px
  }
}
.title--lg {
  font-size: 60px
}
.title--left {
  text-align: left;
  margin-right: auto
}
.title--left::after,
.title--left::before {
  left: 0;
  translate: 0 -50%
}
.text-lg {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.35;
  color: #000
}
.text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  line-height: 1.58
}
@media (max-width:767.98px) {
  .text {
    gap: 16px
  }
}
.descr,
.sub-title {
  font-weight: 600;
  font-size: 25px;
  color: #929db3
}
@media (max-width:1023.98px) {
  .descr,
  .sub-title {
    font-size: 22px
  }
}
@media (max-width:767.98px) {
  .descr,
  .sub-title {
    font-size: 18px
  }
}
.title-sm {
  font-weight: 800;
  font-size: 25px;
  line-height: 1ю36
}
b {
  font-weight: 700
}
.emergency-call {
  width: 35px;
  aspect-ratio: 1;
  background: #c30000;
  border: 2px solid #c30000;
  border-radius: 5px;
  font-size: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}
.emergency-call::before {
  position: absolute;
  content: "";
  width: 24px;
  aspect-ratio: 1;
  -webkit-mask: url(../img/icons/but.svg) center/contain no-repeat;
  mask: url(../img/icons/but.svg) center/contain no-repeat;
  background-color: currentColor
}
.head {
  margin-bottom: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 23px;
  margin: 0 auto 23px
}
ol.no-marker li,
ul.no-marker li {
  padding-left: 0!important
}
ol.no-marker li::before,
ul.no-marker li::before {
  display: none
}
.no-decor::after,
.no-decor::before {
  display: none
}
.list-checked,
.list-error {
  font-weight: 300;
  line-height: 1.47;
  display: flex;
  flex-direction: column;
  gap: 30px
}
@media (max-width:767.98px) {
  .list-checked,
  .list-error {
    gap: 8px
  }
}
.list-checked li,
.list-error li {
  padding-left: 44px;
  position: relative
}
.list-checked li::before,
.list-error li::before {
  content: "";
  width: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 1
}
.list-checked li::before {
  -webkit-mask: url(../img/icons/checkmark-small.svg) center/14px no-repeat;
  mask: url(../img/icons/checkmark-small.svg) center/14px no-repeat;
  background-color: var(--color-accent)
}
.list-error li::before {
  -webkit-mask: url(../img/icons/error-small.svg) center/14px no-repeat;
  mask: url(../img/icons/error-small.svg) center/14px no-repeat;
  background-color: #d21a1a
}
.warning {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 63px;
  border-radius: 5px;
  background-color: #e7eef9;
  padding: 18px;
  line-height: 1.5;
  font-weight: 300
}
.social-icon {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  flex: 0 0 auto;
  color: #fff
}
.social-icon img {
  max-height: 100%
}
.social-icon--accent {
  border-color: var(--color-accent);
  background-color: var(--color-accent)
}
.social-icon--grey {
  border-color: #929db3;
  background-color: #929db3
}
.field label {
  display: block;
  margin-bottom: 10px
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background-color: hsla(0,0%,100%,.5)!important;
  border: 1px solid #d0d6e0;
  padding: 10px 13px;
  border-radius: 5px;
  font-size: 15px
}
.field input::-webkit-input-placeholder,
.field select::-webkit-input-placeholder,
.field textarea::-webkit-input-placeholder {
  color: #929db3
}
.field input:-ms-input-placeholder,
.field select:-ms-input-placeholder,
.field textarea:-ms-input-placeholder {
  color: #929db3
}
.field input::-ms-input-placeholder,
.field select::-ms-input-placeholder,
.field textarea::-ms-input-placeholder {
  color: #929db3
}
.field input::placeholder,
.field select::placeholder,
.field textarea::placeholder {
  color: #929db3
}
.field input,
.field select {
  height: 46px
}
.field textarea {
  resize: none;
  height: 95px
}
.frame {
  border-radius: 20px;
  padding: 36px 30px;
  background-color: var(--color-bg-light)
}
@media (max-width:767.98px) {
  .frame {
    padding: 20px 16px
  }
}
.divider {
  max-width: 1276px;
  display: block;
  margin-inline: auto;
  height: 1px;
  background-color: #c9d4e2
}
@media (max-width:1306px) {
  .divider {
    max-width: calc(100% - 30px)
  }
}
@media (max-width:1306px) {
  .container .divider {
    max-width: 100%
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  min-width: 205px;
  padding: 12px;
  justify-content: center;
  height: 55px;
  background: #fff;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
  transition: .3s ease;
}
.btn:hover{
  opacity: 0.7;
}
.btn--border {
  background-color: rgba(0,0,0,0);
  border-color: var(--color-accent)
}
.btn--transparent {
  background-color: rgba(0,0,0,0)
}
.btn--accent {
  background-color: var(--color-accent);
  color: #fff
}
.btn--grey {
  background-color: #929db3;
  border-color: #929db3;
  color: #fff
}
.btn--md {
  height: 46px
}
.btn--no-border {
  border-color: transparent
}
.btn-more {
  height: 46px;
  background: #005bbb;
  border-radius: 5px;
  position: relative;
  align-items: center;
  min-width: 205px;
  padding: 12px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  gap: 11px;
  transition: .3s ease
}

.btn-more:hover {
 opacity: 0.7;
}

@media (max-width:767.98px) {
  .btn-more {
    font-size: 14px
  }
}
.btn-more>span {
  text-align: center;
  flex: 1
}
.btn-more::before {
  transition: inherit;
  width: 1px;
  height: 30px;
  border-left: 1px dashed hsla(0,0%,100%,.3);
  content: "";
  position: absolute;
  right: 40px
}
.btn-more::after {
  transition: inherit;
  display: inline-block;
  content: "";
  flex: 0 0 auto;
  padding-left: 11px;
  width: 30px;
  aspect-ratio: 1;
  -webkit-mask: url(../img/icons/arrow.svg) right center/20px no-repeat;
  mask: url(../img/icons/arrow.svg) right center/20px no-repeat;
  background-color: currentColor
}
.btn-more--light {
  border-color: var(--color-accent);
  background-color: rgba(0,0,0,0);
  color: var(--color-accent)
}
.btn-more--light::before {
  border-color: rgba(0,91,187,.3)
}
.btn-more--pdf::after {
  -webkit-mask-image: url(../img/icons/pdf-accent.svg);
  mask-image: url(../img/icons/pdf-accent.svg)
}
.btn-more--long {
  width: 100%;
  max-width: 370px
}
.call-block {
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: center
}
.call-block__top {
  border: 1px solid #d0d6e0;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  padding: 7px 8px 7px 10px;
  gap: 10px
}
@media (max-width:767.98px) {
  .call-block__top {
    padding: 6px
  }
}
.call-block__top::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  -webkit-mask: url(../img/icons/call.svg) center/contain no-repeat;
  mask: url(../img/icons/call.svg) center/contain no-repeat;
  background-color: var(--color-accent)
}
.call-block__link {
  max-width: 143px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.375;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--color-accent)
}
.call-block__btn {
  font-size: 0;
  flex: 0 0 auto;
  width: 36px;
  aspect-ratio: 1;
  background: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  border-radius: 5px;
  transition: .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #929db3
}
.call-block__btn::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  -webkit-mask: url(../img/icons/eye-show.svg) center/contain no-repeat;
  mask: url(../img/icons/eye-show.svg) center/contain no-repeat;
  background-color: currentColor
}
@media (any-hover:hover) {
  .call-block__btn:hover {
    color: var(--color-primary)
  }
}
.call-block__call {
  border-bottom: 1px dashed #929db3;
  line-height: 1.333;
  color: #929db3;
  transition: .3s ease
}
@media (any-hover:hover) {
  .call-block__call:hover {
    opacity: 0.7;
  }
}
.call-block__text {
  line-height: 1.333;
  color: #929db3
}
.call-block--secondary .call-block__top {
  border-color: rgba(208,214,224,.3)
}
.call-block--secondary .call-block__top::before {
  background-color: #fff
}
.call-block--secondary .call-block__link {
  color: #fff
}
.call-block--secondary .call-block__btn {
  background: hsla(0,0%,100%,.2)
}
.call-block--secondary .call-block__btn::before {
  background-color: #fff
}
@media (any-hover:hover) {
  .call-block--secondary .call-block__btn::before:hover {
    background-color: #fff
  }
}
.call-block--accent .call-block__top {
  background-color: var(--color-danger);
  border-color: var(--color-danger)
}
.call-block--accent .call-block__top::before {
  background-color: #fff
}
.call-block--accent .call-block__link {
  color: #fff
}
.call-block--accent .call-block__text {
  color: var(--color-danger)
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start
}
.section-bottom {
  display: flex;
  justify-content: center;
  margin-top: 30px
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 14px
}
.swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1;
  width: 10px;
  border-radius: 50%;
  background: #005bbb;
  opacity: .5;
  transition: .3s ease;
  cursor: pointer
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  scale: 1.4
}
section {
  padding: 53px 0 70px
}
@media (max-width:767.98px) {
  section {
    padding: 30px 0 50px
  }
}
@media (min-width:767.98px) {
  .mobile {
    display: none!important
  }
}
@media (max-width:767.98px) {
  .desktop {
    display: none!important
  }
}
.breadcrumbs {
  margin: 25px 0
}
@media (max-width:767.98px) {
  .breadcrumbs {
    padding-top: 12px;
    border-top: 1px solid #dedede;
    margin: 16px 0
  }
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 4px 12px;
  flex-wrap: wrap;
  font-weight: 300
}
.breadcrumbs__list li {
  font-weight: 300;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 12px
}
.breadcrumbs__list li:not(:last-child)::after {
  content: "›";
  color: #929db3
}
.breadcrumbs__list li a {
  color: var(--color-accent)
}
.breadcrumbs__list li span {
  color: #929db3
}
.radio-group {
  background: rgba(208,214,224,.5);
  padding: 5px 13px;
  display: flex;
  gap: 10px;
  border-radius: 5px
}
.radio-group>* {
  flex: 1
}
.radio-btn {
  border: 1px solid rgba(159,169,189,.3);
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
  color: #929db3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: .3s ease-in-out;
  cursor: pointer
}
.radio-btn:has(input:checked),
.radio-btn:hover {
  color: #fff;
  background: var(--color-accent);
  border-color: var(--color-accent)
}
select {
  font-size: 15px;
  border: 1px solid #d0d6e0;
  border-radius: 5px
}
.count-card {
  border: 1px dashed #9fa9bd;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 91, 187, .1));
  filter: drop-shadow(0 0 20px rgba(0, 91, 187, .1));
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  height: 100%;
  padding: 20px
}
.count-card__num {
  font-weight: 800;
  font-size: 50px;
  margin-inline: auto;
  max-width: 223px;
  text-align: center;
  color: var(--color-accent);
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #9fa9bd;
  line-height: 25px
}
@media (max-width:767.98px) {
  .count-card__num {
    font-size: 30px
  }
}
.count-card__num span {
  font-size: 20px;
  font-weight: 700
}
@media (max-width:767.98px) {
  .count-card__num span {
    font-size: 17px
  }
}
.count-card__num b {
  font-size: 30px
}
.count-card__text {
  margin-inline: auto;
  max-width: 223px;
  font-weight: 300;
  line-height: 147%
}
.text-content {
  line-height: 24px
}
.text-content__block:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 24px;
  margin-bottom: 24px
}
.text-content table td:not(:first-child) {
  text-align: center;
  color: var(--color-primary)
}
.text-content a {
  text-decoration: underline;
  color: var(--color-accent);
  font-weight: 600
}
.text-content h2 {
  color: var(--color-accent);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px
}
.text-content p {
  font-weight: 300;
  margin-bottom: 10px
}
.text-content p span {
  font-weight: 600
}
.text-content ol,
.text-content ul {
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: 300
}
.text-content ul {
  list-style: disc
}
.text-content ul li {
  list-style: disc
}
.text-content ul li::marker {
  font-size: 8px
}
.text-content ul li:not(:last-child) {
  margin-bottom: 10px
}
.text-content ol {
  list-style: decimal
}
.text-content ol li {
  list-style: decimal
}
.card-icon {
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100px;
  background: #e7eef9;
  z-index: 1;
  height: 100px;
  border: 10px solid #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.1)
}
.list {
  padding-left: 20px
}
.list li {
  padding-left: 0;
  list-style: disc
}
.list li::before {
  display: none
}
.article-content {
  line-height: 1.5
}
.article-content>img {
  margin-bottom: 30px;
  aspect-ratio: 952/538;
  border-radius: 8px;
  width: 100%
}
.article-content h3 {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.375
}
.article-content h4 {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.375
}
.article-content img {
  border-radius: 8px
}
.article-content figure {
  position: relative;
  border-radius: 8px
}
.article-content figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  padding: 16px;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  border-radius: 0 0 8px 8px
}
.article-content blockquote {
  font-style: italic;
  font-weight: 600;
  font-size: 25px;
  line-height: 159%;
  margin-top: 10px;
  color: #232630;
  padding: 25px 30px;
  border-radius: 20px;
  background: #e5e9ee;
  text-align: center
}
@media (max-width:767.98px) {
  .article-content blockquote {
    font-size: 22px
  }
}
.article-content ol,
.article-content p,
.article-content ul {
  font-weight: 300
}
.article-content ol,
.article-content ul {
  padding-left: 20px
}
.article-content ul li {
  list-style: disc;
  margin-bottom: 12px
}
.article-content p {
  margin-bottom: 20px
}
.noUi-target {
  box-shadow: none!important;
  border: none!important;
  background: rgba(208,214,224,.5)!important;
  border-radius: 5px!important
}
.noUi-tooltip {
  font-size: 15px!important;
  color: var(--color-muted)!important;
  border: none!important;
  padding: 2px!important;
  background: rgba(0,0,0,0)!important
}
.noUi-handle-lower .noUi-tooltip {
  -webkit-transform: translate(0,0)!important;
  transform: translate(0,0)!important;
  left: 0!important;
  right: auto!important
}
.noUi-handle-upper .noUi-tooltip {
  -webkit-transform: translate(0,0)!important;
  transform: translate(0,0)!important;
  left: auto!important;
  right: 0!important
}
.noUi-horizontal {
  height: 7px!important
}
.noUi-horizontal .noUi-handle {
  border-radius: 50%!important;
  width: 22px!important;
  height: 22px!important;
  top: -8px!important;
  background: #005bbb!important;
  border: 3px solid #fff!important;
  box-shadow: 0 0 10px rgba(0,0,0,.25)!important
}
.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before {
  display: none
}
.noUi-connects {
  border-radius: 5px!important
}
.noUi-connect {
  background: var(--color-accent)!important
}
@media (max-width:767.98px) {
  .f-button.is-close-button {
    top: 10px!important;
    right: 6px!important;
    color: #929db3!important
  }
}
.switcher {
  display: inline-flex;
  align-items: center;
  gap: 10px
}
.switcher__slider {
  position: relative;
  margin: 5px 0;
  width: 40px;
  height: 12px;
  border-radius: 100px;
  background-color: hsla(0,0%,100%,.5)
}
.switcher__slider::before {
  position: absolute;
  left: 0;
  content: "";
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  top: calc(50% - 10px);
  transition: .3s ease
}
.switcher__label {
  line-height: 1.333;
  color: #fff
}
.switcher:has(input:checked) .switcher__slider::before {
  translate: 20px 0
}
.dropdown {
  position: relative;
  display: inline-block
}
.dropdown__btn {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.333;
  white-space: nowrap
}
@media (max-width:767.98px) {
  .dropdown__btn {
    gap: 5px
  }
}
.dropdown__btn span {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 22px
}
.dropdown__btn::after {
  content: "";
  width: 14px;
  transition: .3s ease;
  aspect-ratio: 1;
  flex: 0 0 auto;
  -webkit-mask: url(../img/icons/chevron.svg) center/contain no-repeat;
  mask: url(../img/icons/chevron.svg) center/contain no-repeat;
  background-color: currentColor
}
@media (max-width:767.98px) {
  .dropdown__btn::after {
    width: 10px
  }
}
.dropdown__menu {
  position: absolute;
  top: 100%;
  z-index: 1;
  left: 0;
  min-width: 250px;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height .3s ease,opacity .3s ease
}
.dropdown__list {
  background-color: var(--color-accent);
  display: flex;
  padding: 12px;
  flex-direction: column;
  gap: 12px;
  color: #fff
}
.dropdown__item span {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block
}
.dropdown__item a,
.dropdown__item span {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  transition: .3s ease;
  padding: 4px
}
@media (any-hover:hover) {
  .dropdown__item a:hover,
  .dropdown__item span:hover {
    background-color: #fff;
    color: var(--color-main)
  }
}
.dropdown.dropdown--active .dropdown__btn::after {
  scale: 1 -1
}
.dropdown--address .dropdown__btn:before {
  content: "";
  width: 20px;
  flex: 0 0 auto;
  height: 22px;
  -webkit-mask: url(../img/icons/address.svg) center/contain no-repeat;
  mask: url(../img/icons/address.svg) center/contain no-repeat;
  background-color: currentColor
}
@media (max-width:767.98px) {
  .dropdown--address .dropdown__btn:before {
    width: 16px;
    height: 18px
  }
}
.dropdown--support .dropdown__btn:before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  -webkit-mask: url(../img/icons/daily-support.svg) center/contain no-repeat;
  mask: url(../img/icons/daily-support.svg) center/contain no-repeat;
  background-color: currentColor
}
.search__icon {
  display: none
}
.search__form {
  display: flex;
  border: 1px solid #d0d6e0;
  background-color: hsla(0,0%,100%,.5);
  border-radius: 5px;
  height: 50px
}
.search__input {
  padding: 10px 20px
}
.search__input::-webkit-input-placeholder {
  color: #929db3
}
.search__input:-ms-input-placeholder {
  color: #929db3
}
.search__input::-ms-input-placeholder {
  color: #929db3
}
.search__input::placeholder {
  color: #929db3
}
.search__btn {
  aspect-ratio: 1;
  font-size: 0;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #929db3
}
.search__btn::before {
  content: "";
  aspect-ratio: 1;
  width: 24px;
  -webkit-mask: url(../img/icons/search.svg) center/contain no-repeat;
  mask: url(../img/icons/search.svg) center/contain no-repeat;
  background-color: currentColor
}
.filter {
  background: #e7eef9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-height: 962px;
  overflow: hidden
}
@media (max-width:767.98px) {
  .filter {
    position: relative;
    overflow: visible;
    background: rgba(0,0,0,0);
    border-radius: 0
  }
}
.filter__head {
  padding: 6px 15px;
  border-bottom: 3px solid rgba(146,157,179,.2)
}
@media (max-width:767.98px) {
  .filter__head {
    background: #e7eef9;
    position: relative;
    border-radius: 10px;
    border: none;
    padding: 10px 36px 10px 14px;
    display: flex;
    align-items: center;
    transition-delay: .5s
  }
  .filter__head::after {
    width: 24px;
    aspect-ratio: 1;
    right: 10px;
    top: calc(50% - 12px);
    content: "";
    position: absolute;
    -webkit-mask: url(../img/icons/chevron.svg) center/14px no-repeat;
    mask: url(../img/icons/chevron.svg) center/14px no-repeat;
    background-color: #929db3
  }
  .filter__head.active {
    border-radius: 10px 10px 0 0;
    transition-delay: 0s
  }
}
.filter__title {
  text-align: center;
  font-weight: 700;
  font-size: 30px
}
@media (max-width:767.98px) {
  .filter__title {
    font-size: 25px;
    text-align: left
  }
}
.filter__body {
  overflow: hidden;
  padding: 14px;
  display: flex;
  flex-direction: column
}
@media (max-width:767.98px) {
  .filter__body {
    border-top: 3px solid rgba(146,157,179,.2);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border-radius: 0 0 10px 10px;
    background-color: #e7eef9
  }
}
.filter__list {
  flex: 1;
  overflow-y: auto;
  max-height: 100%;
  padding-right: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px
}
.filter__list::-webkit-scrollbar {
  width: 5px;
  background: rgba(146,157,179,.2);
  border-radius: 90px
}
.filter__list::-webkit-scrollbar-thumb {
  background: #929db3;
  border-radius: 90px
}
.filter__bottom {
  padding: 14px 14px 19px;
  display: flex;
  flex-direction: column;
  gap: 10px
}
.filter__reset {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: var(--color-accent)
}
.filter .field label {
  margin-bottom: 1px
}
.sort {
  display: flex;
  align-items: center;
  gap: 14px
}
@media (max-width:767.98px) {
  .sort {
    flex-direction: column;
    align-items: start
  }
}
.sort__list {
  display: flex;
  align-items: center;
  gap: 4px 10px;
  flex-wrap: wrap
}
.sort__list li {
  display: inline-flex;
  align-items: center
}
.sort__list li::after {
  display: inline-block;
  vertical-align: middle;
  content: "|";
  color: #929db3;
  padding-left: 10px
}
.sort__list li:last-child::after {
  display: none
}
.sort__list li a {
  color: #929db3
}
.sort__list li a.active {
  color: var(--color-accent)
}
@media (any-hover:hover) {
  .sort__list li a:hover {
    color: var(--color-accent)
  }
}
.badge {
  background: #9fa9bd;
  border-radius: 4px;
  transition: .3s ease;
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 16px
}
.badge--active {
  background-color: var(--color-accent)
}
@media (any-hover:hover) {
  .badge:hover {
    background-color: var(--color-accent)
  }
}
#appointment-modal.modal {
  max-width: 1276px;
  padding: 38px 30px 58px
}
@media (max-width:767.98px) {
  #appointment-modal.modal {
    padding: 48px 10px 34px
  }
}
#feedback-modal.modal {
  max-width: 628px
}
.modal {
  border-radius: 12px
}
@media (max-width:767.98px) {
  .modal {
    padding: 48px 10px 34px!important
  }
}
@media (min-width:768px) {
  .modal .is-close-button.f-button {
    top: 20px;
    color: #929db3;
    right: 20px
  }
  .modal .is-close-button.f-button:hover {
    color: #000
  }
}
.modal-inner {
  display: flex;
  gap: 20px;
  align-items: flex-start
}
@media (max-width:767.98px) {
  .modal-inner {
    flex-direction: column;
    gap: 12px
  }
}
.modal-img {
  aspect-ratio: 517/386;
  width: 50%;
  border-radius: 10px;
  overflow: hidden
}
.modal-img img {
  width: 100%;
  height: 100%
}
@media (max-width:767.98px) {
  .modal-img {
    width: 100%
  }
}
.modal-title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #000;
  margin-bottom: 16px
}
@media (max-width:767.98px) {
  .modal-title {
    font-size: 25px;
    margin-bottom: 0
  }
}
.modal-text {
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 176%;
  text-align: center
}
.modal-text-sm {
  margin-top: 20px;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  font-style: italic
}
.modal-form {
  max-width: 385px;
  margin-inline: auto
}
.modal-form .field {
  margin-bottom: 16px
}
.modal-form .btn {
  margin-top: 30px;
  min-width: 243px;
  margin-inline: auto
}
.modal-content {
  flex: 1;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 18px
}
.modal-content p:not(:last-child) {
  margin-bottom: .5em
}
.modal-content ul li:not(:last-child) {
  margin-bottom: .5em
}
.modal-content h3 {
  font-weight: 700;
  font-size: 30px;
  color: var(--color-accent);
  margin-bottom: 18px
}
@media (max-width:767.98px) {
  .modal-content h3 {
    font-size: 20px;
    margin-bottom: 0
  }
}
.modal-content .btn {
  min-width: 243px
}
@media (max-width:767.98px) {
  .modal-content .btn {
    width: 100%
  }
}
.header .dropdown {
  padding: 15px 0;
  margin: -15px 0
}
@media (max-width:767.98px) {
  .header>.container {
    padding: 0
  }
}
.header__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 27% 17% 23% 11% 10% 10%;
  width: 100%;
  justify-content: space-between
}
@media (max-width:1023.98px) {
  .header__top {
    height: 56px;
    grid-template-columns: 11.98% 13.62% 21.71% 35.33% 16.47%
  }
}
@media (max-width:767.98px) {
  .header__top {
    grid-template-columns: 54px repeat(3,17.067%) 1fr
  }
  .header__top>.header__address {
    order: 1;
    border-left: 1px dashed hsla(0,0%,100%,.1)
  }
}
.header__top::before {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  background-color: var(--color-accent);
  width: 100vw;
  left: 50%;
  translate: -50% 0;
  z-index: -1
}
.header__item {
  height: 100%;
  padding: 12px 0;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
  border-right: 1px dashed hsla(0,0%,100%,.1)
}
.header__item:first-child {
  border-left: 1px dashed hsla(0,0%,100%,.1)
}
@media (max-width:1023.98px) {
  .header__item {
    height: auto
  }
}
@media (max-width:767.98px) {
  .header__address .dropdown__menu {
    right: 0;
    left: auto
  }
}
.header__social {
  display: flex;
  align-items: center;
  gap: 20px
}
.header__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto
}
@media (max-width:767.98px) {
  .header__phone a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    aspect-ratio: 1;
    flex: 0 0 auto;
    border: 1px solid hsla(0,0%,100%,.3);
    border-radius: 5px;
    font-size: 0;
    z-index: 12;
    position: relative
  }
  .header__phone a::before {
    display: block;
    content: "";
    width: 16px;
    aspect-ratio: 1;
    flex: 0 0 auto;
    -webkit-mask: url(../img/icons/call.svg) center/contain no-repeat;
    mask: url(../img/icons/call.svg) center/contain no-repeat;
    background-color: #fff
  }
}
.header__center {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0 10px
}
@media (max-width:1023.98px) {
  .header__center {
    background-color: #fff;
    padding: 40px 0 54px;
    height: 155px
  }
  .header__center .call-block--accent {
    display: none
  }
}
@media (max-width:767.98px) {
  .header__center {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center
  }
  .header__center .header__calls {
    display: none
  }
}
.header__logo {
  width: 80px;
  flex: 0 0 auto;
  margin-top: -5px
}
@media (max-width:1023.98px) {
  .header__logo {
    margin-top: -16px
  }
}
@media (max-width:767.98px) {
  .header__logo {
    margin: 0;
    width: 113px
  }
}
.header__search {
  flex: 1;
  max-width: 648px;
  width: 100%
}
@media (max-width:767.98px) {
  .header__search {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-left: 1px dashed hsla(0,0%,100%,.1);
    z-index: 12
  }
  .header__search .search__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    aspect-ratio: 1;
    flex: 0 0 auto;
    border: 1px solid hsla(0,0%,100%,.3);
    border-radius: 5px
  }
  .header__search .search__icon::before {
    display: block;
    content: "";
    width: 16px;
    aspect-ratio: 1;
    flex: 0 0 auto;
    -webkit-mask: url(../img/icons/search.svg) center/contain no-repeat;
    mask: url(../img/icons/search.svg) center/contain no-repeat;
    background-color: #fff
  }
  .header__search .search__form {
    position: fixed;
    left: 0;
    background-color: #fff;
    margin: 5px 15px;
    top: 55px;
    width: calc(100dvw - 30px);
    z-index: 2;
    transition: .3s;
    translate: 0 -150px
  }
  .header__search .search.active .search__form {
    translate: 0 0
  }
}
.header__calls {
  display: flex;
  gap: 32px
}
@media (max-width:1023.98px) {
  .header__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 11
  }
  .header__bottom::before {
    z-index: 1;
    content: "";
    border-left: 1px dashed hsla(0,0%,100%,.1);
    position: absolute;
    left: 0;
    height: 100%
  }
}
.header__emergency {
  display: none
}
@media (max-width:1023.98px) {
  .header__emergency {
    display: flex;
    align-items: center;
    z-index: 11;
    justify-content: center;
    border-right: 1px dashed hsla(0,0%,100%,.1);
    border-left: 1px dashed hsla(0,0%,100%,.1)
  }
}
.header .social-icon {
  width: 30px
}
.header .social-icon img {
  scale: .7
}
.lang-switcher {
  display: inline-flex;
  align-items: center;
  color: #fff
}
.lang-link {
  line-height: 1.333;
  color: #fff
}
.lang-link:not(:last-child)::after {
  content: "/";
  display: inline-block;
  font: inherit;
  color: inherit;
  margin: 0 4px
}
.lang-link.active,
.lang-link:hover {
  text-decoration-line: underline
}
.hero {
  padding-top: 0
}
@media (max-width:767.98px) {
  .hero {
    padding-top: 0
  }
}
.hero__block {
  border-radius: 20px;
  overflow: hidden;
  background-color: #e7eef9;
  display: flex;
  min-height: 500px
}
@media (max-width:1023.98px) {
  .hero__block {
    flex-direction: column
  }
}
.hero__content {
  padding: 20px;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center
}
@media (max-width:767.98px) {
  .hero__content {
    padding: 30px 12px
  }
}
.hero .btn:not(.btn--border) {
  border-color: transparent
}

.hero__label {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.36;
  color: var(--color-accent);
  margin-bottom: 24px
}
@media (max-width:1023.98px) {
  .hero__label {
    margin-bottom: 15px
  }
}
@media (max-width:767.98px) {
  .hero__label {
    display: none
  }
}
.hero__subtitle {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 22px;
  color: #929db3
}
.hero__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.36;
  color: var(--color-secondary);
  margin-bottom: 24px;
  padding-bottom: 24px;
  position: relative
}
@media (max-width:1023.98px) {
  .hero__title {
    font-size: 25px;
    margin-bottom: 23px;
    padding-bottom: 23px
  }
}
@media (max-width:767.98px) {
  .hero__title {
    text-align: center
  }
}
.hero__title::after,
.hero__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0
}
.hero__title::before {
  width: 100%;
  max-width: 306px;
  background-color: rgba(0,0,0,.3);
  height: 1px
}
.hero__title::after {
  translate: 0 50%;
  height: 5px;
  border-radius: 90px;
  background-color: var(--color-accent);
  z-index: 1;
  width: 100%;
  max-width: 100px
}
.hero__text {
  font-size: 18px;
  line-height: 1.39;
  color: var(--color-secondary);
  margin-bottom: 36px;
  max-width: 516px
}
.hero__text p:not(:last-child) {
  margin-bottom: 1em
}
@media (max-width:767.98px) {
  .hero__text {
    font-size: 15px;
    text-align: center
  }
}
.hero__logo {
  position: absolute;
  right: 0;
  translate: 50% 0;
  width: 147px;
  bottom: 85px
}
@media (max-width:1023.98px) {
  .hero__logo {
    display: none
  }
}
.hero__img {
  width: 49.3734%
}
@media (max-width:1023.98px) {
  .hero__img {
    width: 100%;
    aspect-ratio: 668/320;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content
  }
}
@media (max-width:767.98px) {
  .hero__img {
    height: 264px;
    margin: 0;
    overflow: hidden
  }
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.hero .btn {
  max-width: 223px;
  width: 100%
}
@media (max-width:767.98px) {
  .hero .btn {
    max-width: none
  }
}
.hero__actions {
  display: flex;
  gap: 20px
}
@media (min-width:768px) {
  .hero__actions .btn {
    max-width: 223px
  }
}
@media (max-width:767.98px) {
  .hero__actions {
    flex-direction: column
  }
}
.hero__cards {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  margin-top: 30px
}
@media (max-width:1023.98px) {
  .hero__cards {
    gap: 20px 15px;
    grid-template-columns: repeat(2,1fr)
  }
}
@media (max-width:767.98px) {
  .hero__cards {
    grid-template-columns: auto;
    margin-top: 50px
  }
}
.hero__bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  margin-top: 43px
}
.hero__bottom .hero__text {
  max-width: none;
  margin-bottom: 0
}
@media (min-width:1023.98px) {
  .hero--lg .hero__title {
    font-size: 50px
  }
}
@media (min-width:1023.98px) {
  .hero--md .hero__title {
    font-size: 40px
  }
}
.hero--main {
  padding-top: 30px
}
@media (max-width:767.98px) {
  .hero--main .hero__block {
    margin-inline: -15px;
    background: linear-gradient(180deg,#fff 0,#e7eef9 100%);
    border-radius: 0;
    padding: 20px 15px 57px;
    margin-top: -20px
  }
}
@media (max-width:767.98px) {
  .hero--main .hero__content {
    padding: 0
  }
}
@media (max-width:767.98px) {
  .hero--main .hero__img {
    margin: 0px 0 28px 0;
    border-radius: 20px
  }
}
@media (max-width:767.98px) {
  .hero__content {
    align-items: center;
    text-align: center
  }
  .hero__title::before {
    left: 50%;
    translate: -50% 0
  }
  .hero__title::after {
    left: 50%;
    translate: -50% 50%
  }
  .hero__text {
    margin-inline: auto
  }
  .hero .btn {
    margin-inline: auto
  }
}
.hero-card {
  flex: 1;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 12px;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid var(--color-accent);
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  color: var(--color-accent)
}
.hero-card__icon {
  flex: 0 0 auto;
  width: 66px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}
.hero-card__icon::after {
  content: "";
  position: absolute;
  right: 0;
  height: 50px;
  translate: 0 -50%;
  top: 50%;
  width: 1px;
  background-color: rgba(0,0,0,.2)
}
.gallery {
  background-color: #fff
}
@media (max-width:767.98px) {
  .gallery {
    padding: 30px 0 50px
  }
}
.gallery .head {
  max-width: 1114px
}
.gallery__bottom {
  margin-top: 33px;
  text-align: center
}
.gallery__cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px 36px
}
@media (max-width:1023.98px) {
  .gallery__cards {
    grid-template-columns: repeat(2,1fr);
    gap: 12px 16px
  }
}
@media (max-width:767.98px) {
  .gallery__cards {
    grid-template-columns: auto;
    gap: 21px
  }
  .gallery__cards .gallery-card:nth-child(n+3) {
    display: none
  }
}
.gallery-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 13px
}
.gallery-card__img {
  aspect-ratio: 405/270;
  border-radius: 12px;
  overflow: hidden
}
@media (max-width:1023.98px) {
  .gallery-card__img {
    aspect-ratio: auto;
    height: 217px
  }
}
@media (max-width:767.98px) {
  .gallery-card__img {
    height: 263px
  }
}
.gallery-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.gallery-card__title {
  font-weight: 600;
  font-size: 18px
}
@media (max-width:1023.98px) {
  .gallery-card__title {
    font-size: 16px
  }
}
@media (max-width:767.98px) {
  .gallery-card__title {
    font-size: 15px
  }
}
.units {
  background-color: #e7eef9
}
.units__cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap
}
@media (max-width:1023.98px) {
  .units__cards .unit-card {
    width: calc(50% - 10px);
    flex: auto
  }
}
@media (max-width:767.98px) {
  .units__cards .unit-card {
    width: 100%
  }
}
.unit-card {
  padding: 10px 10px 30px;
  border-radius: 10px;
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column
}
.unit-card__img {
  height: 211px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 14px
}
@media (max-width:1023.98px) {
  .unit-card__img {
    height: 215px
  }
}
@media (max-width:767.98px) {
  .unit-card__img {
    height: 200px
  }
}
.unit-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.unit-card__body {
  display: flex;
  flex-direction: column;
  gap: 17px;
  flex: 1
}
.unit-card__body .btn-more {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content
}
.unit-card__title {
  font-weight: 700;
  font-size: 20px
}
@media (max-width:1023.98px) {
  .unit-card__title {
    font-size: 18px
  }
}
.unit-card__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  justify-content: flex-end
}
.unit-card__item {
  position: relative;
  padding-left: 27px
}
.unit-card__item a {
  color: var(--color-accent)
}
.unit-card__item::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  aspect-ratio: 1;
  background-color: #929db3;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  content: "";
  translate: 0 -50%
}
.unit-card__item--address::before {
  -webkit-mask-image: url(../img/icons/pin.svg);
  mask-image: url(../img/icons/pin.svg)
}
.unit-card__item--tel::before {
  -webkit-mask-image: url(../img/icons/call.svg);
  mask-image: url(../img/icons/call.svg)
}
.unit-card__item--time::before {
  -webkit-mask-image: url(../img/icons/clock.svg);
  mask-image: url(../img/icons/clock.svg)
}
.centers {
  padding: 54px 0 73px
}
.centers__items {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px
}
.centers__items--three {
  grid-template-columns: repeat(3,1fr)
}
@media (max-width:1023.98px) {
  .centers__items {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (max-width:767.98px) {
  .centers__items {
    grid-template-columns: auto
  }
}
.centers__bottom {
  text-align: center;
  margin-top: 30px
}
.centers__more {
  border-bottom: 1px dashed currentColor;
  font-weight: 700;
  text-align: center;
  color: var(--color-accent);
  margin-bottom: 44px;
  position: relative
}
.centers__more::after {
  position: absolute;
  width: 24px;
  aspect-ratio: 1;
  content: "";
  top: 100%;
  translate: -50% 100%;
  background: url(../img/icons/double-arrow.svg) center/contain no-repeat;
  left: 50%
}
.center-item {
  display: flex;
  flex-direction: column
}
.center-item__icon {
  background-repeat: no-repeat;
  margin: 0 auto -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100px;
  aspect-ratio: 1;
  background: #e7eef9;
  position: relative;
  z-index: 0;
  border: 10px solid #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  font-weight: 700;
  font-size: 40px;
  line-height: 62%;
  text-align: center;
  color: var(--color-accent)
}
.center-item__body {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 71px 12px 31px;
  min-height: 210px;
  flex: 1;
  gap: 8px;
  display: flex;
  flex-direction: column
}
.center-item__body ul {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-weight: 300;
  line-height: 1.6
}
.center-item__title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: var(--color-accent);
  flex: 1
}
@media (max-width:767.98px) {
  .center-item__title {
    font-size: 16px
  }
}
.center-item__text {
  text-align: center;
  font-weight: 300
}
.center-item__text:not(:last-child) {
  margin-bottom: 22px
}
.center-item__text a {
  color: var(--color-accent)
}
@media (any-hover:hover) {
  .center-item__text a:hover {
    text-decoration: underline
  }
}
@media (max-width:767.98px) {
  .center-item__text a {
    font-size: 14px
  }
}
.center-item__link {
  font-weight: 700;
  color: var(--color-accent);
  text-align: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto
}
@media (any-hover:hover) {
  .center-item__link:hover {
    text-decoration: underline
  }
}
.center-item__actions {
  display: flex;
  gap: 10px 19px;
  max-width: 343px;
  margin-inline: auto;
  width: 100%;
  flex-wrap: wrap
}
.center-item__actions>* {
  flex: 1
}
.center-item .btn {
  min-width: auto
}
.center-item--dark {
  height: 100%
}
.center-item--dark .center-item__title {
  color: #232630;
  font-size: 22px
}
@media (max-width:767.98px) {
  .center-item--dark .center-item__title {
    font-size: 16px
  }
}
.center-item--dark .center-item__body {
  min-height: 160px
}
.faq {
  background-color: #e7eef9
}
.faq__text {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  margin-top: 40px
}
.faq__bottom {
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap
}
.faq__bottom .btn-more {
  max-width: 426px;
  width: 100%
}
.spollers__content h6 {
  font-weight: 700;
  font-size: 20px
}
.spollers__content ul {
  padding-left: 20px;
  list-style: disc
}
.spollers__content ul li {
  list-style: disc
}
.reviews-swiper {
  padding-top: 10px;
  padding-bottom: 48px;
  position: relative
}
.reviews-swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0
}
.review-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 14px 10px
}
.review-card::after,
.review-card::before {
  position: absolute;
  content: "";
  width: 53px;
  height: 43px;
  background: url(../img/quote.svg) center/contain no-repeat;
  pointer-events: none
}
.review-card:before {
  left: 10px;
  top: 0;
  translate: 0 -8px
}
.review-card::after {
  bottom: 0;
  right: 20px;
  translate: 0 19px;
  scale: -1 -1
}
.review-card__head {
  margin-bottom: 9px;
  padding-left: 69px
}
.review-card__title {
  margin-bottom: 1px;
  font-weight: 700
}
.review-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap
}
.review-card__date {
  font-weight: 300;
  color: #9fa9bd
}
.review-card__label {
  font-weight: 300;
  color: var(--color-accent)
}
.review-card__body {
  font-weight: 300
}
.news {
  background-color: #e7eef9
}
.news__cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px
}
@media (max-width:1023.98px) {
  .news__cards {
    grid-template-columns: repeat(2,1fr);
    gap: 15px
  }
}
@media (max-width:767.98px) {
  .news__cards {
    grid-template-columns: auto
  }
  .news__cards .news-card:nth-child(n+2) {
    display: none
  }
}
.news-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 20px 26px
}
.news-card__head {
  aspect-ratio: 369/209;
  border-radius: 8px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px
}
.news-card__head::after {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0,0,0,.4);
  opacity: 0;
  transition: .3s ease
}
.news-card__labels {
  position: absolute;
  left: 10px;
  z-index: 1;
  top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}
.news-card__label {
  background: rgba(35,38,48,.6);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  color: #fff;
  font-size: 14px;
  height: 30px;
  min-width: 110px
}
.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.news-card__date {
  position: relative;
  padding-left: 26px;
  font-weight: 300;
  font-size: 16px;
  color: #98acc0
}
.news-card__date::before {
  position: absolute;
  content: "";
  width: 18px;
  aspect-ratio: 1;
  left: 0;
  top: calc(50% - 9px);
  -webkit-mask: url(../img/icons/calendar.svg) center/contain no-repeat;
  mask: url(../img/icons/calendar.svg) center/contain no-repeat;
  background-color: currentColor
}
.news-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .3s ease
}
@media (max-width:767.98px) {
  .news-card__title {
    font-size: 16px
  }
}
.news-card__text {
  font-weight: 300;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis
}
@media (max-width:767.98px) {
  .news-card__text {
    font-size: 14px
  }
}
.news-card__link {
  font-weight: 600;
  font-size: 16px;
  color: var(--color-accent)
}
@media (max-width:767.98px) {
  .news-card__link {
    font-size: 14px
  }
}
@media (any-hover:hover) {
  .news-card:hover .news-card__head::after {
    opacity: 1
  }
  .news-card:hover .news-card__title {
    color: var(--color-accent)
  }
}
.about {
  border-bottom: 1px solid #c9d4e2
}
.about__inner {
  display: flex;
  gap: 20px;
  align-items: flex-start
}
@media (max-width:1023.98px) {
  .about__inner {
    flex-direction: column
  }
}
.about .title::after,
.about .title::before {
  left: 0;
  translate: 0 -50%
}
.about__content {
  flex: 1
}
@media (max-width:1023.98px) {
  .about__content {
    flex: none
  }
}
.about__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.about__head {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 23px;
  margin-bottom: 15px;
  align-items: flex-start
}
.about__subtitle {
  font-weight: 600;
  font-size: 25px
}
.about__img {
  width: 48.59%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 620/501
}
@media (max-width:1023.98px) {
  .about__img {
    width: 100%
  }
}
.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.about__text {
  display: flex;
  flex-direction: column;
  gap: .5em;
  font-weight: 300;
  margin-bottom: 24px
}
.about__text ul {
  list-style: disc;
  padding-left: 20px
}
.about__text ul li {
  list-style: disc
}
.about__items {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  width: 406px
}
@media (max-width:1023.98px) {
  .about__items {
    width: 100%
  }
}
.about__items-row {
  display: flex;
  flex-direction: column;
  gap: 36px
}
.about__items-row:nth-child(odd) {
  margin-top: 78px
}
@media (max-width:1023.98px) {
  .about__items-row:nth-child(odd) {
    margin-top: 0
  }
}
@media (max-width:1023.98px) {
  .about__items-row {
    gap: 20px
  }
}
.about .btn-more {
  max-width: 304px;
  width: 100%
}
@media (max-width:767.98px) {
  .about .btn-more {
    max-width: none
  }
}
.about__counts {
  margin-top: 50px
}
.about__counts .count-card {
  height: 100%
}
.about-item {
  min-height: 164px;
  padding: 14px;
  border: 1px dashed #9fa9bd;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 91, 187, .1));
  filter: drop-shadow(0 0 20px rgba(0, 91, 187, .1));
  border-radius: 20px;
  font-weight: 300;
  text-align: center
}
@media (max-width:767.98px) {
  .about-item {
    min-height: 150px;
    font-size: 14px
  }
}
.about-item__num {
  font-weight: 800;
  font-size: 40px;
  white-space: nowrap;
  color: var(--color-accent);
  padding: 11px 0;
  border-bottom: 1px dashed #9fa9bd;
  margin-bottom: 14px
}
@media (max-width:767.98px) {
  .about-item__num {
    font-size: 30px
  }
}
.buys__inner {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px
}
@media (max-width:767.98px) {
  .buys__inner {
    grid-template-columns: auto
  }
}
.buys__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start
}
.buys__content .title::after,
.buys__content .title::before {
  left: 0;
  translate: 0 -50%
}
.buys__block {
  background: #fff;
  border-radius: 10px;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-weight: 300
}
.buys__block ul {
  padding-left: 20px;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 1em
}
.buys__block ul li {
  list-style: disc
}
.buys__block ul li::marker {
  font-size: 10px;
  color: var(--color-accent)
}
.buys__block ul li a {
  border-bottom: 1px solid currentColor;
  color: var(--color-accent)
}
.content-block__inner {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  align-items: center
}
@media (max-width:767.98px) {
  .content-block__inner {
    grid-template-columns: auto
  }
}
.content-block blockquote {
  font-style: italic;
  font-weight: 600;
  font-size: 25px;
  line-height: 159%;
  margin-top: 10px;
  color: #232630;
  padding: 25px 30px;
  border-radius: 20px;
  background: #e5e9ee;
  text-align: center
}
.content-block__head {
  display: flex;
  flex-direction: column;
  gap: 34px
}
.content-block__info {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: flex-start
}
@media (min-width:767.98px) {
  .content-block__info {
    padding-left: 32px
  }
}
.content-block__info .btn-more {
  width: 100%;
  max-width: 370px
}
.content-block__info ul {
  display: flex;
  flex-direction: column;
  gap: 1em
}
.content-block__info .btn-more {
  margin-top: 20px
}
.content-block__img-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px
}
@media (max-width:767.98px) {
  .content-block__img-grid {
    grid-template-columns: auto
  }
}
.content-block__img {
  border-radius: 20px;
  overflow: hidden
}
.content-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.content-block__img-lg {
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin-inline: auto;
  background: #d9d9d9;
  aspect-ratio: 1114/535
}
@media (max-width:767.98px) {
  .content-block__img-lg {
    height: 280px;
    width: 100%
  }
}
.content-block__img-lg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.content-block--row .content-block__inner {
  grid-template-columns: auto
}
.content-block--row .content-block__info {
  padding-left: 0
}
.content-block .content-block-info {
  margin-top: 50px
}
@media (max-width:767.98px) {
  .content-block .content-block-info {
    margin-top: 30px
  }
}
.content-block--center {
  text-align: center
}
.content-block--center .content-block__grid {
  justify-items: center
}
.content-block--center .content-block__info {
  text-align: center;
  align-items: center
}
.content-block-info {
  background-color: #e7eef9;
  border-radius: 20px;
  padding: 40px 16px 50px
}
.content-block-info__inner {
  max-width: 1017px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 43px
}
@media (max-width:767.98px) {
  .content-block-info__inner {
    gap: 24px
  }
}
.content-block-info__text {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.36;
  text-align: center;
  letter-spacing: -.01em
}
@media (max-width:767.98px) {
  .content-block-info__text {
    font-size: 18px
  }
}
.content-block-info__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px
}
@media (max-width:767.98px) {
  .content-block-info__actions {
    flex-direction: column
  }
}
.stat-block {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px
}
@media (max-width:767.98px) {
  .stat-block {
    grid-template-columns: auto
  }
}
.stat-block__content {
  display: flex;
  flex-direction: column;
  gap: 34px
}
.stat-block__content .title::after,
.stat-block__content .title::before {
  left: 0;
  translate: 0 -50%
}
.stat-block__frame {
  padding: 34px 30px 40px;
  background: #e7eef9;
  border-radius: 10px
}
.stat-block__info {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-weight: 300
}
.stat-block__info ul {
  padding-left: 20px;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 1em
}
.stat-block__info ul li {
  list-style: disc
}
.stat-block__info ul li::marker {
  color: var(--color-accent);
  font-size: 10px
}
.stat-block__info ul li a {
  border-bottom: 1px solid currentColor;
  color: var(--color-accent)
}
.reception {
  border-bottom: 1px solid #c9d4e2
}
.reception__inner {
  display: flex;
  gap: 20px
}
@media (max-width:1023.98px) {
  .reception__inner {
    flex-direction: column
  }
  .reception__inner .title br {
    display: none
  }
}
.reception__content {
  flex: 1
}
.reception__content .title {
  margin-bottom: 33px;
  text-align: left
}
.reception__content .title::after,
.reception__content .title::before {
  left: 0;
  translate: 0 -50%
}
.reception__content .descr {
  max-width: 547px;
  margin-bottom: 25px
}
.reception__text {
  font-size: 20px;
  font-weight: 300
}
@media (max-width:767.98px) {
  .reception__text {
    font-size: 14px
  }
}
.reception__form {
  flex: 1
}
.reception-form__fields {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 25px 20px;
  margin-bottom: 30px
}
.reception-form__fields>*:last-child {
  grid-column: 1/-1
}
@media (max-width:767.98px) {
  .reception-form__fields {
    display: flex;
    flex-direction: column;
    gap: 14px
  }
}
.reception-form__actions {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px
}
.reception-form__actions input {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content
}
@media (max-width:767.98px) {
  .reception-form__actions {
    gap: 26px
  }
  .reception-form__actions .btn {
    width: 100%
  }
}
.reception-form__file {
  display: flex;
  align-items: center;
  gap: 15px
}
@media (max-width:767.98px) {
  .reception-form__file {
    flex-direction: column;
    text-align: center;
    gap: 5px;
    width: 100%
  }
}
.reception-form__file>span {
  font-style: italic;
  color: #929db3
}
.license__text {
  font-size: 18px;
  line-height: 183%
}
.license__search {
  max-width: 628px;
  margin: 0 auto 30px
}
.license__search .search__form {
  height: 46px
}
@media (max-width:767.98px) {
  .tabs__navigation {
    gap: 5px
  }
}
@media (max-width:767.98px) {
  .tabs__title {
    padding: 4px
  }
}
.license-table {
  width: 100%;
  border-collapse: collapse
}
@media (max-width:767.98px) {
  .license-table {
    display: block;
    border: 1px solid #d0d6e0;
    border-radius: 10px
  }
}
@media (max-width:767.98px) {
  .license-table tr {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    background-color: #f5fafe
  }
  .license-table tr:nth-child(even) {
    background-color: rgba(0,0,0,0)
  }
}
.license-table tr:nth-child(even) td {
  background-color: #f5fafe
}
@media (max-width:767.98px) {
  .license-table tr:nth-child(even) td {
    background-color: rgba(0,0,0,0)
  }
}
@media (max-width:767.98px) {
  .license-table thead {
    display: none
  }
}
@media (max-width:767.98px) {
  .license-table tbody {
    display: flex;
    flex-direction: column
  }
}
.license-table td,
.license-table th {
  padding: 12px 20px
}
@media (max-width:1023.98px) {
  .license-table td,
  .license-table th {
    padding: 12px 10px
  }
}
.license-table td img,
.license-table th img {
  vertical-align: middle
}
.license-table th {
  white-space: nowrap;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: var(--color-accent);
  border-right: 1px solid hsla(0,0%,100%,.3);
  font-size: 22px
}
.license-table th:first-child {
  text-align: left;
  border-radius: 10px 0 0 0
}
.license-table th:last-child {
  border: none;
  border-radius: 0 10px 0 0
}
.license-table td {
  border-right: 1px solid rgba(146,157,179,.4);
  font-weight: 300
}
.license-table td a {
  font-size: 17px;
  display: inline-flex;
  align-items: center
}
.license-table td img {
  margin-right: 12px
}
@media (max-width:1023.98px) {
  .license-table td img {
    margin: 0 auto 2px;
    display: block
  }
}
@media (max-width:767.98px) {
  .license-table td {
    border: none;
    font-size: 12px;
    text-align: left!important;
    padding: 0
  }
  .license-table td img {
    height: 20px
  }
  .license-table td:nth-child(1) {
    margin-bottom: 3px
  }
  .license-table td:nth-child(2) {
    margin-bottom: 7px
  }
  .license-table td:nth-child(3) {
    margin-bottom: 7px
  }
  .license-table td img {
    display: inline-block;
    margin-right: 10px
  }
}
.license-table td:nth-child(3) {
  font-size: 15px
}
.license-table td:nth-child(n+3) {
  text-align: center
}
.license-table td:last-child {
  border: none;
  color: var(--color-accent)
}
.teams__search {
  max-width: 648px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center
}
.teams__search>p {
  font-size: 12px;
  color: #929db3
}
.teams__grid {
  display: flex;
  gap: 20px;
  align-items: flex-start
}
@media (max-width:767.98px) {
  .teams__grid {
    flex-direction: column;
    align-items: baseline
  }
}
.teams__cards {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px
}
@media (max-width:767.98px) {
  .teams__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:767.98px) {
  .teams__cards {
    grid-template-columns: 1fr;
  }
}
.teams__cards:not(:last-child) {
  margin-bottom: 30px
}
.teams__filter {
  width: 304px;
  flex: 0 0 auto
}
@media (max-width:767.98px) {
  .teams__filter {
    width: 100%
  }
}
.teams__main {
  flex: 1
}
.teams__sort {
  margin-bottom: 16px
}
.team-card {
  padding: 16px 15px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fff;
  border: 1px solid #dce4f3;
  border-radius: 10px
}
.team-card__img {
  border-radius: 10px;
  overflow: hidden
}
.team-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.team-card__title {
  font-weight: 700;
  font-size: 18px;
  color: var(--color-accent)
}
.team-card__list {
  font-weight: 300
}
.team-card__bottom {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}
.team-card__bottom>* {
  flex: 1
}
.team-card .btn {
  min-width: auto;
  height: 46px;
  padding-inline: 2px;
  text-transform: none
}
.feedback {
  padding: 105px 0 91px;
  background-color: var(--color-bg-light)
}
@media (max-width:767.98px) {
  .feedback {
    padding: 30px 0 50px
  }
}
.feedback__inner {
  display: flex;
  gap: 20px
}
@media (max-width:1023.98px) {
  .feedback__inner {
    flex-direction: column
  }
}
.feedback__content {
  flex: 1
}
.feedback__head {
  display: flex;
  flex-direction: column;
  gap: 33px;
  margin-bottom: 41px
}
@media (max-width:1023.98px) {
  .feedback__head {
    gap: 23px;
    margin-bottom: 16px
  }
}
.feedback__head .title {
  font-size: 60px;
  padding-bottom: 34px
}
@media (max-width:1023.98px) {
  .feedback__head .title {
    font-size: 40px;
    padding-bottom: 23px
  }
}
@media (max-width:767.98px) {
  .feedback__head .title {
    font-size: 35px
  }
}
.feedback__head .title::after,
.feedback__head .title::before {
  left: 0;
  translate: 0 -50%
}
.feedback__img {
  margin-inline: auto;
  aspect-ratio: 372/384;
  max-width: 59.236%
}
.feedback__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
@media (max-width:1023.98px) {
  .feedback__img {
    display: none
  }
}
.feedback__form {
  flex: 1
}
.feedback-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px
}
.feedback-form .field {
  width: calc(50% - 10px)
}
.feedback-form .field--radios,
.feedback-form .field--textarea {
  width: 100%
}
@media (max-width:767.98px) {
  .feedback-form .field {
    width: 100%
  }
}
.feedback-form__radios {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap
}
@media (max-width:767.98px) {
  .feedback-form__radios {
    gap: 20px
  }
}
.feedback-form__radios>.checkbox:not(:last-child),
.feedback-form__radios>.radiobox:not(:last-child) {
  margin-right: 25px
}
.feedback-form__radios>.checkbox:last-child,
.feedback-form__radios>.radiobox:last-child {
  margin-right: auto
}
.feedback-form__radios-row {
  display: flex;
  flex-direction: column;
  gap: 20px
}
@media (max-width:767.98px) {
  .feedback-form__radios-row {
    width: 100%
  }
}
.feedback-form__info {
  width: 100%;
  font-size: 15px
}
@media (max-width:767.98px) {
  .feedback-form__info {
    text-align: center
  }
}
.feedback-form__info a {
  color: var(--color-accent)
}
@media (any-hover:hover) {
  .feedback-form__info a:hover {
    text-decoration: underline
  }
}
.feedback-form .btn {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content
}
@media (max-width:767.98px) {
  .feedback-form .btn {
    width: 100%
  }
}
.offers {
  border-bottom: 1px solid #c9d4e2
}
.offers__inner {
  position: relative
}
.offer-card {
  padding: 24px 20px;
  min-height: 160px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,.05);
  border-radius: 10px
}
@media (max-width:767.98px) {
  .offer-card {
    min-height: 115px
  }
}
.offer-card__inner {
  display: flex;
  align-items: flex-start;
  gap: 24px
}
.offer-card__img {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 76px
}
@media (max-width:767.98px) {
  .offer-card__img {
    width: 64px
  }
}
.offer-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  margin-bottom: 5px
}
@media (max-width:767.98px) {
  .offer-card__title {
    font-size: 18px
  }
}
.offer-card__text {
  font-weight: 300;
  line-height: 159%
}
@media (max-width:767.98px) {
  .offer-card__text {
    font-size: 15px
  }
}
.mission__inner {
  display: flex;
  align-items: center;
  gap: 20px
}
@media (max-width:767.98px) {
  .mission__inner {
    flex-direction: column
  }
}
.mission__content {
  flex: 1;
  min-width: 50%
}
.mission__content .text {
  max-width: 647px
}
.mission__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 16px
}
.mission__img {
  border-radius: 20px;
  aspect-ratio: 547/500;
  width: 100%;
  max-width: 547px;
  overflow: hidden
}
.mission__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.mission blockquote {
  font-style: italic;
  font-weight: 600;
  line-height: 159%;
  color: #232630;
  padding: 25px 30px;
  border-radius: 20px;
  background: #e5e9ee
}
.info-block__head {
  margin-bottom: 23px
}
.info-block__head .title::after,
.info-block__head .title::before {
  left: 0;
  translate: 0 -50%
}
.info-block__top {
  display: flex;
  align-items: center;
  gap: 12px
}
.info-block__top img {
  flex: 0 0 auto
}
@media (max-width:767.98px) {
  .info-block__top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
    position: relative
  }
  .info-block__top .title {
    padding-bottom: 0
  }
  .info-block__top .title::after,
  .info-block__top .title::before {
    display: none
  }
  .info-block__top img {
    width: 258px;
    height: 51px
  }
  .info-block__top::after,
  .info-block__top::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%
  }
  .info-block__top::before {
    height: 1px;
    background-color: rgba(0,0,0,.2);
    width: 306px
  }
  .info-block__top::after {
    height: 5px;
    border-radius: 90px;
    background-color: var(--color-accent);
    max-width: 100px;
    translate: 0 -50%
  }
}
.info-block__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
  font-weight: 300
}
.info-block__body h3 {
  font-weight: 600;
  font-size: 25px
}
.info-block__body ul.list li {
  padding-left: 0
}
.info-block__body ul li {
  position: relative;
  padding-left: 50px
}
.info-block__body ul li::before {
  content: "";
  background: url(../img/checkmark.svg) center/contain no-repeat;
  left: 0;
  top: 50%;
  position: absolute;
  translate: 0 -50%;
  width: 24px;
  aspect-ratio: 1
}
.info-block__body ul li:not(:last-child) {
  margin-bottom: 1em
}
.info-block__bottom {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}
.info-block__bottom .btn-more {
  flex: 1
}
.info-block__bottom .btn-more--light {
  flex: none
}
@media (max-width:767.98px) {
  .info-block__bottom .btn-more--light {
    flex: 1
  }
}
.info-block__table {
  margin-top: 30px
}
.contact__body {
  display: flex;
  gap: 20px
}
@media (max-width:1023.98px) {
  .contact__body {
    flex-direction: column
  }
}
.contact__aside {
  flex: 1
}
@media (max-width:767.98px) {
  .contact__aside>.contact__social .social-icon {
    width: 30px;
    padding: 6px;
    height: 30px
  }
}
.contact__items {
  margin-bottom: 54px;
  display: flex;
  flex-direction: column;
  gap: 54px
}
@media (max-width:767.98px) {
  .contact__items {
    gap: 20px;
    margin-bottom: 30px
  }
}
.contact__mail {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  color: var(--color-accent);
  margin-bottom: 32px
}
@media (max-width:767.98px) {
  .contact__mail {
    font-size: 14px;
    margin-bottom: 12px
  }
}
.contact__mail::before {
  content: "";
  flex: 0 0 auto;
  display: inline-block;
  aspect-ratio: 1;
  width: 18px;
  -webkit-mask: url(../img/icons/email.svg) center/contain no-repeat;
  mask: url(../img/icons/email.svg) center/contain no-repeat;
  background-color: #929db3
}
@media (any-hover:hover) {
  .contact__mail:hover {
    text-decoration: underline
  }
}
.contact__social {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.contact__block {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 55%
}
@media (max-width:1023.98px) {
  .contact__block {
    width: 100%
  }
}
.contact__line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start
}
@media (max-width:767.98px) {
  .contact__line {
    align-items: center;
    justify-content: center
  }
}
.contact__line .contact__social {
  padding-top: 5px
}
@media (max-width:1023.98px) {
  .contact__line {
    margin-bottom: 26px
  }
}
.contact__calls {
  display: flex;
  align-items: flex-start;
  gap: 32px
}
@media (max-width:767.98px) {
  .contact__calls {
    gap: 15px
  }
}
.contact__map {
  min-height: 450px;
  flex: 1
}
@media (max-width:1023.98px) {
  .contact__map {
    flex: none
  }
}
.contact__map iframe {
  width: 100%;
  height: 100%;
  min-height: inherit
}
.contact-item {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.contact-item__title {
  font-weight: 700;
  font-size: 20px
}
@media (max-width:767.98px) {
  .contact-item__title {
    font-size: 18px
  }
}
.contact-item__list {
  display: flex;
  flex-direction: column;
  gap: 15px
}
@media (max-width:767.98px) {
  .contact-item__list {
    gap: 10px
  }
}
.contact-item__li {
  position: relative;
  padding-left: 27px;
  font-weight: 300;
  color: var(--color-accent)
}
@media (max-width:767.98px) {
  .contact-item__li {
    font-size: 14px
  }
}
.contact-item__li b {
  font-weight: 700
}
.contact-item__li::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  aspect-ratio: 1;
  background-color: #929db3;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  content: "";
  translate: 0 -50%
}
.contact-item__li--loc::before {
  -webkit-mask-image: url(../img/icons/pin.svg);
  mask-image: url(../img/icons/pin.svg)
}
.contact-item__li--tel {
  font-weight: 700
}
.contact-item__li--tel::before {
  -webkit-mask-image: url(../img/icons/call.svg);
  mask-image: url(../img/icons/call.svg)
}
.contact-item__li--time {
  color: var(--color-main)
}
.contact-item__li--time::before {
  -webkit-mask-image: url(../img/icons/clock.svg);
  mask-image: url(../img/icons/clock.svg)
}
.contact-item__li--map {
  font-weight: 700
}
.contact-item__li--map>* {
  font: inherit
}
@media (any-hover:hover) {
  .contact-item__li--map>*:hover {
    text-decoration: underline
  }
}
.contact-item__li--map::before {
  -webkit-mask-image: url(../img/icons/location.svg);
  mask-image: url(../img/icons/location.svg)
}
.accreditation__head {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 23px
}
.accreditation__body {
  display: flex;
  gap: 20px;
  align-items: center
}
.accreditation__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start
}
.accreditation__text {
  gap: 1em;
  display: flex;
  flex-direction: column
}
.accreditation__text ul {
  display: flex;
  flex-direction: column;
  gap: 1em
}
.accreditation__img {
  flex: 1;
  aspect-ratio: 568/395;
  width: 100%
}
.accreditation__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
@media (max-width:767.98px) {
  .accreditation__img {
    display: none
  }
}
.rezume__cards {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px
}
@media (max-width:767.98px) {
  .rezume__cards {
    grid-template-columns: auto
  }
}
.rezume__banner {
  margin: 70px 0
}
@media (max-width:767.98px) {
  .rezume__banner {
    margin: 50px 0
  }
}
@media (max-width:767.98px) {
  .rezume .title {
    font-size: 30px
  }
}
.rezume-contact__content {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.rezume-contact__text {
  font-weight: 300;
  line-height: 159%
}
.rezume-contact__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between
}
@media (max-width:767.98px) {
  .rezume-contact__inner {
    flex-direction: column
  }
}
.rezume-contact__title::after,
.rezume-contact__title::before {
  left: 0;
  translate: 0 -50%
}
@media (max-width:767.98px) {
  .rezume-contact__title {
    font-size: 30px
  }
}
.rezume-contact__block {
  max-width: 707px;
  padding: 50px;
  width: 100%;
  background: #e7eef9;
  border-radius: 20px;
  position: relative
}
@media (max-width:767.98px) {
  .rezume-contact__block {
    padding: 28px 20px 140px;
    max-width: none
  }
}
.rezume-contact__decor {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 41.443%;
  translate: 34px 30px;
  aspect-ratio: 293/246
}
@media (max-width:767.98px) {
  .rezume-contact__decor {
    right: 20px;
    bottom: 0;
    translate: 0 0;
    width: 148px
  }
}
.rezume-contact__items {
  max-width: 515px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
@media (max-width:767.98px) {
  .rezume-contact__items {
    gap: 20px
  }
}
.rezume-contact__actions {
  display: flex;
  gap: 20px
}
@media (max-width:767.98px) {
  .rezume-contact__actions {
    flex-direction: column
  }
}
.rezume-contact__item {
  font-weight: 300;
  padding-left: 27px;
  position: relative
}
.rezume-contact__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 1;
  width: 18px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #929db3
}
@media (max-width:767.98px) {
  .rezume-contact__item {
    font-size: 15px
  }
}
.rezume-contact__item--address {
  color: var(--color-accent)
}
.rezume-contact__item--address::before {
  -webkit-mask-image: url(../img/icons/pin.svg);
  mask-image: url(../img/icons/pin.svg)
}
.rezume-contact__item--address2 {
  color: var(--color-accent)
}
.rezume-contact__item--address2::before {
  -webkit-mask-image: url(../img/icons/pin2.svg);
  mask-image: url(../img/icons/pin2.svg)
}
.rezume-contact__item--tel {
  color: var(--color-accent);
  font-weight: 700
}
.rezume-contact__item--tel::before {
  -webkit-mask-image: url(../img/icons/call.svg);
  mask-image: url(../img/icons/call.svg)
}
.rezume-contact__item--time::before {
  -webkit-mask-image: url(../img/icons/clock.svg);
  mask-image: url(../img/icons/clock.svg)
}
.rezume-contact__item--email::before {
  -webkit-mask-image: url(../img/icons/email.svg);
  mask-image: url(../img/icons/email.svg)
}
.rezume-contact__item--email a {
  color: var(--color-accent);
  font-weight: 700
}
.rezume-contact__item--text {
  padding-left: 0
}
.rezume-contact__item--text::before {
  display: none
}
.rezume-item {
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 20px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,.05);
  border-radius: 10px;
  font-weight: 300;
  font-size: 20px;
  line-height: 135%
}
.rezume-item svg {
  height: 36px;
  flex: 0 0 auto
}
.rezume-item a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--color-accent)
}
@media (any-hover:hover) {
  .rezume-item a:hover {
    text-decoration: none
  }
}
.rezume-banner {
  border-radius: 40px;
  background-color: #e7eef9;
  position: relative;
  overflow: hidden
}
.rezume-banner__decor {
  position: absolute;
  height: 100%;
  width: 45.3762%
}
.rezume-banner__decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center
}
@media (max-width:767.98px) {
  .rezume-banner__decor {
    width: 100%;
    opacity: .1
  }
  .rezume-banner__decor img {
    -o-object-position: center;
    object-position: center
  }
}
.rezume-banner__content {
  padding: 107px 20px;
  max-width: 58.778%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}
@media (max-width:767.98px) {
  .rezume-banner__content {
    width: 100%;
    padding: 40px 20px 54px;
    max-width: 100%;
    gap: 24px
  }
}
.rezume-banner__text {
  font-weight: 300;
  font-size: 18px
}
@media (max-width:767.98px) {
  .rezume-banner__text {
    font-size: 15px
  }
}
.rezume-banner .btn-more {
  max-width: 336px;
  width: 100%
}
.roadmap {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 20px;
  overflow-x: auto
}
@media (max-width:767.98px) {
  .roadmap {
    flex-direction: column;
    justify-content: baseline
  }
}
.roadmap::after {
  position: absolute;
  content: "";
  width: 90%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  height: 3px;
  background: repeating-linear-gradient(to right,transparent 0 6px,#005bbb 6px 12px)
}
@media (max-width:767.98px) {
  .roadmap::after {
    width: 3px;
    height: 90%;
    left: 71px;
    background: repeating-linear-gradient(to bottom,transparent 0 6px,#005bbb 6px 12px)
  }
}
.roadmap .roadmap-item {
  max-width: 162px;
  grid-template-rows: 1fr 141px 1fr;
  display: grid
}
@media (max-width:767.98px) {
  .roadmap .roadmap-item {
    max-width: none;
    display: flex;
    align-items: center;
    flex-direction: row
  }
}
@media (min-width:767.98px) {
  .roadmap .roadmap-item:nth-child(odd) .roadmap-item__body {
    order: 2
  }
}
@media (min-width:767.98px) {
  .roadmap .roadmap-item:nth-child(even) .roadmap-item__date {
    order: 0
  }
}
@media (min-width:767.98px) {
  .roadmap .roadmap-item:nth-child(even) .roadmap-item__body {
    order: -1
  }
}
.stepper {
  position: relative;
  display: flex;
  gap: 20px
}
@media (max-width:1023.98px) {
  .stepper {
    overflow-x: auto
  }
}
@media (max-width:767.98px) {
  .stepper {
    flex-direction: column;
    overflow: visible
  }
}
.stepper::after {
  position: absolute;
  content: "";
  width: 80%;
  left: 50%;
  top: 70px;
  translate: -50% 0;
  height: 3px;
  background: repeating-linear-gradient(to right,transparent 0 6px,#005bbb 6px 12px)
}
@media (max-width:767.98px) {
  .stepper::after {
    width: 3px;
    height: 90%;
    left: 71px;
    background: repeating-linear-gradient(to bottom,transparent 0 6px,#005bbb 6px 12px)
  }
}
.stepper .roadmap-item__date {
  order: -1
}
.roadmap-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1
}
@media (max-width:767.98px) {
  .roadmap-item {
    gap: 10px;
    flex-direction: row;
    align-items: center
  }
}
.roadmap-item::after {
  display: inline-block;
  content: ""
}
@media (max-width:767.98px) {
  .roadmap-item::after {
    display: none
  }
}
.roadmap-item__date {
  font-weight: 800;
  font-size: 30px;
  line-height: 90%;
  text-align: center;
  color: #005bbb;
  width: 141px;
  aspect-ratio: 1;
  margin-inline: auto;
  display: flex;
  order: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #005bbb;
  position: relative;
  z-index: 1
}
@media (max-width:767.98px) {
  .roadmap-item__date {
    order: -1;
    margin: 0
  }
}
.roadmap-item__date::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 75%;
  translate: -50% -50%;
  aspect-ratio: 1;
  z-index: -1;
  background: #e7eef9;
  box-shadow: 0 0 20px rgba(0,0,0,.25)
}
.roadmap-item__body {
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  gap: 12px
}
@media (max-width:767.98px) {
  .roadmap-item__body {
    margin-bottom: 0
  }
}
.roadmap-item__text {
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  font-size: 16px
}
@media (max-width:767.98px) {
  .roadmap-item__text {
    text-align: left
  }
}
.vacation-section__pagination {
  margin: 30px 0
}
@media (max-width:767.98px) {
  .vacation-section .title {
    font-size: 30px
  }
}
.vacation-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px 18px
}
.vacation-card__title {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 22px
}
@media (max-width:767.98px) {
  .vacation-card__title {
    margin-bottom: 14px
  }
}
.vacation-card__body {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  font-weight: 300
}
.vacation-card__body a {
  font-weight: 700;
  color: var(--color-accent)
}
@media (any-hover:hover) {
  .vacation-card__body a:hover {
    text-decoration: underline
  }
}
.footer {
  margin-top: 90px;
  background-color: #002449
}
.footer__top {
  padding-top: 39px;
  margin: 0 0 42px
}
@media (max-width:767.98px) {
  .footer__top {
    margin: 0 0 21px;
    padding-top: 21px
  }
  .footer{
    margin-top: 20px;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff
}
@media (max-width:767.98px) {
  .footer__logo {
    flex-direction: column;
    text-align: center
  }
}
.footer__logo-img {
  width: 82px;
  aspect-ratio: 1;
  flex: 0 0 auto
}
@media (max-width:767.98px) {
  .footer__logo-img {
    width: 62px
  }
}
.footer__logo-content {
  display: flex;
  flex-direction: column;
  gap: 15px
}
.footer__logo-title {
  font-weight: 700
}
@media (max-width:767.98px) {
  .footer__logo-title {
    font-size: 12px
  }
}
@media (max-width:767.98px) {
  .footer__logo-text {
    font-size: 12px
  }
}
.footer__menu {
  padding: 30px 0;
  margin: 30px 0;
  border-top: 1px solid hsla(0,0%,100%,.3);
  border-bottom: 1px solid hsla(0,0%,100%,.3);
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px
}
@media (max-width:1023.98px) {
  .footer__menu {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:767.98px) {
  .footer__menu {
    grid-template-columns: auto;
    margin: 20px 0 0;
    padding: 18px 0 27px;
    gap: 0
  }
}
@media (max-width:1023.98px) {
  .footer__menu .footer-menu__row:last-child {
    display: none
  }
}
@media (max-width:767.98px) {
  .footer__menu .footer-menu__row:last-child {
    display: block
  }
}
.footer__info,
.footer__info-left {
  display: flex;
  align-items: flex-start;
  gap: 35px
}
.footer__info {
  padding: 40px 0
}
@media (max-width:1023.98px) {
  .footer__info {
    flex-direction: column
  }
}
@media (max-width:767.98px) {
  .footer__info {
    padding: 20px 0
  }
}
.footer__info-left {
  flex: 1
}
@media (max-width:1023.98px) {
  .footer__info-left {
    order: 1
  }
}
@media (max-width:767.98px) {
  .footer__info-left {
    flex-direction: column;
    gap: 19px
  }
}
.footer__info-block {
  max-width: 302px;
  display: flex;
  align-items: flex-start;
  width: 100%
}
@media (max-width:1023.98px) {
  .footer__info-block {
    max-width: none;
    padding-bottom: 40px;
    border-bottom: 1px solid hsla(0,0%,100%,.3)
  }
}
.footer__info-block .footer-menu {
  display: none
}
@media (max-width:1023.98px) {
  .footer__info-block .footer-menu {
    display: block;
    flex: 1
  }
}
@media (max-width:767.98px) {
  .footer__info-block .footer-menu {
    display: none
  }
}
.footer__block {
  display: flex;
  flex-direction: column;
  gap: 30px
}
@media (max-width:767.98px) {
  .footer__block {
    gap: 20px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid hsla(0,0%,100%,.3)
  }
}
.footer__calls {
  display: flex;
  gap: 44px
}
@media (max-width:1023.98px) {
  .footer__calls {
    gap: 25px
  }
}
.footer__calls .call-block--accent .call-block__text {
  color: #929db3
}
.footer__email {
  color: #fff
}
.footer__email b {
  text-decoration: underline
}
@media (any-hover:hover) {
  .footer__email b:hover {
    text-decoration: none
  }
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap
}
.footer__bottom {
  padding: 30px 0;
  background: #001f3f;
  box-shadow: inset 0 5px 10px rgba(0,0,0,.25)
}
.footer__bottom .footer__logo {
  display: none
}
@media (max-width:1023.98px) {
  .footer__bottom {
    font-size: 14px
  }
}
@media (max-width:767.98px) {
  .footer__bottom {
    padding: 20px 0;
    font-size: 13px;
    text-align: center
  }
  .footer__bottom .footer__logo {
    display: inline-block
  }
}
.footer__bottom-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 300;
  color: #fff
}
@media (max-width:767.98px) {
  .footer__bottom-line {
    flex-wrap: wrap
  }
}
@media (max-width:767.98px) {
  .footer__copy {
    flex: 1
  }
}
.footer__design {
  white-space: nowrap
}
@media (max-width:1023.98px) {
  .footer__design {
    order: 1
  }
}
@media (max-width:767.98px) {
  .footer__design {
    text-align: center;
    width: 100%;
    border-top: 1px solid hsla(0,0%,100%,.3);
    padding-top: 16px
  }
}
.footer__logos {
  display: flex;
  align-items: center;
  gap: 29px;
  flex: 0 0 auto
}
@media (max-width:767.98px) {
  .footer__logos {
    gap: 9px
  }
}
@media (max-width:767.98px) {
  .footer-item {
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    padding: 20px 0
  }
  .footer-item:first-child {
    padding-top: 0
  }
  .footer-item:last-child {
    border-bottom: none;
    padding-bottom: 0
  }
}
.footer-item__title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px
}
@media (max-width:767.98px) {
  .footer-item__title {
    margin-bottom: 0;
    font-size: 14
  }
  .footer-item__title::after {
    content: "";
    width: 8px;
    aspect-ratio: 1;
    flex: 0 0 auto;
    margin-left: auto;
    -webkit-mask: url(../img/icons/chevron.svg) center/contain no-repeat;
    mask: url(../img/icons/chevron.svg) center/contain no-repeat;
    background-color: currentColor;
    opacity: 0;
  }
}
.footer-item__list {
  display: flex;
  flex-direction: column;
  gap: 15px
}
.footer-item__list a {
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  transition: .3s ease;
  border-bottom: 1px solid transparent
}
@media (any-hover:hover) {
  .footer-item__list a:hover {
    border-bottom-color: currentColor
  }
}
.footer-menu__row {
  display: flex;
  flex-direction: column;
  gap: 15px
}
@media (max-width:767.98px) {
  .footer-menu__row {
    gap: 0
  }
  .footer-menu__row .footer-item {
    padding: 20px 0
  }
  .footer-menu__row .footer-item:last-child {
    padding-bottom: 0
  }
}
.footer-address {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}
.footer-address li {
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px
}
@media (max-width:767.98px) {
  .footer-address li {
    font-size: 13px
  }
}
.footer-address li::before {
  content: "";
  height: 24px;
  aspect-ratio: 17.76/24;
  -webkit-mask: url(../img/icons/pin.svg) center/contain no-repeat;
  mask: url(../img/icons/pin.svg) center/contain no-repeat;
  background-color: #fff
}
.footer-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px
}
@media (max-width:1023.98px) {
  .footer-qr {
    max-width: 213px
  }
}
@media (max-width:767.98px) {
  .footer-qr {
    max-width: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 22px
  }
  .footer-qr .btn {
    width: 100%;
    height: 40px
  }
}
.footer-qr__title {
  font-weight: 700;
  color: #fff
}
@media (max-width:767.98px) {
  .footer-qr__title {
    font-size: 14px;
    flex: 1;
    text-align: left
  }
}
.footer-qr__img {
  width: 110px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  border-radius: 10px;
  padding: 8px;
  background-color: #fff
}
.footer-qr__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
@media (max-width:767.98px) {
  .footer-item__list {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height .3s ease,opacity .3s ease
  }
  .footer-item.active .footer-item__list {
    opacity: 1
  }
  .footer-item__title {
    cursor: pointer
  }
}
.page__home .hero__title {
  margin-bottom: 34px;
  padding-bottom: 34px
}
@media (max-width:767.98px)and (max-width:767.98px) {
  .page__home .license-table {
    border: none;
    border-radius: 0
  }
}
@media (max-width:767.98px)and (max-width:767.98px) {
  .page__home .license-table tr {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    background-color: #f5fafe!important
  }
  .page__home .license-table tr td:first-child {
    font-weight: 700
  }
}
@media (max-width:767.98px)and (max-width:767.98px) {
  .page__home .license-table tbody {
    gap: 10px
  }
}
.public-blocks {
  padding: 60px 0 70px;
  border-top: 1px solid #c9d4e2;
  display: flex;
  flex-direction: column;
  gap: 70px
}
@media (max-width:767.98px) {
  .public-blocks {
    gap: 40px;
    padding: 50px 0 40px
  }
}
.doctors-page__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
  padding-top: 34px;
  border-top: 1px solid #c9d4e2;
  margin-top: 16px
}
@media (max-width:767.98px) {
  .doctors-page__items .team-card:nth-child(n+5) {
    display: none
  }
}
.doctors-filter .btn {
  height: 50px
}
.doctors-filter select {
  height: 50px;
  padding: 10px 20px
}
.doctor-content h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.35;
  margin-bottom: 12px
}
@media (max-width:767.98px) {
  .doctor-content h2 {
    font-size: 30px
  }
}
.doctor-content h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 12px
}
@media (max-width:767.98px) {
  .doctor-content h3 {
    font-size: 24px
  }
}
.doctor-content li,
.doctor-content p,
.doctor-content strong {
  font-weight: 300;
  margin-bottom: 15px
}
.doctor-content strong {
  display: inline-block
}
.doctor-content p strong {
  margin-bottom: 0
}
.doctor-content ul {
  padding-left: 20px;
  list-style: disc
}
.doctor-content ul:not(.list-checked) li {
  list-style: disc
}
.doctor-content ol {
  padding-left: 30px;
  list-style: decimal
}
.doctor-content ol li {
  padding-left: 20px
}
.doctor-content ol li::marker {
  font-weight: 800;
  font-size: 22px;
  color: #005bbb
}
.doctor-content strong {
  font-weight: 800
}
.doctor-content .divider {
  margin: 40px 0
}
.accessibility-card {
  background: #e7eef9;
  border-radius: 10px;
  padding: 20px;
  text-align: center
}
.accessibility-card__img {
  margin-bottom: 20px;
  aspect-ratio: 365/231;
  border-radius: 10px;
  overflow: hidden
}
.accessibility-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.accessibility-card__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.36;
  align-items: center;
  margin-bottom: 20px
}
@media (max-width:767.98px) {
  .accessibility-card__title {
    font-size: 17px;
    margin-bottom: 6px
  }
}
.accessibility-card__text {
  font-weight: 300
}
.admin-card {
  background: #fff;
  border: 1px solid #dce4f3;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px
}
@media (max-width:1023.98px) {
  .admin-card {
    align-items: flex-start
  }
}
.admin-card__img {
  border-radius: 10px;
  flex: 0 0 auto;
  width: 220px;
  aspect-ratio: 165/220;
  overflow: hidden
}
@media (max-width:1023.98px) {
  .admin-card__img {
    width: 110px;
    height: 146px
  }
}
.admin-card__img img {
  width: 100%;
  height: 100%
}
.admin-card__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: var(--color-accent);
  margin-bottom: 14px
}
@media (max-width:767.98px) {
  .admin-card__title {
    font-size: 15px;
    margin-bottom: 6px
  }
}
.admin-card__content {
  display: flex;
  flex-direction: column;
  gap: .5em;
  font-weight: 300
}
.faq-page__search {
  width: 100%;
  max-width: 648px
}
.faq-page__info .content-block-info__actions {
  width: 100%;
  max-width: 628px
}
.faq-page__info .content-block-info__actions>* {
  flex: 1
}
@layer utilities {
  line-height: 25px
}
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid
}
@property --tw-leading {
  syntax: "*";
  inherits: false
}
@media (max-width:767.98px) {
  .admins__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .admins__body > .grid,
  .admins__body .grid {
    grid-template-columns: minmax(0,1fr)!important;
  }
  .admins__body .admin-card {
    width: 100%;
  }
  .admins__body .grid > * {
    width: 100%;
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

/* Ensure team cards stretch to same height and button sticks to bottom */
@media (min-width:0) {
  .teams__cards {
    align-items: stretch;
  }
  .teams__cards .team-card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .teams__cards .team-card__body {
    flex: 1 1 auto;
  }
  .teams__cards .team-card__bottom {
    margin-top: auto;
  }
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid
}
@property --tw-blur {
  syntax: "*";
  inherits: false
}
@property --tw-brightness {
  syntax: "*";
  inherits: false
}
@property --tw-contrast {
  syntax: "*";
  inherits: false
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}
@property --tw-invert {
  syntax: "*";
  inherits: false
}
@property --tw-opacity {
  syntax: "*";
  inherits: false
}
@property --tw-saturate {
  syntax: "*";
  inherits: false
}
@property --tw-sepia {
  syntax: "*";
  inherits: false
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false
}
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, .7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: .5;
  --f-button-svg-transition: opacity .15s ease;
  --f-button-svg-transform: none
}
.f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  -webkit-transform: var(--f-button-transform);
  transform: var(--f-button-transform);
  transition: var(--f-button-transition);
  backdrop-filter: var(--f-button-backdrop-filter);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden
}
@media(hover:hover) {
  .f-button:hover:not([aria-disabled]) {
    color: var(--f-button-hover-color,var(--f-button-color));
    background-color: var(--f-button-hover-bg,var(--f-button-bg))
  }
}
.f-button:active:not([aria-disabled]) {
  color: var(--f-button-active-color,var(--f-button-hover-color,var(--f-button-color)));
  background-color: var(--f-button-active-bg,var(--f-button-hover-bg,var(--f-button-bg)))
}
.f-button:focus {
  outline: 0
}
.f-button:focus-visible {
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset)
}
.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  -webkit-transform: var(--f-button-svg-transform);
  transform: var(--f-button-svg-transform);
  fill: var(--f-button-svg-fill);
  -webkit-filter: var(--f-button-svg-filter);
  filter: var(--f-button-svg-filter);
  opacity: var(--f-button-svg-opacity,1);
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none
}
.f-button[aria-disabled] {
  cursor: default
}
.f-button[aria-disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity)
}
[data-panzoom-action=toggleFS] g:first-child {
  display: flex
}
[data-panzoom-action=toggleFS] g:last-child {
  display: none
}
.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
  display: none
}
.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
  display: flex
}
[data-autoplay-action=toggle] svg g:first-child {
  display: flex
}
[data-autoplay-action=toggle] svg g:last-child {
  display: none
}
.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none
}
.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: flex
}
:-webkit-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none
}
:-ms-fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none
}
:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none
}
:-webkit-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex
}
:-ms-fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex
}
:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex
}
:root {
  --f-spinner-color-1: rgba(0, 0, 0, .1);
  --f-spinner-color-2: rgba(17, 24, 28, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px
}
.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  translate: -50% -50%;
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  border-radius: var(--f-spinner-border-radius);
  -webkit-animation: f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both;
  animation: f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both
}
@-webkit-keyframes f-spinner {
  to {
    rotate: 360deg
  }
}
@keyframes f-spinner {
  to {
    rotate: 360deg
  }
}
.f-panzoom,
.f-zoomable {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column
}
.f-panzoom:after,
.f-panzoom:before,
.f-zoomable:after,
.f-zoomable:before {
  display: block;
  content: ""
}
.f-panzoom:not(.has-controls):before,
.f-zoomable:not(.has-controls):before {
  margin-bottom: auto
}
.f-panzoom:after,
.f-zoomable:after {
  margin-top: auto
}
.f-panzoom.in-fullscreen,
.f-zoomable.in-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0!important;
  width: 100%!important;
  height: 100%!important;
  max-width: none!important;
  max-height: none!important;
  aspect-ratio: unset!important;
  z-index: 9999
}
.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%
}
.f-panzoom__wrapper.will-zoom-out {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}
.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.f-panzoom__wrapper.will-zoom-in {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}
.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.f-panzoom__wrapper.has-error {
  display: none
}
.f-panzoom__content {
  display: block;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%
}
.f-panzoom__content.has-lazyerror,
.f-panzoom__content.is-lazyloading {
  visibility: hidden
}
img.f-panzoom__content {
  width: auto;
  height: auto;
  vertical-align: top;
  -o-object-fit: contain;
  object-fit: contain;
  transition: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.f-panzoom__wrapper>.f-panzoom__content {
  visibility: hidden
}
.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10
}
.f-panzoom__viewport>.f-panzoom__content {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill
}
picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.f-panzoom__protected {
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
html.with-panzoom-in-fullscreen {
  overflow: hidden
}
.f-fadeIn {
  -webkit-animation: var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;
  animation: var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;
  z-index: 2
}
.f-fadeOut {
  -webkit-animation: var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;
  animation: var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;
  z-index: 1
}
@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes f-fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes f-fadeOut {
  to {
    opacity: 0
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0
  }
}
.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration,.2s) ease both f-crossfadeIn;
  animation: var(--f-transition-duration,.2s) ease both f-crossfadeIn;
  z-index: 2
}
.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration,.2s)*.2) ease calc(var(--f-transition-duration,.2s)*.8) both f-crossfadeOut;
  animation: calc(var(--f-transition-duration,.2s)*.2) ease calc(var(--f-transition-duration,.2s)*.8) both f-crossfadeOut;
  z-index: 1
}
@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes f-crossfadeOut {
  to {
    opacity: 0
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0
  }
}
.is-horizontal .f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNextX;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNextX
}
.is-horizontal .f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX
}
.is-horizontal .f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX
}
.is-horizontal .f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX
}
@-webkit-keyframes f-slideInPrevX {
  0% {
    -webkit-transform: translate(calc(100% + var(--f-carousel-gap,0)));
    transform: translate(calc(100% + var(--f-carousel-gap,0)))
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes f-slideInPrevX {
  0% {
    -webkit-transform: translate(calc(100% + var(--f-carousel-gap,0)));
    transform: translate(calc(100% + var(--f-carousel-gap,0)))
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@-webkit-keyframes f-slideInNextX {
  0% {
    -webkit-transform: translate(calc(-100% - var(--f-carousel-gap,0)));
    transform: translate(calc(-100% - var(--f-carousel-gap,0)))
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes f-slideInNextX {
  0% {
    -webkit-transform: translate(calc(-100% - var(--f-carousel-gap,0)));
    transform: translate(calc(-100% - var(--f-carousel-gap,0)))
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@-webkit-keyframes f-slideOutNextX {
  to {
    -webkit-transform: translate(calc(-100% - var(--f-carousel-gap,0)));
    transform: translate(calc(-100% - var(--f-carousel-gap,0)))
  }
}
@keyframes f-slideOutNextX {
  to {
    -webkit-transform: translate(calc(-100% - var(--f-carousel-gap,0)));
    transform: translate(calc(-100% - var(--f-carousel-gap,0)))
  }
}
@-webkit-keyframes f-slideOutPrevX {
  to {
    -webkit-transform: translate(calc(100% + var(--f-carousel-gap,0)));
    transform: translate(calc(100% + var(--f-carousel-gap,0)))
  }
}
@keyframes f-slideOutPrevX {
  to {
    -webkit-transform: translate(calc(100% + var(--f-carousel-gap,0)));
    transform: translate(calc(100% + var(--f-carousel-gap,0)))
  }
}
.is-vertical .f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNextY;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNextY
}
.is-vertical .f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY
}
.is-vertical .f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY
}
.is-vertical .f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY
}
@-webkit-keyframes f-slideInPrevY {
  0% {
    -webkit-transform: translateY(calc(100% + var(--f-carousel-gap,0)));
    transform: translateY(calc(100% + var(--f-carousel-gap,0)))
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes f-slideInPrevY {
  0% {
    -webkit-transform: translateY(calc(100% + var(--f-carousel-gap,0)));
    transform: translateY(calc(100% + var(--f-carousel-gap,0)))
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@-webkit-keyframes f-slideInNextY {
  0% {
    -webkit-transform: translateY(calc(-100% - var(--f-carousel-gap,0)));
    transform: translateY(calc(-100% - var(--f-carousel-gap,0)))
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes f-slideInNextY {
  0% {
    -webkit-transform: translateY(calc(-100% - var(--f-carousel-gap,0)));
    transform: translateY(calc(-100% - var(--f-carousel-gap,0)))
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@-webkit-keyframes f-slideOutNextY {
  to {
    -webkit-transform: translateY(calc(-100% - var(--f-carousel-gap,0)));
    transform: translateY(calc(-100% - var(--f-carousel-gap,0)))
  }
}
@keyframes f-slideOutNextY {
  to {
    -webkit-transform: translateY(calc(-100% - var(--f-carousel-gap,0)));
    transform: translateY(calc(-100% - var(--f-carousel-gap,0)))
  }
}
@-webkit-keyframes f-slideOutPrevY {
  to {
    -webkit-transform: translateY(calc(100% + var(--f-carousel-gap,0)));
    transform: translateY(calc(100% + var(--f-carousel-gap,0)))
  }
}
@keyframes f-slideOutPrevY {
  to {
    -webkit-transform: translateY(calc(100% + var(--f-carousel-gap,0)));
    transform: translateY(calc(100% + var(--f-carousel-gap,0)))
  }
}
.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration,.3s) ease both f-zoomInUp;
  animation: var(--f-transition-duration,.3s) ease both f-zoomInUp
}
.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration,.3s) ease both f-zoomOutDown;
  animation: var(--f-transition-duration,.3s) ease both f-zoomOutDown
}
@-webkit-keyframes f-zoomInUp {
  0% {
    -webkit-transform: scale(var(--f-zoomInUp-scale,.975)) translate3d(var(--f-zoomInUp-x,0),var(--f-zoomInUp-y,16px),0);
    transform: scale(var(--f-zoomInUp-scale,.975)) translate3d(var(--f-zoomInUp-x,0),var(--f-zoomInUp-y,16px),0);
    opacity: var(--f-zoomInUp-opacity,0)
  }
  to {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1
  }
}
@keyframes f-zoomInUp {
  0% {
    -webkit-transform: scale(var(--f-zoomInUp-scale,.975)) translate3d(var(--f-zoomInUp-x,0),var(--f-zoomInUp-y,16px),0);
    transform: scale(var(--f-zoomInUp-scale,.975)) translate3d(var(--f-zoomInUp-x,0),var(--f-zoomInUp-y,16px),0);
    opacity: var(--f-zoomInUp-opacity,0)
  }
  to {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1
  }
}
@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(var(--f-zoomOutDown-scale,.975)) translate3d(var(--f-zoomOutDown-x,0),var(--f-zoomOutDown-y,16px),0);
    transform: scale(var(--f-zoomOutDown-scale,.975)) translate3d(var(--f-zoomOutDown-x,0),var(--f-zoomOutDown-y,16px),0);
    opacity: 0
  }
}
@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(var(--f-zoomOutDown-scale,.975)) translate3d(var(--f-zoomOutDown-x,0),var(--f-zoomOutDown-y,16px),0);
    transform: scale(var(--f-zoomOutDown-scale,.975)) translate3d(var(--f-zoomOutDown-x,0),var(--f-zoomOutDown-y,16px),0);
    opacity: 0
  }
}
.f-throwOutUp {
  -webkit-animation: var(--f-throwOutUp-duration,.2s) ease-out both f-throwOutUp;
  animation: var(--f-throwOutUp-duration,.2s) ease-out both f-throwOutUp
}
.f-throwOutDown {
  -webkit-animation: var(--f-throwOutDown-duration,.2s) ease-out both f-throwOutDown;
  animation: var(--f-throwOutDown-duration,.2s) ease-out both f-throwOutDown
}
@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0,calc(var(--f-throwOutUp-y,150px) * -1),0);
    transform: translate3d(0,calc(var(--f-throwOutUp-y,150px) * -1),0);
    opacity: 0
  }
}
@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0,calc(var(--f-throwOutUp-y,150px) * -1),0);
    transform: translate3d(0,calc(var(--f-throwOutUp-y,150px) * -1),0);
    opacity: 0
  }
}
@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0,var(--f-throwOutDown-y,150px),0);
    transform: translate3d(0,var(--f-throwOutDown-y,150px),0);
    opacity: 0
  }
}
@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0,var(--f-throwOutDown-y,150px),0);
    transform: translate3d(0,var(--f-throwOutDown-y,150px),0);
    opacity: 0
  }
}
.has-gmap .f-html,
.has-iframe .f-html,
.has-pdf .f-html {
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible
}
.has-gmap .f-html,
.has-pdf .f-html {
  padding: 0
}
.f-html {
  position: relative;
  box-sizing: border-box;
  margin: var(--f-html-margin,0);
  padding: var(--f-html-padding,2rem);
  color: var(--f-html-color,currentColor);
  background: var(--f-html-bg)
}
.f-html.is-error {
  text-align: center
}
.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%
}
.f-caption {
  align-self: center;
  flex-shrink: 0;
  margin: var(--f-caption-margin);
  padding: var(--f-caption-padding,16px 8px);
  max-width: 100%;
  max-height: calc(80vh - 100px);
  overflow: auto;
  overflow-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font)
}
.has-html5video .f-html,
.has-vimeo .f-html,
.has-youtube .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
  max-width: var(--f-video-width,960px);
  max-height: var(--f-video-height,540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  background: var(--f-video-bg,rgba(0,0,0,.9))
}
.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: 0 0
}
.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 46px);
  --f-button-height: var(--f-arrow-height, 46px);
  --f-button-svg-width: var(--f-arrow-svg-width, 24px);
  --f-button-svg-height: var(--f-arrow-svg-height, 24px);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );
  overflow: visible
}
.f-button.is-arrow.is-next,
.f-button.is-arrow.is-prev {
  position: absolute;
  -webkit-transform: translate(0);
  transform: translate(0);
  z-index: 20
}
.is-horizontal .f-button.is-arrow.is-next,
.is-horizontal .f-button.is-arrow.is-prev {
  inset: 50% auto auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: var(--f-arrow-pos,0)
}
.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: var(--f-arrow-pos,0)
}
.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: var(--f-arrow-pos,0);
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg)
}
.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: var(--f-arrow-pos,0);
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg)
}
.is-vertical.is-ltr .f-button.is-arrow.is-prev,
.is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: var(--f-arrow-pos,0);
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}
.is-vertical.is-ltr .f-button.is-arrow.is-next,
.is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: var(--f-arrow-pos,0);
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}
.is-vertical .f-button.is-arrow.is-next svg,
.is-vertical .f-button.is-arrow.is-prev svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.f-carousel__toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: var(--f-toolbar-margin,0);
  padding: var(--f-toolbar-padding,8px);
  line-height: var(--f-toolbar-line-height);
  background: var(--f-toolbar-bg,none);
  box-shadow: var(--f-toolbar-shadow,none);
  backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: var(--f-toolbar-color,currentColor);
  font-size: var(--f-toolbar-font-size,17px);
  font-weight: var(--f-toolbar-font-weight,inherit);
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none
}
.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}
.f-carousel__toolbar .f-button:focus-visible {
  position: relative;
  z-index: 1
}
.f-carousel__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--f-toolbar-gap,0)
}
.f-carousel__toolbar__column.is-left {
  display: flex;
  justify-self: flex-start;
  justify-content: flex-start
}
.f-carousel__toolbar__column.is-middle {
  display: flex;
  justify-content: center
}
.f-carousel__toolbar__column.is-right {
  display: flex;
  justify-self: flex-end;
  justify-content: flex-end;
  flex-flow: nowrap
}
.f-carousel__toolbar__column {
  pointer-events: none
}
.f-carousel__toolbar__column>* {
  pointer-events: all
}
.f-counter {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: var(--f-counter-margin,0);
  padding: var(--f-counter-padding,4px);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius)
}
.f-counter span {
  padding: 0 var(--f-counter-gap,4px)
}
:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: transparent;
  --f-thumbs-transition: max-height .3s ease,max-width .3s ease,padding .3s ease;
  --f-thumbs-z-index: 1;
  --f-thumbs-viewport-padding-x: 0px;
  --f-thumbs-viewport-padding-y: 0px;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity .3s ease,transform .15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
  --f-thumb-focus-shadow: inset 0 0 0 .8px #222,inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 .8px #222,inset 0 0 0 2.25px #fff;
  --f-thumb-border-transition: all .1s ease;
  --f-thumb-img-width: 100%;
  --f-thumb-img-height: 100%;
  --f-thumb-img-fit: cover;
  --f-thumb-img-position: 50% 20%
}
.f-thumbs {
  --f-carousel-slide-width: var(--f-thumb-width);
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: var(--f-thumbs-gap);
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: var(--f-thumbs-margin);
  padding: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: hidden;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: var(--f-thumbs-transition);
  z-index: var(--f-thumbs-z-index)
}
.f-thumbs.is-horizontal {
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y)*2)
}
.f-thumbs.is-horizontal.is-hidden {
  max-height: 0;
  --f-thumbs-padding-y: 0
}
.f-thumbs.is-vertical {
  max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)*2)
}
.f-thumbs.is-vertical.is-hidden {
  max-width: 0;
  --f-thumbs-padding-x: 0
}
.f-thumbs.is-scrollable.is-hidden {
  max-height: 0;
  --f-thumbs-padding-y: 0
}
.f-thumbs.is-ltr {
  direction: ltr
}
.f-thumbs.is-rtl {
  direction: rtl
}
.f-thumbs img {
  display: block;
  width: var(--f-thumb-img-width);
  height: var(--f-thumb-img-height);
  -o-object-fit: var(--f-thumb-img-fit);
  object-fit: var(--f-thumb-img-fit);
  -o-object-position: var(--f-thumb-img-position);
  object-position: var(--f-thumb-img-position);
  pointer-events: none;
  border-radius: inherit;
  color: transparent
}
.f-thumbs img[data-lazy-src] {
  visibility: hidden
}
.f-thumbs img.has-lazyerror {
  display: none
}
.f-thumbs__viewport {
  box-sizing: border-box;
  height: 100%;
  padding: var(--f-thumbs-viewport-padding-y) var(--f-thumbs-viewport-padding-x);
  overflow: visible;
  display: grid
}
.f-thumbs__slide {
  position: relative;
  box-sizing: border-box;
  grid-area: 1/1;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  overflow: visible
}
.f-thumbs__slide:hover button {
  opacity: var(--f-thumb-hover-opacity,1);
  -webkit-transform: var(--f-thumb-hover-transform,none);
  transform: var(--f-thumb-hover-transform,none)
}
.f-thumbs__slide:hover button:after {
  border: var(--f-thumb-hover-border,none);
  box-shadow: var(--f-thumb-hover-shadow,var(--f-thumb-shadow))
}
.f-thumbs__slide button {
  all: unset;
  display: block;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: 0;
  transition: var(--f-thumb-transition);
  border-radius: var(--f-thumb-border-radius);
  opacity: var(--f-thumb-opacity);
  -webkit-transform: var(--f-thumb-transform);
  transform: var(--f-thumb-transform);
  background: var(--f-thumb-bg)
}
.f-thumbs__slide button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: var(--f-thumb-border-transition);
  border-radius: inherit;
  border: var(--f-thumb-border);
  box-shadow: var(--f-thumb-shadow)
}
.f-thumbs__slide button:focus-within {
  opacity: var(--f-thumb-focus-opacity,1);
  -webkit-transform: var(--f-thumb-focus-transform,none);
  transform: var(--f-thumb-focus-transform,none)
}
.f-thumbs__slide button:focus-within:after {
  border: var(--f-thumb-focus-border,none);
  box-shadow: var(--f-thumb-focus-shadow,var(--f-thumb-shadow))
}
.f-thumbs__slide:active {
  opacity: var(--f-thumb-active-opacity,1);
  -webkit-transform: var(--f-thumb-active-transform,none);
  transform: var(--f-thumb-active-transform,none)
}
.f-thumbs__slide:active:after {
  border: var(--f-thumb-active-border,none);
  box-shadow: var(--f-thumb-active-shadow,var(--f-thumb-shadow))
}
.f-thumbs__slide.is-selected {
  z-index: 2
}
.f-thumbs__slide.is-selected button {
  opacity: var(--f-thumb-selected-opacity,1);
  -webkit-transform: var(--f-thumb-selected-transform,none);
  transform: var(--f-thumb-selected-transform,none)
}
.f-thumbs__slide.is-selected button:after {
  border: var(--f-thumb-selected-border,none);
  box-shadow: var(--f-thumb-selected-shadow,var(--f-thumb-shadow))
}
.f-thumbs.is-modern {
  --f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: 0;
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))
}
.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--f-carousel-slide-width)*2 + var(--f-thumbs-padding-x));
  margin-inline: calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x))*-1)
}
.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
  --clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );
  padding: 0;
  overflow: visible;
  left: var(--shift,0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing)
}
.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-inline: 50%;
  width: var(--f-thumb-width);
  clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration,.2s) var(--f-thumb-transition-easing,ease)
}
.f-thumbs.is-modern .f-thumbs__slide button:after {
  display: none
}
.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: 0
}
.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: var(--f-thumb-focus-border,none);
  box-shadow: var(--f-thumb-focus-shadow,none)
}
.f-thumbs.is-modern {
  --f-transition-duration: .25s;
  --f-transition-easing: ease-out
}
.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s
}
.f-thumbs.is-scrollable .f-thumbs__viewport {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(var(--f-thumb-width),1fr));
  grid-auto-rows: var(--f-thumb-height);
  gap: var(--f-thumbs-gap);
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide {
  grid-area: auto;
  display: block;
  position: relative;
  max-width: 100%;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  cursor: pointer;
  outline: 0
}
:root {
  --f-progressbar-height: 3px;
  --f-progressbar-color: var(--f-carousel-theme-color, #575ad6);
  --f-progressbar-opacity: 1;
  --f-progressbar-z-index: 30
}
.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--f-progressbar-z-index);
  height: var(--f-progressbar-height);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  opacity: var(--f-progressbar-opacity);
  background: var(--f-progressbar-color);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-animation-name: f-progressbar;
  animation-name: f-progressbar;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}
.f-progressbar:empty {
  display: block
}
button>.f-progressbar {
  --f-progressbar-height: 100%;
  --f-progressbar-opacity: .2
}
@-webkit-keyframes f-progressbar {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes f-progressbar {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
[data-fullscreen-action=toggle] svg g:first-child {
  display: flex
}
[data-fullscreen-action=toggle] svg g:last-child {
  display: none
}
:-webkit-full-screen [data-fullscreen-action=toggle] svg g:first-child {
  display: none
}
:-ms-fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none
}
:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none
}
:-webkit-full-screen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex
}
:-ms-fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex
}
:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex
}
.in-fullscreen-mode>.f-carousel {
  flex: 1;
  min-width: 0!important;
  min-height: 0!important
}
html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto
}
html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--f-body-margin,0px) + var(--f-scrollbar-compensate,0px));
  overflow: hidden!important;
  overscroll-behavior-y: none
}
.fancybox__dialog {
  position: fixed;
  inset: 0;
  z-index: 1050;
  width: 100%;
  height: 100vh;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: 0 0;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain
}
.fancybox__dialog:focus {
  outline: 0
}
.fancybox__dialog::-ms-backdrop {
  opacity: 0
}
.fancybox__dialog::backdrop {
  opacity: 0
}
@supports(height:100dvh) {
  .fancybox__dialog {
    height: 100dvh
  }
}
.fancybox__dialog *:empty {
  display: block
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 8px;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 16px;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0px 10px;
  --f-counter-gap: 4px;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 17px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 16px 8px;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, .2);
  --f-spinner-color-2: rgba(255, 255, 255, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
  --f-progressbar-color: rgba(255, 255, 255);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(255, 255, 255, .75);
  --f-button-outline-offset: 0px;
  --f-button-bg: rgba(54, 54, 54, .75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all .2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)),drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: .5;
  --f-arrow-pos: 32px;
  --f-arrow-width: 50px;
  --f-arrow-height: 50px;
  --f-arrow-svg-width: 24px;
  --f-arrow-svg-height: 24px;
  --f-arrow-svg-stroke-width: 2.5;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, .65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-close-button-width: 30px;
  --f-close-button-height: 30px;
  --f-close-button-svg-width: 24px;
  --f-close-button-svg-height: 24px;
  --f-close-button-svg-stroke-width: 1.75;
  --f-close-border-radius: 4px;
  --f-close-button-color: #fff;
  --f-close-button-hover-color: #fff;
  --f-close-button-bg: transparent;
  --f-close-button-hover-bg: transparent;
  --f-close-button-active-bg: transparent;
  --f-thumbs-margin: 0px;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: none;
  --f-thumb-transition: all .2s ease;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
  --f-thumb-selected-transform: none;
  --f-scrollbar-width: 7px;
  --f-scrollbar-track-bg: #444;
  --f-scrollbar-track-border-radius: 10px;
  --f-scrollbar-track-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
  --f-scrollbar-thumb-bg: #ddd;
  --f-scrollbar-thumb-border-radius: 10px
}
.fancybox__container[theme=light] {
  --fancybox-color: #222;
  --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
  --f-toolbar-color: var(--fancybox-color, #222);
  --f-toolbar-text-shadow: none;
  --f-toolbar-font-weight: 400;
  --f-html-color: var(--fancybox-color, #222);
  --f-html-bg: #fff;
  --f-error-color: #555;
  --f-error-bg: #fff;
  --f-video-bg: #fff;
  --f-caption-color: #333;
  --f-spinner-color-1: rgba(0, 0, 0, .2);
  --f-spinner-color-2: rgba(0, 0, 0, .8);
  --f-spinner-border-width: 3.5px;
  --f-progressbar-color: rgba(111, 111, 116);
  --f-button-color: #333;
  --f-button-hover-color: #000;
  --f-button-outline-color: rgba(0, 0, 0, .85);
  --f-button-bg: rgba(255, 255, 255, .85);
  --f-button-svg-stroke-width: 1.3;
  --f-button-svg-filter: none;
  --f-arrow-bg: rgba(255, 255, 255, .85);
  --f-arrow-color: #333;
  --f-arrow-hover-color: #000;
  --f-arrow-svg-stroke-width: 1.3;
  --f-close-button-color: #555;
  --f-close-button-hover-color: #000;
  --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
  --f-thumb-focus-shadow: 0 0 0 1.8px #fff,0px 0px 0px 2.25px #888;
  --f-thumb-selected-shadow: 0 0 0 1.8px #fff,0px 0px 0px 2.25px #000;
  --f-scrollbar-track-bg: #ddd;
  --f-scrollbar-thumb-bg: #444
}
.fancybox__container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column
}
.fancybox__container:focus {
  outline: 0
}
.fancybox__container.has-vertical-thumbs {
  flex-direction: row-reverse
}
.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
  overflow-x: clip;
  overflow-y: visible
}
.fancybox__container .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner),
.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),
.fancybox__container>*:not(.fancybox__carousel) {
  opacity: var(--f-drag-opacity,1)
}
.fancybox__container:not(.is-ready,.is-hiding) {
  visibility: hidden
}
.fancybox__container.is-revealing .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner),
.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),
.fancybox__container.is-revealing>*:not(.fancybox__carousel) {
  -webkit-animation: var(--f-interface-enter-duration,.35s) ease none f-fadeIn;
  animation: var(--f-interface-enter-duration,.35s) ease none f-fadeIn
}
.fancybox__container.is-hiding .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper),
.fancybox__container.is-hiding>*:not(.fancybox__carousel) {
  -webkit-animation: var(--f-interface-exit-duration,.35s) ease forwards f-fadeOut;
  animation: var(--f-interface-exit-duration,.35s) ease forwards f-fadeOut
}
.fancybox__container.is-hiding .fancybox__carousel .fancybox__slide:not(.is-selected) {
  opacity: 0
}
.fancybox__container.is-hiding {
  pointer-events: none
}
.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0
}
.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0
}
.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
  animation: .15s ease-out both f-fadeOut
}
.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  -webkit-animation: .15s ease-out both f-fadeOut;
  animation: .15s ease-out both f-fadeOut
}
.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg)
}
.fancybox__carousel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip
}
.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100%
}
.fancybox__carousel.is-ltr {
  direction: ltr
}
.fancybox__carousel.is-rtl {
  direction: rtl
}
.fancybox__carousel>.f-button.is-arrow:before {
  position: absolute;
  content: "";
  inset: -30px;
  z-index: 1
}
.fancybox__viewport {
  display: grid;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  -webkit-transform: translate3d(0,var(--f-drag-offset,0),0);
  transform: translate3d(0,var(--f-drag-offset,0),0)
}
.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.fancybox__viewport [contenteditable],
.fancybox__viewport [data-selectable] {
  cursor: auto
}
.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform
}
.fancybox__slide:after,
.fancybox__slide:before {
  display: block;
  content: ""
}
.fancybox__slide:before {
  margin-bottom: auto
}
.fancybox__slide:after {
  margin-top: auto
}
.fancybox__slide.is-selected {
  z-index: 1
}
.fancybox__slide.f-zoomable {
  overflow: visible
}
.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg)
}
.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px
}
.fancybox__slide.has-close-btn {
  padding-top: 34px
}
.fancybox__slide.has-controls:before {
  margin: 0
}
.fancybox__slide .f-spinner {
  cursor: pointer
}
.fancybox__container.is-closing .f-caption,
.fancybox__slide.is-loading .f-caption {
  visibility: hidden
}
.fancybox__container.is-closing .fancybox__carousel {
  overflow: visible
}
.f-button.is-close-button {
  --f-button-width: var(--f-close-button-width);
  --f-button-height: var(--f-close-button-height);
  --f-button-border-radius: var(--f-close-border-radius);
  --f-button-color: var(--f-close-button-color);
  --f-button-hover-color: var(--f-close-button-hover-color);
  --f-button-bg: var(--f-close-button-bg);
  --f-button-hover-bg: var(--f-close-button-hover-bg);
  --f-button-active-bg: var(--f-close-button-active-bg);
  --f-button-svg-width: var(--f-close-button-svg-width);
  --f-button-svg-height: var(--f-close-button-svg-height);
  --f-button-svg-stroke-width: var(--f-close-button-svg-stroke-width);
  position: absolute;
  top: calc((var(--f-button-height) + 2px)*-1);
  right: 0;
  z-index: 10
}
.fancybox__thumbs {
  flex: 0 1 100%
}
.fancybox__thumbs.is-scrollable {
  --f-thumbs-cols: 1;
  --f-thumbs-gap: 8px;
  --f-thumbs-transition: none;
  --f-thumbs-padding-x: 4px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-viewport-padding-x: 4px;
  --f-thumbs-viewport-padding-y: 0px;
  max-width: calc(var(--f-thumb-width)*var(--f-thumbs-cols) + var(--f-thumbs-gap)*(var(--f-thumbs-cols) - 1) + var(--f-thumbs-padding-x)*2 + var(--f-thumbs-viewport-padding-x)*2)
}
.fancybox__thumbs.is-scrollable ::-webkit-scrollbar {
  width: var(--f-scrollbar-width)
}
.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-track {
  background: var(--f-scrollbar-track-bg);
  border-radius: var(--f-scrollbar-track-border-radius);
  box-shadow: var(--f-scrollbar-track-shadow)
}
.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-thumb {
  background: var(--f-scrollbar-thumb-bg);
  border-radius: var(--f-scrollbar-thumb-border-radius)
}
.fancybox__thumbs.is-scrollable.is-hidden {
  max-width: 0;
  --f-thumbs-padding-x: 0;
  max-height: unset;
  --f-thumbs-padding-y: unset
}
.fancybox__thumbs.is-scrollable .f-thumbs__viewport {
  overflow-x: hidden!important;
  grid-template-columns: repeat(auto-fill,calc((100% - var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1))/ var(--f-thumbs-cols)))!important
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box
}
.noUi-target {
  position: relative
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}
.noUi-connects {
  overflow: hidden;
  z-index: 0
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0
}
.noUi-horizontal .noUi-origin {
  height: 0
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}
.noUi-touch-area {
  height: 100%;
  width: 100%
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.noUi-state-drag * {
  cursor: inherit!important
}
.noUi-horizontal {
  height: 18px
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px
}
.noUi-vertical {
  width: 18px
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb
}
.noUi-connects {
  border-radius: 3px
}
.noUi-connect {
  background: #3fb8af
}
.noUi-draggable {
  cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px
}
.noUi-handle:after {
  left: 17px
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}
.noUi-vertical .noUi-handle:after {
  top: 17px
}
[disabled] .noUi-connect {
  background: #b8b8b8
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box
}
.noUi-pips {
  position: absolute;
  color: #999
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}
.noUi-marker {
  position: absolute;
  background: #ccc
}
.noUi-marker-sub {
  background: #aaa
}
.noUi-marker-large {
  background: #aaa
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%,50%);
  transform: translate(-50%,50%)
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%,50%);
  transform: translate(50%,50%)
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}
.noUi-value-vertical {
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding-left: 25px
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0,50%);
  transform: translate(0,50%)
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  left: 50%;
  bottom: 120%
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  top: 50%;
  right: 120%
}
.noUi-horizontal .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(50%,0);
  transform: translate(50%,0);
  left: auto;
  bottom: 10px
}
.noUi-vertical .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(0,-18px);
  transform: translate(0,-18px);
  top: auto;
  right: 28px
}
.swiper {
  overflow: hidden
}
.swiper-initialized {
  touch-action: pan-y
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-button-lock {
  display: none!important
}

.woocommerce h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #111827;
  text-align: center;
}

.woocommerce-notices-wrapper{
  margin-top: 30px;
}

.woocommerce form.woocommerce-form-login {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.woocommerce form.woocommerce-form-login .woocommerce-form-row,
.woocommerce form.woocommerce-form-login .form-row {
  margin: 0!important;
  width: 100%!important;
  float: none!important;
  clear: both;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.woocommerce form.woocommerce-form-login .woocommerce-form-row label,
.woocommerce form.woocommerce-form-login .form-row label {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  color: #111827;
  letter-spacing: .01em;
  text-align: left;
}
.woocommerce form.woocommerce-form-login .woocommerce-form-row .required {
  color: var(--color-accent);
}
.woocommerce form.woocommerce-form-login .woocommerce-Input--text,
.woocommerce form.woocommerce-form-login .input-text {
  display: block;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 44px 12px 14px;
  border: 2px solid #cfd8e6;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-family: inherit;
  background: #fff;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.woocommerce form.woocommerce-form-login .woocommerce-Input--text:focus,
.woocommerce form.woocommerce-form-login .input-text:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 4px rgba(0,102,204,.12);
}
.woocommerce form.woocommerce-form-login .password-input {
  position: relative;
  width: 100%;
  display: block;
}
.woocommerce form.woocommerce-form-login .password-input input {
  width: 100%;
}
.woocommerce form.woocommerce-form-login .show-password-input {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f2937;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  font-size: 0;
}
.woocommerce form.woocommerce-form-login .show-password-input::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: solid 1px currentColor;
  border-radius: 75% 15%;
  transform: rotate(45deg);
  position: absolute;
  left: 3px;
  top: 3px;
}
.woocommerce form.woocommerce-form-login .show-password-input::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border: solid 1px currentColor;
  border-radius: 50%;
  left: 7px;
  top: 7px;
}
.woocommerce form.woocommerce-form-login .show-password-input:hover {
  color: var(--color-accent);
}
.woocommerce form.woocommerce-form-login .form-row {
  margin-top: 2px;
  gap: 12px;
}
.woocommerce form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  margin: 0;
}
.woocommerce form.woocommerce-form-login .woocommerce-form__input-checkbox {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  accent-color: var(--color-accent);
}
.woocommerce form.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce form.woocommerce-form-login .woocommerce-button.button {
  width: 100%;
  background: var(--color-accent);
  color: #fff;
  border: none;
  border-radius: 10px;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background .25s ease, transform .15s ease, box-shadow .25s ease;
}
.woocommerce form.woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce form.woocommerce-form-login .woocommerce-button.button:hover {
  background: #004fa3;
  box-shadow: 0 6px 16px rgba(0,102,204,.24);
  transform: translateY(-1px);
}
.woocommerce form.woocommerce-form-login .woocommerce-form-login__submit:active,
.woocommerce form.woocommerce-form-login .woocommerce-button.button:active {
  transform: translateY(0);
}
.woocommerce form.woocommerce-form-login .woocommerce-LostPassword,
.woocommerce form.woocommerce-form-login .lost_password {
  margin-top: 8px;
  text-align: center;
}
.woocommerce form.woocommerce-form-login .woocommerce-LostPassword a,
.woocommerce form.woocommerce-form-login .lost_password a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--color-accent);
  text-decoration: none;
}
.woocommerce form.woocommerce-form-login .woocommerce-LostPassword a:hover,
.woocommerce form.woocommerce-form-login .lost_password a:hover {
  text-decoration: underline;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
@media (max-width:768px) {
  .woocommerce {
    padding: 30px 20px;
    margin: 30px auto;
  }
  .woocommerce h2 {
    font-size: 40px;
    margin-bottom: 22px;
  }
  .woocommerce form.woocommerce-form-login {
    max-width: 100%;
  }
  .woocommerce form.woocommerce-form-login .woocommerce-form-row label,
  .woocommerce form.woocommerce-form-login .form-row label {
    font-size: 14px;
  }
  .woocommerce form.woocommerce-form-login .woocommerce-Input--text,
  .woocommerce form.woocommerce-form-login .input-text {
    min-height: 46px;
    font-size: 15px;
  }
  .woocommerce form.woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce form.woocommerce-form-login .woocommerce-button.button {
    font-size: 18px;
    min-height: 44px;
  }
  .woocommerce form.woocommerce-form-login .woocommerce-LostPassword a,
  .woocommerce form.woocommerce-form-login .lost_password a {
    font-size: 15px;
  }
}