@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --indexSize: 1vh + 1vw;
  --black: #1f2229;
  --accent: #714bf1;
  --zIndexHeader: 1000;
  --zIndexModal: 9999;
  --orange:#fcb209;
  --orange-hover:#ffc739;
  --red:#bc1618;
  --bg-color: #fff;
  --text-color: #101010;
  --text-secondary: #928f8f;
}

html {
  font-size: 10px;
  scroll-behavior: auto;
}
html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: var(--text-color);
  line-height: 1.6;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1px;
  background-color: var(--bg-color);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Переменные для темной темы */
input,
button,
textarea {
  font-family: "Noto Sans", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

body.lock {
  overflow: hidden;
  padding-right: 17px;
}

.touch body.lock {
  padding-right: 0;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
/*   opacity: 0; */
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}

main {
  flex: 1 1 auto;
  max-width: 192rem;
  margin: 0 auto;
  width: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

::-moz-selection {
  background-color: #101010;
  color: #fff;
}

::selection {
  background-color: #101010;
  color: #fff;
}

input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: #d31543;
}
input:required:valid,
textarea:required:valid {
  border-color: #bc9e7b;
}

input,
textarea {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:focus {
  outline: none;
}

[data-fullscreen] {
  min-height: 100vh;
}
.touch [data-fullscreen] {
  min-height: calc(var(--vh, 1vh) * 100);
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
@-webkit-keyframes moveUpDownReverse {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@keyframes moveUpDownReverse {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.input,
.textarea {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #1f2229;
  padding: 0 2.3rem;
  width: 100%;
  background: transparent;
  border: 0.06rem solid #1f2229;
  border-radius: 0.4rem;
  text-align: left;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-moz-placeholder, .textarea::-moz-placeholder {
  color: #616161;
  opacity: 1;
  -moz-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -ms-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::-ms-input-placeholder, .textarea::-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -ms-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input::placeholder,
.textarea::placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
.input:focus::-webkit-input-placeholder, .textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input:focus::-moz-placeholder, .textarea:focus::-moz-placeholder {
  opacity: 0;
}
.input:focus:-ms-input-placeholder, .textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.input:focus::-ms-input-placeholder, .textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.input:focus::placeholder,
.textarea:focus::placeholder {
  opacity: 0;
}

.textarea {
  padding: 1.6rem 2.3rem;
  resize: none;
}

.select-box {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  font-size: 1.8rem;
}

.select-box__current {
  background: transparent;
  border: none;
  border: 1px solid #bababa;
  border-radius: 0.6rem;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  padding: 0;
  text-align: left;
  cursor: pointer;
  width: 100%;
  color: #1f2229;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 1.4rem;
  background-color: #fff;
  z-index: 2;
  padding: 0.8rem 0;
}

.select-box__option {
  display: block;
  padding: 0.5rem 1.4rem;
  background: #fff;
  color: #1f2229;
  margin-bottom: 0;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.select-box__option:hover,
.select-box__option:focus {
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    z-index: 1;
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    z-index: -1;
  }
}
@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    z-index: 1;
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    z-index: -1;
  }
}
.h1 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
}

.h2 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}

.h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
a:hover {
  color: #fff;
  text-decoration: none;
}

.container {
  max-width: 160rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.narrow {
  max-width: 144rem;
  margin: 0 auto;
}

.btn {
  color: var(--text-color);
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.1;
  padding: 0 3.2rem;
  text-shadow: none;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0;
  border-radius: 5.8rem;
  border: 1px solid transparent;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  cursor: pointer;
  position: relative;
  min-height: 7.2rem;
}
.btn:hover {
  background: rgb(252.4915662651, 190.6168674699, 49.3084337349);
  color: #fff;
}

.btn--stroke {
  border-color: var(--orange);
  background: transparent;
  color: #fff;
}
.btn--stroke:hover {
  border-color: transparent;
}

svg {
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

.svg-hidden {
  display: none;
}

.fancybox-custom .fancybox-button,
.fancybox-custom-video .fancybox-button {
  background: #fff;
  color: #1f2229;
  border: 1px solid #dedede;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
  margin: 4rem;
}
.fancybox-custom .fancybox-button:hover,
.fancybox-custom-video .fancybox-button:hover {
  color: #1f2229;
}
.fancybox-custom .fancybox-infobar,
.fancybox-custom-video .fancybox-infobar {
  display: none;
}
.fancybox-custom .fancybox-navigation .fancybox-button--arrow_right,
.fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
.fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_right,
.fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_left {
  padding: 0.5rem;
  background: #fff;
  color: #1f2229;
  border: 1px solid #dedede;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
}
.fancybox-custom .fancybox-navigation .fancybox-button--arrow_right,
.fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_right {
  right: calc(env(safe-area-inset-right) + 10rem);
}
.fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
.fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_left {
  left: calc(env(safe-area-inset-right) + 10rem);
}
/* 
.fancybox-custom.fancybox-is-open .fancybox-bg,
.fancybox-custom-video.fancybox-is-open .fancybox-bg {
  background: #fff;
  opacity: 1;
}
.fancybox-custom.fancybox-is-open .fancybox-slide--video .fancybox-content,
.fancybox-custom-video.fancybox-is-open .fancybox-slide--video .fancybox-content {
  background: #fff;
} */

.swiper-wrapper {
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz-out:active,
.hvr-buzz-out:focus,
.hvr-buzz-out:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes fadeInDownMini {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -32%, 0);
    transform: translate3d(0, -32%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownMini {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -32%, 0);
    transform: translate3d(0, -32%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownMini {
  -webkit-animation-name: fadeInDownMini;
  animation-name: fadeInDownMini;
}

@-webkit-keyframes fadeInDown20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown20 {
  -webkit-animation-name: fadeInDown20;
  animation-name: fadeInDown20;
}

@-webkit-keyframes fadeInDown10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown10 {
  -webkit-animation-name: fadeInDown10;
  animation-name: fadeInDown10;
}

@-webkit-keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp20 {
  -webkit-animation-name: fadeInUp20;
  animation-name: fadeInUp20;
}

@-webkit-keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp10 {
  -webkit-animation-name: fadeInUp10;
  animation-name: fadeInUp10;
}

@-webkit-keyframes fadeInLeft10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft10 {
  -webkit-animation-name: fadeInLeft10;
  animation-name: fadeInLeft10;
}

@-webkit-keyframes scaleUp {
  from {
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleUp {
  from {
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.scaleUp {
  -webkit-animation-name: scaleUp;
  animation-name: scaleUp;
}

@-webkit-keyframes fadeInRight10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight10 {
  -webkit-animation-name: fadeInRight10;
  animation-name: fadeInRight10;
}

@-webkit-keyframes clip {
  0% {
    clip-path: polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    will-change: clip-path;
  }
}

@keyframes clip {
  0% {
    clip-path: polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    will-change: clip-path;
  }
}
.clip {
  -webkit-animation-name: clip;
  animation-name: clip;
}

@-webkit-keyframes clipInLeft {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}

@keyframes clipInLeft {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}
.clipInLeft {
  -webkit-animation-name: clclipInLeftip;
  animation-name: clipInLeft;
}

@-webkit-keyframes clipInRight {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}

@keyframes clipInRight {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}
.clipInRight {
  -webkit-animation-name: clipInRight;
  animation-name: clipInRight;
}

.clipInLeft {
  -webkit-animation-name: clclipInLeftip;
  animation-name: clipInLeft;
}

@-webkit-keyframes clipInUp {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}

@keyframes clipInUp {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    opacity: 0.4;
    will-change: clip-path;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    will-change: clip-path;
  }
}
.clipInUp {
  -webkit-animation-name: clipInUp;
  animation-name: clipInUp;
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.scroll-area {
  scrollbar-width: thin;
  scrollbar-color: #d6d6d7 transparent;
}
.scroll-area::-webkit-scrollbar {
  width: 7px;
}
.scroll-area::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.scroll-area::-webkit-scrollbar-thumb {
  background-color: #d6d6d7;
  outline: none;
}

.hoverable-area {
  cursor: none;
}

div, section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn.transparent {
  background-color: unset;
  border: 2px solid #656565;
  border-radius: 50rem;
}
.btn.transparent:hover {
  background: var(--orange);
  border: 2px solid var(--orange);
}

.img, .item {
  overflow: hidden;
  border-radius: 3.2rem;
}
.img:hover img, .item:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.img img, .item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* SOCIALS */
.socialsBl {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
.socialsBl .phone {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1;
}
.socialsBl .phone:hover {
  color: var(--orange);
}

ul.socLinks {
  display: flex;
  gap: 1.5rem;
  margin: 0;
}

ul.socLinks li {
  width: 7.2rem;
  height: 7.2rem;
}

ul.socLinks a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
    max-width: 3.2rem;
    height: 3.2rem;
}

ul.socLinks a:hover img {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.blocktitle {
  margin-bottom: 5rem;
}
.blocktitle.center {
    text-align:center;
}
.blocktitle h2,.blocktitle h1{
  font-weight: 800;
  font-size: 7.2rem;
}

.bg-color-blue {
  background-color: #d6e2ff;
}

.bg-color-purple {
  background-color: #ebdfff;
}

.bg-color-green {
  background-color: #c1f9f9;
}

.flex-col {
  flex-direction: column;
  display: flex;
  align-items: baseline;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-t-6 {
  margin-top: 6.5rem;
}

.m-b-15 {
  margin-bottom: 15rem;
}
.p-t-12{
    padding-top:12rem;
}
.top-banner.videoBG {
    margin-bottom: 5rem;
    align-items: end;
    padding-bottom: 6rem;
}
.top-banner {
  min-height: 90rem;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  align-items: center;
  display: flex;
  border-bottom-left-radius: 7.2rem;
  border-bottom-right-radius: 7.2rem;
  position:relative;
  overflow:hidden;
}
.top-banner .container {
  width: 100%;
  height:100%;
}
.top-banner.aboutPage h1 {
  font-size: 10rem;
}
.top-banner.aboutPage .flex-col {
  gap: 2rem;
  margin-top: 0rem;
}
.top-banner.travelPage h1 {
  max-width: 90rem;
}
.top-banner .flex-col {
  gap: 3rem;
  max-width: 115rem;
  margin-top: -3rem;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.5;
}
.top-banner h1 {
  font-weight: 800;
  font-size: 7.2rem;
  line-height: 1.3;
  letter-spacing: 1px;
}
.top-banner h2 {
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 3rem;
}
.top-banner .bgImg,.aboveFooter .bgImg  {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
}
.top-banner .bgImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 7.2rem;
    border-bottom-right-radius: 7.2rem;
}
.top-banner .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.video-poster {
  z-index: 1;
  transition: opacity 0.4s ease;
  will-change: opacity;
}
.video-background {
  z-index: 2;
}

@media (min-width: 768px) {
    .video-background:not(.desktop-only) { display: none; }
}
@media (max-width: 767px) {
    .desktop-only { display: none; }
}

.aboveFooter .bgImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7.2rem 7.2rem 0 0;
}
.grid-three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 2.4rem;
}

.goods-bl {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -5rem;
}
.goods-bl .item {
  padding: 4rem;
  gap: 1.6rem;
  color:var(--text-color);
  transition:.3s;
}
.goods-bl a.item:hover{
    transform:scale(1.02);
}
.goods-bl .item .top {
  display: flex;
  gap: 1.2rem;
}
.goods-bl .item .top b {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.5;
}
.goods-bl .item svg,.goods-bl .item img {
  width: 4rem;
  height: 4rem;
  stroke: #101010;
    object-fit: contain;
}

.reasons-bl {
    margin-bottom: 8rem;
}
.reasons-bl .inner-grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 3.2rem 2.4rem;
  margin-top: 5rem;
}
.reasons-bl .item {
  -webkit-perspective: 100rem;
          perspective: 100rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.76;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  min-height: 50.5rem;
  overflow: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reasons-bl .item.big {
  grid-column: 1/span 2;
  -webkit-perspective: 200rem;
          perspective: 200rem;
}
.reasons-bl .item .text {
  position: relative;
  z-index: 1;
}
.reasons-bl .item .more, .reasons-bl .item .close {
  color: var(--orange);
  font-weight: 600;
  line-height: 1.1;
  margin-top: 2.6rem;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reasons-bl .item .more:hover, .reasons-bl .item .close:hover {
  color: var(--orange-hover);
}
.reasons-bl .item .close {
  margin: 0 0 2.6rem;
}
.reasons-bl .item .close:hover svg {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.reasons-bl .item .close svg {
  width: 0.8rem;
  height: 1.4rem;
  margin-right: 1rem;
}
.reasons-bl .item .bgImg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.reasons-bl .item .title {
  font-weight: 600;
  font-size: 2.6rem;
  display: grid;
  align-items: center;
  margin-bottom: 2.4rem;
  grid-template-columns: 7.2rem 1fr;
  gap: 1.6rem;
  margin-top: 1rem;
}
.reasons-bl .item .title svg,.reasons-bl .item .title img{
  width: 7.2rem;
  height: 7.2rem;
  stroke: white;
  object-fit:contain;
}
.reasons-bl .item .title b {
  font-weight: 600;
  line-height:1.2;
}
.reasons-bl .flipBl {
  border-radius: 3.2rem;
  position: relative;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1);
  border-radius: 1.6rem;
}
.reasons-bl .flipBl.is-flipped {
  -webkit-animation: 0.4s ease 0s 1 normal none running k-cbybix;
          animation: 0.4s ease 0s 1 normal none running k-cbybix;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.reasons-bl .flipBl .front, .reasons-bl .flipBl .back {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  padding: 4rem;
  position: relative;
}
.reasons-bl .flipBl .front {
  background-color: #FFFFFF;
  top: 0;
  z-index: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.reasons-bl .flipBl .back {
  background-color: #272727;
  color: white;
  -webkit-transform: rotateY(180deg) translateZ(0);
          transform: rotateY(180deg) translateZ(0);
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0;
  z-index: 0;
    padding: 1rem;
}
.reasons-bl .flipBl .back .text{
    overflow-y: auto;
    height: 100%;
    padding: 3rem;
}
.reasons-bl .flipBl .back .text::-webkit-scrollbar {
  width: 7px;
}
.reasons-bl .flipBl .back .text::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.reasons-bl .flipBl .back .text::-webkit-scrollbar-thumb {
  background-color: #d6d6d7;
  outline: none;
  border-radius:1rem;
}

.bigBanner {
  color: white;
  border-radius: 3.2rem;
  margin: 18rem auto 15rem;
}
.bigBanner .inner {
  min-height: 80rem;
  display: flex;
  align-items: end;
  padding: 12.5rem 2rem;
}
.bigBanner .text {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 3rem;
  line-height: 1.3;
}
.bigBanner .blocktitle {
  margin-bottom: 0;
}
.bigBanner .blocktitle p {
  font-weight: 700;
  font-size: 4rem;
  margin-top: 4rem;
  max-width: 98rem;
}
.bigBanner.toor3d {
  margin: 0;
  border-radius: 0 0 3.2rem 3.2rem;
}
.bigBanner.toor3d .inner {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bigBanner.toor3d .inner .btn {
  margin: 0 auto;
}

.aboveFooter {
  margin-bottom: 0;
  border-radius: 7.2rem 7.2rem 0 0;
  position:relative;
}
.aboveFooter .inner {
  min-height: 90rem;
  padding-bottom: 10rem;
}
.aboveFooter .text {
  gap: 5rem;
}
.aboveFooter .text.whiteBG {
  border-radius: 3.2rem;
  padding: 4rem;
  background: white;
  color: var(--text-color);
  max-width: 65rem;
  gap: 4.2rem;
}
.aboveFooter .text.whiteBG h2 {
  font-size: 4rem;
}
.aboveFooter .text.whiteBG p {
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.aboveFooter.small .text:not(.whiteBG) {
  max-width: 80rem;
}
.aboveFooter.small .inner {
  min-height: 68rem;
  align-items: center;
  background:unset;
}

.about-ship-bl {
  margin-bottom: 15rem;
}
.about-ship-bl .about-ship-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12rem 2.4rem;
}
.about-ship-bl .about-ship-row .about-ship-item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.about-ship-bl .about-ship-row .about-ship-item .img {
  height: 50rem;
}
.about-ship-bl .about-ship-row .about-ship-item .text .title {
  font-weight: 700;
  font-size: 3.4rem;
  display: block;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.about-ship-bl .about-ship-row .about-ship-item .text .iconlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2rem;
}
.about-ship-bl .about-ship-row .about-ship-item .text .iconlist li {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  font-weight: 700;
}
.about-ship-bl .about-ship-row .about-ship-item .text .iconlist img {
  height: 3.2rem;
  width: 3.2rem;
}

.galleryPage .gallery__col {
    padding-top: 0 !important;
}
.galleryPage .galleryBl {
  margin-bottom: 0;
}
.galleryBl {
  margin-bottom: 15rem;
}

.galleryRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  justify-content: center;
}
.galleryRow .gallery__col {
  gap: 2.4rem;
  display: flex;
  flex-direction: column;
}
.galleryRow .gallery__col:nth-child(2) {
  padding-top: 10rem;
}
.galleryRow .gallery__col:nth-child(3) {
  padding-top: 20rem;
}
.galleryRow .fancybox {
  border-radius: 3.2rem;
  overflow: hidden;
}
.galleryRow img {
  display: block;
}
.galleryRow .short img {
  height: 37.4rem;
}
.galleryRow .tall img {
  height: 57.3rem;
}
.galleryRow .high img {
  height: 77rem;
}

.galleryRow.simpleRow{
    gap:0 2.4rem;
}
.galleryRow.simpleRow .img {
    height: 37rem;
    transition:.3s;
    margin-bottom: 2.4rem;
}
.galleryRow.simpleRow .img:nth-child(n+13) {
    height: 0;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    margin-bottom:0;
}
.galleryRow.simpleRow.expanded .img:nth-child(n+13){
    height: 37rem;
    opacity: 1;
    visibility: visible;
    margin-bottom: 2.4rem;
}
.galleryRow.simpleRow .img:nth-child(n+13) img{
    display:none;
}
.galleryRow.simpleRow.expanded .img:nth-child(n+13) img{
    display:block;
}
/* === Мобильная галерея === */
.mobileGallery {
  display: none;
}

/* Базовое состояние новых элементов */
.gallery__col > .js-added {
  opacity: 0;
  -webkit-transform: translateY(2rem);
      -ms-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 0.4s ease, height 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, height 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, height 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, height 0.4s ease, -webkit-transform 0.4s ease;
  height: 0;
}

/* При раскрытии — появляются */
.gallery__col > .js-added.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  height: 37.4rem;
}

/* При сворачивании — исчезают */
.gallery__col > .js-added.animate-out {
  opacity: 0;
  -webkit-transform: translateY(2rem);
      -ms-transform: translateY(2rem);
          transform: translateY(2rem);
  height: 0;
  /* height: 0 не ставим — иначе нарушится layout других элементов;
     вместо этого удалим после завершения анимации */
}

.hidden-images {
  display: none;
}

/* Map Block */
.customMapBl {
  margin-bottom: 15rem;
}

.customMapCol {
  background: #26252f;
  height: 97rem;
  position: relative;
  display: grid;
  grid-template-columns: 80rem 112rem;
  border-radius: 2.4rem;
  overflow: hidden;
}
.customMapCol .info {
  background: #d6e2ff;
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 2.4rem;
  align-items: center;
  display: flex;
  width: 100%;
  border-radius: 0 3.2rem 3.2rem 0;
}
.customMapCol .info ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-left: 18rem;
}
.customMapCol .info ul li {
  text-decoration: underline;
  text-underline-position: under;
}
.customMapCol .mapImg {
  margin-left: -28.5rem;
  background-image: url("../img/mapImg.png");
  background-size: 127.5rem 97.2rem;
  background-position: left;
}


.customMapBl .mapBl {
    height: 64rem;
    max-height:60vh;
    border-radius: 2.4rem;
    overflow: hidden;
}
@media(max-width:767px){
    .customMapBl .mapBl {
        height: 34rem;
    }
}
/* ! Map Block !*/
.locationsTabBl {
  margin-bottom: 16rem;
}

.tabsHead {
  margin-bottom: 5.5rem;
}
.tabsHead ul {
  display: flex;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.1;
  gap: 2.4rem;
}
.tabsHead ul li {
  border-radius: 50rem;
  padding: 2rem 3.2rem;
  border: 2px solid #ebdfff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.tabsHead ul li.active {
  background: #ebdfff;
}
.tabsHead ul li:not(.active):hover {
  background: #f0f0f0;
}

.tabsBody {
  overflow: hidden;
}
.tabsBody .tab {
  opacity: 0;
  -webkit-transform: translateX(1rem);
      -ms-transform: translateX(1rem);
          transform: translateX(1rem);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  height: 0;
  visibility: hidden;
  z-index: -1;
  position: relative;
}
.tabsBody .tab.active {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  height: auto;
  visibility: visible;
  z-index: 1;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 1.6rem;
}
.tags li {
  border-radius: 50rem;
  padding: 1rem 1.2rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.1;
  background: #ebdfff;
}

.locRow.theme2 {
  row-gap: 6rem;
}
.locRow.theme2 .img {
  height: 34rem;
  margin: -0.1rem;
}
.locRow.theme2 .item {
    color:var(--text-color);
  border: 2px solid #ebdfff;
  border-radius: 3.2rem;
  gap: 0;
  overflow: visible;
  position:relative;
  padding-bottom:5rem;
}
.locRow.theme2 .text {
  padding: 2.4rem 2.4rem 0;
}
.locRow.theme2 .item .bottom {
    position: absolute;
    justify-content: center;
    gap: 1rem;
    bottom: 2rem;
    width: 100%;
    left: 0;
}
.locRow .img {
  height: 50rem;
}
.locRow .item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  line-height: 1.7;
    color:var(--text-color);
}
.locRow .item .title {
  font-weight: 700;
  font-size: 3.4rem;
  margin-bottom: 1.2rem;
  display: block;
    line-height: 1.2;
}
.locRow .item .btn {
  display: inline-flex;
  margin-top: 3.2rem;
}
.locRow .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.locRow .item .bottom .btn {
  margin-top: 0;
}
.locRow .item .bottom .toPage {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.1;
  border-bottom: 1px solid #3c4f7a;
  color: var(--text-color);
  padding-bottom: 0.2rem;
}
.locRow.similarRow .item:nth-child(4) {
    display: none;
}
.endDots {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 5;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
}

.toCartRow {
  display: flex;
  align-items: center;
}
.toCartRow .btn {
  display: inline-flex;
  margin: 0;
  min-height: 5.6rem;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-right: 1rem;
}

.favoriteBtn {
  background: unset;
  border: 2px solid #fcb209;
  border-radius: 50rem;
  padding: 0;
  width: 5.6rem;
  height: 5.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.favoriteBtn svg {
  width: 2rem;
  height: 2rem;
}

.chiefBl {
  display: grid;
  grid-template-columns: 1fr 76rem;
  gap: 6.4rem;
}
.chiefBl .blocktitle {
  margin-bottom: 0;
  line-height: 1.3;
}
.chiefBl .info {
  align-items: baseline;
  font-size: 2.2rem;
  line-height: 1.45;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.chiefBl .info p:last-child {
  margin-bottom: 0;
}
.chiefBl .info p {
  margin-bottom: 3rem;
}
.chiefBl .gallery {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  display: grid;
}
.chiefBl .gallery .gallery__col {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.chiefBl .gallery .gallery__col:nth-child(2) {
  padding-top: 8rem;
}
.chiefBl .gallery .tall {
  height: 53rem;
}
.chiefBl .gallery .small {
  height: 37rem;
}
.chiefBl .gallery .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hover-gallery {
  position: relative;
}

.hover-gallery__images {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.hover-gallery__img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.hover-gallery__img.is-active {
  opacity: 1;
  visibility: visible;
}

/* Дискретные сегменты */
.hover-gallery__segments {
  display: flex;
  width: 95%;
  position: absolute;
  bottom: 3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.05);
  padding: 0;
  border-radius: 2rem;
  gap: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor:pointer;
}

.hover-gallery:hover .hover-gallery__segments,.hover-gallery.img[data-gallery-initialized] .hover-gallery__segments{
  opacity: 1;
}

.hover-gallery__segment {
  flex: 1;
  height: 0.6rem;
  background: #fff;
  border-radius: 2rem;
}

.hover-gallery__segment.is-active {
  background: #FCB209;
}

/* Стрелки навигации (только на мобильных) */
.hover-gallery__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-color: rgba(255, 255, 255, 0.8);
  background-image:url(../img/arrow-up.png);
  border: none;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  font-weight: bold;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  background-position:center;
  opacity: 0;
  transition: opacity 0.2s;
}
.hover-gallery:hover .hover-gallery__btn {
  opacity: 1;
}
@media(max-width:767px){
    .hover-gallery .hover-gallery__btn{
        opacity: 1;
    }
}
.hover-gallery__btn--prev {
  left: 1rem;
}

.hover-gallery__btn--next {
  right: 1rem;
  transform: translateY(-50%) rotate(-90deg);
}


/* Яхта */
.historyBl {
  margin: 12rem auto;
}
.historyBl .imgRow {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
.historyBl .imgRow .item {
  font-weight: 800;
  line-height: 1.75;
  color: var(--text-secondary);
  flex: 1 1 auto;
  border-radius: 0;
}
.historyBl .imgRow .item .img {
  border-radius: 2.4rem;
  height: 50rem;
  display: block;
  margin-bottom: 2.4rem;
}

.twoCol {
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  display: grid;
}

.textBl {
  line-height: 1.75;
}
.textBl.twoCol {
  display: grid;
  grid-template-columns: 72rem 77rem;
  justify-content: space-between;
}
.textBl .big {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.4;
}
.textBl p {
  margin-bottom: 4rem;
}
.textBl p:last-child {
  margin-bottom: 0;
}

.textBl .blocktitle {
    margin: 0;
    line-height: 1.2;
}

.darkBG {
  background: #202020;
}

.deckDescrList {
  padding: 15rem 0;
  border-radius: 3.2rem;
/*   border-radius: 3.2rem 3.2rem 0 0; */
}

.deckDescr {
  margin-top: 19rem;
}
.deckDescr:first-child {
  margin-top: 0;
}
.deckDescr .blocktitle {
  color: var(--text-secondary);
  line-height: 1.4;
  margin-bottom: 0;
}
.deckDescr .top {
  display: grid;
  grid-template-columns: 1fr 103rem;
  color: white;
  margin-bottom: 6rem;
}
.deckDescr .text {
  padding-top: 1.5rem;
}
.deckDescr .text .title {
  font-weight: 700;
  font-size: 3.4rem;
  display: block;
  margin-bottom: 3rem;
}
.deckDescr .text .twoCol {
  line-height: 1.7;
}
.deckDescr .text .twoCol b,.deckDescr .text .twoCol strong {
  font-size: 2.6rem;
  display: block;
  margin-bottom: 1.5rem;
}
.deckDescr .orangeDot {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.deckDescr .orangeDot li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}
.deckDescr .orangeDot li:before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 1rem;
  background: #fcb209;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 5rem;
  display: block;
}
.deckDescr .gallery .item {
  height: 44rem;
}
.deckDescr .gallery .item:nth-child(5) {
  grid-column: 2/span 2;
}
.deckDescr .cabinsTabs .title {
  font-size: 2.6rem;
  font-weight: 600;
  display: block;
  margin-bottom: 5rem;
  color: white;
}
.deckDescr .cabinsTabs .tabsHead ul {
  gap: 5rem;
}
.deckDescr .cabinsTabs .tabsHead li {
  border: 0;
  padding: 0;
  background: none;
  font-weight: 700;
  font-size: 3.4rem;
  color: var(--text-secondary);
}
.deckDescr .cabinsTabs .tabsHead li:hover {
  opacity: 0.7;
  background: none;
  color: var(--orange);
}
.deckDescr .cabinsTabs .tabsHead li.active {
  background: none;
  color: var(--orange);
}
.deckDescr .cabinsTabs .twoCol {
    grid-template-columns: repeat(6, 1fr);
    gap:3rem;
}
.deckDescr .cabinsTabs .imgRow .img:nth-child(1), .deckDescr .cabinsTabs .imgRow .img:nth-child(2) {
    grid-column: span 3;
    height:auto;
}
.deckDescr .cabinsTabs .twoCol a {
    height: 25rem;
}

.detailPage {
  padding-top: 13.6rem;
}
.detailPage .mapBl {
    margin: 4rem auto;
    max-height: 30rem;
    height: 100%;
    width: 100%;
}
.detailPage .mapBl iframe {
    height: 100%;
    width: 100%;
    border-radius: 2.4rem;
}
@media(max-width:767px){
    .detailPage .mapBl {
        margin: 3rem auto;
        max-height: 20rem;
    }
}
.detailPage .topGal {
  display: grid;
  grid-template-rows: repeat(2, 26rem);
  gap: 0.4rem;
  grid-template-columns: repeat(12, 1fr);
  border-radius: 3.2rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
.detailPage .topGal .img {
  display: inline-flex;
  border-radius: unset;
  grid-column: span 2;
  position: relative;
}
.detailPage .topGal .img .more {
  position: absolute;
  background: rgba(0, 0, 0, 0.64);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailPage .topGal .img:first-child {
  grid-row: 1/span 2;
  grid-column: 1/span 6;
}
.detailPage .topGal .img:nth-child(2), .detailPage .topGal .img:nth-child(3) {
  grid-column: span 3;
}
.detailPage .topGal .img:nth-child(n+7) {
  display: none;
}
.detailPage .detailInfoCol {
  display: grid;
  grid-template-columns: 1fr 45rem;
  justify-content: space-between;
  gap: 8rem;
}
.detailPage .detailInfoCol .pagetitle {
  font-weight: 800;
  font-size: 7.2rem;
  line-height:1.1;
}
.detailPage .detailInfoCol .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detailPage .detailInfoCol .tags {
  margin: 0;
}
.detailPage .detailInfoCol .showOnMap {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.1;
  color: var(--text);
  display: flex;
  gap: 1rem;
}
.detailPage .detailInfoCol .showOnMap svg {
  width: 1.8rem;
  height: 2.1rem;
}
.detailPage .detailInfoCol .textBl {
  margin-top: 4rem;
}
.detailPage .detailInfoCol .textBl h3 {
  font-weight: 700;
  font-size: 3.4rem;
}
.detailPage .detailInfoCol .textBl img {
  border-radius: 2.4rem;
  max-height: 50rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 4rem auto;
}
.detailPage .detailInfoCol .textBl p {
  margin-bottom: 2.4rem;
}
.detailPage .detailInfoCol .greyBg {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.1;
  background: #f0f0f0;
  border-radius: 3.2rem;
  padding: 4rem;
  position: sticky;
  top: 10rem;
}
.detailPage .detailInfoCol .greyBg .toCartRow {
  margin-top: 2.4rem;
}

.gastPage .textBl{
    margin:10rem auto;
    align-items: center;
}
.gastPage .bigBanner.bigImg {
    height: 64rem;
    background-size: cover;
    margin: 0 auto 10rem;
}

.chiefTBl{
    margin: 10rem auto;
}
.chiefRow {
    display: grid;
    grid-template-columns: 1fr 48rem;
    align-items: center;
}
.chiefRow .text {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    max-width: 94rem;
    width: 100%;
    font-size: 2.2rem;
}
.chiefRow .blocktitle {
    margin: 0;
    line-height: 1;
}
.chiefRow .bottom {
    font-weight: 700;
    font-size: 3.4rem;
}
.chiefRow .bottom p {
    margin: 0;
}
.chiefRow .bottom .small {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
}
.chiefRow .img {
    border-radius: 50rem;
    height: 48rem;
    max-width: 48rem;
}
.gastPage .bigBanner.centered {
    height: auto;
    padding:0;
}
.gastPage .bigBanner.centered .inner {
    min-height: unset;
    padding: 10rem 2rem;
    justify-content: center;
}
.gastPage .bigBanner.centered .inner .text {
    align-items: center;
}

/* BootStrap Validation */
.form-floating {
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: 6.4rem;
  line-height: 1.25;
  width: 100%;
}

.form-floating > label:not(.descr) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  color: #989898;
  font-size: 1.8rem;
  font-weight: 400;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1.6rem;
}

.form-floating > .form-control-plaintext::-moz-placeholder, .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext::-webkit-input-placeholder, .form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext:-ms-input-placeholder, .form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext::-ms-input-placeholder, .form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown), .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 2.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:not(:-moz-placeholder), .form-floating > .form-control:not(:-moz-placeholder) {
  padding-top: 2.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:not(:-ms-input-placeholder), .form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 2.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 2.8rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill {
  padding-top: 2.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 2.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  -ms-transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
      transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
      -ms-transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.inputStyle {
  background: #FFFFFF;
  resize: none;
  font-weight: 500;
    font-size: 1.8rem;
  outline: none;
  color: #000;
  border: 1px solid #ededed;
    line-height: 1.5;
    border-radius: 2.6rem;
    padding: 1.6rem 2.4rem;
  height: 7.2rem;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  z-index: 9;
}

header .container {
  width: 100%;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header.is-fixed {
  position: fixed;
  background: rgba(16, 16, 16, 0.8);
  border-bottom-left-radius: 2.4rem;
  border-bottom-right-radius: 2.4rem;
  backdrop-filter: blur(8px);
}
.header.is-fixed:not(.menuActive) .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

header .hcenter {
  display: flex;
  gap: 2.8rem;
  align-items: center;
}
header .hcenter a:hover{
    color: #fcb209;
}

header ul {
  display: flex;
  list-style: none;
  gap: 3rem;
  margin: 0;
  padding: 0;
}

header .btn {
  min-height: 4.2rem;
  font-size: 1.8rem;
  padding: 1rem 1.6rem;
}

header .logo,footer .logo  {
  width: 31.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .logo svg,footer .logo svg {
    fill:white;
    height:100%;
    width:100%;
    max-width:30rem;
    max-height:6rem;
}
header .logo svg{
    max-height:5rem;
}
.hright {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

#menuBtn {
  padding-left: 1.4rem;
}
#menuBtn:hover{
    color:white;
}
#menuBtn svg {
  height: 2.4rem;
  width: 2.4rem;
  margin-right: 1rem;
  stroke: var(--text-color);
  pointer-events: none;
}

.header.blackText:not(.is-fixed), .header.blackText:not(.is-fixed) a {
  color: var(--text-color);
}

/* .header.blackText:not(.is-fixed) .logo{
  background-image: url("../img/logo-black.svg");
}
.header.blackText.active .logo,.header.blackText.menuActive .logo  {
  background-image: url("../img/logo-white.svg");
}
 */
.header.blackText:not(.is-fixed) .logo svg{
  fill:var(--text-color);
}
.header.blackText.active .logo svg,.header.blackText.menuActive .logo svg{
    fill:white;
}
.header.blackText.active, .header.blackText.active a:not(.btn),.header.blackText.menuActive, .header.blackText.menuActive a:not(.btn)  {
  color: white;
}

footer {
  position: relative;
  padding: 8rem 0 2rem;
  background: var(--text-color);
  color: white;
  min-height: 29rem;
}
footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
    flex-wrap: wrap;
}
footer .container > div {
    flex: 0 1 auto;
}
footer .fright {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2.4rem;
  margin-left: 6rem;
}
footer .fright .col,.hright .col{
    align-items: center;
    display: flex;
    flex-direction: column;
}
.hright .col .email{
    font-size: 1.6rem;
}
footer .fright .phone {
  font-weight: 700;
  font-size: 3.4rem;
  line-height:1;
}
footer .fright .email{
    font-weight: 500;
    font-size: 3rem;
}

footer .fright li {
    font-size: 0;
    width: auto;
    height: auto;
}
footer .fright li img {
    max-width: unset;
    width: 5rem;
    height: 5rem;
}
footer .fright li.whiteBG {
    background: white;
    border-radius: 6rem;
}

footer .fcenter ul {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 2.4rem 5rem;
  font-weight: 400;
  line-height: 1.1;
  max-width: 84rem;
}

.rem__area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}

.rem__block {
  width: 54rem;
  height: 54rem;
  background: #1f1f1f;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 20px 10px 50px 0 rgba(34, 60, 80, 0.2);
          box-shadow: 20px 10px 50px 0 rgba(34, 60, 80, 0.2);
  will-change: transform;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  flex: 0 0 auto;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(20px, -20px);
    transform: rotate(180deg) translate(20px, -20px);
  }
  to {
    -webkit-transform: rotate(360deg) translate(0, 0);
    transform: rotate(360deg) translate(0, 0);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(20px, -20px);
    transform: rotate(180deg) translate(20px, -20px);
  }
  to {
    -webkit-transform: rotate(360deg) translate(0, 0);
    transform: rotate(360deg) translate(0, 0);
  }
}
.rem__text {
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
}

body.dark .rem__block {
  background: #fff;
  color: #1f1f1f;
}
body.dark .rem__text {
  color: #1f1f1f;
}

.rem__instructions {
  max-width: 50rem;
}

@media (min-width: 1930px){
  html {
    font-size: 10px;
  }
}

@media (max-width: 1700px){
  html {
    font-size: 10px;
  }
}

@media (max-width: 1430px){
  html {
    font-size: 8.6px;
  }
}

@media (max-width: 1320px){
  html {
    font-size: 8.4px;
  }
}

@media (max-width: 1100px){
  body.lock {
    padding-right: 0;
  }
}

@media (max-width: 767px){
  html {
    font-size: 10px;
  }
  .touch [data-fullscreen] {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }
  .input,
  .textarea {
    font-size: 15px;
    padding: 0 13px;
    text-align: left;
  }
  .textarea {
    padding: 13px;
  }
  .select-box {
    width: 100%;
    font-size: 14px;
  }
  .select-box__current {
    font-size: 14px;
    height: 54px;
    padding-left: 12px;
    padding-right: 35px;
  }
  .select-box__list {
    font-size: 14px;
    width: 100%;
  }
  .select-box__option {
    padding: 6px 20px;
  }
  .h1 {
    font-size: 27px;
    line-height: 1.15;
  }
  .h2 {
    font-size: 25px;
    line-height: 1.15;
  }
  .h3 {
    line-height: 1.15;
  }
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .btn {
    font-size: 1.8rem;
    height: unset;
    line-height: 1;
    padding: 1rem 2rem;
    min-height: 5rem;
  }
  .fancybox-custom .fancybox-button,
  .fancybox-custom-video .fancybox-button {
    height: 4rem;
    width: 4rem;
    margin: 20px;
  }
  .fancybox-custom .fancybox-navigation .fancybox-button,
  .fancybox-custom-video .fancybox-navigation .fancybox-button {
    top: calc(50% - 20px);
  }
  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_right,
  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
  .fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_right,
  .fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_left {
    height: 4rem;
    width: 4rem;
  }
  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_right,
  .fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
    right: env(safe-area-inset-left);
    display: none;
  }
  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
  .fancybox-custom-video .fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    display: none;
  }
  .fancybox-custom-video .fancybox-slide {
    padding: 12px;
  }
  .rem__area {
    flex-direction: column;
    gap: calc(var(--indexSize) * 15);
  }
  .rem__block {
    width: calc(var(--indexSize) * 60);
    height: calc(var(--indexSize) * 60);
  }
  .rem__text {
    font-size: calc(var(--indexSize) * 6);
  }
  .rem__instructions {
    font-size: calc(var(--indexSize) * 2);
  }
}

@media (max-width: 340px){
  .h1 {
    font-size: 23px;
  }
  .h2 {
    font-size: 21px;
  }
  .h3 {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce){
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}

/* Mobile Menu */
.menu_container {
  display: none;
  width: 3.4rem;
  height: 3.3rem;
  align-items: center;
  position: relative;
  padding: 0;
}

.hum_open {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.hum_open span.humburger {
  width: 3.4rem;
  background: white;
  height: 3px;
  position: absolute;
  top: 1.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.hum_open span.humburger:before, .hum_open span.humburger:after {
  content: "";
  position: absolute;
  top: -1rem;
  width: 100%;
  height: 3px;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header.blackText:not(.is-fixed) .humburger:after,.header.blackText:not(.is-fixed) .humburger:before,.header.blackText:not(.is-fixed) .humburger{
  background: var(--text-color);
}
.header.blackText.active .humburger:after,.header.blackText.active .humburger:before,.header.blackText.active .humburger{
  background: white;
}
.hum_open span.humburger:after {
  top: 1.1rem;
}

.hum_open.open .humburger {
  height: 0;
}

.hum_open.open .humburger:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.hum_open.open .humburger:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

#mobile-menu {
  position: fixed;
  z-index: 101;
  width: 100%;
  height: calc(100vh - 7.5rem);
  top: 7.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  border-top: 1px solid #3c3028;
}

#mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

#mobile-menu .bg {
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3803921569);
  position: relative;
  cursor: pointer;
}

#mobile-menu.active .menubl {
  opacity: 1;
  right: 0;
}

#mobile-menu .menubl .workPhone a {
  font-size: 2.8rem;
  font-weight: 900;
  color: white;
}

#mobile-menu .workPhone span {
  font-size: 1.8rem;
  font-weight: 400;
}

#mobile-menu .menubl {
  right: -100%;
  background: rgba(16, 16, 16, 0.98);
  max-width: 41rem;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 2.4rem;
  overflow-y: auto;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#mobile-menu .menubl .menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 2.4rem;
}

#mobile-menu .menubl hr {
  margin: 4rem 0;
}

#mobile-menu .menubl .menu a, #mobile-menu .menubl .menu span {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  padding: 1.6rem 0;
  line-height: 1.1;
  position: relative;
  display: inline-block;
}

#mobile-menu .menubl .menu > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

#mobile-menu .menubl .workPhone {
    display: none;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
}
#mobile-menu .menubl .workPhone .btn {
    color: var(--text-color);
    margin: 0 auto;
    width: auto;
    font-size: 2rem;
}

/* Detailed Menu */
.header.menuActive {
    z-index: 100;
    background:unset;
}
/* === Оригинальные стили меню === */
#menuDetailed {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    background: var(--text-color);
    color: white;
    padding-top: 0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    transform: translateY(-100%);
}

#menuDetailed.menuActive {
    height: 100vh;
    visibility: visible;
    opacity: 1;
    padding: 8rem 0 0;
    z-index: 97;
    transform: translateY(0);
}

#menuDetailed .bg {
    background-image: url(../img/menu-detail-bg.png);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 132.4rem;
    height: 90.5rem;
    opacity: 0;
    background-size: 132.4rem 90.5rem;
    background-position: left top;
    transition: opacity 0.8s ease;
    z-index: -1;
}

#menuDetailed.menuActive .bg {
    opacity: 0.1;
}

#menuDetailed.menuActive .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    opacity: 0;
    transform: translateY(3rem);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    gap:3rem;
    overflow: auto;
    padding-bottom: 3rem;
}

#menuDetailed.menuActive .inner {
    opacity: 1;
    transform: translateY(0);
}

#menuDetailed .blocktitle {
    margin: 0;
    line-height: 1.2;
}

#menuDetailed .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0 4rem;
}

#menuDetailed .close {
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: scale(0.8);
}

#menuDetailed.menuActive .close {
    opacity: 1;
    transform: scale(1);
}

#menuDetailed .close:hover {
    transform: scale(1.1);
}

#menuDetailed .bottom {
    max-width: 65rem;
    margin-left: auto;
    width: 100%;
    opacity: 0;
    transform: translateY(3rem);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}

#menuDetailed.menuActive .bottom {
    opacity: 1;
    transform: translateY(0);
}

#menuDetailed .bottom .flex-center {
    justify-content: space-between;
    margin-bottom: 4rem;
    gap: 2rem;
}

#menuDetailed .bottom .phone {
    font-size: 4rem;
    font-weight: 700;
}
#menuDetailed .bottom .email{
    font-size: 3.5rem;
    font-weight: 500;
}

#menuDetailed .bottom .socialsBl {
    justify-content: end;
}

#menuDetailed .bottom .socialsBl li {
    display: flex;
    width: auto;
    height:auto;
    border: 2px solid var(--text-secondary);
    border-radius: 50rem;
    padding: 0;
    align-items: center;
    transition:.3s;
}
#menuDetailed .bottom .socialsBl li:hover {
    background: #3d3d3d;
}
#menuDetailed .bottom .socialsBl li a {
    padding: 1.8rem 2.4rem;
}

#menuDetailed .bottom .socialsBl li img {
    margin-right: 1rem;
}

#menuDetailed .menuContent {
    display: flex;
    font-size: 2.6rem;
    line-height: 1.5;
    justify-content: space-between;
}

#menuDetailed .menuContent ul {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 2.4rem;
}

#menuDetailed .menuContent .title {
    color: #4f4f4f;
    font-weight: 600;
}
#menuDetailed .menuContent a:hover{
    color: #fcb209;
}
#menuDetailed .menuContent a[href=""],#menuDetailed .menuContent a[href=""]:hover {
    opacity: .5;
    color: white;
    cursor:default;
}

#menuDetailed .center {
    display: grid;
    grid-template-columns: 66rem 41rem;
    gap: 5rem;
    justify-content: space-between;
}

/* === Анимации для элементов внутри меню === */
#menuDetailed .menuContent > div {
    opacity: 0;
    transform: translateY(2rem);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#menuDetailed.menuActive .menuContent > div:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

#menuDetailed.menuActive .menuContent > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

#menuDetailed.menuActive .menuContent > div:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

#menuDetailed .blocktitle h2 {
    opacity: 0;
    transform: translateX(-2rem);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#menuDetailed.menuActive .blocktitle h2 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
}

/* === Дополнительный визуальный эффект затемнения === */
#menuDetailed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

#menuDetailed.menuActive::before {
    opacity: 1;
}

#menuDetailed .center .img {
    position: relative;
    width: 100%;
    height: 35rem;
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

#menuDetailed .center .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.05);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#menuDetailed .center .img img.active {
    opacity: 1;
    transform: scale(1);
}

#menuDetailed .center .img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

#menuDetailed.menuActive .center .img::before {
    opacity: 1;
}

/* Формы */
.formhid {
    display: none;
}

textarea.inputStyle{
    width: 100%;
    resize: none;
    min-height: 17rem;
}
.contactsRow {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.modalStyle {
    box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.07);
    border-radius: 3.2rem;
    background: #FFF;
    padding: 2.4rem;
}
.modalStyle .title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
    display: block;
    padding-right: 4rem;
}
.modalStyle form .row {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom:2.4rem;
}
.modalStyle .twoCols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 95rem;
}
.modalStyle .twoCols form {
    background-color: #F6F6F6;
    padding: 2.4rem;
    border-radius: 2.4rem;
}
.modalStyle .twoCols form .title {
    font-size: 1.8rem;
}
.modalStyle .twoCols form .title b {
    font-size: 2.4rem;
    display: block;
    font-weight:600;
}
.modalStyle .twoCols form button {
    width: 100%;
    justify-content: center;
}
.modalStyle .twoCols .contactsRow .item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 0;
    overflow: unset;
    align-items: baseline;
}
.modalStyle .twoCols .contactsRow .item .grey {
    color: #989898;
    font-size: 2.4rem;
}
.modalStyle .twoCols .item a.phone {
    font-size: 3.4rem;
}
.modalStyle .twoCols .item a {
    font-weight: 600;
    align-items: center;
    gap: 1rem;
    color: var(--text-color);
}
.modalStyle .twoCols .contactsRow ul.socLinks li {
    font-size: 1.8rem;
    min-width: 11rem;
    display: flex;
    width: auto;
    height: auto;
    border: 2px solid var(--text-secondary);
    border-radius: 50rem;
    padding: 1rem;
    align-items: center;
    transition: .3s;
    min-height: 4rem;
}
.modalStyle .twoCols .contactsRow ul.socLinks li a {
    display: flex;
    gap: 1rem;
}
.modalStyle .twoCols .item a img {
    max-width: 3rem;
}
.modalStyle .twoCols .item:hover img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.modalStyle .twoCols .item .mail {
    font-size: 2.4rem;
}
form .descr {
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 0.8;
    display: flex;
    align-items: center;
    padding: 0;
    position: unset;
    white-space: unset;
    margin: 0;
    pointer-events: all;
}
form .descr a {
    text-decoration: underline;
}
form .descr input {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    position:relative;
    z-index:2;
    margin-right:.5rem;
}
form .descr a {
    color: var(--text-color);
}
.formBl form .descr a {
    color: var(--orange);
}
.formBl form .descr {
    color: var(--text-secondary);
}

/* OKTO logo */
#madeBy{
    font-size: 1.2rem;
    color: var(--text-secondary);
    flex: 1 auto;
    width: 100%;
    text-align: center;
    margin-top: 5rem;
}
#madeBy b{
    font-weight:900;
}
#madeBy a:hover u {
    color: #05b8fa;
    text-decoration: none;
}
#madeBy a u {
    background: linear-gradient(90deg, #057efa, #1fd1ff, #00ffb2, #05b8fa, #057efa);
    background-size: 3200px 200px;
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: animate-logo;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    transition: font-size 500ms ease-in-out;
    font-size: 1.8rem;
}
@-webkit-keyframes animate-logo {
 0% {
 background-position: 0 3200px;
 }
 100% {
 background-position: 3200px 0;
 }
}
/* ! OKTO logo ! */


.contactPage {
    padding-top: 10rem;
}
.contactPage .top-banner {
    min-height: 50rem;
}
.contactPage .top-banner .flex-col {
    max-width: 79rem;
    margin-top: 0rem;
}
.contactPage .top-banner .bgImg img{
    border-radius:0;
}
.contactFormBl{
    margin: 6rem auto;
    box-shadow: unset;
    background: unset;
    padding: 0;
}
.contactFormBl .twoCols {
    max-width: unset;
    gap: 10rem;
    align-items: center;
}
.contactFormBl.modalStyle .twoCols .contactsRow {
    gap: 1rem;
    margin: 0;
}
.contactFormBl hr{
    border-top:2px solid #f0f0f0;
    width:100%;
}
#contactForm {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 30rem;
}
#contactForm p {
    margin: 0;
}
#contactForm .row {
    flex-direction: row;
    margin: 0;
}
#contactForm button {
    min-height: 5.6rem;
    font-size: 1.8rem;
}
.form-floating{
    flex:1 1 auto;
}

/* FAQ */
/* ===== Accordion Core ===== */
.accordion__block {
    max-width: 100rem;
    margin-bottom: 15rem;
    margin:0 auto;
}
.accordion__item {
    border-top: 1px solid #E1E1E1;
    padding: 1.5rem 0;
}

.accordion__item:first-child {
    border-top: none;
}

.accordion__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    gap: 1rem;
}

.accordion__title {
    max-width: 93%;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.2;
    transition: 0.2s ease-in-out;
    margin: 0;
    color: var(--black);
}

.accordion__heading:hover .accordion__title {
    color: var(--orange);
}

.accordion__icon {
    flex-shrink: 0;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid var(--orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.accordion__icon svg {
    transition: transform 0.3s ease;
    transform: rotate(-180deg);
}

.accordion__item.active .accordion__icon svg {
    transform: rotate(0deg);
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.accordion__item.active .accordion__content {
    max-height: 120rem; /* достаточно для большинства ответов */
    opacity: 1;
    visibility: visible;
    padding-top: 1rem;
}
.accordion__content a,.textBl a {
    color: var(--orange);
}
.accordion__content a:hover,.textBl a:hover {
    color: var(--orange-hover);
    text-decoration: underline;
}
.accordion__content ul {
    list-style: disc;
    padding-left: 2.5rem;
}
.accordion__content ol{
    list-style: decimal;
    padding-left: 2.5rem;
}