@charset "UTF-8";

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

pre {
  font-family: 'Tilda Sans', sans-serif;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: 'Tilda Sans', sans-serif;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
font-family: 'Tilda Sans', sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

button {
  background: unset;
}

html {
  font-size: 0.625vw;
  font-weight: 400;
  scroll-behavior: smooth;
}
html ::selection {
  background: #fc8102;
  color: #fafeff;
}
html ::-webkit-scrollbar {
  width: 0.5vw;
}
html ::-webkit-scrollbar-thumb {
  background: radial-gradient(50% 50% at 50% 50%, #ffffff -200%, #fc8102 100%);
  transition: 0.3s ease;
}
html ::-webkit-scrollbar-thumb:hover {
  background: radial-gradient(50% 50% at 50% 50%, #ffffff -200%, #69effd 100%);
}
html ::-webkit-scrollbar-track {
  background: #122229;
  box-shadow: inset 0 0 10px 0.2px #c4c4c4;
  overflow: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
font-family: 'Tilda Sans', sans-serif;
  line-height: 1.8;
  font-weight: 400;
  color: #fafeff;
  background-color: #122229;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
  width: 100%;
}

body {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s linear;
}

.body-stop {
  overflow-y: hidden;
}

.page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

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

a,
button,
input,
select,
textarea {
  outline: 0;
}

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

a {
  text-decoration: none;
  color: #fafeff;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}

.slick-slide,
.slick-slide * {
  outline: 0 !important;
}

.hidden {
  display: none;
}

.validate_error {
  border-color: red !important;
  color: red !important;
}
.validate_error::-webkit-input-placeholder {
  color: red !important;
}
.validate_error::-moz-placeholder {
  color: red !important;
}
.validate_error:-ms-input-placeholder {
  color: red !important;
}
.validate_error::-ms-input-placeholder {
  color: red !important;
}
.validate_error::placeholder {
  color: red !important;
}

input.validate_error:-webkit-autofill,
input.validate_error:-webkit-autofill:focus,
input.validate_error:-webkit-autofill:hover {
  -webkit-text-fill-color: red !important;
  caret-color: red !important;
}

.container-change {
  transition: 0.3s ease;
}

.container-max {
  max-width: 100vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-max {
    max-width: 100vw;
  }
}

.container {
  max-width: 81.25vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container {
    max-width: 90vw;
  }
}

.container-min {
  max-width: 67.7083vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-min {
    max-width: 90vw;
  }
}

.section {
  position: relative;
  padding: 3.6458vw 0;
}
@media (max-width: 600px) {
  .section {
    padding: 21.333vw 0;
  }
}
.section.same {
  padding: 5.2083vw 0;
}

@media (max-width: 600px) {
  .section.same {
    padding: 10vw 0;
  }
}
.title {
  font-size: 2.2917vw;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .title {
    text-align: center;
    font-size: 5.333vw;
  }
}

.subtitle {
  font-size: 1.1458vw;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 600px) {
  .subtitle {
    text-align: center;
    font-size: 3.733vw;
  }
}
.title-wrapper {
  margin-bottom: 2.0833vw;
}
@media (max-width: 600px) {
  .title-wrapper {
    margin-bottom: 5.333vw;
  }
}

.title-wrapper-h2 {
  margin-bottom: 1.5625vw;
  display: block;
  margin-left: 0.7813vw;
}

@media (max-width: 600px) {
  .title-wrapper-h2 {
    margin-bottom: 8vw;
    display: block;
    margin-left: 2.1vw;
  }
}
@media (max-width: 600px) {
  .title-img {
    height: 8vw;
    margin-bottom: 4vw;
  }
}
.text-max {
  font-size: 1.0417vw;
}

.text {
  font-size: 0.9375vw;
}

.text-min {
  font-size: 0.8333vw;
}
@media (max-width: 600px) {
  .text-min {
    font-size: 2.8vw;
  }
}

.fwb {
  font-weight: 700;
}

.fwm {
  font-weight: 500;
}

.fwr {
  font-weight: 400;
}

.fwl {
  font-weight: 300;
}

.ttu {
  text-transform: uppercase;
}

.tdu {
  text-decoration: underline;
}

.tdt {
  text-decoration: line-through;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.light {
  color: #fafeff;
}

.dark {
  color: #0a0a0a;
}

.no-scroll {
  overflow: hidden;
}

.poe {
  pointer-events: none;
}

.stop {
  overflow: hidden;
}

.stop-nav {
  overflow: hidden;
}

.mdn {
  display: flex;
}

.ddn {
  display: none;
}

@media (max-width: 600px) {
  .mdn {
    display: none;
  }
  .ddn {
    display: flex;
  }
}
.scrole-right {
  display: none;
}

.visible-hand {
  padding-top: 4vw;
  width: 9.444vw;
  height: 9.444vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dots {
  display: flex;
  margin-right: 1.0417vw;
}
.dots > span {
  width: 0.46875vw;
  height: 0.46875vw;
  border-radius: 50%;
  border: 0.0520833333vw solid #fc8102;
  margin-right: 0.3645833333vw;
  opacity: 0.5s;
  flex-grow: 0;
}
.dots > span:first-child {
  -webkit-animation: wave_1 2s linear infinite;
  animation: wave_1 2s linear infinite;
}
.dots > span:nth-child(2) {
  -webkit-animation: wave_2 2s linear infinite;
  animation: wave_2 2s linear infinite;
}
.dots > span:nth-child(3) {
  -webkit-animation: wave_3 2s linear infinite;
  animation: wave_3 2s linear infinite;
}
.dots > span:last-child {
  -webkit-animation: wave_4 2s linear infinite;
  animation: wave_4 2s linear infinite;
}

@media (max-width: 600px) {
  html {
    overflow-x: hidden;
  }
  .questions.md-all-items-visible .questions__wrapper .container-item {
    display: block !important;
  }
  .questions.md-all-items-visible .questions__load-more {
    display: none;
  }
  .scrole-right {
    display: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 3.611vw;
    margin-bottom: 8.333vw;
  }
}
.shop-item {
  position: relative;
}
.shop-item::after {
  content: "";
  position: absolute;
  right: 0vw;
  top: 0vw;
  transform: translate(100%, -50%);
  width: 0.5208vw;
  height: 0.5208vw;
  border-radius: 50%;
  background-color: #fc8102;
}

@media (max-width: 600px) {
  .shop-item::after {
    width: 1.667vw;
    height: 1.667vw;
  }
}
.btn {
  background: #fc8102;
  color: #23575e;
  border-radius: 0.3125vw;
  font-weight: 500;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  z-index: 6;
}
@media (max-width: 600px) {
  .btn {
    border-radius: 1.067vw;
  }
}
.btn-a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-max {
  padding: 0vw 2.6042vw;
  height: 4.5833vw;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 600px) {
  .btn-max {
    padding: 0 10.667vw;
    height: 18.667vw;
  }
}

.btn-norm {
  padding: 0vw 1.25vw;
  height: 3.0208vw;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 600px) {
  .btn-norm {
    padding: 0 2.6vw;
    height: 14.933vw;
  }
}

.btn-min {
  padding: 0vw 2.0833vw;
  height: 2.7083vw;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 600px) {
  .btn-min {
    padding: 0 10vw;
    height: 15vw;
  }
}

.btn:hover {
  background: #69effd;
}

.btn-secondary {
  background: #fc8102;
  color: #23575e;
  border-radius: 0.3125vw;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  cursor: pointer;
  border: none;
  z-index: 6;
  background: transparent;
  color: #fc8102;
  border: 0.1042vw solid #fc8102;
}
@media (max-width: 600px) {
  .btn-secondary {
    border-radius: 1.067vw;
  }
}
.btn-secondary:hover {
  color: #fafeff;
  border: 0.1042vw solid #69effd;
  background: #69effd;
}

.btn-text-max {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.8333vw;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 600px) {
  .btn-text-max {
    font-size: 3.467vw;
  }
}

.btn-text-norm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.7292vw;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 600px) {
  .btn-text-norm {
    font-size: 3.467vw;
  }
}

.btn-text-min {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.6771vw;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 600px) {
  .btn-text-min {
    font-size: 3.467vw;
  }
}

.btn .btn-blick {
  position: absolute;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .btn:not(:disabled) .btn-blick {
    border-radius: 1.6vw;
  }
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -1.5625vw;
  content: " ";
  width: 1.5625vw;
  height: 15.625vw;
  background: #fafeff;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  position: absolute;
  left: -2.0833vw;
  top: -5.2083vw;
  top-animation-timing-function: ease-in-out;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
}

.btn-anim-icon {
  margin-left: 1.0417vw;
  width: 1.0417vw;
  height: 1.0417vw;
}
.btn-anim-icon > svg {
  width: 100%;
  height: 100%;
}
.btn-anim-icon > svg > path:first-child {
  -webkit-animation: wave_1 2s linear infinite;
  animation: wave 1.5s linear infinite;
  animation-delay: -2s;
}
.btn-anim-icon > svg > path:nth-child(2) {
  -webkit-animation: wave_2 2s linear infinite;
  animation: wave 1.5s linear infinite;
  animation-delay: -1s;
}
.btn-anim-icon > svg > path:last-child {
  -webkit-animation: wave_3 2s linear infinite;
  animation: wave 1.5s linear infinite;
  animation-delay: 0s;
}
.btn-anim-icon-min {
  margin-left: 3.733vw;
  width: 4.8vw;
  height: 4.8vw;
}
.btn-anim-icon-min > svg {
  width: 100%;
  height: 100%;
}
.btn-anim-icon-min > svg > path:first-child {
  -webkit-animation: wave_1 2s linear infinite;
  animation: wave 1.5s linear infinite;
  animation-delay: -2s;
}
.btn-anim-icon-min > svg > path:nth-child(2) {
  -webkit-animation: wave_2 2s linear infinite;
  animation: wave 1.5s linear infinite;
  animation-delay: -1s;
}
.btn-anim-icon-min > svg > path:last-child {
  -webkit-animation: wave_3 2s linear infinite;
  animation: wave 1.5s linear infinite;
  animation-delay: 0s;
}
.btn-icone {
  width: 0.8333vw;
  height: 0.8333vw;
  flex-grow: 0;
}

.btn-click {
  display: flex;
  flex-direction: column;
}
.btn-click svg {
  fill: #fc8102;
  width: 1.5625vw;
  height: 1.5625vw;
  flex-grow: 0;
}
.btn-click p {
  font-size: 0.7292vw;
}

@media (max-width: 600px) {
  .btn-anim-icon {
    margin-left: 4.267vw;
    width: 4.267vw;
    height: 4.267vw;
  }
  .btn-anim-icon-min {
    margin-left: 2.333vw;
    width: 3vw;
    height: 3vw;
  }
  .btn-icone {
    margin-right: 4vw;
    width: 3vw;
    height: 3vw;
    font-weight: 500;
  }
  .btn-secondary {
    border: 0.556vw solid #fc8102;
    font-weight: 600;
  }
  .btn-click {
    flex-direction: row;
    align-items: center;
  }
  .btn-click svg {
    fill: #fc8102;
    width: 6vw;
    height: 6vw;
    margin-right: 2vw;
  }
  .btn-click p {
    text-align: center;
    font-size: 2.8vw;
  }
  .btn-click p br {
    display: none;
  }
}
.link {
  transition: 0.3s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.link:hover {
  color: #fc8102;
}
.link:hover > img {
  filter: grayscale(0);
  opacity: 1;
}

.link--underline {
  font-weight: 500;
  line-height: 1.55;
  color: #fc8102;
  display: inline-flex;
  justify-content: center;
  text-decoration: underline;
}
.link--underline:hover {
  color: #69effd;
}

.link.link--colored {
  color: #fc8102;
}

.link.link--colored::before {
  border-color: #fc8102;
}

.area,
.input {
  padding: 1.7708vw;
  border-radius: 0.3125vw;
  color: rgba(40, 40, 40, 0.5);
  width: 100%;
  position: relative;
  border: 0;
}
@media (max-width: 600px) {
  .area,
  .input {
    border-radius: 1.067vw;
  }
}

.area::-moz-placeholder,
.input::-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.area:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.area::placeholder,
.input::placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.area:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.area::-ms-input-placeholder,
.input::-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

input::-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

input::placeholder {
  color: rgba(40, 40, 40, 0.5);
}

textarea:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

textarea::-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

textarea::placeholder {
  color: rgba(40, 40, 40, 0.5);
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  background-color: #fafeff;
  -webkit-text-fill-color: #0a0a0a;
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: #0a0a0a;
}

.form-input {
  position: relative;
  padding: 1.875vw;
  height: 4.5833vw;
  font-weight: 400;
  font-size: 0.7813vw;
  line-height: 1.4;
  color: #0a0a0a;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .form-input {
    font-size: 3.2vw;
  }
}
@media (max-width: 600px) {
  .form-input {
    border-radius: 1.067vw;
  }
}
.form-input::-webkit-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}
.form-input::-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}
.form-input::-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.search-input {
  padding: 0.9375vw 4.4792vw 0.9375vw 1.25vw;
  height: 2.7083vw;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(40, 40, 40, 0.5);
  border-radius: 0.3125vw;
  border: 0.026vw solid #354547;
}
@media (max-width: 600px) {
  .search-input {
    border-radius: 1.6vw;
  }
}
.search-input::-webkit-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}
.search-input-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}
.search-input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

@media (max-width: 600px) {
  .form-input {
    padding: 1.0417vw 1.5625vw;
    height: 19.444vw;
    font-weight: 400;
    font-size: 0.7813vw;
    line-height: 1.4;
    color: rgba(40, 40, 40, 0.5);
    border-radius: 0.3125vw;
    border: 0.278vw solid #354547;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .form-input {
    font-size: 3.2vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .form-input {
    border-radius: 1.6vw;
  }
}
@media (max-width: 600px) {
  .form-input::-webkit-input-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .form-input-moz-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .form-input:-ms-input-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .search-input {
    padding: 5vw 21.111vw 5vw 6.667vw;
    height: 14.444vw;
    border: 0.278vw solid #354547;
  }
  .search-input::-webkit-input-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .search-input-moz-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .search-input:-ms-input-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
}
.form-checkbox > div input {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
}

.form-checkbox > div.checked {
  background-color: #fc8102;
}

.form-checkbox > div {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.8333333333vw;
  margin-bottom: 0.2604vw;
  border: 0.0520833333vw solid #fc8102;
  border-radius: 0.1042vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form-checkbox,
.form-checkbox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  align-items: center;
}

.form-checkbox > div {
  justify-content: center;
}

.form-checkbox > div img,
.form-checkbox > div svg {
  width: 0.4166666667vw;
  height: 0.3125vw;
  fill: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-checkbox > div.checked img,
.form-checkbox > div.checked svg {
  opacity: 1;
}

.form-checkbox p {
  font-weight: 400;
  font-size: 0.7292vw;
  line-height: 1.55;
  cursor: pointer;
  text-align: left;
}

.btn.disabled {
  pointer-events: none;
  opacity: 0.7;
}

@media (max-width: 600px) {
  .form-checkbox {
    margin-top: 2vw;
    margin-bottom: 2vw;
    justify-content: center;
  }
  .form-checkbox div img {
    width: 2.3438vw;
    height: 1.875vw;
  }
  .form-checkbox div {
    width: 5.556vw;
    height: 5.556vw;
    margin-right: 5vw;
    border-radius: 0.533vw;
  }
  .form-checkbox p {
    width: 80vw;
    font-size: 3vw;
    line-height: 1.4;
  }
  .btn:not(:disabled) .btn-blick:after {
    margin-left: -5vw;
    width: 6vw;
    height: 60vw;
    left: -8vw;
    top: -15vw;
  }
  .form-input {
    padding: 0px 6.4vw;
    height: 18.667vw;
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fafeff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
font-family: 'Tilda Sans', sans-serif;
  font-size: 0.7813vw;
  line-height: 1.4;
  font-weight: 400;
  height: 2.1875vw;
  line-height: 2.0833333333vw;
  outline: 0;
  padding-left: 0.9375vw;
  padding-right: 1.5625vw;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 600px) {
  .nice-select {
    font-size: 3.2vw;
  }
}
.nice-select:after {
  border-bottom: 0.1041666667vw solid rgba(40, 40, 40, 0.5);
  border-right: 0.1041666667vw solid rgba(40, 40, 40, 0.5);
  content: "";
  display: block;
  height: 0.2604166667vw;
  margin-top: -0.2083333333vw;
  pointer-events: none;
  position: absolute;
  right: 0vw;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0.2604166667vw;
}
.nice-select .list {
  background-color: #fafeff;
  border-radius: 0.3125vw;
  -webkit-box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.8vw;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select.option {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.0833333333vw;
  list-style: none;
  min-height: 2.0833333333vw;
  outline: 0;
  padding-left: 0.9375vw;
  padding-right: 1.5104166667vw;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select.open .list {
  border: 0.1042vw solid #e4eeed;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select .option.selected {
  font-weight: 700;
}

.open.form-select::after {
  transform: translate(-200%, 20%) rotate(135deg);
  transform-origin: center;
}

.current {
  line-height: 1;
  position: relative;
}

.form-select {
  position: relative;
  padding: 0.5208vw 0.9375vw;
  width: 3.9583vw;
  height: 2.1875vw;
  font-weight: 400;
  font-size: 0.7292vw;
  line-height: 1.4;
  color: rgba(40, 40, 40, 0.5);
  border: 0.1042vw solid #e4eeed;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .form-select {
    border-radius: 1.067vw;
  }
}
.form-select .list {
  position: absolute;
  width: 3.9583vw;
  top: 75%;
  left: -0.1vw;
  border: 0.1vw solid #354547;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-select::after {
  border: 0;
  width: 0.4vw;
  height: 0.4vw;
  border-left: 0.0520833333vw solid rgba(40, 40, 40, 0.5);
  border-bottom: 0.0520833333vw solid rgba(40, 40, 40, 0.5);
  -webkit-transform: translate(-200%, -30%) rotate(-45deg);
  transform: translate(-200%, -30%) rotate(-45deg);
  transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  display: block;
}
.form-select .list .option {
  line-height: 2.1875vw;
  padding: 0vw 0.9375vw;
  transition: all 0.4s;
  border-bottom: 0.0521vw solid #e4eeed;
}
.form-select .list .option:last-child {
  border-bottom: none;
}
.form-select .list .option:hover {
  transition: all 0.4s;
  background-color: #e4eeed;
}

@media (max-width: 600px) {
  .form-select {
    height: 10vw;
    width: 15vw;
    padding: 3vw;
    border: 0.556vw solid #e4eeed;
  }
  .form-select .list .option {
    font-size: 3vw;
    line-height: 10vw;
    padding: 0 3vw;
  }
  .form-select .list {
    width: 100%;
    top: 100%;
    border-radius: 0.8vw;
  }
  .form-select::after {
    border: 0;
    width: 1.4vw;
    height: 1.4vw;
    border-left: 0.5vw solid rgba(40, 40, 40, 0.5);
    border-bottom: 0.5vw solid rgba(40, 40, 40, 0.5);
    right: 0vw;
    top: 50%;
    transform: translate(-200%, -50%) rotate(-45deg);
  }
  .current {
    font-size: 3vw;
    line-height: 1.3;
  }
  .nice-select.open .list {
    border: 0.556vw solid #354547;
  }
  .open.form-select::after {
    transform: translate(-200%, 0%) rotate(135deg);
    transform-origin: center;
  }
}
.form-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-top__item {
  width: 5.2083333333vw;
  margin: 0 0.1041666667vw;
  padding: 0.7292vw;
  background-color: transparent;
  border-radius: 0.5208333333vw;
  border: 0.0520833333vw solid transparent;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s;
}
.form-top__item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.form-top__item.active {
  background-color: #fafeff;
  box-shadow: 0 7px 27px rgba(40, 40, 40, 0.1);
}
.form-top__item span.viber {
  background-color: transparent;
}
.form-top__item p {
  font-size: 0.7292vw;
  font-weight: 500;
  line-height: 1.4;
}
.form-top__item span {
  display: flex;
  width: 2.7083vw;
  height: 2.7083vw;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5208vw;
}
.form-top__item span img {
  width: 2.7083vw;
  fill: #fafeff;
  pointer-events: none;
}

@media (max-width: 600px) {
  .form-top__item {
    width: 17.1875vw;
    padding: 1.5625vw;
    border-radius: 2vw;
  }
  .form-top__item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
  .form-top__item p {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }
  .form-top__item span {
    width: 10.9375vw;
    height: 10.9375vw;
    margin-bottom: 3.125vw;
  }
  .form-top__item span img {
    width: 10vw;
    fill: #fafeff;
    pointer-events: none;
  }
}
.input-tel-icone {
  position: relative;
  width: 100%;
  margin-bottom: 0.5208vw;
}
.input-tel-icone > input {
  margin-bottom: 0;
}
.input-tel-icone::before {
  z-index: 80;
  position: absolute;
  content: "";
  width: 1.099vw;
  height: 1.099vw;
  right: 1.7708vw;
  bottom: 50%;
  transform: translateY(50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icone/phone.svg);
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.25;
}
.input-tel-comment {
  position: relative;
}
.input-tel-comment::before {
  z-index: 7;
  position: absolute;
  content: "";
  width: 1.099vw;
  height: 1.099vw;
  right: 1.7708vw;
  top: 1.5625vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icone/pen.svg);
  pointer-events: none;
}

@media (max-width: 600px) {
  .input-tel-icone {
    margin-bottom: 3.889vw;
  }
  .input-tel-icone::before {
    width: 4vw;
    height: 4vw;
    right: 6vw;
  }
  .input-tel-comment {
    position: relative;
  }
  .input-tel-comment::before {
    width: 5vw;
    height: 5vw;
    right: 9.444vw;
    top: 8.333vw;
  }
}
.section.short {
  padding-top: 1.7708vw;
}

@media (max-width: 600px) {
  .section.short {
    padding-top: 0;
  }
}
.btn-favorite {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.1458vw;
  right: 1.1458vw;
  width: 2.0833vw;
  height: 2.0833vw;
  background: rgba(40, 40, 40, 0.5);
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 92;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .btn-favorite {
    border-radius: 1.067vw;
  }
}
.btn-favorite-icon {
  display: none;
}
.btn-favorite-text {
  display: none;
}
.btn-favorite > img {
  width: 1.0417vw;
  height: 1.0417vw;
  object-fit: cover;
  transition: 0.3s ease;
  filter: grayscale(100%) invert(100%) contrast(200%);
}
.btn-favorite.red {
  background: #fc8102;
}
.btn-favorite:hover {
  transform: scale(1.07);
}

@media (max-width: 600px) {
  .btn-favorite {
    top: 4.267vw;
    right: 4.267vw;
    width: 10.133vw;
    height: 10.133vw;
  }
  .btn-favorite > img {
    width: 5.067vw;
    height: 5.067vw;
  }
}
.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.flash {
  position: relative;
}
.section.flash::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2vw;
  height: 20.8333vw;
  width: 6.25vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icone/Top_L_2.svg);
}
.section.flash::after {
  position: absolute;
  content: "";
  right: 0;
  top: 2vw;
  width: 26.1458vw;
  height: 9.7396vw;
  width: 20.8333vw;
  height: 6.25vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icone/Top_R_1.svg);
}

@media (max-width: 600px) {
  .section.flash {
    position: relative;
  }
  .section.flash::before {
    display: none;
  }
  .section.flash::after {
    display: none;
  }
}
@-webkit-keyframes opas {
  0% {
    opacity: 0.4;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes opas {
  0% {
    opacity: 0.4;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@-webkit-keyframes online {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes online {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse_2_small {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
  }
  to {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@-webkit-keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}
@-webkit-keyframes wave_1 {
  0%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes wave_1 {
  0%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
}
@-webkit-keyframes wave_2 {
  0%,
  50%,
  to {
    opacity: 0.75;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
}
@keyframes wave_2 {
  0%,
  50%,
  to {
    opacity: 0.75;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
}
@-webkit-keyframes wave_3 {
  0%,
  to {
    opacity: 0.5;
  }
  25%,
  75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes wave_3 {
  0%,
  to {
    opacity: 0.5;
  }
  25%,
  75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes wave_4 {
  0%,
  to {
    opacity: 0.5;
  }
  25%,
  75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes wave_4 {
  0%,
  to {
    opacity: 0.5;
  }
  25%,
  75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes scrole-right {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(-10px, 0) rotate(0);
  }
  75% {
    transform: translate(10px, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes scrole-right {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(-10px, 0) rotate(0);
  }
  75% {
    transform: translate(10px, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes rotate3 {
  0% {
    -webkit-transform: translateY(-50%, -50%) rotate(360deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    border-top: 0.12vw solid #fc8102;
    border-bottom: 0.12vw solid #fafeff;
  }
  50% {
    -webkit-transform: translateY(-50%, -50%) rotate(360deg) scale(1.1);
    transform: translate(-50%, -50%) rotate(180deg) scale(1.1);
    border-top: 0.12vw solid #fafeff;
    border-bottom: 0.12vw solid #fc8102;
  }
  100% {
    -webkit-transform: translateY(-50%, -50%) rotate(360deg) scale(1);
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
    border-top: 0.12vw solid #fc8102;
    border-bottom: 0.12vw solid #fafeff;
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.online {
  position: relative;
  padding-left: 0.68vw;
}

.online::before {
  content: "";
  border-radius: 50%;
  width: 0.2604vw;
  height: 0.2604vw;
  background-color: #46d068;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

@media (max-width: 600px) {
  .online {
    padding-left: 2vw;
  }
  .online::before {
    width: 1vw;
    height: 1vw;
    top: 1.4vw;
    flex-grow: 0;
  }
}
.online-manager {
  left: 3vw;
  bottom: 0.6vw;
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0.5208vw;
  height: 0.5208vw;
  background-color: #46d068;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

.tooltip-horizontal-scroll-icon_hand {
  animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
}

.tooltip-horizontal-scroll-icon_card {
  animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
  0% {
    transform: translateX(80px) scale(1);
    opacity: 0;
  }
  10% {
    transform: translateX(80px) scale(1);
    opacity: 1;
  }
  20%,
  60% {
    transform: translateX(175px) scale(0.6);
    opacity: 1;
  }
  80% {
    transform: translateX(5px) scale(0.6);
    opacity: 1;
  }
  to {
    transform: translateX(5px) scale(0.6);
    opacity: 0;
  }
}
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
  0%,
  60% {
    transform: translateX(0);
  }
  80%,
  to {
    transform: translateX(-240px);
  }
}
.online {
  position: relative;
  padding-left: 0.68vw;
}

.online::before {
  content: "";
  border-radius: 50%;
  width: 0.2604vw;
  height: 0.2604vw;
  background-color: #46d068;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

@media (max-width: 600px) {
  .online {
    padding-left: 2vw;
  }
  .online::before {
    width: 1vw;
    height: 1vw;
    top: 1.4vw;
    flex-grow: 0;
  }
}
@-webkit-keyframes progress_bar {
  0% {
    background-position: -52.0833333333vw center;
  }
  50% {
    background-position: 0 center;
  }
  to {
    background-position: 52.0833333333vw center;
  }
}
@keyframes progress_bar {
  0% {
    background-position: -52.0833333333vw center;
  }
  50% {
    background-position: 0 center;
  }
  to {
    background-position: 52.0833333333vw center;
  }
}
@-webkit-keyframes wave {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes wave {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.swiper {
  position: relative;
}
.swiper-container {
  overflow-y: visible;
  overflow-x: clip;
}
.swiper-slide.catalog-item {
  margin: 0 0.7813vw;
}
.swiper-button-lock {
  display: none;
  opacity: 0;
  transition: 0s !important;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7708vw;
  height: 1.7708vw;
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .swiper-button-prev,
  .swiper-button-next {
    border-radius: 1.067vw;
  }
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  opacity: 1;
  filter: grayscale(0);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
  filter: grayscale(1);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.swiper-button-prev {
  left: -3vw;
}
.swiper-button-prev::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_6593_6775)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.2036 16.8786L23.8393 1.16772e-07L26.3893 2.55L12.1822 17L26.5107 31.45L23.9607 34L7.08217 17L7.2036 16.8786Z' fill='%2300CFE8' /%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_6593_6775'%3e%3crect width='34' height='34' fill='white' /%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.swiper-button-next {
  right: -3vw;
}
.swiper-button-next::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_6593_6773)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.7964 16.8786L10.1607 1.16772e-07L7.61069 2.55L21.8178 17L7.48926 31.45L10.0393 34L26.9178 17L26.7964 16.8786Z' fill='%2300CFE8' /%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_6593_6773'%3e%3crect width='34' height='34' fill='white' transform='matrix(-1 0 0 1 34 0)' /%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}

@media (max-width: 600px) {
  .swiper-slide.catalog-item {
    margin: 0;
  }
  .swiper-wrapper {
    flex-direction: column;
    gap: 5.333vw;
  }
  .swiper-container {
    overflow: visible;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
.is-modern .f-thumbs__slide__button {
  clip-path: unset;
}

.f-thumbs__slide.for-image {
  border: 0.0521vw solid transparent;
  transition: 0.3s ease;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .f-thumbs__slide.for-image {
    border-radius: 1.067vw;
  }
}

.f-thumbs__slide.for-image.is-nav-selected {
  border: 0.1vw solid #fafeff;
}

.is-modern.is-resting .f-thumbs__slide__button {
  width: 100%;
  height: 100%;
  margin: 0;
}

.f-thumbs__track {
  justify-content: center;
}

.is-modern .f-thumbs__track {
  width: 100%;
  transform: unset !important;
}

.is-modern .f-thumbs__slide {
  transform: unset !important;
}

.select {
  display: flex;
  justify-content: center;
  position: relative;
  color: #0a0a0a;
}
.select-selected {
  background: white;
  padding: 1.4583vw 1.875vw;
  height: 4.5833vw;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .select-selected {
    border-radius: 1.067vw;
  }
}
.select-selected .visible {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-selected .visible > p {
  transition: 0.3s ease;
  position: relative;
}
.select-selected .visible > p::before {
  transition: 0.3s ease;
  position: absolute;
  content: "";
  right: -1.5625vw;
  top: 50%;
  width: 1.0417vw;
  height: 1.0417vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1) brightness(50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cg clip-path='url(%23b)'%3e%3cpath fill='%2300CFE8' fill-rule='evenodd' d='m10.04 13.068 5.79-5.994-.874-.919-4.959 5.119L5.04 6.11l-.875.92 5.833 6.08.042-.043Z' clip-rule='evenodd'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M4.164 4.167h11.667v11.667H4.164z'/%3e%3c/clipPath%3e%3cclipPath id='b'%3e%3cpath fill='%23fff' d='M4.164 13.611h11.667v-7.5H4.164z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  transform: translateY(-50%);
}
.select-selected .visible img {
  width: 2.5vw;
  height: 2.5vw;
}
.select-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  overflow: hidden;
  top: 100%;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: 3;
  pointer-events: none;
  transform: translateY(-50%) scale(0.5);
  border-radius: 0 0 0.3125vw 0.3125vw;
  transition:
    opacity 0.2s ease,
    transform 0.3s ease;
}
.select-options p {
  font-weight: 500;
}
.select-options img {
  width: 2.2vw;
  height: 2.2vw;
  display: none;
}
.select-options-title {
  margin: 0.9375vw 0;
  font-size: 0.7813vw;
  line-height: 1.4;
  font-weight: 600;
}
.select-options-title:first-child {
  margin-top: 0;
}
.select-option {
  padding: 1.0417vw 1.875vw;
  background: white;
  transition: 0.3s ease;
}
.select-option .visible {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8333vw;
}
.select-option .visible:hover {
  color: #fc8102;
}
.select-option:last-child {
  margin: 0;
}
.select-option:hover {
  background: #e4eeed;
}
.select p {
  display: block;
  font-size: 0.7813vw;
  line-height: 1.4;
  transition: 0.3s ease;
}
.select:hover .select-selected p {
  color: #fc8102;
}
.select:hover .select-selected p::before {
  filter: grayscale(0);
}
.select.active .select-selected {
  color: #fc8102;
  border-radius: 0.3125vw 0.3125vw 0 0;
}
.select.active .select-selected p {
  color: #fc8102;
}
.select.active .select-selected .visible > p::before {
  filter: grayscale(0);
  transform: translateY(-50%) rotate(180deg);
}
.select.active .select-options {
  pointer-events: auto;
  transform: translateY(0) scale(1);
  opacity: 1;
}

@media (max-width: 600px) {
  .select-selected {
    padding: 4.533vw 6.4vw;
    height: 18.667vw;
  }
  .select-selected .visible > p::before {
    right: -6vw;
    width: 5vw;
    height: 5vw;
  }
  .select-selected .visible img {
    width: 8vw;
    height: 8vw;
  }
  .select-options {
    border-radius: 0 0 1.067vw 1.067vw;
  }
  .select-options img {
    width: 8vw;
    height: 8vw;
  }
  .select-option {
    padding: 4.533vw 6.4vw;
  }
  .select-option .visible {
    gap: 3vw;
  }
  .select p {
    font-weight: 400;
    font-size: 3.2vw;
  }
  .select.active .select-selected {
    border-radius: 1.067vw 1.067vw 0 0;
  }
}
.quiz-slide-wrapper {
  position: relative;
  display: none;
}
.quiz-slide-wrapper.active {
  display: block;
}
.quiz-progress {
  border-top: 0.1042vw solid #e1e1e1;
  padding: 1.5625vw 4.1667vw 2.0833vw;
  display: flex;
  align-items: center;
}
.quiz-progress-wrapper {
  flex-grow: 1;
  margin-right: 2.0833vw;
}
.quiz-progress-text,
.quiz-progress-text-result {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 0.7813vw;
  margin-bottom: 0.625vw;
  display: flex;
  align-items: center;
}
.quiz-progress-text > p,
.quiz-progress-text-result > p {
  font-weight: 400;
  margin-right: 0.2604vw;
}
.quiz-progress-bar {
  width: 100%;
  height: 0.3125vw;
  background: #f0f2f5;
  border-radius: 1000vw;
}
.quiz-progress-bar-result {
  width: 100%;
  height: 0.3125vw;
  background: #f0f2f5;
  position: relative;
  border-radius: 1000vw;
}
.quiz-progress-bar-result::before {
  content: "95%";
  font-size: 0.7813vw;
  font-weight: 600;
  position: absolute;
  right: 1.5vw;
  bottom: 0.3vw;
  width: 1.6667vw;
  height: 1.875vw;
  color: #fc8102;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='36' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%2300CFE8' d='M20 24H6l7 11 7-11Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M0 0h32v36H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.quiz-progress-bar-thank {
  width: 100%;
  height: 0.3125vw;
  background: #f0f2f5;
  border-radius: 1000vw;
  position: relative;
}
.quiz-progress-bar-thank::before {
  content: "100%";
  font-size: 0.7813vw;
  font-weight: 600;
  position: absolute;
  right: -1vw;
  bottom: 0.3vw;
  width: 1.6667vw;
  height: 1.875vw;
  color: #fc8102;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='36' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%2300CFE8' d='M20 24H6l7 11 7-11Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M0 0h32v36H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.quiz-progress-bar-wrapper {
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-progress-bar-wrapper {
    border-radius: 1vw;
  }
}
.quiz-progress-bar__bg,
.quiz-progress-bar__bg-result {
  position: relative;
  height: 100%;
  background: linear-gradient(90deg, #fc8102, #69effd);
  transition: 0.3s ease;
  overflow: hidden;
  border-radius: 0.3125vw;
  box-shadow: 0 2px 10px 0 rgba(0, 229, 255, 0.6);
}
@media (max-width: 600px) {
  .quiz-progress-bar__bg,
  .quiz-progress-bar__bg-result {
    border-radius: 1vw;
  }
}
.quiz-progress-bar__bg::after,
.quiz-progress-bar__bg-result::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url(../img/quiz/progress-bar.svg);
  background-position: center left;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 2;
  -webkit-animation: progress_bar 75s linear infinite;
  animation: progress_bar 75s linear infinite;
}
.quiz-progress-btns {
  display: flex;
  align-items: center;
}
.quiz-progress-btn-text {
  margin-right: 0.7292vw;
}
.quiz-progress-btn-icone {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
}
.quiz-progress-btn-icone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quiz-questions-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quiz-question {
  display: none;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-question {
    border-radius: 1vw;
  }
}
.quiz-question-wrapper {
  width: 100%;
  margin: 2.0833vw 0;
  max-height: 23.85vw;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 2.0833vw 0vw 4.1667vw;
}
.quiz-question-wrapper-cover {
  background: #fafeff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.quiz-question input[type="radio"],
.quiz-question input[type="checkbox"] {
  display: none;
}
.quiz-question input[type="text"]:-ms-input-placeholder,
.quiz-question input[type="tel"]:-ms-input-placeholder,
.quiz-question input[type="email"]:-ms-input-placeholder,
.quiz-question input[type="date"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.quiz-question input[type="text"]::-moz-placeholder,
.quiz-question input[type="tel"]::-moz-placeholder,
.quiz-question input[type="email"]::-moz-placeholder,
.quiz-question input[type="date"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.quiz-question input[type="text"]::-webkit-placeholder,
.quiz-question input[type="tel"]::-webkit-placeholder,
.quiz-question input[type="email"]::-webkit-placeholder,
.quiz-question input[type="date"]::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.quiz-question input[type="text"]::placeholder,
.quiz-question input[type="tel"]::placeholder,
.quiz-question input[type="email"]::placeholder,
.quiz-question input[type="date"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.quiz-question input[type="text"]:-webkit-autofill,
.quiz-question input[type="text"]:-webkit-autofill:focus,
.quiz-question input[type="text"]:-webkit-autofill:hover,
.quiz-question input[type="tel"]:-webkit-autofill,
.quiz-question input[type="tel"]:-webkit-autofill:focus,
.quiz-question input[type="tel"]:-webkit-autofill:hover,
.quiz-question input[type="email"]:-webkit-autofill,
.quiz-question input[type="email"]:-webkit-autofill:focus,
.quiz-question input[type="email"]:-webkit-autofill:hover,
.quiz-question input[type="date"]:-webkit-autofill,
.quiz-question input[type="date"]:-webkit-autofill:focus,
.quiz-question input[type="date"]:-webkit-autofill:hover {
  background-color: #122229;
  -webkit-text-fill-color: #fafeff;
}
.quiz-question input[type="text"]:-moz-autofill,
.quiz-question input[type="text"]:-moz-autofill:focus,
.quiz-question input[type="text"]:-moz-autofill:hover,
.quiz-question input[type="tel"]:-moz-autofill,
.quiz-question input[type="tel"]:-moz-autofill:focus,
.quiz-question input[type="tel"]:-moz-autofill:hover,
.quiz-question input[type="email"]:-moz-autofill,
.quiz-question input[type="email"]:-moz-autofill:focus,
.quiz-question input[type="email"]:-moz-autofill:hover,
.quiz-question input[type="date"]:-moz-autofill,
.quiz-question input[type="date"]:-moz-autofill:focus,
.quiz-question input[type="date"]:-moz-autofill:hover {
  background-color: #122229;
  -moz-text-fill-color: #fafeff;
}
.quiz-question input[type="text"]:-ms-autofill,
.quiz-question input[type="text"]:-ms-autofill:focus,
.quiz-question input[type="text"]:-ms-autofill:hover,
.quiz-question input[type="tel"]:-ms-autofill,
.quiz-question input[type="tel"]:-ms-autofill:focus,
.quiz-question input[type="tel"]:-ms-autofill:hover,
.quiz-question input[type="email"]:-ms-autofill,
.quiz-question input[type="email"]:-ms-autofill:focus,
.quiz-question input[type="email"]:-ms-autofill:hover,
.quiz-question input[type="date"]:-ms-autofill,
.quiz-question input[type="date"]:-ms-autofill:focus,
.quiz-question input[type="date"]:-ms-autofill:hover {
  background-color: #122229;
  -ms-text-fill-color: #fafeff;
}
.quiz-question input[type="text"],
.quiz-question input[type="tel"],
.quiz-question input[type="email"] {
  display: flex;
  margin-bottom: 1.0417vw;
  padding: 1.7708vw;
  width: 100%;
  background-color: #122229;
  color: #fafeff;
  font-size: 0.7813vw;
  font-weight: 400;
  line-height: 1.25;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-question input[type="text"],
  .quiz-question input[type="tel"],
  .quiz-question input[type="email"] {
    font-size: 3.2vw;
  }
}
@media (max-width: 600px) {
  .quiz-question input[type="text"],
  .quiz-question input[type="tel"],
  .quiz-question input[type="email"] {
    border-radius: 1vw;
  }
}
.quiz-question input[type="number"] {
  display: flex;
  padding: 1.7708vw;
  width: 7vw;
  background-color: #122229;
  color: #fafeff;
  font-size: 0.7813vw;
  font-weight: 400;
  line-height: 1.25;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-question input[type="number"] {
    font-size: 3.2vw;
  }
}
@media (max-width: 600px) {
  .quiz-question input[type="number"] {
    border-radius: 1vw;
  }
}
.quiz-question input[type="date"] {
  padding: 1.7708vw;
  position: relative;
  height: 100%;
  width: fit-content;
  background-color: #1a313b;
  color: #fafeff;
  font-size: 0.7813vw;
  font-weight: 400;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .quiz-question input[type="date"] {
    font-size: 3.2vw;
  }
}
.quiz-question input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
.quiz-question input[type="datetime-local"] {
  padding: 1.7708vw;
  position: relative;
  height: 100%;
  width: fit-content;
  background-color: #1a313b;
  color: #fafeff;
  font-size: 0.7813vw;
  font-weight: 400;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .quiz-question input[type="datetime-local"] {
    font-size: 3.2vw;
  }
}
.quiz-question input[type="time"] {
  padding: 1.7708vw;
  position: relative;
  height: 100%;
  width: fit-content;
  background-color: #1a313b;
  color: #fafeff;
  font-size: 0.7813vw;
  font-weight: 400;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .quiz-question input[type="time"] {
    font-size: 3.2vw;
  }
}
.quiz-question.active {
  display: flex;
  flex-grow: 1;
}
.quiz-question-title {
  font-size: 1.3542vw;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .quiz-question-title {
    text-align: center;
    font-size: 4.267vw;
  }
}
.quiz-question-title-wrapper {
  padding-right: 2.0833vw;
  margin-bottom: 1.7708vw;
}
.quiz-question-title-info {
  margin-top: 0.8333vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.quiz-question-title-info-item {
  display: flex;
  align-items: center;
  background: #1a313b;
  padding: 0.4167vw 0.7292vw;
  margin-right: 1.0417vw;
  pointer-events: none;
  border-radius: 0.3125vw;
  font-size: 0.6771vw;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .quiz-question-title-info-item {
    border-radius: 1vw;
  }
}
@media (max-width: 600px) {
  .quiz-question-title-info-item {
    font-size: 2.8vw;
  }
}
.quiz-question-title-info-item:last-child {
  margin-right: 0;
}
.quiz-question-title-info-item.accent {
  border: 0.0521vw solid #fc8102;
  background: rgba(0, 207, 232, 0.1);
  color: #0a0a0a;
}
.quiz-question-title-info-item-icone {
  width: 0.8333vw;
  height: 0.8333vw;
  margin-right: 0.5208vw;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-question-title-info-item-icone {
    border-radius: 1vw;
  }
}
.quiz-question-title-info-item-icone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quiz-question-content {
  padding-right: 1.7708vw;
  padding-bottom: 0.25vw;
  display: grid;
  overflow: auto;
  color: #0a0a0a;
  font-size: 0.7813vw;
  font-weight: 400;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .quiz-question-content {
    font-size: 3.2vw;
  }
}
.quiz-question-content.radio,
.quiz-question-content.checkbox {
  grid-template-columns: 1fr 1fr;
  gap: 0.8333vw 1.25vw;
}
.quiz-question-content.radio input[type="text"],
.quiz-question-content.checkbox input[type="text"] {
  height: 100%;
  padding: 0 1.3542vw 0 1.0417vw;
  margin-bottom: 0;
  border-radius: 0;
}
.quiz-question-content-item {
  display: flex;
  align-items: center;
  border: 0.104165vw solid transparent;
  transition: 0.3s ease;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-question-content-item {
    border-radius: 1vw;
  }
}
.quiz-question-content-item-label {
  background: #1a313b;
  padding: 1.3542vw 1.4583vw;
  flex-grow: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.quiz-question-content-item-text {
  color: #fafeff;
  width: 100%;
  padding: 0;
}
.quiz-question-content-item.skip {
  width: fit-content;
  margin-top: 1.0417vw;
  padding: 0;
  background: transparent;
  border: none;
}
.quiz-question-content-item.skip:hover {
  border: none;
}
.quiz-question-content-item.skip .quiz-question-content-item-checkbox {
  width: 1.0417vw;
  height: 1.0417vw;
  border: 0.0521vw solid #fc8102;
  background: transparent;
}
.quiz-question-content-item.skip.active {
  border: none;
}
.quiz-question-content-item.skip.active .quiz-question-content-item-checkbox {
  border: 0.0521vw solid #fc8102;
  background: #fc8102;
  box-shadow: none;
}
.quiz-question-content-item.skip.active
  .quiz-question-content-item-checkbox::before {
  width: 0.4807vw;
  height: 0.3604vw;
}
.quiz-question-content-item-other-counter {
  position: absolute;
  right: 0.4948vw;
  bottom: 0.15vw;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.625vw;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .quiz-question-content-item-other-counter {
    font-size: 3.2vw;
  }
}
.quiz-question-content-item-radio,
.quiz-question-content-item-checkbox {
  display: block;
  margin-right: 0.8333vw;
  position: relative;
  width: 1.3542vw;
  height: 1.3542vw;
  background: #fafeff;
  border: 0.7vw solid #fafeff;
  transition: 0.3s ease;
  flex-shrink: 0;
}
.quiz-question-content-item-radio {
  border-radius: 50%;
}
.quiz-question-content-item-checkbox {
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-question-content-item-checkbox {
    border-radius: 1vw;
  }
}
.quiz-question-content-item.other {
  padding: 0;
}
.quiz-question-content-item.other .quiz-question-content-item-label {
  padding: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.quiz-question-content-item.other .quiz-question-content-item-radio,
.quiz-question-content-item.other .quiz-question-content-item-checkbox {
  margin: 1.3542vw 0.8333vw 1.3542vw 1.4583vw;
}
.quiz-question-content-item:hover {
  border: 0.104165vw solid #122229;
}
.quiz-question-content-item.active {
  border: 0.104165vw solid #fc8102;
}
.quiz-question-content-item.active .quiz-question-content-item-radio {
  border: 0.35vw solid #fafeff;
  background: #fc8102;
  box-shadow: 0 2px 10px 0 rgba(0, 229, 255, 0.6);
}
.quiz-question-content-item.active .quiz-question-content-item-checkbox {
  border: 0vw solid #fafeff;
  background: #fc8102;
  box-shadow: 0 2px 10px 0 rgba(0, 229, 255, 0.6);
}
.quiz-question-content-item.active
  .quiz-question-content-item-checkbox::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 0.625vw;
  height: 0.4688vw;
  background-image: url(../img/quiz/check-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.quiz-question-content.img {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5625vw;
}
.quiz-question-content.img .quiz-question-content-item {
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #1a313b;
  border: 0.104165vw solid transparent;
  overflow: visible;
}
.quiz-question-content.img .quiz-question-content-item-label {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
.quiz-question-content.img .quiz-question-content-item-img {
  height: 11.4583vw;
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 0.3125vw;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 600px) {
  .quiz-question-content.img .quiz-question-content-item-img {
    border-radius: 1vw;
  }
}
.quiz-question-content.img .quiz-question-content-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quiz-question-content.img .quiz-question-content-item-radio,
.quiz-question-content.img .quiz-question-content-item-checkbox {
  position: absolute;
  margin-right: 0;
  top: 1.0417vw;
  right: 1.0417vw;
  opacity: 0;
}
.quiz-question-content.img .quiz-question-content-item-text {
  width: 100%;
  display: block;
  text-align: left;
  flex-grow: 1;
  padding: 1.25vw 1.0417vw;
  background: #fafeff;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-question-content.img .quiz-question-content-item-text {
    border-radius: 1vw;
  }
}
.quiz-question-content.img .quiz-question-content-item.other {
  padding: 0;
}
.quiz-question-content.img
  .quiz-question-content-item.other
  .quiz-question-content-item-radio,
.quiz-question-content.img
  .quiz-question-content-item.other
  .quiz-question-content-item-checkbox {
  margin: 0;
}
.quiz-question-content.img .quiz-question-content-item.other > input {
  height: 100%;
  background-color: #fafeff;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-question-content.img .quiz-question-content-item.other > input {
    border-radius: 1vw;
  }
}
.quiz-question-content.img .quiz-question-content-item:hover {
  border: 0.104165vw solid #fc8102;
}
.quiz-question-content.img .quiz-question-content-item.active {
  border: 0.104165vw solid #fc8102;
}
.quiz-question-content.img
  .quiz-question-content-item.active
  .quiz-question-content-item-radio,
.quiz-question-content.img
  .quiz-question-content-item.active
  .quiz-question-content-item-checkbox {
  opacity: 1;
}
.quiz-question-content.img-mini .quiz-question-content-item {
  display: flex;
  overflow: visible;
  padding: 0;
}
.quiz-question-content.img-mini .quiz-question-content-item-label {
  padding: 0;
  flex-grow: 1;
}
.quiz-question-content.img-mini .quiz-question-content-item-img {
  height: 4.2708vw;
  width: 4.2708vw;
  margin: 0.7292vw 1.0417vw;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
}
.quiz-question-content.img-mini .quiz-question-content-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quiz-question-content.img-mini .quiz-question-content-item-radio,
.quiz-question-content.img-mini .quiz-question-content-item-checkbox {
  position: absolute;
  margin: 0;
  top: 0.8333vw;
  right: 1.0417vw;
}
.quiz-question-content.img-mini .quiz-question-content-item > p {
  width: 100%;
  display: block;
  padding: 1.25vw 1.0417vw;
}
.quiz-question-content.img-mini .quiz-question-content-item.other {
  padding: 0;
}
.quiz-question-content.img-mini
  .quiz-question-content-item.other
  .quiz-question-content-item-radio,
.quiz-question-content.img-mini
  .quiz-question-content-item.other
  .quiz-question-content-item-checkbox {
  margin: 0;
}
.quiz-question-content-date {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: fit-content;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-question-content-date {
    border-radius: 1vw;
  }
}
.quiz-question-content-date-sub {
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #122229;
  height: 100%;
  padding: 0 1.1458vw;
}
.quiz-question-content-date-sub-icone {
  width: 1.0417vw;
  height: 1.0417vw;
  margin-right: 0.5208vw;
}
.quiz-question-content-date-sub-icone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quiz-question-content-range .range-slider,
.quiz-question-content-range .range-picker {
  width: 48vw;
  margin: 0 0.8333vw;
}
.quiz-question-content-range .range-slider-wrapper,
.quiz-question-content-range .range-picker-wrapper {
  display: block;
  width: 48vw;
  position: relative;
}
.quiz-question-content-range .range-slider-wrapper-before,
.quiz-question-content-range .range-picker-wrapper-before {
  position: absolute;
  left: 0;
  opacity: 0.5;
}
.quiz-question-content-range .range-slider-wrapper-after,
.quiz-question-content-range .range-picker-wrapper-after {
  opacity: 0.5;
  position: absolute;
  left: 49.5vw;
}
.quiz ::-webkit-scrollbar {
  width: 0.1563vw;
}
.quiz ::-webkit-scrollbar-thumb {
  background: #fc8102;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz ::-webkit-scrollbar-thumb {
    border-radius: 1vw;
  }
}
.quiz ::-webkit-scrollbar-track {
  background: #1a313b;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz ::-webkit-scrollbar-track {
    border-radius: 1vw;
  }
}
.quiz-thank-progress-wrapper,
.quiz-result-progress-wrapper {
  margin-bottom: 1.7708vw;
}
.quiz-thank-wrapper,
.quiz-result-wrapper {
  position: relative;
  display: block;
  max-height: unset;
}
.quiz-thank-text,
.quiz-result-text {
  margin-bottom: 1.7708vw;
  color: #0a0a0a;
}
.quiz-thank-text-main,
.quiz-result-text-main {
  margin-bottom: 0.521vw;
  font-weight: 600;
  font-size: 1.25vw;
}
.quiz-thank-text-sub,
.quiz-result-text-sub {
  font-weight: 0;
  font-size: 0.9375vw;
  line-height: 1.8;
}
.quiz-thank-media,
.quiz-result-media {
  width: 33.125vw;
  color: #0a0a0a;
}
.quiz-thank-media-arrow,
.quiz-result-media-arrow {
  position: absolute;
  bottom: 3.5vw;
  right: 3vw;
  width: 15vw;
}
.quiz-thank-media-btn,
.quiz-result-media-btn {
  width: 100%;
  margin-bottom: 0.7292vw;
}
.quiz-thank-media-sub,
.quiz-result-media-sub {
  font-weight: 0;
  font-size: 0.8333vw;
  line-height: 1.8;
  margin-bottom: 0.8333vw;
}
.quiz-thank-media-choice-input,
.quiz-result-media-choice-input {
  position: relative;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-thank-media-choice-input,
  .quiz-result-media-choice-input {
    border-radius: 1.067vw;
  }
}
.quiz-thank-media-choice-input > input[type="text"],
.quiz-thank-media-choice-input > input[type="tel"],
.quiz-thank-media-choice-input > input[type="email"],
.quiz-result-media-choice-input > input[type="text"],
.quiz-result-media-choice-input > input[type="tel"],
.quiz-result-media-choice-input > input[type="email"] {
  background-color: #122229;
  margin-bottom: 0.5208vw;
  padding: 1.7708vw;
  padding-right: 4vw;
}
.quiz-thank-media-choice-input::after,
.quiz-result-media-choice-input::after {
  position: absolute;
  content: "";
  display: block;
  right: 1.6667vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.0417vw;
  height: 1.0417vw;
  z-index: 5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.quiz-thank-media-choice-input.whatsapp-btn::after,
.quiz-result-media-choice-input.whatsapp-btn::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 0C4.47935 0 0 4.47935 0 10C0 12.2106 0.715532 14.2467 1.92554 15.9046L0.651542 19.6742L4.62478 18.4351C6.17801 19.4241 8.02211 20 10 20C15.5207 20 20 15.5207 20 10C20 4.47935 15.5207 0 10 0ZM14.5782 15.3636C12.7632 16.0907 10.5992 15.3869 8.23153 13.5893C5.86387 11.7917 4.30483 9.2612 4.20012 7.3822C4.0954 5.5032 5.62536 4.55497 6.45724 4.56079C7.28912 4.56661 8.20244 7.22513 8.21408 7.63234C8.22571 8.04537 7.19604 8.77836 7.15532 9.1274C7.1146 9.47644 8.5573 11.1984 9.16812 11.6638C9.77312 12.1233 11.0239 13.0076 11.6696 12.9261C12.3095 12.8389 12.7341 11.5532 13.1414 11.4718C13.5486 11.3903 15.7708 12.4956 15.9919 12.7807C16.2129 13.0716 16.1896 14.7237 14.5782 15.3636Z' fill='%2300CFE8' /%3e%3c/svg%3e");
}
.quiz-thank-media-choice-input.telegram-btn::after,
.quiz-result-media-choice-input.telegram-btn::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.40559 12.4316C8.04841 12.7324 7.8272 13.1642 7.79176 13.6298L7.5948 16.2174C7.5518 16.7823 8.02768 17.2307 8.441 16.8432L9.64188 15.7668C10.2394 15.2312 11.1257 15.174 11.7871 15.6282L15.2582 18.0117C16.1021 18.4512 16.6959 18.2205 16.9225 17.2827L19.9424 4.01921C20.2119 2.8544 19.4931 2.39653 18.6727 2.6859L0.928373 9.05576C-0.28271 9.49532 -0.263176 10.129 0.721317 10.4147L4.53695 11.5271C4.99653 11.6611 5.49103 11.5997 5.90391 11.3574L15.7934 5.55399C16.2896 5.2463 16.7389 5.4148 16.3677 5.72615L8.40559 12.4316Z' fill='%2300CFE8' /%3e%3c/svg%3e");
}
.quiz-thank-media-choice-input.viber-btn::after,
.quiz-result-media-choice-input.viber-btn::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.8624 0H7.91082C4.08551 0 1 3.124 1 7.0016V10.0023C1 12.7107 2.53373 15.1724 4.95162 16.3234V19.6757C4.95162 19.8447 5.10499 20 5.29897 20C5.37565 20 5.46587 19.968 5.52903 19.9087L8.38448 16.9993H11.8624C15.6923 16.9993 18.7778 13.8753 18.7778 9.99772V6.99703C18.7778 3.124 15.6923 0 11.8624 0ZM14.4608 13.1217L13.4729 14.1219C12.4083 15.1678 9.67462 13.9667 7.25673 11.4775C4.83885 8.98835 3.76523 6.17036 4.78471 5.12446L5.77262 4.12423C6.16959 3.75428 6.7921 3.77255 7.18456 4.1562L8.61454 5.66339C8.97993 6.06531 8.97993 6.66362 8.58296 7.06554C8.4747 7.17515 8.3529 7.23453 8.21757 7.29847C7.71685 7.45376 7.45973 7.94245 7.58152 8.45399C7.82512 9.56383 9.20548 10.9477 10.2565 11.2217C10.7437 11.3451 11.2444 11.0665 11.4113 10.5915C11.5783 10.0982 12.1241 9.82416 12.6428 9.99315C12.7962 10.0388 12.918 10.1484 13.0398 10.2398L14.4698 11.747C14.8262 12.1078 14.8262 12.7244 14.4608 13.1217ZM10.7708 4.75451C10.6625 4.75451 10.5723 4.75451 10.4821 4.78648C10.3152 4.81845 10.1347 4.67687 10.1167 4.48048C10.0987 4.28408 10.225 4.1288 10.4054 4.11053C10.5272 4.07856 10.649 4.07856 10.7708 4.07856C12.5932 4.07856 14.0548 5.58575 14.0818 7.40352C14.0818 7.52683 14.0818 7.65015 14.0503 7.77346C14.0187 7.94245 13.8834 8.09774 13.6849 8.06577C13.4864 8.0338 13.3646 7.89678 13.3962 7.69582C13.3962 7.58621 13.4278 7.49486 13.4278 7.40352C13.4142 5.9557 12.2278 4.75451 10.7708 4.75451ZM12.7466 7.43092C12.715 7.59991 12.5797 7.7552 12.3812 7.72323C12.2278 7.69125 12.0925 7.56794 12.0925 7.43092C12.0925 6.70929 11.5016 6.10642 10.7843 6.10642C10.6174 6.13839 10.437 5.9831 10.4189 5.80041C10.3874 5.63142 10.5407 5.44873 10.7076 5.43046H10.7527C11.894 5.43046 12.7466 6.32108 12.7466 7.43092ZM15.2682 8.49052C15.2367 8.65951 15.0698 8.78283 14.9028 8.76913C14.7359 8.75542 14.6141 8.56817 14.6277 8.39918C14.6277 8.36721 14.6277 8.36721 14.6277 8.35351C14.7044 8.0612 14.7359 7.7552 14.7359 7.43092C14.7359 5.2295 12.9586 3.43001 10.7843 3.43001C10.6761 3.43001 10.5858 3.43001 10.4956 3.43001C10.3287 3.46198 10.1483 3.30669 10.1483 3.124C10.1167 2.95501 10.2701 2.77232 10.437 2.77232C10.5588 2.77232 10.6806 2.74035 10.7843 2.74035C13.324 2.74035 15.4036 4.83215 15.4036 7.41722C15.39 7.7689 15.3449 8.15255 15.2682 8.49052Z' fill='%2300CFE8' /%3e%3c/svg%3e");
}
.quiz-thank-media-choice-input.email-btn::after,
.quiz-result-media-choice-input.email-btn::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3e%3cpath fill='%2300CFE8' fill-rule='evenodd' d='M13 5.001h2v4.932a5.097 5.097 0 0 1 0 .132c.003 2.416.196 2.936 1 2.936 1.304 0 2-.617 2-3 0-5.29-2.653-8-8-8a8 8 0 1 0 4.692 14.48l1.173 1.62A10 10 0 1 1 10 .001c6.46 0 10 3.616 10 10 0 3.545-1.642 5-4 5-1.344 0-2.113-.433-2.536-1.395A5 5 0 1 1 13 6v-.999Zm0 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.quiz-thank-media-choice-btns,
.quiz-result-media-choice-btns {
  display: flex;
  gap: 0.5208vw;
  margin-bottom: 0.5208vw;
}
.quiz-thank-media-choice-btns > label,
.quiz-result-media-choice-btns > label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 3.8542vw;
  padding: 0 1.6667vw;
  font-size: 0.7292vw;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-thank-media-choice-btns > label,
  .quiz-result-media-choice-btns > label {
    border-radius: 1.067vw;
  }
}
.quiz-thank-media-choice-btns > label.active,
.quiz-result-media-choice-btns > label.active {
  color: #fafeff;
}
.quiz-thank-media-choice-btns > label:hover,
.quiz-result-media-choice-btns > label:hover {
  color: #fafeff;
}
.quiz-thank-media-choice-btns > .whatsapp-btn,
.quiz-result-media-choice-btns > .whatsapp-btn {
  color: #01d363;
  border: 0.0521vw solid;
}
.quiz-thank-media-choice-btns > .whatsapp-btn.active,
.quiz-result-media-choice-btns > .whatsapp-btn.active {
  background: #01d363;
}
.quiz-thank-media-choice-btns
  > .whatsapp-btn.active
  > .quiz-result-media-choice-btn,
.quiz-result-media-choice-btns
  > .whatsapp-btn.active
  > .quiz-result-media-choice-btn {
  filter: grayscale(100%) brightness(200%);
}
.quiz-thank-media-choice-btns > .whatsapp-btn:hover,
.quiz-result-media-choice-btns > .whatsapp-btn:hover {
  background: #01d363;
}
.quiz-thank-media-choice-btns
  > .whatsapp-btn:hover
  > .quiz-result-media-choice-btn,
.quiz-result-media-choice-btns
  > .whatsapp-btn:hover
  > .quiz-result-media-choice-btn {
  filter: grayscale(100%) brightness(200%);
}
.quiz-thank-media-choice-btns > .telegram-btn,
.quiz-result-media-choice-btns > .telegram-btn {
  color: #05a0eb;
  border: 0.0521vw solid;
}
.quiz-thank-media-choice-btns > .telegram-btn.active,
.quiz-result-media-choice-btns > .telegram-btn.active {
  background: #05a0eb;
}
.quiz-thank-media-choice-btns
  > .telegram-btn.active
  > .quiz-result-media-choice-btn,
.quiz-result-media-choice-btns
  > .telegram-btn.active
  > .quiz-result-media-choice-btn {
  filter: grayscale(100%) brightness(200%);
}
.quiz-thank-media-choice-btns > .telegram-btn:hover,
.quiz-result-media-choice-btns > .telegram-btn:hover {
  background: #05a0eb;
}
.quiz-thank-media-choice-btns
  > .telegram-btn:hover
  > .quiz-result-media-choice-btn,
.quiz-result-media-choice-btns
  > .telegram-btn:hover
  > .quiz-result-media-choice-btn {
  filter: grayscale(100%) brightness(200%);
}
.quiz-thank-media-choice-btns > .viber-btn,
.quiz-result-media-choice-btns > .viber-btn {
  color: #665cac;
  border: 0.0521vw solid;
}
.quiz-thank-media-choice-btns > .viber-btn.active,
.quiz-result-media-choice-btns > .viber-btn.active {
  background: #665cac;
}
.quiz-thank-media-choice-btns
  > .viber-btn.active
  > .quiz-result-media-choice-btn,
.quiz-result-media-choice-btns
  > .viber-btn.active
  > .quiz-result-media-choice-btn {
  filter: grayscale(100%) brightness(300%);
}
.quiz-thank-media-choice-btns > .viber-btn:hover,
.quiz-result-media-choice-btns > .viber-btn:hover {
  background: #665cac;
}
.quiz-thank-media-choice-btns
  > .viber-btn:hover
  > .quiz-result-media-choice-btn,
.quiz-result-media-choice-btns
  > .viber-btn:hover
  > .quiz-result-media-choice-btn {
  filter: grayscale(100%) brightness(300%);
}
.quiz-thank-media-choice-btns > .email-btn,
.quiz-result-media-choice-btns > .email-btn {
  color: #fc8102;
  border: 0.0521vw solid;
}
.quiz-thank-media-choice-btns > .email-btn.active,
.quiz-result-media-choice-btns > .email-btn.active {
  background: #fc8102;
}
.quiz-thank-media-choice-btns
  > .email-btn.active
  > .quiz-result-media-choice-btn,
.quiz-result-media-choice-btns
  > .email-btn.active
  > .quiz-result-media-choice-btn {
  filter: grayscale(100%) brightness(150%);
}
.quiz-thank-media-choice-btns > .email-btn:hover,
.quiz-result-media-choice-btns > .email-btn:hover {
  background: #fc8102;
}
.quiz-thank-media-choice-btns
  > .email-btn:hover
  > .quiz-result-media-choice-btn,
.quiz-result-media-choice-btns
  > .email-btn:hover
  > .quiz-result-media-choice-btn {
  filter: grayscale(100%) brightness(150%);
}
.quiz-thank-media-choice-btn,
.quiz-result-media-choice-btn {
  width: 1.0417vw;
  height: 1.0417vw;
  margin-right: 0.5208vw;
  transition: 0.3s;
}
.quiz-thank-media-choice-btn > img,
.quiz-result-media-choice-btn > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quiz-thank-media-btn,
.quiz-result-media-btn {
  height: 3.6458vw;
}
.quiz-thank-text {
  display: flex;
  align-items: center;
  margin-bottom: 1.7708vw;
}
.quiz-thank-text-icon {
  width: 2.2917vw;
  height: 2.2917vw;
  margin-right: 1.25vw;
  flex-shrink: 0;
}
.quiz-thank-text-main {
  margin-bottom: 0.2083vw;
}
.quiz-thank-content {
  color: #0a0a0a;
}
.quiz-thank-content-title {
  font-weight: 300;
  font-size: 0.9375vw;
  line-height: 2;
  margin-bottom: 0.7292vw;
}
.quiz-thank-content-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.quiz-thank-content-link {
  font-weight: 300;
  font-size: 0.9375vw;
  line-height: 1.25;
  margin-bottom: 0.625vw;
}
.quiz-thank-content-link:last-child {
  margin-bottom: 0;
}

.btn-quiz {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 6;
  height: 3.8542vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .btn-quiz {
    border-radius: 1vw;
  }
}
@media (max-width: 600px) {
  .btn-quiz {
    height: 14.933vw;
  }
}
.btn-quiz.sub {
  padding: 0 1.3021vw;
  background: #1a313b;
  border: 0.1042vw solid transparent;
  height: 3.8542vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .btn-quiz.sub {
    border-radius: 1vw;
  }
}
@media (max-width: 600px) {
  .btn-quiz.sub {
    height: 14.933vw;
  }
}
@media (max-width: 600px) {
  .btn-quiz.sub {
    width: 14.933vw;
    border: none;
  }
}
.btn-quiz.sub:hover {
  box-shadow: inset 0 0px 20px 0 rgba(255, 255, 255, 0.1);
}
.btn-quiz.main {
  background: #fc8102;
  padding: 0 1.7708vw;
  height: 3.8542vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .btn-quiz.main {
    border-radius: 1vw;
  }
}
@media (max-width: 600px) {
  .btn-quiz.main {
    height: 14.933vw;
  }
}
@media (max-width: 600px) {
  .btn-quiz.main {
    padding: 0 5.333vw;
  }
}
.btn-quiz.main:hover {
  background: #69effd;
}
.btn-quiz > span {
  color: #23575e;
  font-size: 0.8333vw;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media (max-width: 600px) {
  .btn-quiz > span {
    font-size: 3.056vw;
  }
}
.btn-quiz:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

@media (max-width: 600px) {
  .quiz {
    position: relative;
    width: 100vw;
    left: -5vw;
  }
  .quiz-progress {
    border-top: 0.267vw solid #e1e1e1;
    padding: 6.4vw 5vw;
  }
  .quiz-progress-text,
  .quiz-progress-text-result {
    font-size: 3.4vw;
  }
  .quiz-progress-text > p,
  .quiz-progress-text-result > p {
    margin-right: 1.5vw;
  }
  .quiz-progress-bar,
  .quiz-progress-bar-result,
  .quiz-progress-bar-thank {
    height: 1.6vw;
  }
  .quiz-progress-bar__bg::after,
  .quiz-progress-bar__bg-result::after,
  .quiz-progress-bar__bg-thank::after,
  .quiz-progress-bar-result__bg::after,
  .quiz-progress-bar-result__bg-result::after,
  .quiz-progress-bar-result__bg-thank::after,
  .quiz-progress-bar-thank__bg::after,
  .quiz-progress-bar-thank__bg-result::after,
  .quiz-progress-bar-thank__bg-thank::after {
    -webkit-animation: progress_bar 20s linear infinite;
    animation: progress_bar 20s linear infinite;
  }
  .quiz-progress-bar-result::before {
    font-size: 3vw;
    right: 1vw;
    bottom: 2vw;
    width: 5.8vw;
    height: 6vw;
  }
  .quiz-progress-bar-thank::before {
    font-size: 3vw;
    right: -3vw;
    bottom: 2vw;
    width: 5.8vw;
    height: 6vw;
  }
  .quiz-progress-btn-text {
    margin-right: 3vw;
  }
  .quiz-progress-btn-icone {
    display: block;
    width: 5.333vw;
    height: 5.333vw;
  }
  .quiz-question {
    border: 0.134vw solid #354547;
  }
  .quiz-question-wrapper {
    width: 100%;
    margin: 6vw 0;
    max-height: 121vw;
    flex-grow: 1;
    padding: 0 2.5vw 0vw 5vw;
  }
  .quiz-question input[type="text"] {
    margin-bottom: 1.0417vw;
    padding: 4vw 3vw;
    height: 14.933vw;
  }
  .quiz-question input[type="number"] {
    padding: 4vw 3vw;
    width: 14vw;
  }
  .quiz-question input[type="date"] {
    padding: 5vw;
  }
  .quiz-question input[type="datetime-local"] {
    padding: 5vw;
  }
  .quiz-question input[type="time"] {
    padding: 5vw;
  }
  .quiz-question.active {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .quiz-question-title-wrapper {
    padding-right: 2.5vw;
    margin-bottom: 5vw;
  }
  .quiz-question-title-info {
    margin-top: 3vw;
  }
  .quiz-question-title-info-item {
    padding: 2vw 2vw;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .quiz-question-title-info-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .quiz-question-title-info-item.accent {
    border: 0.267vw solid #198c9c;
  }
  .quiz-question-title-info-item-icone {
    width: 3.5vw;
    height: 3.5vw;
    margin-right: 2vw;
    border-radius: 0.521vw;
  }
  .quiz-question-content {
    padding-right: 1.7vw;
    padding-bottom: 0.25vw;
  }
  .quiz-question-content.radio,
  .quiz-question-content.checkbox {
    display: flex;
    flex-direction: column;
    gap: 2.133vw;
  }
  .quiz-question-content.radio input[type="text"],
  .quiz-question-content.checkbox input[type="text"] {
    padding: 0 3vw;
  }
  .quiz-question-content-item {
    flex-shrink: 0;
    border: 0.267vw solid transparent;
  }
  .quiz-question-content-item-label {
    padding: 4.533vw 5.333vw;
  }
  .quiz-question-content-item.skip {
    margin-top: 5vw;
  }
  .quiz-question-content-item.skip .quiz-question-content-item-checkbox {
    width: 4vw;
    height: 4vw;
    border: 0.267vw solid #fc8102;
  }
  .quiz-question-content-item.skip.active {
    border: none;
  }
  .quiz-question-content-item.skip.active .quiz-question-content-item-checkbox {
    border: 0.267vw solid #fc8102;
  }
  .quiz-question-content-item.skip.active
    .quiz-question-content-item-checkbox::before {
    width: 2.25vw;
    height: 1.73vw;
  }
  .quiz-question-content-item-other-counter {
    right: 3vw;
    bottom: 0.3vw;
    font-size: 2.2vw;
  }
  .quiz-question-content-item-radio,
  .quiz-question-content-item-checkbox {
    margin-right: 2vw;
    width: 5vw;
    height: 5vw;
    border: 0.7vw solid #fafeff;
  }
  .quiz-question-content-item.other {
    padding: 0;
  }
  .quiz-question-content-item.other input[type="text"] {
    display: block;
    height: 13vw;
  }
  .quiz-question-content-item.other .quiz-question-content-item-radio,
  .quiz-question-content-item.other .quiz-question-content-item-checkbox {
    margin: 4vw 3vw;
  }
  .quiz-question-content-item:hover {
    border: 0.267vw solid #fc8102;
  }
  .quiz-question-content-item.active {
    border: 0.267vw solid #fc8102;
  }
  .quiz-question-content-item.active .quiz-question-content-item-radio {
    border: 1.5vw solid #fafeff;
  }
  .quiz-question-content-item.active
    .quiz-question-content-item-checkbox::before {
    width: 3.14vw;
    height: 2.3604vw;
  }
  .quiz-question-content.img {
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
  }
  .quiz-question-content.img .quiz-question-content-item {
    border: 0.533vw solid transparent;
  }
  .quiz-question-content.img .quiz-question-content-item-img {
    height: 28.23vw;
  }
  .quiz-question-content.img .quiz-question-content-item-radio,
  .quiz-question-content.img .quiz-question-content-item-checkbox {
    top: 3vw;
    right: 3vw;
  }
  .quiz-question-content.img .quiz-question-content-item-text {
    padding: 4vw 3vw;
  }
  .quiz-question-content.img .quiz-question-content-item:hover {
    border: 0.533vw solid #fc8102;
  }
  .quiz-question-content.img .quiz-question-content-item.active {
    border: 0.533vw solid #fc8102;
  }
  .quiz-question-content.img-mini .quiz-question-content-item-img {
    height: 18vw;
    width: 18vw;
    margin: 3vw;
  }
  .quiz-question-content.img-mini .quiz-question-content-item-radio,
  .quiz-question-content.img-mini .quiz-question-content-item-checkbox {
    top: 3vw;
    right: 3vw;
  }
  .quiz-question-content.img-mini .quiz-question-content-item > p {
    padding: 4vw 3vw;
  }
  .quiz-question-content-date-sub {
    padding: 0 5vw;
  }
  .quiz-question-content-date-sub-icone {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
  .quiz-question-content-range .range-slider,
  .quiz-question-content-range .range-picker {
    width: 83vw;
    margin: 0 4vw 0 2vw;
  }
  .quiz-question-content-range .range-slider-wrapper,
  .quiz-question-content-range .range-picker-wrapper {
    width: 74vw;
  }
  .quiz-question-content-range .range-slider-wrapper-after,
  .quiz-question-content-range .range-picker-wrapper-after {
    left: 86vw;
  }
  .quiz ::-webkit-scrollbar {
    width: 0.8vw;
  }
  .quiz-result-progress-wrapper {
    margin-bottom: 5vw;
  }
  .quiz-result-wrapper {
    padding: 0 5vw;
    max-height: unset;
  }
  .quiz-result-text {
    margin-bottom: 3vw;
  }
  .quiz-result-text-main {
    margin-bottom: 3vw;
    font-size: 5vw;
  }
  .quiz-result-text-sub {
    font-size: 3.5vw;
  }
  .quiz-result-media {
    width: 100%;
  }
  .quiz-result-media-arrow {
    display: none;
  }
  .quiz-result-media-btn {
    width: 100%;
    margin-bottom: 0.7292vw;
  }
  .quiz-result-media-sub {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  .quiz-result-media-choice-input > input[type="text"],
  .quiz-result-media-choice-input > input[type="tel"],
  .quiz-result-media-choice-input > input[type="email"] {
    margin-bottom: 3.467vw;
    height: 16.533vw;
    padding: 4.533vw 5.333vw;
    padding-right: 12vw;
  }
  .quiz-result-media-choice-input::after {
    right: 4vw;
    width: 4vw;
    height: 4vw;
  }
  .quiz-result-media-choice-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 3.467vw;
    margin-bottom: 3.467vw;
  }
  .quiz-result-media-choice-btns > label {
    height: 16.533vw;
    padding: 0 5vw;
    font-size: 3.467vw;
    flex-basis: 40%;
  }
  .quiz-result-media-choice-btn {
    width: 4.267vw;
    height: 4.267vw;
    margin-right: 3.2vw;
  }
  .quiz-result-media-btn {
    height: 14.933vw;
  }
  .quiz-thank-text {
    display: flex;
    align-items: center;
    margin-bottom: 5vw;
  }
  .quiz-thank-text-icon {
    width: 8vw;
    height: 8vw;
    margin-right: 3vw;
  }
  .quiz-thank-text-main {
    margin-bottom: 1vw;
    font-size: 5vw;
  }
  .quiz-thank-text-sub {
    font-size: 3.5vw;
  }
  .quiz-thank-content-title {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-bottom: 3vw;
  }
  .quiz-thank-content-link {
    font-size: 3.2vw;
    line-height: 1.4;
    margin-bottom: 3vw;
  }
}
.quiz-section {
  padding-top: 7.2917vw;
}
.quiz-section-title {
  margin-bottom: 1.0417vw;
}
.quiz-start-slide {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5vw;
}
.quiz-start-slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.quiz-start-slide-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quiz-start-slide-bg::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, #272626, transparent);
}
.quiz-start-slide-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 3vw;
  color: #fafeff;
}
.quiz-thank-slide {
  position: relative;
  padding: 5vw;
}
.quiz-thank-slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.quiz-thank-slide-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quiz-thank-slide-bg::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, #272626, transparent);
}
.quiz-thank-slide-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 3vw;
  color: #fafeff;
}
.quiz-slide {
  width: 100%;
  min-height: 35.4167vw;
  display: flex;
}
.quiz-slide-wrapper {
  width: 100%;
}
.quiz-sidebar {
  background: #1a313b;
  width: 22.9167vw;
  padding: 2.0833vw 1.7708vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0.026vw solid #354547;
  border-left: none;
  border-radius: 0 0.3125vw 0.3125vw 0;
}
.quiz-sidebar-top {
  margin-bottom: 1.7708vw;
}
.quiz-sidebar-logo-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1.5625vw;
}
.quiz-sidebar-logo-img {
  background: #fafeff;
  overflow: hidden;
  width: 5.2083vw;
  height: 5.2083vw;
  margin-right: 1.25vw;
  flex-shrink: 0;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-sidebar-logo-img {
    border-radius: 1vw;
  }
}
.quiz-sidebar-logo-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quiz-sidebar-logo-text {
  line-height: 1.6;
}
.quiz-sidebar-logo-text-main {
  display: block;
  font-weight: 600;
  font-size: 1.0417vw;
}
.quiz-sidebar-logo-text-sub {
  display: inline-block;
  font-weight: 400;
  font-size: 0.7292vw;
  margin-top: 0.2083vw;
  width: 12vw;
  color: #fafeff;
}
.quiz-sidebar-description {
  position: relative;
}
.quiz-sidebar-description-text {
  color: #0a0a0a;
  background: #fafeff;
  padding: 1.25vw;
  font-size: 0.7292vw;
  line-height: 1.8;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-sidebar-description-text {
    border-radius: 1vw;
  }
}
.quiz-sidebar-description-text span {
  color: #0a0a0a;
}
.quiz-sidebar-description::before {
  position: absolute;
  content: "";
  border: 0.8333vw solid transparent;
  border-right: 0.8333vw solid #fafeff;
  border-bottom: 0.8333vw solid #fafeff;
  top: -0.9vw;
  left: 2vw;
}
.quiz-sidebar-bullet {
  background: #122229;
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0.5208vw;
  padding: 1.4063vw 1.1458vw;
  cursor: not-allowed;
  border: 0.026vw solid #354547;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .quiz-sidebar-bullet {
    border-radius: 1vw;
  }
}
.quiz-sidebar-bullet:last-child {
  margin-bottom: 0;
}
.quiz-sidebar-bullet-title {
  display: block;
  font-size: 1.0417vw;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.8333vw;
}
.quiz-sidebar-bullet-icone {
  width: 1.6667vw;
  height: 1.6667vw;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 1.0417vw;
}
.quiz-sidebar-bullet-icone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quiz-sidebar-bullet-text {
  font-size: 0.6771vw;
  font-weight: 600;
  line-height: 1.4;
}
.quiz-sidebar-bullet-text > span {
  font-weight: 400;
}
.quiz-sidebar-bullet-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.9896vw;
  height: 4.4792vw;
}
.quiz-question-title {
  color: #0a0a0a;
}
.quiz-progress-wrapper {
  margin-right: 2.0833vw;
}
.quiz-progress-btn.sub {
  margin-right: 0.7292vw;
}
.quiz-progress-btn.sub path {
  fill: #fafeff;
}
.quiz-progress-btn-icone {
  width: 1.0417vw;
  height: 1.0417vw;
}
.quiz-progress-btn-icone > svg {
  width: 100%;
  height: 100%;
}
.quiz-progress-btn-icone > svg > path:first-child {
  -webkit-animation: wave_1 2s linear infinite;
  animation: wave 1.5s linear infinite;
  animation-delay: -2s;
}
.quiz-progress-btn-icone > svg > path:nth-child(2) {
  -webkit-animation: wave_2 2s linear infinite;
  animation: wave 1.5s linear infinite;
  animation-delay: -1s;
}
.quiz-progress-btn-icone > svg > path:last-child {
  -webkit-animation: wave_3 2s linear infinite;
  animation: wave 1.5s linear infinite;
  animation-delay: 0s;
}
.quiz-result .quiz-sidebar,
.quiz-thank .quiz-sidebar {
  position: relative;
}
.quiz-result .quiz-sidebar-bg,
.quiz-thank .quiz-sidebar-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.quiz-result .quiz-sidebar-top,
.quiz-result .quiz-sidebar-bot,
.quiz-thank .quiz-sidebar-top,
.quiz-thank .quiz-sidebar-bot {
  display: none;
}

@media (max-width: 600px) {
  .quiz-section {
    padding-bottom: 0;
  }
  .quiz-section-title {
    margin-bottom: 3.733vw;
  }
  .quiz-question {
    border-radius: 0;
  }
  .quiz-slide {
    min-height: auto;
  }
  .quiz-sidebar {
    display: none;
  }
  .quiz-progress-wrapper {
    margin-right: 4vw;
  }
  .quiz-progress-btn-text {
    margin-right: 0;
  }
  .quiz-progress-btn.sub {
    margin-right: 3vw;
    flex-shrink: 0;
  }
  .quiz-progress-btn.main .quiz-progress-btn-icone {
    margin-left: 2.933vw;
  }
  .quiz-progress-btn-icone {
    width: 4.267vw;
    height: 4.267vw;
  }
}
.range-wrapper {
  margin-bottom: 1.5625vw;
}
.range-count {
  display: flex;
  align-items: center;
}
.range-count-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 3.125vw;
}
.range-count-separate {
  margin: 0 1.0417vw;
  width: 1vw;
  height: 0.0521vw;
  background: #fafeff;
}
.range-count-input {
  pointer-events: none;
}
.range-slider {
  cursor: pointer;
  height: 0.625vw;
  width: 100%;
  position: relative;
  background: #f0f2f5;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .range-slider {
    border-radius: 1vw;
  }
}
.range-slider-progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background: #fc8102;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .range-slider-progress {
    border-radius: 1vw;
  }
}
.range-picker {
  position: absolute;
  width: 100%;
  height: 0.65vw;
  top: -0.65vw;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range-picker-wrapper {
  position: relative;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.4583vw;
  width: 1.4583vw;
  border-radius: 50%;
  border: 0.3646vw solid #f7f7f7;
  background: #fc8102;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 37, 41, 0.2);
}

input[type="range"]::-moz-range-thumb {
  height: 0.8vw;
  width: 0.8vw;
  border-radius: 50%;
  border: 0.3646vw solid #f7f7f7;
  background: #fc8102;
  pointer-events: auto;
  cursor: pointer;
}

input[type="range"]::-ms-thumb {
  height: 1.4583vw;
  width: 1.4583vw;
  border-radius: 50%;
  border: 0.3646vw solid #f7f7f7;
  background: #fc8102;
  pointer-events: auto;
  cursor: pointer;
}

input[type="range"]::-moz-focus-outer {
  border: 0;
}

input[type="range"]:focus {
  outline: none;
}

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

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

@media (max-width: 600px) {
  .range-wrapper {
    margin-bottom: 3vw;
  }
  .range-count-wrapper {
    margin-bottom: 7vw;
  }
  .range-count-separate {
    margin: 0 3vw;
    width: 3vw;
    height: 0.267vw;
  }
  .range-slider {
    height: 3.2vw;
  }
  .range-picker {
    position: absolute;
    width: 100%;
    height: 3vw;
    top: -3vw;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .range-picker-wrapper {
    position: relative;
  }

  input[type="range"]::-webkit-slider-thumb {
    height: 6vw;
    width: 6vw;
    border: 1.3646vw solid #fafeff;
  }

  input[type="range"]::-moz-range-thumb {
    height: 3vw;
    width: 3vw;
    border: 1.3646vw solid #fafeff;
  }

  input[type="range"]::-ms-thumb {
    height: 6vw;
    width: 6vw;
    border: 1.3646vw solid #fafeff;
  }
}
.calendar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  background: #122229;
  padding: 1.5625vw;
  transition: 0.3s ease;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .calendar {
    border-radius: 1vw;
  }
}
.calendar-wrapper {
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4941176471);
}
.calendar-wrapper.active {
  pointer-events: auto;
  opacity: 1;
}
.calendar-wrapper.active > .calendar {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.calendar-date {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.0521vw solid #5f696d;
  margin-bottom: 1vw;
}
.calendar-date-main {
  position: relative;
}
.calendar-date-main > span {
  cursor: pointer;
}
.calendar-date-main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.175vw;
  width: 100%;
  height: 0.2604vw;
  background: #fc8102;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .calendar-date-main::after {
    border-radius: 1.067vw;
  }
}
.calendar-nav {
  display: flex;
  align-items: center;
  background: transparent;
  cursor: pointer;
}
.calendar-nav-icone {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
}
.calendar-nav-icone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.calendar .dates {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  flex-wrap: wrap;
  text-align: center;
  gap: 0.3646vw;
  margin-bottom: 1vw;
}
.calendar .dates li {
  padding: 0.7vw;
  position: relative;
  color: #fafeff;
  border: 0.0521vw solid #354547;
  font-weight: 600;
  transition: 0.3s ease;
  cursor: pointer;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .calendar .dates li {
    border-radius: 1vw;
  }
}
.calendar .dates li.today {
  color: #fafeff;
  background: #fc8102;
  border: 0.0521vw solid #fc8102;
  box-shadow: 0 2px 10px 0 rgba(0, 229, 255, 0.6);
}
.calendar .dates li.today:hover {
  color: #fafeff;
}
.calendar .dates li.inactive {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  border: none;
  pointer-events: none;
}
.calendar .dates li:hover {
  color: #fc8102;
  border: 0.0521vw solid #fc8102;
  box-shadow: 0 2px 10px 0 rgba(0, 229, 255, 0.6);
}
.calendar-months-dropdown,
.calendar-years-dropdown {
  overflow: auto;
  max-height: 19.8vw;
  padding-right: 1vw;
}
.calendar-months-dropdown li,
.calendar-years-dropdown li {
  cursor: pointer;
  margin-bottom: 0.7292vw;
  transition: 0.3s ease;
}
.calendar-months-dropdown li:last-child,
.calendar-years-dropdown li:last-child {
  margin-bottom: 0;
}
.calendar-months-dropdown li:hover,
.calendar-years-dropdown li:hover {
  color: #fc8102;
}
.calendar-months-dropdown-wrapper,
.calendar-years-dropdown-wrapper {
  background: #fafeff;
  padding: 1vw;
  top: 2.2vw;
  z-index: 11;
  position: absolute;
  border: 0.0521vw solid #122229;
  display: none;
  transition: 0.3s ease;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .calendar-months-dropdown-wrapper,
  .calendar-years-dropdown-wrapper {
    border-radius: 1.6vw;
  }
}
.calendar-months-dropdown-wrapper:has(.calendar-years-dropdown),
.calendar-months-dropdown-wrapper:has(.calendar-months-dropdown),
.calendar-years-dropdown-wrapper:has(.calendar-years-dropdown),
.calendar-years-dropdown-wrapper:has(.calendar-months-dropdown) {
  display: block;
}
.calendar-months-dropdown {
  padding: 0;
}
.calendar-months-dropdown-wrapper {
  left: 50%;
  transform: translateX(-102%);
}
.calendar-years-dropdown-wrapper {
  right: 50%;
  transform: translateX(102%);
}
.calendar-time {
  margin-bottom: 1vw;
}
.calendar-time-title {
  text-align: center;
  margin-bottom: 0.1vw;
  color: rgba(255, 255, 255, 0.5);
}
.calendar-time-main {
  position: relative;
  font-weight: 400;
  display: flex;
  justify-content: space-around;
  padding: 1vw;
  border: 0.0521vw solid #354547;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .calendar-time-main {
    border-radius: 1.6vw;
  }
}
.calendar-time-main > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.calendar-time-item {
  width: 2vw;
  text-align: center;
  font-size: 1.0417vw;
  transition: 0.3s ease;
  cursor: pointer;
}
.calendar-time-item:hover {
  color: #fc8102;
}
.calendar-time-hours-dropdown,
.calendar-time-minute-dropdown {
  overflow: auto;
  max-height: 13.2vw;
  padding-right: 1vw;
}
.calendar-time-hours-dropdown li,
.calendar-time-minute-dropdown li {
  cursor: pointer;
  margin-bottom: 0.7292vw;
  transition: 0.3s ease;
}
.calendar-time-hours-dropdown li:last-child,
.calendar-time-minute-dropdown li:last-child {
  margin-bottom: 0;
}
.calendar-time-hours-dropdown li:hover,
.calendar-time-minute-dropdown li:hover {
  color: #fc8102;
}
.calendar-time-hours-dropdown-wrapper,
.calendar-time-minute-dropdown-wrapper {
  position: absolute;
  bottom: 3.6vw;
  background: #fafeff;
  padding: 1vw;
  z-index: 11;
  border: 0.0521vw solid #122229;
  display: none;
  transition: 0.3s ease;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .calendar-time-hours-dropdown-wrapper,
  .calendar-time-minute-dropdown-wrapper {
    border-radius: 1.6vw;
  }
}
.calendar-time-hours-dropdown-wrapper:has(.calendar-time-hours-dropdown),
.calendar-time-hours-dropdown-wrapper:has(.calendar-time-minute-dropdown),
.calendar-time-minute-dropdown-wrapper:has(.calendar-time-hours-dropdown),
.calendar-time-minute-dropdown-wrapper:has(.calendar-time-minute-dropdown) {
  display: block;
}
.calendar-time-hours-dropdown-wrapper {
  left: 50%;
  transform: translateX(-102%);
}
.calendar-time-minute-dropdown-wrapper {
  right: 50%;
  transform: translateX(102%);
}
.calendar-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calendar-controls-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.6vw;
  flex: 0 1 50%;
  margin-right: 1vw;
  transition: 0.3s ease;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .calendar-controls-item {
    border-radius: 1vw;
  }
}
.calendar-controls-item:last-child {
  margin-right: 0;
}
.calendar-today {
  background: #354547;
}
.calendar-today:hover {
  background: #1a313b;
}
.calendar-accept {
  background: #fc8102;
}
.calendar-accept:hover {
  background: #69effd;
}

@media (max-width: 600px) {
  .calendar {
    padding: 5vw;
  }
  .calendar-date {
    border-bottom: 0.267vw solid #5f696d;
    margin-bottom: 3vw;
  }
  .calendar-date-main::after {
    bottom: -0.75vw;
    height: 1vw;
  }
  .calendar-nav-icone {
    width: 5vw;
    height: 5vw;
  }
  .calendar .dates {
    gap: 2vw;
    margin-bottom: 5vw;
  }
  .calendar .dates li {
    padding: 2vw;
    border: 0.267vw solid #354547;
  }
  .calendar .dates li.today {
    border: 0.267vw solid #fc8102;
  }
  .calendar .dates li:hover {
    border: 0.267vw solid #fc8102;
  }
  .calendar-months-dropdown,
  .calendar-years-dropdown {
    max-height: 50vw;
    padding-right: 3vw;
  }
  .calendar-months-dropdown li,
  .calendar-years-dropdown li {
    margin-bottom: 3vw;
  }
  .calendar-months-dropdown-wrapper,
  .calendar-years-dropdown-wrapper {
    padding: 3vw;
    top: 8vw;
    border: 0.267vw solid #122229;
  }
  .calendar-months-dropdown {
    padding-right: 3vw;
  }
  .calendar-time {
    margin-bottom: 5vw;
  }
  .calendar-time-title {
    margin-bottom: 1vw;
  }
  .calendar-time-main {
    padding: 3vw;
    border: 0.267vw solid #354547;
  }
  .calendar-time-item {
    width: 6vw;
    font-size: 5vw;
  }
  .calendar-time-hours-dropdown,
  .calendar-time-minute-dropdown {
    max-height: 48vw;
    padding-right: 3vw;
  }
  .calendar-time-hours-dropdown li,
  .calendar-time-minute-dropdown li {
    margin-bottom: 3vw;
  }
  .calendar-time-hours-dropdown-wrapper,
  .calendar-time-minute-dropdown-wrapper {
    bottom: 18vw;
    padding: 3vw;
    border: 0.267vw solid #122229;
  }
  .calendar-controls-item {
    height: 11vw;
    padding: 0.6vw;
    margin-right: 3vw;
  }
}
.breadcrumbs {
  position: relative;
  z-index: 10;
}
.breadcrumbs-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 1.25vw 0;
}
.breadcrumbs-item {
  display: flex;
  align-items: center;
  margin-right: 0.4167vw;
}
.breadcrumbs-item > a > img {
  transition: 0.3s ease;
  width: 0.8333vw;
  height: 0.8333vw;
  margin-right: 0.625vw;
  filter: grayscale(100%) brightness(200%);
  opacity: 1;
}
.breadcrumbs-item:first-child::before {
  display: none;
}
.breadcrumbs-item::before {
  margin-right: 0.4167vw;
  content: "/";
  color: #fafeff;
}
.breadcrumbs-item.active {
  pointer-events: none;
}
.breadcrumbs-item.active p,
.breadcrumbs-item.active span {
  font-size: 0.7292vw;
  line-height: 1.4;
  color: #fafeff;
  opacity: 0.7;
}
.breadcrumbs a {
  font-weight: 400;
  font-size: 0.7292vw;
  line-height: 1.4;
  color: #fafeff;
}

@media (max-width: 600px) {
  .breadcrumbs {
    padding-top: 17.067vw;
  }
  .breadcrumbs-container {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 5.556vw 0 1vw;
    margin-bottom: 5.333vw;
  }
  .breadcrumbs-item {
    flex-shrink: 0;
    margin-right: 1.667vw;
  }
  .breadcrumbs-item > a > img {
    width: 3.333vw;
    height: 3.333vw;
    margin-right: 3.231vw;
  }
  .breadcrumbs-item::before {
    margin-right: 1.667vw;
    font-size: 3vw;
  }
  .breadcrumbs-item.active p,
  .breadcrumbs-item.active span {
    font-size: 3.333vw;
  }
  .breadcrumbs a {
    font-size: 3.333vw;
  }
  .breadcrumbs-container::-webkit-scrollbar {
    height: 0.5vw;
  }
}
.page-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-pagination .navigation {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1875vw;
  height: 2.1875vw;
  border-radius: 50%;
  flex-shrink: 0;
  transition: 0.3s ease;
  font-weight: 500;
  font-size: 0.9375vw;
  background-color: #1a313b;
  margin: 0 0.2604vw;
}
.page-numbers-dots {
  background: none;
  pointer-events: none;
}
.page-numbers:hover {
  color: #fc8102;
}
.page-numbers.current {
  font-weight: 700;
  background-color: #fc8102;
  pointer-events: none;
}

.nav-links-pagination {
  display: flex;
  align-items: center;
}
.nav-links-pagination > p {
  font-size: 0.8333vw;
  font-weight: 500;
}

.prev,
.next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875vw;
  height: 2.1875vw;
  border-radius: 50%;
  transition: 0.3s ease;
}
.prev::before,
.next::before {
  transition: 0.3s ease;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.9375vw;
  height: 0.9375vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(150%);
}

.prev {
  margin-right: 0.3vw;
}
.prev::before {
  left: 47%;
  background-image: url(../img/icone/pagination-prev.svg);
}
.prev:hover::before {
  filter: none;
}

.next {
  margin-left: 0.3vw;
}
.next::before {
  left: 54%;
  background-image: url(../img/icone/pagination-next.svg);
}
.next:hover::before {
  filter: none;
}

@media (max-width: 600px) {
  .page-numbers {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    font-size: 4vw;
    margin: 0 1vw;
  }
  .nav-links-pagination > p {
    font-size: 4vw;
  }
  .prev,
  .next {
    width: 10vw;
    height: 10vw;
  }
  .prev::before,
  .next::before {
    width: 3vw;
    height: 3vw;
  }
  .prev {
    margin-right: 3vw;
  }
  .next {
    margin-left: 3vw;
  }
}
.error-wrapper {
  position: relative;
  padding-top: 14.2188vw;
  min-height: 38vw;
}
.error-subtitle {
  margin-top: 5vw;
  font-size: 1.1979vw;
  margin-bottom: 1vw;
}
.error-404 {
  right: 0;
  top: 10vw;
  color: #fc8102;
  font-weight: 700;
  font-size: 15vw;
  position: absolute;
}

@media (max-width: 600px) {
  .error-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 20vw;
    min-height: 100vw;
  }
  .error-subtitle {
    margin-top: 3vw;
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .error-404 {
    order: -1;
    right: 0;
    top: auto;
    font-size: 40vw;
    position: relative;
  }
  .error-btn {
    width: 100%;
  }
}
.text-page-wrapper {
  position: relative;
  padding: 0;
}
.text-page-img {
  position: absolute;
  pointer-events: none;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fc8102;
  opacity: 0.6;
  font-weight: 900;
  font-size: 17vw;
}
.text-page-title {
  font-size: 2.6042vw;
  color: #fafeff;
  width: 42.0313vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
.text-page-title-wrapper {
  margin-bottom: 2.6042vw;
}
.text-page-text {
  color: #fafeff;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.25vw;
}

@media (max-width: 600px) {
  .text-page {
    padding: 0;
  }
  .text-page-wrapper {
    padding: 11.111vw 5vw;
    width: 100vw;
    margin-left: -5vw;
    border-radius: 0;
  }
  .text-page-img {
    right: 50%;
    top: -20vw;
    transform: translateX(50%);
    font-size: 22vw;
  }
  .text-page-title {
    font-size: 6vw;
    width: 100%;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .text-page-title-wrapper {
    margin-bottom: 8vw;
  }
  .text-page-btn {
    text-align: center;
  }
  .text-page-btn > a {
    margin: 0;
  }
  .text-page-text {
    text-align: center;
    font-size: 4.6vw;
    margin-top: 3vw;
  }
}
.articles {
  padding: 3.6458vw 0;
}
.articles .title-wrapper {
  align-items: flex-start;
}
.articles-items {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.125vw;
  gap: 1.5625vw;
}
.articles-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 19.1406vw;
}
.articles-item-img {
  width: 100%;
  height: 11.4583vw;
  margin-bottom: 0.8333vw;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .articles-item-img {
    border-radius: 1.067vw;
  }
}
.articles-item-img > img {
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles-item-name {
  font-size: 0.9375vw;
  font-weight: 700;
  margin-bottom: 0.4167vw;
  line-height: 1.6;
}
.articles-item-sub {
  font-size: 0.7292vw;
  font-weight: 300;
  margin-bottom: 0.8333vw;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-wrap: balance;
}
.articles-item-date {
  display: flex;
  align-items: center;
  color: #fafeff;
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 1.6;
}
.articles-item-date-icon {
  width: 0.8333vw;
  height: 0.8333vw;
  margin-right: 0.5208vw;
}
.articles-item-date-text {
  opacity: 0.6;
}
.articles_more-title {
  font-size: 1.6667vw;
  font-weight: 700;
  line-height: 1.4;
}
.articles_more-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.125vw;
}
.articles_more-link {
  font-size: 0.8333vw;
  font-weight: 600;
  line-height: 1.4;
  padding: 0;
}
.articles_more-link::before {
  bottom: 0.1vw;
}
.articles_more-link-wrapper {
  display: flex;
  align-items: center;
}
.articles_more-link-wrapper > img {
  width: 1.25vw;
  height: 1.25vw;
}
.articles_more-items {
  margin: 0 -1.0417vw;
}
.articles_more-items > .slick-prev {
  left: -2.717vw;
}
.articles_more-items > .slick-next {
  right: -2.717vw;
}
.articles_more-items .articles-item {
  margin: 0 1.0417vw;
}

@media (max-width: 600px) {
  .articles {
    padding: 10vw 0 0 0;
  }
  .articles .title {
    text-align: left;
  }
  .articles-items {
    margin-bottom: 11.111vw;
    gap: 11.111vw;
  }
  .articles-item {
    width: 100%;
  }
  .articles-item-img {
    width: 100%;
    height: 55vw;
    margin-bottom: 5.556vw;
  }
  .articles-item-name {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .articles-item-sub {
    font-size: 3.733vw;
    margin-bottom: 4.267vw;
  }
  .articles-item-date {
    font-size: 3.333vw;
  }
  .articles-item-date-icon {
    width: 4vw;
    height: 4vw;
    margin-right: 3vw;
  }
  .articles_more-title {
    font-size: 5.5vw;
    margin-bottom: 5vw;
  }
  .articles_more-title-wrapper {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 8vw;
  }
  .articles_more-link {
    font-size: 3.889vw;
  }
  .articles_more-link::before {
    bottom: 0.1vw;
  }
  .articles_more-link-wrapper {
    display: flex;
    align-items: center;
  }
  .articles_more-link-wrapper > img {
    width: 6.667vw;
    height: 6.667vw;
  }
  .articles_more-items {
    margin: 0 -3vw;
  }
  .articles_more-items .articles-item {
    margin: 0 3vw;
  }
}
.article {
  position: relative;
  padding: 2.0833vw 0 3.125vw;
}
.article-wrapper {
  display: flex;
  justify-content: space-between;
}
.article-left {
  flex: 0 0 54.1667vw;
  margin-right: 3.125vw;
}
.article-left-text h1 {
  font-size: 2.1875vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.25vw;
}
.article-left-text h2 {
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.25vw;
}
.article-left-text h3 {
  font-size: 1.3542vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.0417vw;
}
.article-left-text a {
  color: #fc8102;
  text-decoration: underline;
}
.article-left-text p {
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 1.0417vw;
}
.article-left-text span {
  font-size: 1.0417vw;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 1.0417vw;
}
.article-left-text ul {
  list-style: disc;
  list-style-type: disc;
}
.article-left-text ul > li {
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 1.0417vw;
  display: list-item;
  list-style-position: inside;
}
.article-left-text > figure:first-child {
  width: 100%;
}
.article-left-text figure {
  border: 0.0521vw solid #354547;
  margin: 2.0833vw 0;
  overflow: hidden;
  width: fit-content;
  height: fit-content;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .article-left-text figure {
    border-radius: 1.067vw;
  }
}
.article-left-text figure:first-child {
  margin-top: 0;
}
.article-left-text figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -0.5vw;
}
.article-left-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25vw 1.7708vw;
  background: #1a313b;
  border: 0.026vw solid #354547;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .article-left-bot {
    border-radius: 1.067vw;
  }
}
.article-left-bot-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-left-bot-share-icon {
  transition: 0.3s ease;
  width: 0.8333vw;
  height: 0.8333vw;
  margin-right: 0.4167vw;
  border: none;
  filter: grayscale(1) brightness(140%);
}
.article-left-bot-share-text {
  transition: 0.3s ease;
  color: #fafeff;
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 1.3;
}
.article-left-bot-share:hover .article-left-bot-share-icon {
  filter: unset;
}
.article-left-bot-share:hover .article-left-bot-share-text {
  color: #fc8102;
}
.article-left-bot-media {
  display: flex;
  gap: 0.4167vw;
}
.article-left-bot-media-item {
  cursor: pointer;
  display: block;
  width: 2.2917vw;
  height: 2.2917vw;
  overflow: hidden;
  border: 0.1042vw;
}
.article-left-bot-media-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-right {
  top: 8vw;
  position: sticky;
  flex: 0 0 23.9583vw;
  height: 23.5417vw;
  padding: 2.0833vw;
  overflow: hidden;
  background-color: #1a313b;
  border: 0.026vw solid #354547;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .article-right {
    border-radius: 1.067vw;
  }
}
.article-right-title {
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.25vw;
}
.article-right-list {
  padding-right: 1vw;
  margin-bottom: 2.0833vw;
}
.article-right-list > li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8333vw;
  font-size: 0.8333vw;
  line-height: 1.55;
}
.article-right-list > li:last-child {
  margin-bottom: 0;
}
.article-right-list > li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 0.8333vw;
  height: 0.8333vw;
  margin-right: 0.8333vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7149 3.62205L14.305 2.27287C14.1149 2.09096 13.8772 2 13.6079 2C13.3386 2 13.101 2.09096 12.9109 2.27287L6.13069 8.76107L3.10495 5.85047C2.91485 5.66856 2.67723 5.57761 2.40792 5.57761C2.13861 5.57761 1.90099 5.66856 1.71089 5.85047L0.30099 7.19966C0.0950495 7.38157 0 7.60896 0 7.86667C0 8.12438 0.0950495 8.35177 0.285149 8.53368L4.02376 12.1113L5.43366 13.4605C5.62376 13.6424 5.86139 13.7333 6.13069 13.7333C6.4 13.7333 6.63762 13.6424 6.82772 13.4605L8.23762 12.1113L15.7149 4.95607C15.905 4.77416 16 4.54677 16 4.28906C16 4.03135 15.905 3.80396 15.7149 3.62205Z' fill='%2300CFE8' /%3e%3c/svg%3e");
}
.article-btn {
  height: 3.0208vw;
  width: 100%;
}

@media (max-width: 600px) {
  .article-wrapper {
    flex-direction: column;
  }
  .article-left {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 11.111vw;
  }
  .article-left-text > h1 {
    font-size: 7vw;
    margin-bottom: 5vw;
  }
  .article-left-text > h2 {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .article-left-text > h3 {
    font-size: 4.6vw;
    margin-bottom: 5vw;
  }
  .article-left-text > p {
    font-size: 3.889vw;
    margin-bottom: 3vw;
  }
  .article-left-text > span {
    display: block;
    font-size: 4.6vw;
    margin-bottom: 3vw;
  }
  .article-left-text > ul {
    margin-bottom: 3vw;
  }
  .article-left-text > ul > li {
    font-size: 3.889vw;
    margin-bottom: 3vw;
  }
  .article-left-text > ul > li:last-child {
    margin-bottom: 0;
  }
  .article-left-text figure {
    border: 0.267vw solid #354547;
    margin: 5.333vw 0;
  }
  .article-left-bot {
    display: flex;
    padding: 4vw 5vw;
    border: 0.134vw solid #354547;
  }
  .article-left-bot-share {
    display: none;
  }
  .article-left-bot-media {
    justify-content: space-between;
    flex-grow: 1;
  }
  .article-left-bot-media-item {
    width: 10vw;
    height: 10vw;
    border-radius: 0.533vw;
  }
  .article-right {
    top: auto;
    position: relative;
    flex: 0 0 100%;
    height: fit-content;
    padding: 8vw 5vw;
  }
  .article-right-title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  .article-right-list {
    padding-right: 0;
    margin-bottom: 5.333vw;
  }
  .article-right-list > li {
    margin-bottom: 3.733vw;
    font-size: 3.733vw;
  }
  .article-right-list > li::before {
    width: 4vw;
    height: 4vw;
    margin-right: 3vw;
  }
  .article-btn {
    height: 14vw;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25vw 0;
}
.header-logo-wrapper {
  display: flex;
  align-items: center;
}
.header-logo-img {
  display: block;
  width: 14.1667vw;
  height: 2.3958vw;
  margin-right: 1.25vw;
}
.header-logo-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-logo-img-2 {
  width: 8.2813vw;
  height: 3.75vw;
  margin-top: -1.5vw;
}
.header-logo-img-2 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-logo-text {
  font-size: 0.7292vw;
  line-height: 1.6;
  color: #fafeff;
  font-weight: 300;
  max-width: 11.4583vw;
}

.phone-header-item {
  display: flex;
  align-items: center;
}
.phone-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 0.7292vw;
  background: #fc8102;
  pointer-events: none;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .phone-header-icon {
    border-radius: 1.067vw;
  }
}
.phone-header-icon > img {
  width: 0.9375vw;
  height: 0.9375vw;
}
.phone-header-text {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 0.9375vw;
  line-height: 1.4;
}

.nav {
  position: relative;
  top: 0;
  z-index: 1;
}
.nav .header-btn {
  display: none;
}
.nav-wrapper {
  font-size: 0.8333vw;
  font-weight: 400;
}
.nav-wrapper-title {
  display: none;
}
.nav-wrapper__items {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0.2083vw 2.6042vw 0 rgba(0, 0, 0, 0.05);
  padding: 0 3.125vw;
  -webkit-backdrop-filter: blur(50px);
  -moz-backdrop-filter: blur(50px);
  -ms-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  height: 4.2188vw;
  transition: 0.3s ease;
  background: #1a313b;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .nav-wrapper__items {
    border-radius: 1.067vw;
  }
}
.nav-wrapper__items.open {
  border-bottom-left-radius: 0;
}
.nav-wrapper__item {
  display: flex;
  justify-content: center;
  height: 4.2188vw;
  text-align: center;
  padding: 0 0.5vw;
  transition: 0.3s ease;
}
.nav-wrapper__item:nth-child(2) {
  padding: 0 1.0938vw 0 0;
}
.nav-wrapper__item:last-child {
  padding: 0 0 0 1.0938vw;
}
.nav-wrapper__item > p {
  transition: 0.3s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.nav-wrapper__item > a {
  transition: 0.3s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.nav-wrapper__item:hover {
  color: #fc8102;
}

.sub-menu {
  z-index: 1;
}
.sub-menu__items {
  width: fit-content;
  padding: 2.0833vw 0 2.6042vw;
  opacity: 0;
  top: 4.2188vw;
  left: 0;
  position: absolute;
  transition: 0.3s ease;
  pointer-events: none;
  z-index: 9;
  padding: 0 3.125vw 1.5vw;
  background: #1a313b;
  border-radius: 0.3125vw;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 600px) {
  .sub-menu__items {
    border-radius: 1.067vw;
  }
}
.sub-menu__items > .container {
  display: flex;
  align-items: start;
  flex-direction: column;
  overflow: auto;
  max-height: 18.2vw;
}
.sub-menu__item {
  font-size: 0.7813vw;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1.0417vw;
}
.sub-menu__item-title {
  display: none;
}
.sub-menu > .burger-menu {
  position: absolute;
  flex-shrink: 0;
  z-index: 11;
  top: 50%;
  transform: translateY(-50%);
  left: 1.8229vw;
  width: 1.1458vw;
  transition: 0.3s ease;
}
.sub-menu > .burger-menu > span {
  width: 1.1458vw;
  height: 0.104165vw;
  background-color: #fafeff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sub-menu > .burger-menu > span:nth-child(1) {
  top: 0.3125vw;
}
.sub-menu > .burger-menu > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sub-menu > .burger-menu > span:nth-child(3) {
  bottom: 0.3125vw;
}
.sub-menu p::before {
  content: "";
  position: absolute;
  right: -1.0417vw;
  top: 53%;
  -webkit-transform: translate(0, -100%) rotate(45deg);
  transform: translate(0, -100%) rotate(45deg);
  border: solid #fafeff;
  border-width: 0 0.1vw 0.1vw 0;
  display: inline-block;
  padding: 0.1823vw;
  background-size: 100%;
  transition: 0.3s ease;
}
.sub-menu:hover p::before {
  transition: 0.3s ease;
  -webkit-transform: translate(0, -45%) rotate(-135deg);
  transform: translate(0, -45%) rotate(-135deg);
  border-color: #fc8102;
}
.sub-menu:hover .sub-menu__items {
  pointer-events: auto;
  opacity: 1;
}

body:has(.main .main-wrapper-bg) header .nav-wrapper__items {
  background: linear-gradient(90deg, #3b555d 0%, #3e575e 100%);
}
body:has(.main .main-wrapper-bg) header .sub-menu__items {
  background: linear-gradient(90deg, #3b555d 0%, #3e575e 100%);
}

@media (max-width: 600px) {
  .header-logo-img {
    width: 38.8vw;
    height: 6.533vw;
    margin-right: 0;
  }
  .header-logo-img-2 {
    margin: 0;
    width: 19.3vw;
    height: 9vw;
  }
  .header-logo-wrapper {
    gap: 3vw;
  }
  .header > .container {
    width: 100%;
    max-width: none;
  }
  .header-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    justify-content: space-between;
    transition: 0s;
    padding: 3.733vw 5vw;
    z-index: 90;
    transition-delay: 0s;
    background: transparent;
  }
  .header-wrapper.active {
    transition-delay: 0.3s;
    background: #122229;
    border-bottom: 0.267vw solid #354547;
  }
  .header-btn {
    order: 1;
    display: none;
  }
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: 0.3s ease;
    pointer-events: none;
    margin: 0 auto;
    background: #122229;
    transform: translateX(-100%);
  }
  .nav .header-btn {
    display: inline-block;
  }
  .nav-mobi-active {
    margin: 0 auto;
    margin-top: 0vw;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    transform: translateX(0);
  }
  .nav-wrapper {
    border-top: 0;
    border-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    font-size: 3.733vw;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: start;
    max-height: calc(100vh - 14.933vw);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .nav-wrapper > .container {
    flex-direction: column;
    width: 100%;
    padding-bottom: 30vh;
  }
  .nav-wrapper-title {
    display: block;
    font-size: 5.333vw;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4.267vw;
  }
  .nav-wrapper__items {
    margin: 18.133vw 0 8vw;
    padding: 8vw 5vw 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    height: auto;
    background: none !important;
  }
  .nav-wrapper__items.open {
    height: auto;
  }
  .nav-wrapper__item {
    font-size: 4.267vw;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: fit-content;
    padding: 0;
    margin-bottom: 3.733vw;
    color: #fafeff;
  }
  .nav-wrapper__item:last-child {
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .nav-wrapper__item:nth-child(2) {
    margin-bottom: 3.733vw;
    padding: 0;
  }
  .nav-wrapper__item:hover {
    color: #fafeff;
  }
  .nav-item {
    grid-column: 1;
  }
  .nav-contacts {
    display: flex;
    flex-direction: column;
  }
  .nav-contacts-title {
    font-size: 5.333vw;
    font-weight: 600;
    line-height: 1.55;
    margin-bottom: 3.733vw;
  }
  .nav-contacts-item {
    display: flex;
    margin-bottom: 3.733vw;
  }
  .nav-contacts-item > img {
    width: 4.267vw;
    height: 4.267vw;
    margin-right: 2.667vw;
  }
  .nav-contacts-item > a {
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.4;
  }
  .nav-contacts-item > p {
    font-size: 3.733vw;
    font-weight: 400;
    line-height: 1.4;
  }
  .phone-header {
    margin-bottom: 5.333vw;
  }
  .phone-header-item {
    flex-shrink: 0;
  }
  .phone-header-item.mail {
    display: none;
  }
  .phone-header-icon {
    pointer-events: auto;
    width: 10.667vw;
    height: 10.667vw;
    margin-right: 0;
  }
  .phone-header-icon > img {
    width: 3.733vw;
    height: 3.733vw;
  }
  .phone-header-text {
    display: none;
  }
  .phone-header-number {
    display: flex;
    align-items: center;
    margin-bottom: 2.667vw;
  }
  .phone-header-number > img {
    width: 4.267vw;
    height: 4.267vw;
    margin-right: 2.133vw;
  }
  .phone-header-number > a {
    font-weight: 700;
    font-size: 4.267vw;
    line-height: 1.4;
  }
  .phone-header-number:last-child {
    margin-bottom: 0;
  }
  .sub-menu {
    position: relative;
    margin: 0;
  }
  .sub-menu p::before {
    display: none;
  }
  .sub-menu__items {
    display: none;
  }
  .sub-menu__item {
    padding: 0;
    font-size: 4.167vw;
    margin-bottom: 3.889vw;
    font-size: 3.733vw;
    line-height: 1.6;
    font-weight: 300;
  }
  .sub-menu__item-title {
    display: block;
    font-weight: 600;
    font-size: 4.533vw;
    line-height: 1;
    margin-bottom: 4.267vw;
    margin-top: 1.6vw;
  }
  .sub-menu__item-title:first-child {
    margin-top: 0;
  }
  .media-header {
    flex-direction: column;
    width: 90vw;
    margin: 0 5vw;
    padding-bottom: 30vw;
  }
  .burger-menu {
    position: relative;
    width: 10.133vw;
    height: 10.133vw;
    transition: 0.3s ease;
    background: #fc8102;
    flex-shrink: 0;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .burger-menu {
    border-radius: 1.067vw;
  }
}
@media (max-width: 600px) {
  .burger-menu > span {
    width: 3.733vw;
    height: 0.533vw;
    background-color: #23575e;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.3s ease;
  }
  .burger-menu > span:nth-child(1) {
    top: 3.3vw;
  }
  .burger-menu > span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .burger-menu > span:nth-child(3) {
    bottom: 3.3vw;
  }
  .burger-menu-active > span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .burger-menu-active > span:nth-child(2) {
    width: 0%;
  }
  .burger-menu-active > span:nth-child(3) {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
  }
}
.seo-text {
  padding: 3.125vw 0;
}
.seo-text .title-wrapper {
  margin-bottom: 0;
}
.seo-text-title {
  text-align: left;
  font-size: 1.4583vw;
  margin-bottom: 1.3542vw;
}
.seo-text-content {
  font-size: 0.9375vw;
  text-align: left;
  max-height: 5.625vw;
  margin: 0 auto;
  line-height: 2;
  margin-bottom: 1.3542vw;
  overflow: hidden;
  transition: 0.6s ease;
}
.seo-text-content h2 {
  font-size: 1.4583vw;
  font-weight: 700;
  margin-bottom: 1.5625vw;
}
.seo-text-content p,
.seo-text-content li,
.seo-text-content ol {
  margin-bottom: 1.5625vw;
  list-style: disc outside none;
}
.seo-text-content li {
  display: list-item;
}
.seo-text-content ol {
  display: block;
}
.seo-text-bottom {
  margin-top: 1.5625vw;
}
.seo-text-bottom-btn {
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: #1a313b;
  text-align: center;
  cursor: pointer;
  padding: 0.625vw 1.0417vw;
  font-size: 0.8333vw;
  font-weight: 500;
  color: #fafeff;
  transition: 0.3s ease;
  border: 0.026vw solid #354547;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .seo-text-bottom-btn {
    border-radius: 1.6vw;
  }
}
.seo-text-bottom-btn::after {
  transition: 0.3s ease;
  width: 1.0417vw;
  height: 1.0417vw;
  margin-left: 0.5208vw;
  content: "";
  background-image: url(../img/icone/arrow-select-open.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1) contrast(205%);
}
.seo-text-bottom-btn:hover {
  color: #fc8102;
}
.seo-text-bottom-btn:hover::after {
  filter: grayscale(0) contrast(100%);
}
.seo-text.open .seo-text-content {
  max-height: 2000px;
  transition: 1.2s ease;
}
.seo-text.open .seo-text-bottom-btn::after {
  transform: rotate(180deg);
}

@media (max-width: 600px) {
  .seo-text {
    padding: 10.667vw 0;
  }
  .seo-text-title {
    font-size: 5.333vw;
    margin-bottom: 3.733vw;
  }
  .seo-text-content {
    font-size: 3.733vw;
    max-height: 44.8vw;
    margin-bottom: 6.4vw;
  }
  .seo-text-content h2 {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .seo-text-content p {
    margin-bottom: 5vw;
  }
  .seo-text-bottom {
    margin-top: 0;
  }
  .seo-text-bottom-btn {
    padding: 2.667vw 4.8vw;
    font-size: 3.733vw;
  }
  .seo-text-bottom-btn::after {
    width: 5.4vw;
    height: 5.4vw;
    margin-left: 2.6vw;
  }
  .seo-text.open .seo-text-bottom {
    margin-top: 0;
  }
}
.footer {
  background: #23575e;
}
.footer-text {
  padding: 1.3542vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-text-left {
  text-align: left;
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 1.4;
}
.footer-text-right {
  text-align: right;
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 1.55;
}
.footer-text-right > a {
  font-weight: 500;
}
.footer-text-link {
  position: relative;
  align-items: flex-end;
  font-size: 0.7292vw;
  font-weight: 500;
  line-height: 1.55;
  display: flex;
  width: fit-content;
}

@media (max-width: 600px) {
  .footer-text {
    padding: 0vw 0 35vw 0vw;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-text-left {
    order: 0;
    font-size: 3.889vw;
    margin-bottom: 9.444vw;
  }
  .footer-text-right {
    order: 2;
    text-align: left;
    font-size: 3.889vw;
    margin-bottom: 0vw;
  }
  .footer-text-link {
    order: 1;
    text-align: left;
    font-size: 3.889vw;
    margin-bottom: 9.444vw;
  }
}
.modal {
  position: absolute;
  left: 50%;
  transition: all 0.8s ease;
  transform-style: preserve-3d;
  z-index: 77;
  top: 5vw;
  width: auto;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 0;
  border: 0;
  border-radius: 0.3125vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .modal {
    border-radius: 1.067vw;
  }
}
.modal::-webkit-scrollbar {
  width: 0;
}
.modal-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal__close {
  display: flex;
  position: absolute;
  top: 1.2vw;
  right: 1.2vw;
  width: 1.2vw;
  height: 1.2vw;
  cursor: pointer;
  transition: 0.3s;
  z-index: 999;
  filter: grayscale(1);
}
.modal__close img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.modal__close:hover {
  filter: grayscale(0);
}
.modal-thank {
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #1a313b;
}
.modal-thank-container {
  padding: 3.125vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .modal-thank-container {
    border-radius: 1.067vw;
  }
}
.modal-thank-icon {
  width: 2.0833vw;
  height: 2.0833vw;
  margin-bottom: 0.5208vw;
}
.modal-thank__title {
  font-size: 1.4583vw;
  margin-bottom: 0.5208vw;
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .modal-thank__title {
    font-size: 5.2vw;
  }
}
.modal-thank__subtitle {
  line-height: 1.6;
  font-size: 0.9375vw;
}
.modal-phone {
  background-color: #1a313b;
}
.modal-phone-description {
  display: block;
  width: 100%;
  text-align: left;
  margin-left: 1.7708vw;
  font-size: 0.7292vw;
  margin-bottom: 0.5208vw;
}
.modal-phone-container {
  width: 27vw;
  padding: 3.125vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .modal-phone-container {
    border-radius: 1.067vw;
  }
}
.modal-phone__title {
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.4583vw;
  margin-bottom: 0.5208vw;
}
@media (max-width: 600px) {
  .modal-phone__title {
    font-size: 5.2vw;
  }
}
.modal-phone__subtitle {
  margin: 0;
  font-size: 0.9375vw;
  line-height: 1.6;
  margin-bottom: 1.0417vw;
  text-align: center;
}
.modal-phone__marker {
  font-size: 0.8333vw;
  margin-bottom: 0.5208vw;
}
@media (max-width: 600px) {
  .modal-phone__marker {
    font-size: 3.4vw;
    line-height: 1.6;
  }
}
.modal-phone__marker-wrapper {
  padding-left: 2.60417vw;
  display: flex;
  width: 100%;
}
.modal-phone-input {
  border: 0.026vw solid #354547;
  width: 100%;
  height: 4.6875vw;
  margin-bottom: 0.5208vw;
}
.modal-phone-btn {
  width: 100%;
  height: 4.6875vw;
  margin-bottom: 1.25vw;
  margin-top: 1.0417vw;
}
.modal-phone-checkbox {
  justify-content: center;
  width: 84%;
}
.modal-phone-checkbox > p {
  width: auto;
}
.modal-phone-checkbox > p > a {
  color: #fc8102;
  text-decoration: underline;
  line-height: 1.55;
}
.modal-huawei-text {
  overflow: auto;
  max-height: 25vw;
  font-size: 0.9375vw;
  padding: 1.0417vw 0.7292vw;
  padding-left: 0;
  text-align: left;
  line-height: 1.8;
}
.modal-huawei-text a {
  color: #fc8102;
  text-decoration: underline;
}
.modal-huawei-text p {
  margin-bottom: 0.9375vw;
}
.modal-huawei-text ul {
  list-style: disc;
}
.modal-huawei-text ul,
.modal-huawei-text ol {
  margin-bottom: 0.9375vw;
}
.modal-huawei-text ul li,
.modal-huawei-text ol li {
  margin-bottom: 0.7292vw;
  margin-left: 1.0417vw;
}
.modal-huawei-text ul li:last-child,
.modal-huawei-text ol li:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .modal {
    top: 20vw;
  }
  .modal__close {
    top: 4vw;
    right: 4vw;
    width: 5vw;
    height: 5vw;
  }
  .modal-thank {
    top: 50%;
  }
  .modal-thank-container {
    width: 90vw;
    padding: 8vw 5vw;
  }
  .modal-thank-icon {
    width: 11vw;
    height: 11vw;
    margin-bottom: 3vw;
  }
  .modal-thank__title {
    font-size: 4.6vw;
    margin-bottom: 3vw;
  }
  .modal-thank__subtitle {
    font-size: 3.2vw;
  }
  .modal-phone-description {
    margin-left: 12vw;
    font-size: 3.733vw;
    margin-bottom: 1vw;
  }
  .modal-phone-container {
    width: 90vw;
    padding: 8vw 5vw;
  }
  .modal-phone__title {
    margin-bottom: 3vw;
    font-size: 5vw;
  }
  .modal-phone__subtitle {
    margin: 0vw 0vw 3vw 0vw;
    font-size: 3.6vw;
    margin-bottom: 3vw;
  }
  .modal-phone__subtitle-wrapper {
    padding-left: 0;
    margin-bottom: 2vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
  }
  .modal-phone-input {
    border: 0.556vw solid #354547;
    padding: 0px 8vw;
    width: 100%;
    height: 19.444vw;
    margin-bottom: 3.889vw;
  }
  .modal-phone-btn {
    width: 100%;
    height: 19.444vw;
    margin-bottom: 0vw;
  }
  .modal-phone-btn span {
    font-size: 3.611vw;
  }
  .modal-huawei-text {
    overflow: auto;
    max-height: 120vw;
    font-size: 3.8vw;
    padding: 3vw 0;
  }
  .modal-huawei-text p {
    margin-bottom: 3vw;
  }
  .modal-huawei-text ul,
  .modal-huawei-text ol {
    margin-bottom: 3vw;
  }
  .modal-huawei-text ul li,
  .modal-huawei-text ol li {
    margin-bottom: 3vw;
    margin-left: 0vw;
  }
}
.contacts {
  z-index: 2;
}
.contacts-top-wrapper {
  margin-bottom: 2.0833vw;
  display: flex;
  gap: 2.0833vw;
}
.contacts-top-row {
  background: #1a313b;
  border: 0.026vw solid #354547;
  padding: 1.7708vw 2.6042vw 2.3958vw;
  flex-shrink: 0;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .contacts-top-row {
    border-radius: 1.067vw;
  }
}
.contacts-top-row-title {
  padding: 0.625vw 1.0417vw;
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  margin-bottom: 1.25vw;
  font-size: 0.6771vw;
  line-height: 1.4;
  width: fit-content;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .contacts-top-row-title {
    border-radius: 1.067vw;
  }
}
.contacts-logo-wrapper {
  display: block;
  margin-bottom: 1.0417vw;
  width: 14.1667vw;
  height: 2.3958vw;
}
.contacts-logo-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-rows {
  background: #1a313b;
  display: flex;
  justify-content: space-between;
  padding: 2.6042vw;
  border: 0.026vw solid #354547;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .contacts-rows {
    border-radius: 1.067vw;
  }
}
.contacts-row {
  max-width: 19vw;
}
.contacts-row-links {
  margin-bottom: 1.0417vw;
}
.contacts-row-links a {
  color: #fc8102;
  text-decoration: underline;
  width: fit-content;
  display: block;
  font-weight: 500;
  font-size: 0.7292vw;
  margin-bottom: 0.5208vw;
}
.contacts-row-links a:last-child {
  margin-bottom: 0;
}
.contacts-row .app-btns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5208vw;
  margin-bottom: 1.5625vw;
}
.contacts-row-year {
  max-width: 13vw;
  font-size: 0.7292vw;
  line-height: 1.6;
  margin-bottom: 1.5625vw;
}
.contacts-row-year:last-child {
  margin-bottom: 0;
}
.contacts-payment {
  flex-wrap: wrap;
  gap: 0.4167vw;
}
.contacts-payment-item {
  width: 4.6875vw;
  height: 1.9792vw;
  overflow: hidden;
  border: 0.026vw solid #354547;
  pointer-events: none;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .contacts-payment-item {
    border-radius: 1.067vw;
  }
}
.contacts-title {
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.8333vw;
  margin-top: 1.4583vw;
}
.contacts-title:first-child {
  margin-top: 0;
}
.contacts-phone {
  margin-bottom: 0.7292vw;
}
.contacts-phone-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5208vw;
}
.contacts-phone-item:last-child {
  margin-bottom: 0;
}
.contacts-phone-item-img {
  width: 0.9375vw;
  height: 0.9375vw;
  flex-grow: 0;
  margin-right: 0.5208vw;
  flex-shrink: 0;
}
.contacts-phone-item > a {
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 1.4;
}
.contacts-text {
  margin-bottom: 1.7708vw;
}
.contacts-text-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.7292vw;
  max-width: 16.9271vw;
}
.contacts-text-item:last-child {
  margin-bottom: 0;
}
.contacts-text-item-img {
  width: 0.9375vw;
  height: 0.9375vw;
  flex-grow: 0;
  margin-right: 0.5208vw;
  flex-shrink: 0;
}
.contacts-text-item > p {
  font-size: 0.7813vw;
}
.contacts-btn {
  height: 3.0208vw;
  width: 10.8854vw;
}
.contacts-map {
  width: 100%;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .contacts-map {
    border-radius: 1.067vw;
  }
}
.contacts-map [class*="ground-pane"] {
  filter: grayscale(100%);
}
.contacts-map [class*="copyrights-pane"] {
  display: none !important;
}
.contacts-map [class*="gototech"] {
  display: none !important;
}
.contacts-links {
  display: flex;
  flex-direction: column;
}
.contacts-link {
  display: block;
  position: relative;
  font-size: 0.7813vw;
  flex-grow: 0;
  margin-bottom: 0.5208vw;
}
.contacts-link > .sub-menu__items {
  top: auto;
  left: -1.25vw;
  bottom: 100%;
  padding: 1.1458vw 1.25vw;
  width: 21.875vw;
  background: rgba(26, 49, 59, 0.5568627451);
  box-shadow: 0 0.2083vw 2.6042vw 0 rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  -ms-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .contacts-link > .sub-menu__items {
    border-radius: 1.067vw;
  }
}
.contacts-link > .sub-menu__items .sub-menu__item:nth-last-child(2) {
  margin-bottom: 1.0417vw;
}
.contacts-link > .sub-menu__items .sub-menu__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .contacts-top-wrapper {
    flex-direction: column;
    margin-bottom: 9.067vw;
    gap: 9.067vw;
  }
  .contacts-top-row {
    border: none;
    padding: 0;
    background: transparent;
  }
  .contacts-top-row-title {
    padding: 2.667vw 5.333vw;
    margin-bottom: 9.067vw;
    font-size: 3.467vw;
  }
  .contacts-logo-wrapper {
    display: block;
    margin-bottom: 5.333vw;
    width: 50.4vw;
    height: 8.533vw;
  }
  .contacts-rows {
    flex-direction: column;
    padding: 6.4vw;
    border: 0.134vw solid #354547;
  }
  .contacts-row {
    max-width: 100%;
    margin-bottom: 9.067vw;
  }
  .contacts-row:last-child {
    margin-bottom: 0;
  }
  .contacts-row-links {
    margin-bottom: 0;
  }
  .contacts-row-links a {
    font-weight: 400;
    font-size: 3.2vw;
    margin-bottom: 2.667vw;
  }
  .contacts-row .app-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.667vw;
    margin-bottom: 9.067vw;
  }
  .contacts-row-year {
    max-width: 100%;
    font-size: 3.733vw;
    margin-bottom: 8vw;
  }
  .contacts-payment {
    gap: 2.133vw;
    margin-bottom: 9.067vw;
    width: 80%;
  }
  .contacts-payment-item {
    width: 16.533vw;
    height: 6.933vw;
    border: 0.134vw solid #354547;
  }
  .contacts-title {
    font-size: 4.267vw;
    margin-bottom: 4.267vw;
    margin-top: 0;
  }
  .contacts-phone {
    margin-bottom: 3.733vw;
  }
  .contacts-phone-item {
    max-width: 100%;
    margin-bottom: 2.667vw;
  }
  .contacts-phone-item-img {
    width: 4.267vw;
    height: 4.267vw;
    margin-right: 2.667vw;
  }
  .contacts-phone-item > a {
    font-size: 4.267vw;
  }
  .contacts-text {
    margin-bottom: 9.067vw;
  }
  .contacts-text-item {
    margin-bottom: 3.733vw;
    max-width: 100%;
  }
  .contacts-text-item-img {
    width: 4.267vw;
    height: 4.267vw;
    margin-right: 2.667vw;
  }
  .contacts-text-item > p {
    font-size: 3.733vw;
  }
  .contacts-btn {
    height: 18.667vw;
    width: 100%;
  }
  .contacts-map {
    width: 100%;
    height: 58.667vw;
  }
  .contacts-link {
    font-size: 3.733vw;
    margin-bottom: 2.667vw;
  }
  .contacts .app-btn {
    width: 46vw;
  }
}
.questions {
  padding: 7.2917vw 0 3.6458vw;
}
.questions.flash::after {
  width: 6.25vw;
  height: 20.8333vw;
  background-image: url(../img/icone/Top_R_2.svg);
}
.questions-title {
  margin-bottom: 0.7292vw;
}
.questions-title-wrapper {
  margin-right: 2.6042vw;
  flex: 0 0 17.7083vw;
}
.questions-subtitle {
  margin-bottom: 0.7292vw;
}
.questions-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.questions-wrapper .container-item {
  margin-right: 2.0833vw;
  flex: 0 0 29.4271vw;
}
.questions-wrapper .container-item-last {
  margin: 0;
}
.questions-item {
  width: 100%;
  position: relative;
  margin-bottom: 2.0833vw;
  cursor: pointer;
  border-bottom: 0.0521vw solid #333333;
}
.questions-item:last-child {
  margin-bottom: 0;
}
.questions-item .item-btn {
  position: absolute;
  z-index: 5;
  width: 2.1875vw;
  height: 2.1875vw;
  right: 0;
  top: 0.5729vw;
  background: #fc8102;
  display: flex;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .questions-item .item-btn {
    border-radius: 1.067vw;
  }
}
.questions-item .item-btn-cross {
  position: relative;
  width: 100%;
  height: 100%;
}
.questions-item .item-btn img {
  width: 0.8333vw;
  height: 0.8333vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fafeff;
}
.questions-item .item-btn-vert {
  position: absolute;
  width: 0.1042vw;
  height: 0.75vw;
  background: #23575e;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.8s ease;
}
.questions-item .item-btn-horizont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 0.1042vw;
  height: 0.75vw;
  background: #23575e;
  transition: 0.3s ease;
}
.questions-item .item-btn.open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #1a313b;
  box-shadow: inset 0 0 26px 0 rgba(255, 255, 255, 0.06);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}
.questions-item .item-btn.open .item-btn-vert {
  transform: translate(-50%, -50%) rotate(0deg);
  background: #768083;
}
.questions-item .item-btn.open .item-btn-horizont {
  transform: translate(-50%, -50%) rotate(0deg);
  background: #768083;
}
.questions-item .item-btn.open::after {
  display: none;
}
.questions-item .item-title {
  font-weight: 600;
  font-size: 1.0417vw;
  cursor: pointer;
  line-height: 1.6;
  max-width: 26.7188vw;
  min-height: 4.6vw;
  padding-bottom: 1.25vw;
}
.questions-item .item-content {
  margin-top: -0.5208vw;
  padding-bottom: 1.25vw;
  font-weight: 400;
  font-size: 0.9375vw;
  display: none;
  width: 24.2188vw;
}

@media (max-width: 600px) {
  .questions {
    padding: 10.667vw 0;
  }
  .questions-title {
    font-size: 5.333vw;
    margin-bottom: 5.333vw;
  }
  .questions-subtitle,
  .questions-btn {
    display: none;
  }
  .questions-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .questions-wrapper .container-item {
    width: 100%;
  }
  .questions-wrapper .container-item-last > .questions-item:last-child {
    margin-bottom: 0;
  }
  .questions-item {
    padding: 0;
    margin-bottom: 5.333vw;
    min-height: auto;
  }
  .questions-item:last-child {
    margin-bottom: 3.889vw;
  }
  .questions-item .item-title {
    max-width: 79.467vw;
    font-size: 4.444vw;
    padding-bottom: 6.4vw;
    min-height: 20vw;
  }
  .questions-item .item-btn-vert {
    width: 0.533vw;
    height: 3.5vw;
  }
  .questions-item .item-btn-horizont {
    width: 0.533vw;
    height: 3.5vw;
  }
  .questions-item .item-content {
    padding-top: 0;
    margin-top: -2.667vw;
    font-size: 3.733vw;
    line-height: 1.8;
    width: 100%;
  }
  .questions-item .item-btn {
    width: 9.6vw;
    height: 9.6vw;
    top: 2.133vw;
    right: 0;
  }
  .questions-item .item-btn img,
  .questions-item .item-btn svg {
    width: 3.8vw;
    height: 3.8vw;
  }
}
.filter-section {
  padding: 0 0 1.25vw 0;
}
.filter-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-nav-tabs {
  display: flex;
  gap: 0.5208vw;
}
.filter-nav-view {
  display: flex;
  align-items: center;
}
.filter-nav-view-item {
  display: none;
  pointer-events: none;
  cursor: pointer;
}
.filter-nav-view-item-icon {
  width: 0.8333vw;
  height: 0.8333vw;
  margin-right: 0.5208vw;
}
.filter-nav-view-item-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filter-nav-view-item-text {
  position: relative;
  display: block;
  font-size: 0.7292vw;
  line-height: 1.6;
  font-weight: 500;
  color: #fc8102;
}
.filter-nav-view-item-text::before {
  transition: 0.3s ease;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-bottom: 1px solid #fc8102;
}
.filter-nav-view-item.active {
  pointer-events: auto;
  display: flex;
  align-items: center;
}
.filter-nav-view-item:hover p:before {
  width: 40%;
}
.filter-tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4eeed;
  font-size: 0.6771vw;
  line-height: 1.6;
  font-weight: 400;
  padding: 0.4167vw 1.25vw;
  border-radius: 0.1042vw 0.1042vw 0 0;
  transition: 0.3s ease;
}
.filter-tab-btn.active {
  background: #fc8102;
  color: #fafeff;
}
.filter-tab-content {
  padding: 0.7292vw;
  background: #e4eeed;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .filter-tab-content {
    border-radius: 1.067vw;
  }
}
.filter-select {
  position: relative;
  flex-shrink: 0;
  flex-grow: 1;
  width: 12.3958vw;
}
.filter-select-wrapper {
  background: #fafeff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .filter-select-wrapper {
    border-radius: 1.067vw;
  }
}
.filter-select-options {
  border: none;
  top: calc(100% + 1.4583vw);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .filter-select-options {
    border-radius: 1.067vw;
  }
}
.filter-select-options.type-2 {
  left: 0;
  right: auto;
  display: grid;
  grid-template-columns: auto repeat(5, 2.6042vw);
  gap: 0.5208vw;
  width: fit-content;
}
.filter-select-options.type-2 .filter-select-option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6042vw;
  height: 2.6042vw;
  margin: 0;
}
.filter-select-options.type-2 .filter-select-option:first-child {
  padding: 0.625vw 1.25vw;
  width: fit-content;
}
.filter-select-options.type-2 .filter-select-option:last-child {
  width: auto;
  grid-column: 1/7;
}
.filter-select-options-range {
  border: none;
  top: calc(100% + 1.4583vw);
  left: 0;
  width: fit-content;
  right: auto;
  padding: 0.8333vw;
  display: grid;
  grid-template-columns: 9.0365vw 0.0521vw 9.0365vw;
  grid-row-gap: 0.8333vw;
  grid-column-gap: 0.5208vw;
}
.filter-select-options-range-inputs {
  grid-column: 1/4;
  grid-row: 1;
  display: flex;
  align-items: center;
  height: 3.125vw;
  font-size: 0.7292vw;
  line-height: 1.4;
  color: #00ff40;
  width: auto;
}
.filter-select-options-range-input {
  border: 0.026vw solid #354547;
  padding: 0 1.25vw;
  height: 100%;
  width: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 0 0.1042vw 0.1042vw 0;
}
.filter-select-options-range-input > button {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 1.1458vw;
  height: 1.1458vw;
  border-radius: 50%;
  cursor: pointer;
  background: #e4eeed;
}
.filter-select-options-range-input > button::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 0.8333vw;
  height: 0.8333vw;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.6383 5.06868C11.8668 4.83733 11.8668 4.46225 11.6383 4.2309C11.4098 3.99955 11.0394 3.99955 10.8109 4.2309L4.19264 10.9319C3.96415 11.1632 3.96415 11.5383 4.19264 11.7696C4.42113 12.001 4.79159 12.001 5.02008 11.7696L11.6383 5.06868Z' fill='%23282828' /%3e%3cpath d='M10.8116 11.7695C11.0401 12.0008 11.4105 12.0008 11.639 11.7695C11.8675 11.5381 11.8675 11.163 11.639 10.9317L5.02077 4.23074C4.79228 3.99939 4.42182 3.99939 4.19333 4.23074C3.96484 4.46208 3.96484 4.83717 4.19333 5.06852L10.8116 11.7695Z' fill='%23282828' /%3e%3c/svg%3e");
}
.filter-select-options-range-input > p {
  margin-right: 0.4167vw;
}
.filter-select-options-range-input:first-child {
  border-radius: 0.1042vw 0 0 0.1042vw;
  border-right: none;
}
.filter-select-options-range-input > input {
  width: 80%;
}
.filter-select-options-range-from {
  grid-column: 1;
}
.filter-select-options-range-separator {
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: #354547;
}
.filter-select-options-range-to {
  grid-column: 3;
}
.filter-select-option {
  display: flex;
  align-items: center;
  background: #e4eeed;
  padding: 0.625vw 0.8333vw;
  margin-bottom: 0.2083vw;
  transition: 0.3s ease;
  border: 0.0521vw solid transparent;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .filter-select-option {
    border-radius: 1.067vw;
  }
}
.filter-select-option .value {
  display: flex;
  align-items: center;
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 1.4;
}
.filter-select-option input[type="checkbox"] {
  display: none;
}
.filter-select-option:hover {
  background: #23575e;
}
.filter-select-option-checkbox {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 1.1458vw;
  height: 1.1458vw;
  margin-right: 0.625vw;
  background: #fafeff;
  transition: 0.3s ease;
  border: 0.026vw solid #354547;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .filter-select-option-checkbox {
    border-radius: 1.067vw;
  }
}
.filter-select-option:last-child {
  margin-bottom: 0;
}
.filter-select-option.selected {
  color: #fc8102;
  background: #23575e;
  border: 0.0521vw solid #fc8102;
}
.filter-select-option.selected .filter-select-option-checkbox {
  background: #fc8102;
  border: 0.0521vw solid #fc8102;
}
.filter-select-option.selected .filter-select-option-checkbox::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.625vw;
  height: 0.625vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3e%3cg clip-path='url(%23a)'%3e%3cg clip-path='url(%23b)'%3e%3cpath fill='%23fff' d='m9.201 1.953-4.487 4.59-1.923-1.97-1.795 1.84 3.718 3.8 6.282-6.426-1.795-1.834Z'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M0 0h11.917v11.917H0z'/%3e%3c/clipPath%3e%3cclipPath id='b'%3e%3cpath fill='%23fff' d='M.996 1h10v10.167h-10z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  transform: translate(-50%, -50%);
  content: "";
}
.filter-select-option:hover .filter-select-option-checkbox {
  border: 0.0521vw solid #fc8102;
}
.filter-select-selected {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 0.8333vw 3.2813vw 0.8333vw 1.6667vw;
  border: none;
  border-right: 0.0521vw solid #354547;
  width: 100%;
}
.filter-select-selected .visible {
  display: block;
  position: relative;
  width: calc(100% - 1.6667vw);
  height: 1.0938vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  line-height: 1.4;
  font-size: 0.7813vw;
  font-weight: 500;
}
.filter-select-selected p {
  margin-bottom: 0.2083vw;
  transition: 0.3s ease;
  font-size: 0.625vw;
  color: #00ff40;
}
.filter-select-search {
  position: relative;
  min-width: 20.8333vw;
}
.filter-select-search-selected {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0.8333vw 1.6667vw;
  border: none;
  border-right: 0.0521vw solid #354547;
}
.filter-select-search-selected::before {
  display: none;
}
.filter-select-search-input {
  font-size: 0.7813vw;
  font-weight: 400;
  line-height: 1.4;
  color: #0a0a0a;
  width: 13.5vw;
}
.filter-select-search-btn {
  width: 1.0417vw;
  height: 1.0417vw;
  margin-right: 1.0417vw;
  transition: 0.3s ease;
  filter: grayscale(1);
  opacity: 0.45;
}
.filter-select-search-clear {
  position: absolute;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 50%;
  right: 1.6667vw;
  transform: translateY(-50%);
  width: 1.1458vw;
  height: 1.1458vw;
  border-radius: 50%;
  background: #e4eeed;
}
.filter-select-search-clear::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 0.8333vw;
  height: 0.8333vw;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.6383 5.06868C11.8668 4.83733 11.8668 4.46225 11.6383 4.2309C11.4098 3.99955 11.0394 3.99955 10.8109 4.2309L4.19264 10.9319C3.96415 11.1632 3.96415 11.5383 4.19264 11.7696C4.42113 12.001 4.79159 12.001 5.02008 11.7696L11.6383 5.06868Z' fill='%23282828' /%3e%3cpath d='M10.8116 11.7695C11.0401 12.0008 11.4105 12.0008 11.639 11.7695C11.8675 11.5381 11.8675 11.163 11.639 10.9317L5.02077 4.23074C4.79228 3.99939 4.42182 3.99939 4.19333 4.23074C3.96484 4.46208 3.96484 4.83717 4.19333 5.06852L10.8116 11.7695Z' fill='%23282828' /%3e%3c/svg%3e");
}
.filter-select-search:hover-btn {
  filter: grayscale(0);
  opacity: 1;
}
.filter-else-wrapper {
  display: flex;
  position: relative;
}
.filter-else-btn {
  min-width: 10.2604vw;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  padding: 0 1.6667vw;
  color: #0a0a0a !important;
  background: #dadde1;
  font-size: 0.7813vw;
  font-weight: 500;
  line-height: 1.6;
}
.filter-else-btn-icon {
  width: 1.0417vw;
  height: 1.0417vw;
  margin-right: 0.7292vw;
}
.filter-else-btn-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filter-else-btn::before {
  display: none;
}
.filter-else-content {
  border: none;
  top: calc(100% + 1.4583vw);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .filter-else-content {
    border-radius: 1.067vw;
  }
}
.filter-else-content-title {
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.9375vw;
}
.filter-else-content-inputs {
  width: 100%;
  display: flex;
  align-items: center;
  height: 3.125vw;
  font-size: 0.7292vw;
  line-height: 1.4;
  color: #00ff40;
  width: auto;
  margin-bottom: 0.9375vw;
}
.filter-else-content-inputs:last-child {
  margin-bottom: 0;
}
.filter-else-content-input {
  border: 0.026vw solid #354547;
  padding: 0 1.25vw;
  height: 100%;
  width: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 0 0.1042vw 0.1042vw 0;
}
.filter-else-content-input:first-child {
  border-right: none;
  border-radius: 0.1042vw 0 0 0.1042vw;
}
.filter-else-content-input input {
  width: 80%;
}
.filter-else-content-input > button {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 1.1458vw;
  height: 1.1458vw;
  border-radius: 50%;
  cursor: pointer;
  background: #e4eeed;
}
.filter-else-content-input > button::before {
  background: #e4eeed;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 0.8333vw;
  height: 0.8333vw;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.6383 5.06868C11.8668 4.83733 11.8668 4.46225 11.6383 4.2309C11.4098 3.99955 11.0394 3.99955 10.8109 4.2309L4.19264 10.9319C3.96415 11.1632 3.96415 11.5383 4.19264 11.7696C4.42113 12.001 4.79159 12.001 5.02008 11.7696L11.6383 5.06868Z' fill='%23282828' /%3e%3cpath d='M10.8116 11.7695C11.0401 12.0008 11.4105 12.0008 11.639 11.7695C11.8675 11.5381 11.8675 11.163 11.639 10.9317L5.02077 4.23074C4.79228 3.99939 4.42182 3.99939 4.19333 4.23074C3.96484 4.46208 3.96484 4.83717 4.19333 5.06852L10.8116 11.7695Z' fill='%23282828' /%3e%3c/svg%3e");
}
.filter-show {
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 0.7813vw;
  padding: 0 1.6667vw;
  line-height: 1.6;
  font-weight: 600;
  background: #fc8102;
  color: #fafeff;
  transition: 0.3s ease;
}
.filter-show:hover {
  background: #69effd;
}
@media (max-width: 600px) {
  .filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    transform: translateX(-200vw);
    transition: 0.6s;
    background: #fafeff;
    z-index: 99;
    pointer-events: none;
  }
  .filter-section {
    padding: 0;
  }
  .filter.active {
    pointer-events: auto;
    transform: translateX(0);
  }
  .filter-mobi-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 17.067vw;
    padding: 0 5vw;
    border-bottom: 0.267vw solid #354547;
    margin-bottom: 5.333vw;
  }
  .filter-mobi-nav-item {
    width: 25vw;
  }
  .filter-mobi-nav-item:last-child {
    display: flex;
    justify-content: flex-end;
  }
  .filter-mobi-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.133vw;
    height: 10.133vw;
    padding: 1.867vw;
    background: #e4eeed;
    cursor: pointer;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .filter-mobi-close {
    border-radius: 1.067vw;
  }
}
@media (max-width: 600px) {
  .filter-mobi-close > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .filter-mobi-name {
    font-weight: 600;
    font-size: 4vw;
    line-height: 1.4;
  }
  .filter-mobi-clean {
    font-weight: 500;
    font-size: 3.467vw;
    line-height: 1.6;
  }
  .filter-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .filter-nav-tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 5vw 5vw;
    border-bottom: 0.267vw solid #354547;
  }
  .filter-nav-view {
    display: none;
  }
  .filter-nav-view-item {
    justify-content: center;
  }
  .filter-nav-view-item-icon {
    width: 5.333vw;
    height: 5.333vw;
    margin-right: 3.2vw;
    filter: grayscale(1);
  }
  .filter-nav-view-item-text {
    font-weight: 600;
    font-size: 3.467vw;
    line-height: 1.4;
    color: #0a0a0a;
  }
  .filter-nav-view-item-text::before {
    display: none;
  }
  .filter-tab-btn {
    font-size: 3.467vw;
    padding: 3.467vw 0;
    width: 43vw;
    border: 0.267vw solid transparent;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .filter-tab-btn {
    border-radius: 1.067vw;
  }
}
@media (max-width: 600px) {
  .filter-tab-btn.active {
    background: #23575e;
    color: #fc8102;
    border: 0.267vw solid #fc8102;
  }
  .filter-tab-content {
    padding: 0 5vw;
    background: unset;
    overflow-y: auto;
    max-height: 65vh;
    max-height: 65dvh;
    padding-bottom: 30vw;
  }
  .filter-tab-modal {
    display: none;
  }
  .filter-select {
    width: 100%;
    margin-bottom: 9.067vw;
  }
  .filter-select:last-child {
    margin-bottom: 0;
  }
  .filter-select.range .filter-select-option {
    margin-bottom: 1.067vw;
  }
  .filter-select.range .filter-select-option:last-child {
    margin-bottom: 0;
  }
  .filter-select-wrapper {
    display: flex;
    flex-direction: column;
  }
  .filter-select.active .filter-select-options {
    padding-top: 4.8vw;
  }
  .filter-select-options {
    position: relative;
    top: auto;
    padding-top: 4.8vw;
    max-height: unset;
    pointer-events: auto;
    box-shadow: none;
  }
  .filter-select-options.type-2 {
    left: auto;
    right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.667vw;
    width: 100%;
  }
  .filter-select-options.type-2 .filter-select-option {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13vw;
    height: 11.733vw;
    margin: 0;
  }
  .filter-select-options.type-2 .filter-select-option:first-child {
    padding: 0 5.6vw;
    width: fit-content;
  }
  .filter-select-options.type-2 .filter-select-option:last-child {
    width: auto;
    flex-grow: 1;
  }
  .filter-select-options-range {
    border: none;
    top: auto;
    left: auto;
    width: 100%;
    right: auto;
    padding: 0;
    display: grid;
    grid-template-columns: 42vw 0.267vw 42vw;
    grid-row-gap: 5vw;
    grid-column-gap: 2.5vw;
    max-height: unset;
    pointer-events: auto;
    overflow: auto;
    box-shadow: none;
    padding-top: 4.8vw;
  }
  .filter-select-options-range-inputs {
    height: 14.933vw;
    font-size: 3.467vw;
  }
  .filter-select-options-range-input {
    border: 0.134vw solid #354547;
    padding: 0 5.333vw;
    border-radius: 0 0.533vw 0.533vw 0;
  }
  .filter-select-options-range-input > button {
    width: 5.867vw;
    height: 5.867vw;
  }
  .filter-select-options-range-input > button::before {
    width: 4.267vw;
    height: 4.267vw;
  }
  .filter-select-options-range-input:first-child {
    border-radius: 0.533vw 0 0 0.533vw;
  }
  .filter-select-options-range-input > input {
    width: 80%;
  }
  .filter-select:hover .filter-select-selected p {
    color: #0a0a0a;
  }
  .filter-select-option {
    padding: 3.467vw 4.267vw;
    margin-bottom: 2.667vw;
    border: 0.267vw solid transparent;
  }
  .filter-select-option-title {
    margin: 4.8vw 0;
    font-size: 4.8vw;
  }
  .filter-select-option .value {
    font-size: 3.467vw;
  }
  .filter-select-option-checkbox {
    width: 5.333vw;
    height: 5.333vw;
    margin-right: 3.2vw;
    border: 0.134vw solid #354547;
  }
  .filter-select-option.selected {
    border: 0.267vw solid #fc8102;
  }
  .filter-select-option.selected .filter-select-option-checkbox {
    border: 0.267vw solid #fc8102;
  }
  .filter-select-option.selected .filter-select-option-checkbox::before {
    width: 3.2vw;
    height: 3.2vw;
  }
  .filter-select-option:hover .filter-select-option-checkbox {
    border: 0.267vw solid #fc8102;
  }
  .filter-select-selected {
    position: relative;
    padding: 0;
    border: none;
    pointer-events: none;
  }
  .filter-select-selected .visible {
    display: none;
  }
  .filter-select-selected p {
    margin-bottom: 0;
    font-size: 4.533vw;
    font-weight: 600;
    color: #0a0a0a;
  }
  .filter-select-selected:before {
    display: none;
  }
  .filter-select-search {
    margin-bottom: 9.067vw;
  }
  .filter-select-search .filter-select-options {
    padding-top: 9.067vw;
    max-height: unset;
  }
  .filter-select-search.active .filter-select-options {
    padding-top: 9.067vw;
    max-height: unset;
  }
  .filter-select-search-selected {
    padding: 5.067vw 6.4vw;
    border: 0.134vw solid #354547;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .filter-select-search-selected {
    border-radius: 1.067vw;
  }
}
@media (max-width: 600px) {
  .filter-select-search-selected::before {
    display: none;
  }
  .filter-select-search-input {
    font-size: 3.467vw;
    width: 59vw;
  }
  .filter-select-search-btn {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 3.733vw;
  }
  .filter-select-search-clear {
    right: 4.8vw;
    width: 5.867vw;
    height: 5.867vw;
  }
  .filter-select-search-clear::before {
    width: 4.267vw;
    height: 4.267vw;
  }
  .filter-else-btn {
    display: none;
  }
  .filter-else-content {
    border: none;
    top: auto;
    max-height: unset;
    overflow: auto;
    box-shadow: none;
    pointer-events: auto;
  }
  .filter-else-content-title {
    font-size: 4.533vw;
    margin-bottom: 5.333vw;
  }
  .filter-else-content-inputs {
    width: 100%;
    height: 14.933vw;
    font-size: 3.467vw;
    margin-bottom: 9.067vw;
  }
  .filter-else-content-input {
    border: 0.134vw solid #354547;
    padding: 5.067vw 5.333vw;
    border-radius: 0 0.1042vw 0.1042vw 0;
  }
  .filter-else-content-input:first-child {
    border-right: none;
    border-radius: 0.1042vw 0 0 0.1042vw;
  }
  .filter-else-content-input input {
    width: 80%;
  }
  .filter-else-content-input > button {
    display: block;
    position: relative;
    flex-shrink: 0;
    width: 5.867vw;
    height: 5.867vw;
  }
  .filter-else-content-input > button::before {
    width: 4.267vw;
    height: 4.267vw;
  }
  .filter-mobi-open {
    display: flex;
  }
  .filter-show {
    height: 14.933vw;
    cursor: pointer;
    font-size: 3.467vw;
    padding: 4.267vw 0;
    margin-right: 0;
    width: 90vw;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .filter-show {
    border-radius: 1.067vw;
  }
}
@media (max-width: 600px) {
  .filter-line {
    z-index: 99;
    width: 100vw;
    left: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0vw;
    height: 27.733vw;
    background: #fafeff;
    border-top: 0.267vw solid #354547;
  }
}
.card {
  padding: 0 0 3.6458vw;
}
.card .title-wrapper {
  display: block;
}
.card-title {
  font-size: 1.5625vw;
  margin-bottom: 1.7708vw;
}
.card-wrapper {
  display: flex;
  justify-content: space-between;
}
.card-right {
  flex: 0 0 19.7917vw;
}
.card-right-link {
  position: sticky;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 2vw;
}
.card-right-wrapper {
  padding: 2.0833vw;
  border: 0.026vw solid #354547;
  margin-bottom: 1.1979vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .card-right-wrapper {
    border-radius: 1.067vw;
  }
}
.card-right-btn {
  width: 100%;
  margin-bottom: 0.8333vw;
}
.card-right-share {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  font-weight: 500;
  font-size: 0.7292vw;
  line-height: 1.8;
  color: #fc8102;
  filter: grayscale(100%);
  transition: 0.3s ease;
}
.card-right-share > img {
  width: 0.8333vw;
  height: 0.8333vw;
  margin-right: 0.4167vw;
}
.card-right-share:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.card-right-description {
  font-size: 0.7813vw;
  margin-bottom: 1.6667vw;
}
.card-right-bullet {
  display: flex;
  align-items: center;
  margin-bottom: 0.8333vw;
}
.card-right-bullet-img {
  width: 1.6667vw;
  height: 1.6667vw;
  margin-right: 0.7292vw;
}
.card-right-bullet-img > img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card-right-bullet-text {
  font-size: 0.7813vw;
  font-weight: 600;
}
.card-right-bullet:last-child {
  margin-bottom: 0;
}
.card-img {
  display: block;
  position: sticky;
  top: 2vw;
  width: 25vw;
  height: 26.0417vw;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .card-img {
    border-radius: 1.067vw;
  }
}
.card-img .swiper-container {
  width: 100%;
  height: 100%;
}
.card-img .catalog-item-img {
  display: block;
  width: 100%;
  height: 100%;
}
.card-img .catalog-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-img-slide {
  width: 100%;
  height: 100%;
}
.card-img-prev,
.card-img-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6042vw;
  height: 2.6042vw;
  background: rgba(40, 40, 40, 0.5);
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .card-img-prev,
  .card-img-next {
    border-radius: 1.067vw;
  }
}
.card-img-prev:hover,
.card-img-next:hover {
  background: #fc8102;
}
.card-img-prev::after,
.card-img-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.0417vw;
  height: 1.0417vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-img-prev.swiper-button-disabled,
.card-img-next.swiper-button-disabled {
  opacity: 0;
}
.card-img-prev {
  left: 1.5625vw;
}
.card-img-prev::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.87696 9.17007C4.64466 9.4042 4.5143 9.72066 4.5143 10.0505C4.5143 10.3803 4.64466 10.6968 4.87696 10.9309L11.027 17.1309C11.1426 17.2474 11.28 17.3401 11.4314 17.4035C11.5829 17.4669 11.7453 17.4999 11.9095 17.5006C12.0736 17.5012 12.2363 17.4696 12.3882 17.4073C12.5402 17.3451 12.6783 17.2536 12.7949 17.138C12.9114 17.0224 13.0041 16.8849 13.0675 16.7335C13.1309 16.5821 13.1639 16.4197 13.1646 16.2555C13.1652 16.0913 13.1335 15.9286 13.0713 15.7767C13.0091 15.6248 12.9176 15.4866 12.802 15.3701L7.5253 10.0501L12.902 4.63007C13.0208 4.51423 13.1153 4.3759 13.1801 4.22314C13.2449 4.07039 13.2786 3.90626 13.2793 3.74034C13.28 3.57441 13.2476 3.41001 13.1841 3.25672C13.1206 3.10343 13.0272 2.96431 12.9094 2.84748C12.7916 2.73065 12.6517 2.63845 12.4979 2.57625C12.344 2.51406 12.1794 2.48311 12.0135 2.48521C11.8475 2.48731 11.6837 2.52242 11.5315 2.5885C11.3793 2.65457 11.2418 2.75029 11.127 2.87007L4.87696 9.17007Z' fill='white' /%3e%3c/svg%3e");
}
.card-img-next {
  right: 1.5625vw;
}
.card-img-next::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.0117 9.18807C15.2389 9.41711 15.3664 9.72669 15.3664 10.0493C15.3664 10.372 15.2389 10.6816 15.0117 10.9106L8.99536 16.9758C8.88226 17.0899 8.7478 17.1805 8.59968 17.2425C8.45155 17.3046 8.29265 17.3369 8.13205 17.3375C7.97146 17.3381 7.81231 17.3071 7.66369 17.2463C7.51507 17.1854 7.37989 17.0959 7.26588 16.9828C7.15186 16.8697 7.06124 16.7352 6.99919 16.5871C6.93714 16.439 6.90487 16.2801 6.90422 16.1195C6.90358 15.9589 6.93458 15.7997 6.99544 15.6511C7.0563 15.5025 7.14584 15.3673 7.25895 15.2533L12.4209 10.0489L7.16112 4.74677C7.04491 4.63345 6.95242 4.49812 6.88904 4.34869C6.82567 4.19925 6.79268 4.0387 6.792 3.87638C6.79132 3.71406 6.82297 3.55323 6.88509 3.40327C6.94721 3.25331 7.03856 3.11722 7.15383 3.00293C7.26909 2.88865 7.40595 2.79845 7.55643 2.7376C7.70692 2.67676 7.86801 2.64648 8.03031 2.64854C8.19262 2.65059 8.35289 2.68494 8.50178 2.74958C8.65067 2.81422 8.78521 2.90786 8.89753 3.02503L15.0117 9.18807Z' fill='white' /%3e%3c/svg%3e");
}
.card .swiper-container {
  overflow: hidden;
}
.card .swiper-wrapper {
  flex-direction: row;
}
.card-left {
  flex: 0 0 59.375vw;
}
.card-left-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
.card-left-top-description {
  width: 30vw;
  flex-shrink: 0;
}
.card-left-top-description-sub {
  font-size: 0.8854vw;
  line-height: 2.2;
  margin-bottom: 1.25vw;
}
.card-left-top-description-characteristic-main {
  margin-bottom: 1.0417vw;
  font-weight: 700;
  font-size: 1.0417vw;
}
.card-left-top-description-characteristic-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1.25;
  font-size: 0.8333vw;
  font-weight: 500;
  margin-bottom: 1.25vw;
}
.card-left-top-description-characteristic-item:last-child {
  margin-bottom: 0;
}
.card-left-top-description-characteristic-item-name {
  display: block;
  flex-shrink: 0;
  max-width: 12.5vw;
}
.card-left-top-description-characteristic-item-line {
  flex: 0 1 100%;
  height: 0.8vw;
  opacity: 0.5;
  border-bottom: 0.1042vw dashed #fafeff;
  margin: 0 1.0417vw;
}
.card-left-top-description-characteristic-item-value {
  text-align: right;
  flex-shrink: 0;
  display: block;
  max-width: 12.5vw;
}
.card-tab-links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 0.8333vw;
  line-height: 1.8;
  font-weight: 500;
  border: 0.026vw solid #354547;
  background: #1a313b;
  margin-bottom: 1.7708vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .card-tab-links {
    border-radius: 1.067vw;
  }
}
.card-tab-links-line {
  width: 0.0521vw;
  height: 2.2917vw;
  background-color: #354547;
}
.card-tab-link {
  flex-grow: 1;
}
.card-tab-link a {
  text-align: center;
  display: block;
  padding: 1.3021vw 1vw;
  transition: 0.3s ease;
}
.card-tab-link.active a {
  color: #fc8102;
}
.card-tab-link:hover a {
  color: #69effd;
}
.card-tab-characteristic {
  border: 0.026vw solid #354547;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .card-tab-characteristic {
    border-radius: 1.067vw;
  }
}
.card-tab-characteristic-item {
  padding: 1.0417vw 1.25vw;
  display: flex;
  align-items: center;
  font-size: 0.8333vw;
  font-weight: 500;
  border-bottom: 0.0521vw solid #354547;
}
.card-tab-characteristic-item:first-child {
  background: #1a313b;
}
.card-tab-characteristic-item:last-child {
  border-bottom: none;
}
.card-tab-characteristic-item-name {
  display: block;
  width: 26.8229vw;
  margin-right: 1.0417vw;
}
.card-tab-characteristic.mono .card-tab-characteristic-item {
  background: unset;
}
.card-tab-characteristic.mono .card-tab-characteristic-item-name {
  margin: 0;
  flex-grow: 1;
}
.card-tab-characteristic.mono .card-tab-characteristic-item-value {
  display: none;
}
.card-tab-description {
  font-size: 0.9375vw;
  line-height: 2.2;
}
.card-tab-description ul,
.card-tab-description ol {
  margin-left: 1.0417vw;
  list-style: disc;
}

@media (max-width: 600px) {
  .card {
    margin-top: -11vw;
    padding: 0;
  }
  .card-img {
    position: relative;
    top: auto;
    width: 100%;
    height: 92vw;
    margin-bottom: 5.333vw;
  }
  .card-img .catalog-item-img-guarantee {
    top: 3vw;
    right: 3vw;
    width: 18vw;
    height: 18vw;
  }
  .card-img .catalog-item-img::before {
    top: -4.533vw;
    width: 16vw;
    height: 52vw;
  }
  .card-img .catalog-item-img::after {
    bottom: -4.533vw;
    width: 16vw;
    height: 52vw;
  }
  .card-img-prev,
  .card-img-next {
    width: 12vw;
    height: 12vw;
  }
  .card-img-prev::after,
  .card-img-next::after {
    width: 5vw;
    height: 5vw;
  }
  .card-img-prev {
    left: 4vw;
  }
  .card-img-next {
    right: 4vw;
  }
  .card .swiper-container {
    overflow: hidden;
  }
  .card .swiper-wrapper {
    gap: 0;
    flex-direction: row;
  }
  .card-title {
    font-size: 5vw;
    margin-bottom: 6.4vw;
  }
  .card-wrapper {
    display: flex;
    flex-direction: column;
  }
  .card-right {
    height: 100%;
    width: 100%;
  }
  .card-right-link {
    position: relative;
    top: auto;
  }
  .card-right-btn {
    margin-bottom: 3.6vw;
  }
  .card-right-wrapper {
    width: 100%;
    padding: 8vw 5vw;
    border: 0.134vw solid #354547;
    margin-bottom: 4vw;
  }
  .card-right-share {
    font-size: 4.6vw;
  }
  .card-right-share > img {
    width: 5vw;
    height: 5vw;
    margin-right: 3vw;
  }
  .card-right-description {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .card-right .btn-max {
    margin-bottom: 4vw;
  }
  .card-right-bullet {
    margin-bottom: 3vw;
  }
  .card-right-bullet-img {
    width: 8vw;
    height: 8vw;
    margin-right: 3vw;
  }
  .card-right-bullet-text {
    font-size: 3.8vw;
  }
  .card-left-top {
    flex-direction: column;
    margin-bottom: 0;
  }
  .card-left-top-description {
    width: 100%;
    margin-bottom: 11vw;
  }
  .card-left-top-description-sub {
    font-size: 4.2vw;
    margin-bottom: 5vw;
  }
  .card-left-top-description-characteristic-main {
    margin-bottom: 4vw;
    font-size: 5vw;
  }
  .card-left-top-description-characteristic-item {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  .card-left-top-description-characteristic-item-name {
    max-width: 80vw;
  }
  .card-left-top-description-characteristic-item-line {
    height: 2vw;
    border-bottom: 0.6vw dashed #fafeff;
    margin: 0 3vw;
  }
  .card-left-top-description-characteristic-item-value {
    max-width: 40vw;
  }
  .card-tab-links {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 4.2vw;
    border: 0.134vw solid #354547;
    padding: 0vw 5vw;
    margin-bottom: 5.333vw;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .card-tab-links {
    border-radius: 1.067vw;
  }
}
@media (max-width: 600px) {
  .card-tab-links-line {
    width: 100%;
    height: 0.278vw;
  }
  .card-tab-link a {
    padding: 4vw 5vw;
  }
  .card-tab-characteristic {
    border: 0.134vw solid #354547;
    margin-bottom: 5.333vw;
  }
  .card-tab-characteristic-item {
    justify-content: space-between;
    padding: 3vw 4vw;
    font-size: 3.6vw;
    border-bottom: 0.278vw solid #354547;
  }
  .card-tab-characteristic-item-name {
    width: 50vw;
    margin-right: 5vw;
  }
  .card-tab-characteristic-item-value {
    text-align: right;
  }
  .card-tab-description {
    font-size: 3.6vw;
  }
  .card-tab-description li {
    margin-left: 5vw;
  }
  .card-tab-description p:has(strong) {
    margin-top: 3vw;
  }
  .card-tab-description table tr {
    display: flex;
    flex-direction: row;
  }
  .card-tab-description table td {
    border: 0.26vw solid #354547;
    padding: 0vw;
    overflow: hidden;
  }
  .card-tab-description table td b:first-child {
    font-size: 2.8vw;
  }
  .card-tab-description table tbody {
    overflow-x: scroll;
  }
  .productMain__list {
    margin-bottom: 10vw;
  }
  .productMain__list-item {
    font-size: 4vw;
    margin-bottom: 3vw;
    border-bottom: 0.55vw dashed rgba(40, 40, 40, 0.2196078431);
  }
  .productMain__list-item > div:first-child {
    max-width: 40vw;
  }
  .productMain__list-item > div:last-child {
    max-width: 40vw;
  }
}
.category .flash::before,
.category .flash::after {
  display: none !important;
}
.category-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.category-title {
  margin-bottom: 1.0417vw;
}
.category-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7292vw 2.7083vw;
  margin-bottom: 2.0833vw;
}
.category-bullet {
  font-size: 1.1458vw;
  display: flex;
  align-items: center;
  min-width: 32%;
}
.category-bullet::before {
  display: block;
  content: "";
  width: 0.4167vw;
  height: 0.4167vw;
  border-radius: 50%;
  border: 0.1042vw solid #fc8102;
  margin-right: 0.7292vw;
}
.category-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5625vw;
  position: relative;
  z-index: 1;
}
.category-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
  width: 19.5313vw;
  height: 16.6667vw;
  padding: 1.7708vw 2.0833vw;
  overflow: hidden;
  border: 0.026vw solid #354547;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .category-item {
    border-radius: 1.067vw;
  }
}
.category-item.big {
  width: 39.0625vw;
}
.category-item-img {
  transition: 0.75s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
}
.category-item::before {
  pointer-events: none;
  display: block;
  z-index: 1;
  transition: 0.75s ease;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(
    180deg,
    rgba(26, 49, 59, 0.2) 0%,
    rgba(26, 49, 59, 0.2) 12%,
    rgba(26, 49, 59, 0) 33%,
    rgba(26, 49, 59, 0.85) 75%,
    rgba(26, 49, 59, 0.9) 100%
  );
}
.category-item::after {
  pointer-events: none;
  display: block;
  z-index: 1;
  transition: 0.75s ease;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 207, 232, 0.2) 0%,
    rgba(0, 207, 232, 0.2) 12%,
    rgba(0, 207, 232, 0.3) 33%,
    rgba(0, 207, 232, 0.85) 59%,
    rgb(0, 207, 232) 100%
  );
}
.category-item-text {
  z-index: 2;
  color: #fafeff;
  font-size: 1.0417vw;
  line-height: 1.55;
  font-weight: 400;
}
.category-item-text > span {
  font-weight: 600;
}
.category-item:hover::after,
.category-item:focus::after {
  opacity: 0.5;
}
.category-item:hover img,
.category-item:focus img {
  transform: translate(-50%, -50%) scale(1.11);
}

@media (max-width: 600px) {
  .category-title {
    margin-bottom: 5.333vw;
  }
  .category-bullets {
    flex-direction: column;
    gap: 0;
    margin-bottom: 9.067vw;
  }
  .category-bullet {
    font-size: 3.733vw;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 1.6vw;
  }
  .category-bullet::before {
    width: 1.6vw;
    height: 1.6vw;
    border: 0.534vw solid #fc8102;
    margin-right: 2.667vw;
  }
  .category-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6.4vw;
  }
  .category-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: 53.333vw;
    padding: 5.867vw;
    border: 0.134vw solid #354547;
  }
  .category-item.big {
    width: 100%;
  }
  .category-item-text {
    font-size: 3.733vw;
  }
}
.slides {
  position: relative;
}
.slides-link {
  position: absolute;
  top: 2vw;
  right: 16.55vw;
  font-size: 0.8333vw;
  line-height: 1.4;
}
.slides-link.btn-norm {
  padding: 0 2.7604vw;
}
.slides-container {
  margin: 0 -0.7813vw;
}
.slides-slide {
  display: flex;
  margin: 0 0.7813vw;
  height: unset;
  width: fit-content;
}

@media (max-width: 600px) {
  .slides-link {
    position: relative;
    top: auto;
    right: auto;
    font-size: 3.467vw;
    line-height: 1.6;
    margin-right: 0;
    width: 90vw;
    padding: 4.8vw;
    color: #fc8102;
    background: #23575e;
    transition: 0.3s ease;
    box-shadow: none;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .slides-link {
    border-radius: 1.067vw;
  }
}
@media (max-width: 600px) {
  .slides-link::after {
    position: relative;
    right: auto;
    width: 5.333vw;
    height: 5.333vw;
  }
  .slides-link::before {
    display: none;
  }
  .slides-link svg {
    transition: 0.3s ease;
    filter: brightness(180%);
  }
  .slides-link:hover {
    color: #23575e;
  }
  .slides-link:hover svg {
    filter: brightness(80%);
  }
  .slides-container {
    margin: 0;
    margin-bottom: 5.333vw;
  }
  .slides-slide {
    display: flex;
    flex-grow: 1;
    margin: 0;
    height: unset;
    width: 100%;
  }
}
.stations {
  padding: 7.2917vw 0;
}
.stations-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.stations-title {
  margin-bottom: 0.7292vw;
}
.stations .swiper {
  margin-bottom: 2.0833vw;
}

@media (max-width: 600px) {
  .stations {
    padding: 21.333vw 0;
  }
  .stations-title {
    margin-bottom: 5.333vw;
  }
  .stations .swiper {
    margin-bottom: 10.667vw;
  }
}
.app {
  position: relative;
  padding: 7.2917vw 0;
}
.app.flash::after {
  width: 6.25vw;
  height: 20.8333vw;
  background-image: url(../img/icone/Top_R_2.svg);
}
.app .container {
  position: relative;
}
.app-bg {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.app-img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 35vw;
  height: 41.6667vw;
  z-index: 2;
}
.app-title {
  max-width: 31.7708vw;
  margin-bottom: 0.7292vw;
}
.app-title-wrapper {
  margin-bottom: 1.1458vw;
}
.app-subtitle {
  max-width: 41.1458vw;
  font-size: 1.25vw;
}
.app-list {
  list-style: disc;
  margin-left: 1.52vw;
  font-size: 1.0417vw;
  margin-bottom: 2.0833vw;
  max-width: 41.1458vw;
}
.app-btns {
  display: flex;
  align-items: center;
  gap: 1.0417vw;
}
.app-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #0a0a0a;
  color: #fafeff;
  padding: 0.9375vw 1.5625vw;
  transition: 0.3s ease;
  width: 11.5104vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .app-btn {
    border-radius: 1.6vw;
  }
}
.app-btn-icon {
  margin-right: 0.8333vw;
  width: 1.7708vw;
  height: 1.7708vw;
  flex-shrink: 0;
}
.app-btn-text-sub {
  font-weight: 500;
  font-size: 0.5208vw;
  line-height: 1.4;
}
.app-btn-text-main {
  font-weight: 600;
  font-size: 0.9375vw;
  line-height: 1.2;
}
.app-btn:hover {
  background: #fc8102;
}
.app-map {
  padding-bottom: 0;
}
.app-map-container {
  width: 100%;
  background: #1a313b;
  height: 33.8542vw;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .app-map-container {
    border-radius: 1.067vw;
  }
}
.app-map-container > * {
  display: block;
  width: 100%;
  height: 100%;
}
.app-map iframe + div {
  border: 0.026vw solid #354547 !important;
}

.gm-style > div > button > img {
  filter: invert(100%);
}

.gmnoprint > .gmnoprint > div {
  background: #354547 !important;
}
.gmnoprint > .gmnoprint > div > button > img {
  filter: invert(100%);
}
.gmnoprint > .gmnoprint > div > div {
  background-color: #354547 !important;
}

.gm-control-active,
.gm-control-active:focus,
.gm-control-active:hover {
  transition: 0.3s ease;
  background-color: #122229 !important;
  border-color: #354547 !important;
}

.gm-control-active div {
  color: #fafeff !important;
}

.gm-fullscreen-control {
  background-color: #122229 !important;
  border-color: #354547 !important;
}
.gm-fullscreen-control div {
  color: #fafeff !important;
}

.gm-style-iw.gm-style-iw-c {
  background-color: #122229 !important;
  padding: 1.25vw !important;
}

.gm-style {
  color: #fafeff !important;
}
.gm-style .gm-style-iw-tc::after {
  background-color: #122229 !important;
}

.gm-style .transit-container div {
  background-color: #122229 !important;
}

.poi-info-window div,
.poi-info-window a {
  background-color: #122229 !important;
  color: #fafeff !important;
}

.poi-info-window a {
  color: #fc8102 !important;
}

.gm-style-iw-chr > button {
  transition: 0.3s ease;
  position: absolute !important;
  right: 1vw;
  top: 1vw;
  width: 1.25vw !important;
  height: 1.25vw !important;
  filter: invert(100%);
}
.gm-style-iw-chr > button > span {
  margin: 0 !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.gm-style-iw-d {
  overflow: auto !important;
}
.gm-style-iw-d::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}
.gm-style-iw-d .station-info {
  border-bottom: 0.0521vw solid #354547;
  padding-bottom: 0.7292vw;
  margin-bottom: 0.7292vw;
}
.gm-style-iw-d .station-name {
  padding-right: 2vw;
  width: 21.6146vw;
  padding-bottom: 0.3125vw;
}
.gm-style-iw-d .station-name > h2 {
  font-size: 1.0417vw;
}
.gm-style-iw-d .station-address {
  font-size: 0.8333vw;
  line-height: 1.4;
  color: #aeaeae;
  font-weight: 400;
  max-width: 20vw;
}
.gm-style-iw-d .station-main {
  display: flex;
  align-items: center;
  border-bottom: 0.0521vw solid #354547;
  padding-bottom: 0.7292vw;
  margin-bottom: 0.7292vw;
}
.gm-style-iw-d .station-main > img {
  width: 6.25vw;
  height: 6.25vw;
  margin-right: 0.3125vw;
}
.gm-style-iw-d .station-main > div {
  width: 13.0208vw !important;
}
.gm-style-iw-d .station-main > div > div {
  display: flex;
  align-items: center;
  margin-bottom: 0.625vw;
}
.gm-style-iw-d .station-main > div > div > img {
  width: 1vw;
  height: 1vw;
  margin-right: 0.625vw;
}
.gm-style-iw-d .station-main > div > div > span {
  font-size: 0.7292vw;
}
.gm-style-iw-d .station-main > div > span {
  text-wrap: balance;
  font-size: 0.8333vw;
}

.connectors {
  display: flex;
  justify-content: space-between;
  gap: 0.625vw;
  padding-bottom: 0.7292vw;
}
.connectors > .connector {
  border: 0.0521vw solid #354547;
  flex-grow: 1;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .connectors > .connector {
    border-radius: 1.067vw;
  }
}
.connectors > .connector > .connector-type {
  padding: 0.5208vw;
  font-size: 0.8333vw;
  font-weight: 600;
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 0;
  justify-content: flex-end;
}
.connectors > .connector > .connector-type br {
  display: none;
}
.connectors > .connector > .connector-type > span {
  margin-right: 0.3125vw;
}
.connectors > .connector > .connector-power {
  padding: 0.5208vw;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 0.7292vw;
}
.connectors > .connector > .connector-power > .connector-power-wrapper {
  display: flex;
  align-items: center;
  margin-left: 0.7292vw;
}
.connectors > .connector > .connector-power > .connector-power-wrapper > img {
  width: 0.625vw;
  height: 0.625vw;
  margin-right: 0.4167vw;
}
.connectors > .connector > .connector-status {
  display: flex;
  justify-content: center;
  padding: 0.5208vw;
  font-size: 0.8333vw;
  border-top: 0.0521vw solid #354547;
}

@media (max-width: 600px) {
  .app {
    position: relative;
    padding: 21.333vw 0;
  }
  .app-img {
    position: relative;
    top: auto;
    right: auto;
    transform: unset;
    margin: 0 auto;
    width: 64vw;
    height: 76vw;
    margin-bottom: 9.067vw;
  }
  .app-title {
    max-width: 100%;
    margin-bottom: 5.333vw;
  }
  .app-title-wrapper {
    margin-bottom: 5.333vw;
  }
  .app-subtitle {
    max-width: 100%;
    font-size: 3.467vw;
  }
  .app-list {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    font-size: 3.467vw;
    margin: 0 auto;
    margin-bottom: 9.067vw;
    max-width: 90%;
  }
  .app-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.667vw;
  }
  .app-btn {
    width: auto;
    padding: 3.733vw 6vw;
  }
  .app-btn-icon {
    width: 7.2vw;
    height: 7.2vw;
    margin-right: 3.2vw;
    flex-shrink: 0;
  }
  .app-btn-text-sub {
    font-size: 2.133vw;
  }
  .app-btn-text-main {
    font-size: 3.733vw;
  }
  .app-map-container {
    height: 70vh;
  }
  .gm-style-iw.gm-style-iw-c {
    padding: 5vw !important;
    max-width: unset !important;
  }
  .gm-style-iw-chr > button {
    right: 5vw;
    top: 5vw;
    width: 5vw !important;
    height: 5vw !important;
  }
  .gm-style-iw-d .station-info {
    border-bottom: 0.1vw solid #354547;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    max-width: 73vw;
  }
  .gm-style-iw-d .station-name {
    padding-bottom: 2vw;
    width: auto;
  }
  .gm-style-iw-d .station-name > h2 {
    font-size: 6vw;
  }
  .gm-style-iw-d .station-address {
    font-size: 4vw;
    max-width: 80vw;
  }
  .gm-style-iw-d .station-main {
    border-bottom: 0.1vw solid #354547;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  .gm-style-iw-d .station-main > img {
    width: 30vw;
    height: 30vw;
    margin-right: 3vw;
  }
  .gm-style-iw-d .station-main > div {
    width: 40vw !important;
  }
  .gm-style-iw-d .station-main > div > div {
    margin-bottom: 2vw;
  }
  .gm-style-iw-d .station-main > div > div > img {
    width: 5vw;
    height: 5vw;
    margin-right: 2vw;
  }
  .gm-style-iw-d .station-main > div > div > span {
    font-size: 4vw;
  }
  .gm-style-iw-d .station-main > div > span {
    font-size: 3.6vw;
  }
  .connectors {
    gap: 4vw;
    padding-bottom: 3vw;
  }
  .connectors > .connector {
    border: 0.1vw solid #354547;
  }
  .connectors > .connector > .connector-type {
    padding: 3vw;
    font-size: 4vw;
    padding-bottom: 0;
  }
  .connectors > .connector > .connector-type > span {
    margin-right: 2vw;
  }
  .connectors > .connector > .connector-power {
    padding: 3vw;
    font-size: 3.6vw;
    display: flex;
    flex-direction: column-reverse;
  }
  .connectors > .connector > .connector-power > .connector-power-wrapper {
    margin-left: 0;
    line-height: 1.8;
  }
  .connectors > .connector > .connector-power > .connector-power-wrapper > img {
    width: 3vw;
    height: 3vw;
    margin-right: 2vw;
  }
  .connectors > .connector > .connector-status {
    padding: 3vw;
    font-size: 4vw;
    border-top: 0.1vw solid #354547;
  }
  .gm-fullscreen-control {
    top: 0 !important;
    left: 0;
    right: auto;
  }
}
.open-modal-legend {
  background: #122229;
  margin: 10px;
  padding: 10px;
  padding-bottom: 8px;
  cursor: pointer;
}
.open-modal-legend > img {
  width: 18px;
  height: 18px;
  filter: grayscale(100%);
}
.open-modal-legend:hover > img {
  filter: grayscale(100%) brightness(130%);
}

.modal-legend {
  background: #122229;
  width: 45vw;
  pointer-events: none;
  transition: 0.5s ease;
  transform: translateX(-200vw);
  position: absolute;
  top: 4vw;
  left: 0;
  z-index: 9;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .modal-legend {
    border-radius: 1.067vw;
  }
}
.modal-legend.active {
  transform: translateX(-74vw);
  pointer-events: auto;
}
.modal-legend-title {
  font-size: 0.8333vw;
  padding: 0.2vw 1vw;
  background: #354547;
  margin-bottom: 0.7292vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .modal-legend-title {
    border-radius: 1.067vw;
  }
}
.modal-legend-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.25vw;
  gap: 1vw;
  max-width: 40vw;
  max-height: 13vw;
}
.modal-legend-items.row {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.modal-legend-items:last-child {
  margin-bottom: 0;
}
.modal-legend-item {
  display: flex;
  align-items: center;
  width: 12vw;
}
.modal-legend-item:last-child {
  margin-bottom: 0;
}
.modal-legend-item-icon {
  width: 1.6146vw;
  margin-right: 0.7292vw;
  flex-shrink: 0;
}
.modal-legend-item-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-legend-item-text {
  font-size: 0.7292vw;
}

@media (max-width: 600px) {
  .modal-legend {
    width: auto;
    transform: translateX(-200vw);
    top: 10px;
    left: 0;
  }
  .modal-legend > .modal-thank-container {
    width: 85vw;
  }
  .modal-legend.active {
    transform: translateX(-72vw);
  }
  .modal-legend-title {
    font-size: 4.2vw;
    margin-bottom: 3vw;
    padding: 2px 4vw;
  }
  .modal-legend-items {
    margin-bottom: 3vw;
    gap: 3vw;
    max-width: 100%;
    padding-bottom: 1vw;
    max-height: 50vw;
    overflow: auto;
    flex-direction: row;
  }
  .modal-legend-item {
    width: auto;
  }
  .modal-legend-item-icon {
    width: 8vw;
    margin-right: 3vw;
  }
  .modal-legend-item-text {
    font-size: 3.8vw;
  }
}
.gray-text {
  color: #999;
  font-weight: 500;
}

.red-text {
  color: #f8445c;
  font-weight: 500;
}

.green-text {
  color: #54b27a;
  font-weight: 500;
}

.tariff {
  padding: 7.2917vw 0 3.6458vw;
}
.tariff-wrapper {
  background: #1a313b;
  padding: 2.6042vw 3.125vw;
  border: 0.026vw solid #354547;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .tariff-wrapper {
    border-radius: 1.067vw;
  }
}
.tariff-title {
  font-weight: 700;
  font-size: 1.7708vw;
  line-height: 1.4;
  margin-bottom: 1.5625vw;
}
.tariff-items {
  display: flex;
  justify-content: space-between;
}
.tariff-item {
  padding: 2.0833vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #122229;
  border: 0.026vw solid #354547;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .tariff-item {
    border-radius: 1.067vw;
  }
}
.tariff-item-icon {
  width: 5.2083vw;
  height: 3.9063vw;
  margin-bottom: 0.5208vw;
}
.tariff-item-icon.mini {
  width: 2.6042vw;
  height: 2.6042vw;
  margin-bottom: 1.25vw;
}
.tariff-item-main {
  margin-bottom: 0.2083vw;
  font-weight: 700;
  font-size: 1.0417vw;
}
.tariff-item-sub {
  font-weight: 500;
  font-size: 1.0417vw;
  color: #fc8102;
}

@media (max-width: 600px) {
  .tariff {
    padding: 21.333vw 0;
  }
  .tariff-wrapper {
    padding: 6.4vw 5.333vw;
    border: 0.134vw solid #354547;
  }
  .tariff-title {
    font-size: 5.333vw;
    text-align: center;
    margin-bottom: 6.4vw;
  }
  .tariff-items {
    flex-direction: column;
  }
  .tariff-item {
    padding: 6.933vw 3vw 6.933vw 6.4vw;
    border: 0.134vw solid #354547;
    margin-bottom: 6.4vw;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .tariff-item {
    border-radius: 1.067vw;
  }
}
@media (max-width: 600px) {
  .tariff-item:last-child {
    margin-bottom: 0;
  }
  .tariff-item-icon {
    width: 18.667vw;
    height: 14vw;
    margin-bottom: 0.027vw;
  }
  .tariff-item-icon.mini {
    width: 9.067vw;
    height: 9.067vw;
    margin-bottom: 6.4vw;
  }
  .tariff-item-main {
    font-size: 3.733vw;
    margin-bottom: 1.067vw;
  }
  .tariff-item-sub {
    font-size: 3.733vw;
  }
}
.catalog {
  padding-top: 0;
}
.catalog-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625vw;
}
.catalog-item {
  display: flex;
  flex-direction: column;
  width: 15vw;
  box-shadow: 0 4px 15px 0 rgba(35, 35, 35, 0.5);
  background: #122229;
  border: 0.026vw solid #354547;
  overflow: hidden;
  transition: 0.3s ease;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .catalog-item {
    border-radius: 1.067vw;
  }
}
.catalog-item-img {
  position: relative;
  width: 100%;
  height: 15.625vw;
  background: #fafeff;
}
.catalog-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-item-img::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 2.8125vw;
  height: 9.4271vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/stations/flash_l.svg);
}
.catalog-item-img::after {
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
  width: 2.8125vw;
  height: 9.4271vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/stations/flash-r.svg);
}
.catalog-item-img-guarantee {
  position: absolute;
  top: 0.5208vw;
  right: 0.5208vw;
  width: 3.3333vw;
  height: 3.3333vw;
}
.catalog-item-bot {
  padding: 1.3542vw 1.5625vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.catalog-item-bot-text {
  margin-bottom: 1.0417vw;
}
.catalog-item-bot-name {
  font-weight: 600;
  font-size: 0.9375vw;
  line-height: 1.4;
  margin-bottom: 0.625vw;
}
.catalog-item-bot-name > span {
  color: #fc8102;
}
.catalog-item-bot-sub {
  font-style: italic;
  font-weight: 400;
  font-size: 0.7813vw;
  line-height: 1.5;
}
.catalog-item:hover {
  border: 0.026vw solid #fc8102;
  box-shadow: 0 4px 15px 0 rgb(35, 35, 35);
}
.catalog-item:hover .catalog-btn {
  background: #69effd;
}

@media (max-width: 600px) {
  .catalog-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5625vw;
  }
  .catalog-item {
    flex-direction: row;
    width: 90vw;
    height: 100%;
    box-shadow: 0 4px 15px 0 rgba(35, 35, 35, 0.5);
    border: 0.134vw solid #354547;
  }
  .catalog-item-img {
    width: 42.667vw;
    height: unset;
    flex-shrink: 0;
  }
  .catalog-item-img::before {
    top: -4.533vw;
    width: 8vw;
    height: 26.667vw;
  }
  .catalog-item-img::after {
    width: 8vw;
    height: 26.667vw;
  }
  .catalog-item-img-guarantee {
    top: 1.467vw;
    right: 1.467vw;
    width: 9.333vw;
    height: 9.333vw;
  }
  .catalog-item-bot {
    width: 1%;
    padding: 4.267vw;
    flex-grow: 1;
  }
  .catalog-item-bot-text {
    margin-bottom: 3.2vw;
  }
  .catalog-item-bot-name {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
  .catalog-item-bot-sub {
    font-size: 2.667vw;
  }
  .catalog-item:hover {
    border: 0.267vw solid #fc8102;
  }
  .catalog-btn {
    height: 11.733vw;
    padding: 0;
  }
  .catalog-btn > span {
    font-size: 2.667vw;
  }
}
.main.section {
  position: relative;
  min-height: 54.1667vw;
  padding-top: 13.4896vw;
  color: #0a0a0a;
}
.main.main-2 {
  color: #fafeff;
  padding-top: 9.4271vw;
}
.main.main-2 .main-wrapper {
  max-width: 49vw;
}
.main.main-2 .main-bullet {
  margin-bottom: 2.0833vw;
}
.main.main-2 .main-title {
  display: block;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  text-wrap: balance;
  background: none;
  font-weight: 700;
  font-size: 2.2917vw;
  line-height: 1.4;
  padding: 0;
  backdrop-filter: none;
  box-shadow: none;
}
.main.main-mini {
  padding-top: 9.4271vw;
  color: #fafeff;
  padding-bottom: 0;
  min-height: auto;
}
.main.main-mini .main-wrapper {
  max-width: unset;
}
.main.main-mini .main-subtitle {
  margin-top: 0.4688vw;
}
.main.main-mini .main-title {
  display: block;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  background: none;
  font-weight: 700;
  font-size: 2.2917vw;
  line-height: 1.4;
  padding: 0;
  backdrop-filter: none;
  box-shadow: none;
  margin-bottom: 0;
}
.main.main-mini .main-title-wrapper {
  padding-bottom: 4.5833vw;
}
.main.main-mini .main-bullet {
  margin-top: 1.25vw;
  margin-bottom: 0;
}
.main-wrapper {
  max-width: 38.0208vw;
}
.main-wrapper-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-wrapper-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-sub {
  display: block;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  text-wrap: balance;
  margin-bottom: 1.25vw;
  font-weight: 700;
  font-size: 2.2917vw;
  line-height: 1.4;
}
.main-title {
  color: #fafeff;
  padding: 0.7292vw 1.25vw;
  font-size: 0.7813vw;
  line-height: 1.4;
  font-weight: 400;
  width: fit-content;
  box-shadow: inset 0 -10px 26px 0 rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgb(52, 79, 89);
  margin-bottom: 1.25vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .main-title {
    border-radius: 1.067vw;
  }
}
.main-bullet {
  display: flex;
  align-items: center;
  margin-bottom: 3.125vw;
}
.main-bullet-img {
  width: 1.4583vw;
  height: 1.4583vw;
  margin-right: 1.3021vw;
  flex-shrink: 0;
}
.main-bullet-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-bullet-text {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.main-btn {
  margin-right: 2.1875vw;
}
.main-btn-wrapper {
  display: flex;
  align-items: center;
}
.main-btn-video {
  display: block;
  position: relative;
  padding: 1.25vw 2.0833vw;
  max-width: 14.0625vw;
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  box-shadow: inset 0 -10px 26px 0 rgba(255, 255, 255, 0.03);
  background: rgba(0, 34, 38, 0.5);
  font-style: italic;
  font-weight: 700;
  font-size: 0.7292vw;
  line-height: 1.4;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .main-btn-video {
    border-radius: 1.067vw;
  }
}
.main-btn-video > span {
  font-weight: 400;
}
.main-btn-play {
  position: absolute;
  top: 50%;
  left: -1.0417vw;
  transform: translateY(-50%);
  width: 2.0833vw;
  height: 2.0833vw;
}
.main-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0417vw;
  margin-bottom: 2.0833vw;
  width: 60vw;
}
.main-items.small {
  width: 50vw;
}
.main-item {
  display: flex;
  align-items: center;
  background: #fafeff;
  color: #0a0a0a;
  font-size: 0.7292vw;
  line-height: 1.6;
  padding: 1.0417vw 1.5vw 1.0417vw 1.25vw;
  width: 19.2708vw;
  box-shadow: 0 4px 60px 0 rgba(40, 40, 40, 0.05);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .main-item {
    border-radius: 1.067vw;
  }
}
.main-item-icon {
  flex-shrink: 0;
  width: 3.3333vw;
  height: 3.8542vw;
  margin-right: 1.0417vw;
}

@media (max-width: 600px) {
  .main.section {
    padding-top: 21.867vw;
    min-height: 181.333vw;
  }
  .main-wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main.main-2 {
    padding-top: 0;
  }
  .main.main-2 .main-bullet {
    margin-bottom: 5.333vw;
  }
  .main.main-2 .main-title {
    font-size: 5.333vw;
  }
  .main.main-2 .main-wrapper {
    max-width: 100%;
  }
  .main.main-mini {
    padding-top: 0;
    padding-bottom: 11vw;
    min-height: auto;
  }
  .main.main-mini .main-bullet {
    margin-top: 4.2vw;
  }
  .main.main-mini .main-title {
    padding: 0;
    font-size: 5.333vw;
  }
  .main.main-mini .main-title-wrapper {
    padding-bottom: 0;
  }
  .main-sub {
    margin-bottom: 1.25vw;
    margin-bottom: 2.667vw;
    font-size: 5.333vw;
    text-align: center;
  }
  .main-title {
    padding: 3.2vw 4.8vw;
    font-size: 2.933vw;
    margin-bottom: 5.333vw;
    background: rgba(0, 34, 38, 0.35);
  }
  .main-bullet {
    display: flex;
    align-items: center;
    margin-bottom: 5.333vw;
    text-align: center;
  }
  .main-bullet-img {
    display: none;
  }
  .main-btn {
    margin-right: 0;
  }
  .main-btn-wrapper {
    display: flex;
    align-items: center;
  }
  .main-btn-video {
    display: none;
  }
  .main-items {
    display: flex;
    flex-wrap: wrap;
    gap: 4.6vw;
    margin-bottom: 5.333vw;
    width: 100%;
  }
  .main-items.small {
    width: 100%;
  }
  .main-item {
    font-size: 3.467vw;
    padding: 4vw 5vw;
    width: 100%;
  }
  .main-item-icon {
    width: 11.467vw;
    height: 13.333vw;
    margin-right: 3vw;
  }
}
.price {
  padding: 7.2917vw 0 3.6458vw;
  padding: 3.2917vw 0 3.6458vw;
  margin-top: 4vw;
}
.price-title {
  margin-bottom: 0.7292vw;
}
.price-wrapper {
  position: relative;
  border: 0.026vw solid #354547;
  padding: 3.125vw 3.125vw 3.125vw 4.1667vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .price-wrapper {
    border-radius: 1.067vw;
  }
}
.price-wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .price-wrapper-bg {
    border-radius: 1.067vw;
  }
}
.price-main {
  max-width: 23.6979vw;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.5625vw;
  margin-bottom: 1.25vw;
}
.price-main > span {
  font-weight: 700;
}
.price-bullet {
  max-width: 18.4896vw;
  display: flex;
  align-items: center;
  margin-bottom: 2.8125vw;
}
.price-bullet-icon {
  width: 6.25vw;
  height: 6.25vw;
  margin-right: 1.6667vw;
  flex-shrink: 0;
}
.price-bullet-text {
  font-weight: 400;
  font-size: 0.7813vw;
  line-height: 1.8;
}
.price-bullet-text > span {
  font-weight: 700;
}
.price-form .form-checkbox > div {
  background: #fafeff;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .price-form .form-checkbox > div {
    border-radius: 1.067vw;
  }
}
.price-form .form-checkbox > div.checked {
  background: #fc8102;
}
.price-form-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.9375vw;
  gap: 1.25vw;
}
.price-form-item {
  flex-grow: 1;
  flex-basis: 1px;
}
.price-form-item > p {
  margin-bottom: 0.5208vw;
  margin-left: 1.875vw;
  font-size: 0.7292vw;
  line-height: 1.4;
}
.price-form-item input {
  width: 100%;
}
.price-form-item > .input-tel-icone {
  margin-bottom: 0;
}
.price-form-btn {
  flex: 0 0 14.7917vw;
}

@media (max-width: 600px) {
  .price {
    padding: 21.333vw 0 10.667vw;
    padding: 6.333vw 0 10.667vw;
    margin-top: 15vw;
  }
  .price-title {
    margin-bottom: 5.333vw;
  }
  .price-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border: 0.134vw solid #354547;
    padding: 6.4vw 6.4vw 42.667vw 6.4vw;
  }
  .price-main {
    max-width: 90%;
    font-size: 4.267vw;
    margin: 0 auto;
    margin-bottom: 6.4vw;
    text-align: center;
  }
  .price-bullet {
    max-width: 61vw;
    order: 1;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .price-bullet-icon {
    width: 19.733vw;
    height: 19.733vw;
    margin-right: 3.733vw;
  }
  .price-bullet-text {
    font-size: 2.667vw;
  }
  .price-form {
    margin-bottom: 3.733vw;
  }
  .price-form .form-checkbox {
    justify-content: flex-start;
  }
  .price-form .form-checkbox p {
    line-height: 1.6;
    width: 57vw;
  }
  .price-form .form-checkbox p a {
    line-height: 1.6;
  }
  .price-form-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4.267vw;
    gap: 0;
  }
  .price-form-item {
    width: 100%;
    margin-bottom: 2.133vw;
    flex: 1 1 auto;
    line-height: 1.6;
  }
  .price-form-item > p {
    margin-bottom: 2.133vw;
    margin-left: 6.4vw;
    font-size: 3.2vw;
  }
  .price-form-btn {
    width: 100%;
    flex: 0 0 auto;
    height: 18.667vw;
  }
}
.production-wrapper {
  position: relative;
  padding: 7.9167vw 4.1667vw;
  height: 36.4583vw;
  border: 0.026vw solid #354547;
  overflow: hidden;
  z-index: 2;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .production-wrapper {
    border-radius: 1.067vw;
  }
}
.production-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.production-video {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 6.25vw;
  height: 6.25vw;
  box-shadow:
    inset 0 -30px 90px 0 rgba(255, 255, 255, 0.3),
    0 30px 150px 0 rgba(82, 223, 240, 0.15);
}
.production-video::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  animation: 4s linear rotate3 infinite;
}
.production-main {
  position: relative;
  font-weight: 700;
  font-size: 1.5625vw;
  line-height: 1.5;
  color: #fafeff;
  z-index: 3;
  width: 20.8333vw;
  margin-bottom: 1.25vw;
}
.production-sub {
  position: relative;
  z-index: 3;
  width: 26vw;
  font-weight: 300;
  font-size: 0.9375vw;
  line-height: 1.8;
  margin-bottom: 2.0833vw;
}

@media (max-width: 600px) {
  .production {
    padding: 10.667vw 0;
  }
  .production-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    height: auto;
    z-index: 2;
    border: none;
  }
  .production-bg {
    position: relative;
    top: auto;
    left: auto;
    border: 0.134vw solid #354547;
    overflow: hidden;
    margin-bottom: 5.333vw;
    height: 53.333vw;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .production-bg {
    border-radius: 1.067vw;
  }
}
@media (max-width: 600px) {
  .production-video {
    width: 16.533vw;
    height: 16.533vw;
  }
  .production-video::before {
    width: 17.5vw;
    height: 17.5vw;
  }
  .production-main {
    font-size: 4.267vw;
    width: 77vw;
    text-align: center;
    margin-bottom: 2.667vw;
  }
  .production-sub {
    width: 100%;
    text-align: center;
    font-size: 3.733vw;
    margin-bottom: 6.933vw;
  }
}
.stages {
  padding: 3.6458vw 0 7.2917vw;
}
.stages-items {
  position: relative;
  display: flex;
  gap: 1.5625vw;
  z-index: 1;
}
.stages-item {
  width: 100%;
  position: relative;
  padding: 1.7708vw 1.7708vw 3.9583vw;
  border: 0.02605vw solid #354547;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .stages-item {
    border-radius: 1.067vw;
  }
}
.stages-item > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.stages-item-icon {
  width: 4.0625vw;
  height: 4.0625vw;
  margin-bottom: 1.3542vw;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .stages-item-icon {
    border-radius: 1.067vw;
  }
}
.stages-item-main {
  font-weight: 700;
  font-size: 1.0417vw;
  line-height: 1.4;
  margin-bottom: 0.625vw;
}
.stages-item-sub {
  font-size: 0.7813vw;
}

@media (max-width: 600px) {
  .stages {
    padding: 10.667vw 0 21.333vw;
  }
  .stages-title {
    margin-bottom: 5.333vw;
  }
  .stages-subtitle {
    width: 80vw;
    margin: 0 auto;
  }
  .stages-items {
    gap: 5.333vw;
    overflow: auto;
  }
  .stages-items::-webkit-scrollbar {
    height: 0;
    display: none;
  }
  .stages-item {
    width: 69.333vw;
    flex-shrink: 0;
    padding: 5.333vw;
    padding-bottom: 15vw;
    border: 0.134vw solid #354547;
  }
  .stages-item-icon {
    width: 13.867vw;
    height: 13.867vw;
    margin-bottom: 5.333vw;
  }
  .stages-item-main {
    font-size: 4vw;
    margin-bottom: 2.4vw;
  }
  .stages-item-sub {
    font-size: 2.933vw;
  }
}
.catalog-main-content {
  display: flex;
  justify-content: space-between;
}
.catalog-main-content-filter {
  width: 15vw;
}
.catalog-main-content-filter-item {
  position: relative;
  background-color: #1a313b;
  border: 0.026vw solid #354547;
  margin-bottom: 1.0417vw;
  padding: 1.25vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .catalog-main-content-filter-item {
    border-radius: 1.067vw;
  }
}
.catalog-main-content-filter-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.catalog-main-content-filter-item-top > p {
  font-size: 0.7292vw;
  font-weight: 600;
  line-height: 1.4;
}
.catalog-main-content-filter-item-top > img {
  width: 1.0417vw;
  height: 1.0417vw;
  filter: grayscale(1) brightness(150%);
}
.catalog-main-content-filter-item-top > img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog-main-content-filter-item-top.active > img {
  webkittransform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog-main-content-filter-item-top.active
  + .catalog-main-content-filter-item-bottom {
  height: fit-content;
  max-height: 13vw;
  -webkit-max-height: 8.3vw;
}
.catalog-main-content-filter-item-bottom {
  margin-top: 0.8333vw;
  display: none;
  align-content: flex-start;
  overflow: auto;
  scroll-behavior: smooth;
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  -webkit-max-height: 0;
  position: relative;
  pointer-events: auto;
  opacity: 1;
  z-index: 90;
}
.catalog-main-content-filter-item-bottom-active {
  display: flex;
  flex-direction: column;
}
.catalog-main-content-filter-item-bottom::-webkit-scrollbar {
  width: 0.2083vw;
}
.catalog-main-content-filter-item-bottom::-webkit-scrollbar-track {
  background: #fafeff;
}
.catalog-main-content-filter-item-bottom::-webkit-scrollbar-thumb {
  background: #fc8102;
}
.catalog-main-content-filter-item-bottom-item {
  font-size: 0.7292vw;
  line-height: 1.4;
  margin-bottom: 0.625vw;
}
.catalog-main-content-filter-item-bottom-item:last-child {
  margin-bottom: 0;
}
.catalog-main-content-filter-item-bottom-item::before {
  content: "—";
  margin-right: 0.5208vw;
}
.catalog-main-content-products {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625vw;
  margin-bottom: 1.7708vw;
}
.catalog-main-content-products-wrapper {
  flex: 0 0 64.6875vw;
}

@media (max-width: 600px) {
  .catalog-main {
    padding-bottom: 10vw;
  }
  .catalog-main-content {
    flex-direction: column-reverse;
    gap: 9.067vw;
  }
  .catalog-main-content-filter {
    width: 100%;
  }
  .catalog-main-content-filter-item {
    border: 0.278vw solid #354547;
    margin-bottom: 5.556vw;
    padding: 4vw 5vw;
  }
  .catalog-main-content-filter-item-top > p {
    font-size: 4.167vw;
  }
  .catalog-main-content-filter-item-top > img {
    width: 5.556vw;
    height: 5.556vw;
  }
  .catalog-main-content-filter-item-top.active
    + .catalog-main-content-filter-item-bottom {
    max-height: 55vw;
    -webkit-max-height: 52.778vw;
  }
  .catalog-main-content-filter-item-bottom {
    margin-top: 6.667vw;
  }
  .catalog-main-content-filter-item-bottom::-webkit-scrollbar {
    width: 1.111vw;
  }
  .catalog-main-content-filter-item-bottom-check-item {
    width: 100%;
    padding-right: 3vw;
    margin-bottom: 4.167vw;
  }
  .catalog-main-content-filter-item-bottom-item {
    font-size: 3.733vw;
    margin-bottom: 2.667vw;
  }
  .catalog-main-content-products {
    justify-content: space-between;
    margin-bottom: 9.067vw;
    gap: 5.333vw;
  }
  .catalog-main-content-products-wrapper {
    flex: 0 0 100%;
  }
}
.documents {
  font-weight: 300;
  font-size: 1.0417vw;
  line-height: 1.8;
}
.documents h1 {
  font-size: 2.3958vw;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1vw;
}
.documents h2 {
  font-size: 2.0833vw;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1vw;
}
.documents h3 {
  font-size: 1.875vw;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1vw;
}
.documents h4 {
  font-size: 1.4583vw;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1vw;
}
.documents h5 {
  font-size: 1.3542vw;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1vw;
}
.documents h6 {
  font-size: 1.0417vw;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1vw;
}
.documents p {
  margin-bottom: 1vw;
}
.documents p:last-child {
  margin-bottom: 0;
}
.documents b {
  font-weight: 600;
}
.documents a {
  color: var(--main);
  text-decoration: underline;
}
.documents span {
  margin-bottom: 1vw;
}
.documents ul {
  list-style: disc;
  list-style-type: disc;
  margin-bottom: 1vw;
}
.documents ul > li {
  margin-bottom: 0.5208vw;
  display: list-item;
  list-style-position: inside;
}
.documents ul > li:last-child {
  margin-bottom: 0;
}
.documents ol {
  margin-bottom: 1vw;
}
.documents ol > li {
  margin-bottom: 0.5208vw;
  display: list-item;
  list-style-position: inside;
}
.documents ol > li:last-child {
  margin-bottom: 0;
}
.documents > figure:first-child {
  width: 100%;
}
.documents figure {
  border: 0.0521vw solid #354547;
  margin: 2.0833vw 0;
  overflow: hidden;
  width: fit-content;
  height: fit-content;
}
.documents figure:first-child {
  margin-top: 0;
}
.documents figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -0.5vw;
}
.documents-column {
  display: flex;
  gap: 1.0417vw;
}

@media (max-width: 600px) {
  .documents {
    font-size: 3.733vw;
  }
  .documents h1,
  .documents h2,
  .documents h3,
  .documents h4,
  .documents h5,
  .documents h6 {
    margin-bottom: 3vw;
    font-size: 5.33vw;
  }
  .documents p {
    font-size: 3.733vw;
    margin-bottom: 4vw;
  }
  .documents > ul {
    margin-bottom: 3vw;
  }
  .documents > ul > li {
    font-size: 3.733vw;
    margin-bottom: 3vw;
  }
  .documents > ul > li:last-child {
    margin-bottom: 0;
  }
  .documents > ol {
    margin-bottom: 3vw;
  }
  .documents > ol > li {
    font-size: 3.733vw;
    margin-bottom: 3vw;
  }
  .documents > ol > li:last-child {
    margin-bottom: 0;
  }
  .documents-column {
    display: flex;
    flex-direction: column;
    gap: 5vw;
  }
}
.side-fixed-links__container > a:hover svg,
.side-fixed-links__container > a:hover svg path,
.side-fixed-links__container > button:hover svg,
.side-fixed-links__container > button:hover svg path {
  fill: #fc8102;
}

.side-fixed-links__close img path,
.side-fixed-links__close svg path {
  fill: #fafeff;
}

.side-fixed-links__container > a:hover svg,
.side-fixed-links__container > a:hover svg path,
.side-fixed-links__container > button:hover svg,
.side-fixed-links__container > button:hover svg path {
  fill: #fafeff;
}

.side-fixed-links__container > a:hover span,
.side-fixed-links__container > button:hover span {
  color: #fafeff;
}

.side-fixed-links__close.closed {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.side-fixed-links__close img,
.side-fixed-links__close svg {
  width: 1vw;
  height: 1vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fafeff;
}

.side-fixed-links {
  position: fixed;
  top: 50%;
  right: 0vw;
  width: 4.1667vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links.visible {
  right: 0;
}
.side-fixed-links__close {
  width: 1.71875vw;
  height: 1.71875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: centerabsolute;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -2.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fc8102;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__close.closed {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.side-fixed-links__close img,
.side-fixed-links__close svg {
  width: 1vw;
  height: 1vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fafeff;
}

.side-fixed-links__container,
.side-fixed-links__container > a,
.side-fixed-links__container > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-end;
}

.side-fixed-links__container > a,
.side-fixed-links__container > button,
.side-fixed-links__container > button {
  width: 100%;
  width: 4.1667vw;
  height: 4.1667vw;
  transition: 0.3s ease;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fc8102;
  border-bottom: 0.0521vw solid rgba(255, 255, 255, 0.4745098039);
  cursor: pointer;
  -webkit-transition: 0.3s;
}
.side-fixed-links__container > a:last-child,
.side-fixed-links__container > button:last-child,
.side-fixed-links__container > button:last-child {
  border-bottom: none;
}

.side-fixed-links__container > a:last-child,
.side-fixed-links__container > button:last-child {
  margin-bottom: 0;
}

.side-fixed-links__container > a img,
.side-fixed-links__container > a svg,
.side-fixed-links__container > button img,
.side-fixed-links__container > button svg {
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fafeff;
  margin-bottom: 0.2604166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-fixed-links__container > a img path,
.side-fixed-links__container > a svg path,
.side-fixed-links__container > button img path,
.side-fixed-links__container > button svg path,
.slide-icon img path,
.slide-icon svg path {
  fill: #fafeff;
}

.side-fixed-links__container > a span,
.side-fixed-links__container > button span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-weight: 500;
  font-size: 0.5729vw;
  line-height: 1.5;
  color: #fafeff;
}

.side-fixed-links__container > a:hover,
.side-fixed-links__container > button:hover,
.side-fixed-links__container > button:hover {
  background-color: #69effd;
}

.side-fixed-links__container > button:hover.whats-app svg,
.side-fixed-links__container > button:hover.whats-app svg path,
.side-fixed-links__container > a:hover.whats-app svg,
.side-fixed-links__container > a:hover.whats-app svg path,
.side-fixed-links__container > button:hover.whats-app svg,
.side-fixed-links__container > button:hover.whats-app svg path {
  fill: #fafeff;
}

.side-fixed-links__container > button:hover.viber svg,
.side-fixed-links__container > button:hover.viber svg path,
.side-fixed-links__container > a:hover.viber svg,
.side-fixed-links__container > a:hover.viber svg path,
.side-fixed-links__container > button:hover.viber svg,
.side-fixed-links__container > button:hover.viber svg path {
  fill: #fafeff;
}

.side-fixed-links__container > a.viber {
  background: linear-gradient(rgb(120, 104, 197) 0%, rgb(111, 98, 176) 100%);
}

.side-fixed-links__container > a.viber:hover {
  background: linear-gradient(rgb(120, 104, 197) 0%, rgb(111, 98, 176) 100%);
  filter: grayscale(0.25);
}

.side-fixed-links__container > a.whats-app {
  background: #01d363;
}

.side-fixed-links__container > a.whats-app:hover {
  background: #01d363;
  filter: grayscale(0.25);
}

.side-fixed-links__container > a.telegram {
  background: #05a0eb;
}

.side-fixed-links__container > a.telegram:hover {
  background: #05a0eb;
  filter: grayscale(0.25);
}

.side-item {
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  max-width: 4.1667vw;
}
.side-item:first-child {
  border-radius: 0.3125vw 0 0 0;
}
.side-item:last-child {
  border-radius: 0 0 0 0.3125vw;
}
.side-item-icon {
  flex-shrink: 0;
  width: 1.3542vw;
  height: 1.3542vw;
}
.side-item-text {
  transition: 0.3s ease;
  display: block;
  max-width: 0;
  color: #23575e;
  font-weight: 600;
  line-height: 1.8;
  font-size: 0.7813vw;
  overflow: hidden;
  text-wrap: nowrap;
}
.side-item:hover {
  width: 13.5417vw;
  padding: 0 1.3021vw;
  max-width: 15vw;
  border-radius: 0.3125vw 0 0 0.3125vw;
}
.side-item:hover .side-item-text {
  width: auto;
  overflow: visible;
  margin-left: 1.0417vw;
  max-width: 15vw;
}

@media (max-width: 600px) {
  .side-fixed-links {
    display: none;
  }
}
@media (max-width: 600px) {
  .widget-contacts {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    background: 0 0;
    height: auto;
    z-index: 102;
    width: 100%;
  }
  .widget-contact {
    background: #fc8102;
    display: flex;
    justify-content: center;
    padding: 3.889vw 0;
    height: 15vw;
    color: #fafeff;
    flex-basis: 33.333333%;
  }
  .widget-contact.tg {
    background: #05a0eb;
  }
  .widget-contact.tg > img {
    filter: grayscale(1) brightness(200%);
  }
  .widget-contact.tg > span {
    color: #fafeff;
  }
  .widget-contact.viber {
    background: #665cac;
    margin-right: 0;
  }
  .widget-contact.viber > img {
    filter: grayscale(1) brightness(300%);
  }
  .widget-contact.viber > span {
    color: #fafeff;
  }
  .widget-contact.whatsapp {
    background: #4ec55b;
    margin-right: 0;
  }
  .widget-contact.whatsapp > img {
    filter: grayscale(1) brightness(300%);
  }
  .widget-contact.whatsapp > span {
    color: #fafeff;
  }
  .widget-contact > img {
    width: 4vw;
    height: 4vw;
    margin-right: 2.778vw;
    flex-shrink: 0;
  }
  .widget-contact > span {
    font-size: 2.667vw;
    text-align: left;
    line-height: 1.5;
    font-weight: 600;
  }
}
.side-fixed-links__container > a:hover svg,
.side-fixed-links__container > a:hover svg path,
.side-fixed-links__container > button:hover svg,
.side-fixed-links__container > button:hover svg path {
  fill: #fc8102;
}

.side-fixed-links__close img path,
.side-fixed-links__close svg path {
  fill: #fafeff;
}

.side-fixed-links__container > a:hover svg,
.side-fixed-links__container > a:hover svg path,
.side-fixed-links__container > button:hover svg,
.side-fixed-links__container > button:hover svg path {
  fill: #fafeff;
}

.side-fixed-links__container > a:hover span,
.side-fixed-links__container > button:hover span {
  color: #fafeff;
}

.side-fixed-links__close.closed {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.side-fixed-links__close img,
.side-fixed-links__close svg {
  width: 1vw;
  height: 1vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fafeff;
}

.side-fixed-links {
  position: fixed;
  top: 50%;
  right: 0vw;
  width: 4.1667vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links.visible {
  right: 0;
}
.side-fixed-links__close {
  width: 1.71875vw;
  height: 1.71875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: centerabsolute;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -2.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fc8102;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__close.closed {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.side-fixed-links__close img,
.side-fixed-links__close svg {
  width: 1vw;
  height: 1vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fafeff;
}

.side-fixed-links__container,
.side-fixed-links__container > a,
.side-fixed-links__container > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-end;
}

.side-fixed-links__container > a,
.side-fixed-links__container > button,
.side-fixed-links__container > button {
  width: 100%;
  width: 4.1667vw;
  height: 4.1667vw;
  transition: 0.3s ease;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fc8102;
  border-bottom: 0.0521vw solid rgba(255, 255, 255, 0.4745098039);
  cursor: pointer;
  -webkit-transition: 0.3s;
}
.side-fixed-links__container > a:last-child,
.side-fixed-links__container > button:last-child,
.side-fixed-links__container > button:last-child {
  border-bottom: none;
}

.side-fixed-links__container > a:last-child,
.side-fixed-links__container > button:last-child {
  margin-bottom: 0;
}

.side-fixed-links__container > a img,
.side-fixed-links__container > a svg,
.side-fixed-links__container > button img,
.side-fixed-links__container > button svg {
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fafeff;
  margin-bottom: 0.2604166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-fixed-links__container > a img path,
.side-fixed-links__container > a svg path,
.side-fixed-links__container > button img path,
.side-fixed-links__container > button svg path,
.slide-icon img path,
.slide-icon svg path {
  fill: #fafeff;
}

.side-fixed-links__container > a span,
.side-fixed-links__container > button span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-weight: 500;
  font-size: 0.5729vw;
  line-height: 1.5;
  color: #fafeff;
}

.side-fixed-links__container > a:hover,
.side-fixed-links__container > button:hover,
.side-fixed-links__container > button:hover {
  background-color: #69effd;
}

.side-fixed-links__container > button:hover.whats-app svg,
.side-fixed-links__container > button:hover.whats-app svg path,
.side-fixed-links__container > a:hover.whats-app svg,
.side-fixed-links__container > a:hover.whats-app svg path,
.side-fixed-links__container > button:hover.whats-app svg,
.side-fixed-links__container > button:hover.whats-app svg path {
  fill: #fafeff;
}

.side-fixed-links__container > button:hover.viber svg,
.side-fixed-links__container > button:hover.viber svg path,
.side-fixed-links__container > a:hover.viber svg,
.side-fixed-links__container > a:hover.viber svg path,
.side-fixed-links__container > button:hover.viber svg,
.side-fixed-links__container > button:hover.viber svg path {
  fill: #fafeff;
}

.side-fixed-links__container > a.viber {
  background: linear-gradient(rgb(120, 104, 197) 0%, rgb(111, 98, 176) 100%);
}

.side-fixed-links__container > a.viber:hover {
  background: linear-gradient(rgb(120, 104, 197) 0%, rgb(111, 98, 176) 100%);
  filter: grayscale(0.25);
}

.side-fixed-links__container > a.whats-app {
  background: #01d363;
}

.side-fixed-links__container > a.whats-app:hover {
  background: #01d363;
  filter: grayscale(0.25);
}

.side-fixed-links__container > a.telegram {
  background: #05a0eb;
}

.side-fixed-links__container > a.telegram:hover {
  background: #05a0eb;
  filter: grayscale(0.25);
}

.side-item {
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  max-width: 4.1667vw;
}
.side-item:first-child {
  border-radius: 0.3125vw 0 0 0;
}
.side-item:last-child {
  border-radius: 0 0 0 0.3125vw;
}
.side-item-icon {
  flex-shrink: 0;
  width: 1.3542vw;
  height: 1.3542vw;
}
.side-item-text {
  transition: 0.3s ease;
  display: block;
  max-width: 0;
  color: #23575e;
  font-weight: 600;
  line-height: 1.8;
  font-size: 0.7813vw;
  overflow: hidden;
  text-wrap: nowrap;
}
.side-item:hover {
  width: 13.5417vw;
  padding: 0 1.3021vw;
  max-width: 15vw;
  border-radius: 0.3125vw 0 0 0.3125vw;
}
.side-item:hover .side-item-text {
  width: auto;
  overflow: visible;
  margin-left: 1.0417vw;
  max-width: 15vw;
}

@media (max-width: 600px) {
  .side-fixed-links {
    display: none;
  }
}
