.component-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.component-bg .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component-bg .color-holder {
  background: var(
    --componentBgVideoPreview,
    transparent
  );
}
.component-bg .image-holder,
.component-bg .preview-holder {
  background-repeat: no-repeat;
  background-size: cover;
}
.component-bg .image-holder {
  image-rendering: var(
    --imageRendering,
    auto
  );
}
.component-bg .preview-holder {
  transition: opacity 0.3s ease,
    visibility 0.3s ease;
}
.component-bg .video-holder {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.component-bg .video-holder iframe,
.component-bg .video-holder video {
  flex-shrink: 0;
}
.component-bg
  .parallax-holder
  + .image-holder {
  animation: none !important;
}
.component-bg
  .parallax-holder.ready
  + .image-holder {
  opacity: 0;
  visibility: hidden;
}
.component-bg .overlay {
  background: var(
    --componentBgColor,
    transparent
  );
  opacity: var(--componentBgOpacity, 1);
}
.component-bg.image-loaded
  .preview-holder {
  opacity: 0;
  visibility: hidden;
}
.component-bg.video-loaded
  .color-holder,
.component-bg.video-loaded
  .image-holder {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.component-bg.video-loaded
  .video-holder {
  opacity: 1;
}
.component-bg[data-type="video"][data-effect] {
  clip-path: inset(0);
}
.component-bg[data-type="video"][data-effect]
  .image-holder,
.component-bg[data-type="video"][data-effect]
  .video-holder {
  position: fixed;
  height: max(100vh, var(--100vh));
}
.component-bg[data-type="video"][data-effect="parallax"]
  .image-holder,
.component-bg[data-type="video"][data-effect="parallax"]
  .video-holder {
  transform: translateZ(0);
  will-change: transform;
}
.component-bg[data-type="image"][data-effect="fixed"]
  .image-holder {
  transform: none !important;
  transition: none !important;
  animation: none !important;
  will-change: unset !important;
  contain: none !important;
}
.component-bg[data-type="image"][data-effect="fixed"]
  .image-holder,
.component-bg[data-type="image"][data-effect="fixed"]
  .preview-holder {
  background-attachment: fixed;
}
body:is(
    .is-ios,
    .is-osx.is-touch,
    .is-safari,
    .adaptive-mobile
  )
  .component-bg[data-effect="fixed"] {
  clip-path: inset(0);
}
body:is(
    .is-ios,
    .is-osx.is-touch,
    .is-safari,
    .adaptive-mobile
  )
  .component-bg[data-effect="fixed"]
  .image-holder,
body:is(
    .is-ios,
    .is-osx.is-touch,
    .is-safari,
    .adaptive-mobile
  )
  .component-bg[data-effect="fixed"]
  .preview-holder {
  position: fixed;
  background-attachment: scroll;
  left: var(--fixedOffset);
  width: var(--100vw);
  height: var(--100lvh);
  will-change: transform;
  transform: translateZ(0);
}
.b_block
  .component-bg
  .overlay[data-alpha="1"] {
  opacity: 1 !important;
}
body.adaptive-mobile
  .component-bg[data-mobile-video-enabled="false"]
  .video-holder {
  display: none !important;
}
body.adaptive-mobile
  .component-bg[data-mobile-video-enabled="false"]
  .image-holder {
  opacity: 1;
  visibility: visible;
  display: block;
}
body.adaptive-mobile
  .component-bg[data-effect-mobile="off"]
  .layer {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-attachment: scroll !important;
  transform: none !important;
  will-change: auto !important;
}
body.adaptive-mobile
  .component-bg[data-effect-mobile="off"]
  .image-holder {
  opacity: 1 !important;
  visibility: visible !important;
}
body.adaptive-mobile
  .component-bg[data-effect-mobile="off"]
  .parallax-holder {
  display: none !important;
}
body.adaptive-mobile
  .component-bg[data-effect-mobile="off"]
  .overlay {
  --componentBgOpacity: revert !important;
}
.form-field-select {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.form-field-select .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0.6666em;
  height: 0.4em;
  margin-top: -0.2em;
  transition: all 0.3s ease;
  color: currentColor;
}
.form-field-select .arrow svg {
  display: block;
}
.form-field-select .atom-custom-select {
  display: none;
  -moz-appearance: none;
  appearance: none;
}
.form-field-select .select-outer {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
  width: 100%;
  min-height: var(
    --formInputSize,
    46px
  );
}
.form-field-select .dropdown-container {
  position: relative;
  width: 100%;
}
.form-field-select .dropdown-select {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1.466;
  font-weight: 400;
  padding: 0 40px 0 15px;
  border-radius: 4px;
  background: var(--lightColor);
  color: var(--darkText);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}
.is-pointer
  .form-field-select
  .dropdown-select:hover
  .arrow {
  opacity: 1;
}
.form-field-select
  .dropdown-select__content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-container-in-body {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--lightText);
  visibility: hidden;
  z-index: 2499;
  letter-spacing: normal;
  line-height: normal;
}
.select-container-in-body.rise {
  z-index: 100000;
}
.select-container-in-body .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.select-container-in-body
  .dropdown-select-ul {
  position: absolute;
  width: 100%;
  background-color: #fff;
  color: var(--darkText);
  border-radius: 4px;
  top: 0;
  padding: 0;
  max-height: 234px;
  overflow-y: auto;
  opacity: 0;
  list-style: none;
  transition-delay: 0.1s;
  transition: opacity 0.18s
      cubic-bezier(0.21, 0.67, 0.58, 1),
    transform 0.3s
      cubic-bezier(0.21, 0.67, 0.58, 1);
  box-shadow: 0 3px 10px
    rgba(0, 0, 0, 0.08);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select-container-in-body
  .dropdown-select-ul.sharp {
  border-radius: 0;
}
.select-container-in-body
  .dropdown-select-ul
  .option-e {
  cursor: pointer;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 12px 8px 12px 15px;
  border: 0;
  line-height: 1.466;
  font-size: 0.9375em;
  font-weight: 400;
  position: relative;
}
.select-container-in-body
  .dropdown-select-ul
  .option-e:before {
  content: "";
  height: 1px;
  width: calc(100% - 30px);
  display: block;
  margin: 0 15px;
  position: absolute;
  background: #f4f4f4;
  bottom: 0;
  left: 0;
}
.select-container-in-body
  .dropdown-select-ul
  .option-e:last-of-type:before {
  content: none;
}
.select-container-in-body
  .dropdown-select-ul
  .option-e.selected {
  color: rgba(6, 6, 7, 0.49);
}
.is-pointer
  .select-container-in-body
  .dropdown-select-ul
  .option-e:hover {
  background-color: #f4f4f4;
}
.is-pointer
  .select-container-in-body
  .dropdown-select-ul
  .option-e:hover
  .option-e:before {
  background: #f4f4f4;
}
.select-container-in-body
  .dropdown-select-ul::-webkit-scrollbar {
  width: 3px;
  height: 90%;
}
.select-container-in-body
  .dropdown-select-ul::-webkit-scrollbar-track {
  background: 0;
}
.select-container-in-body
  .dropdown-select-ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.select-container-in-body.active {
  visibility: visible;
}
.select-container-in-body.active
  .dropdown-select-ul {
  opacity: 1;
  transform: translateZ(0);
}
.select-container-in-body.size--large
  .option-e {
  min-height: 56px;
  line-height: 1.334;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
body.adaptive-mobile
  .form-fields
  .form-field-select
  .dropdown-container,
body.adaptive-mobile
  .form-fields
  .form-field-select
  .select-outer,
body.adaptive-mobile
  .quiz-fields
  .form-field-select
  .dropdown-container,
body.adaptive-mobile
  .quiz-fields
  .form-field-select
  .select-outer {
  min-height: 46px;
}
body.adaptive-mobile
  .form-fields
  .form-field-select
  .dropdown-select,
body.adaptive-mobile
  .quiz-fields
  .form-field-select
  .dropdown-select {
  font-size: 1rem;
  min-height: 46px;
}
body.adaptive-mobile
  .form-fields
  .form-field-select
  .atom-custom-select,
body.adaptive-mobile
  .quiz-fields
  .form-field-select
  .atom-custom-select {
  -webkit-appearance: none;
  font-size: 1rem;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.component-video {
  position: relative;
  padding-bottom: 56.5%;
}
.component-video .video-wrapper {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: inherit;
  overflow: hidden;
  background-color: #000;
}
.component-video[data-controls="0"]
  .video-wrapper {
  background-color: transparent;
}
.component-video[data-controls="0"]
  .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.component-video
  .custom-video.scale-contain {
  object-fit: contain;
}
.component-video
  .custom-video.scale-cover {
  object-fit: cover;
}
.component-video
  .component-video__preview {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component-video .custom-video,
.component-video embed,
.component-video iframe,
.component-video object {
  width: 100%;
  height: 100%;
}
.component-socials[data-style="squared_color_fill"]
  a {
  width: 26px;
  height: 22px;
  padding: 0;
}
.component-socials[data-style="squared_color_fill"]
  a:before {
  border-radius: 3px;
}
.component-socials[data-style="clean"]
  a,
.component-socials[data-style="clean_color"]
  a {
  opacity: 0.5;
}
.component-socials[data-style="clean"]
  a:hover,
.component-socials[data-style="clean_color"]
  a:hover {
  opacity: 1;
}
.component-socials[data-style="clean"]
  a:hover:before,
.component-socials[data-style="clean_color"]
  a:hover:before {
  opacity: 0.15;
}
.component-socials[data-style="rounded"]
  a:before,
.component-socials[data-style="rounded_color"]
  a:before,
.component-socials[data-style="squared"]
  a:before,
.component-socials[data-style="squared_color"]
  a:before {
  opacity: 0.25;
  background: transparent;
}
.component-socials[data-style="rounded"]
  a:hover,
.component-socials[data-style="rounded_color"]
  a:hover,
.component-socials[data-style="squared"]
  a:hover,
.component-socials[data-style="squared_color"]
  a:hover {
  opacity: 1;
}
.component-socials[data-style="rounded"]
  a:hover:before,
.component-socials[data-style="rounded_color"]
  a:hover:before,
.component-socials[data-style="squared"]
  a:hover:before,
.component-socials[data-style="squared_color"]
  a:hover:before {
  background: currentColor;
}
.component-socials[data-style="squared"]
  a:before,
.component-socials[data-style="squared_color"]
  a:before {
  border-radius: 0;
}
.component-socials[data-style="clean_color"]
  .social-vk {
  color: #07f;
}
.component-socials[data-style="clean_color"]
  .social-fb {
  color: #1877f2;
}
.component-socials[data-style="clean_color"]
  .social-twitter {
  color: #55acee;
}
.component-socials[data-style="clean_color"]
  .social-ok {
  color: #f68634;
}
.component-socials[data-style="clean_color"]
  .social-gplus {
  color: #dc4e41;
}
.component-socials[data-style="clean_color"]
  .social-instagram {
  color: #dc3175;
}
.component-socials[data-style="clean_color"]
  .social-yt {
  color: #ce1312;
}
.component-socials[data-style="clean_color"]
  .social-vimeo {
  color: #31afd8;
}
.component-socials[data-style="clean_color"]
  .social-snapchat {
  color: #fffc00;
}
.component-socials[data-style="clean_color"]
  .social-whatsapp {
  color: #65cf72;
}
.component-socials[data-style="clean_color"]
  .social-telegram {
  color: #37aee2;
}
.component-socials[data-style="clean_color"]
  .social-periscope {
  color: #1b3b6b;
}
.component-socials[data-style="clean_color"]
  .social-viber {
  color: #7360f2;
}
.component-socials[data-style="clean_color"]
  .social-behance {
  color: #1769ff;
}
.component-socials[data-style="clean_color"]
  .social-dribble {
  color: #f26798;
}
.component-socials[data-style="clean_color"]
  .social-skype {
  color: #00aef3;
}
.component-socials[data-style="clean_color"]
  .social-p {
  color: #e60023;
}
.component-socials[data-style="clean_color"]
  .social-in {
  color: #069;
}
.component-socials[data-style="clean_color"]
  .social-tripadvisor {
  color: #34e0a1;
}
.component-socials[data-style="clean_color"]
  .social-tiktok {
  color: #fe2c55;
}
.component-socials[data-style="clean_color"]
  .social-messenger {
  color: #0084ff;
}
.component-socials[data-style="clean_color"]
  .social-discord {
  color: #5865f2;
}
.component-socials[data-style="clean_color"]
  .social-avito {
  color: #00aafe;
}
.component-socials[data-style="clean_color"]
  .social-rutube {
  color: #f41240;
}
.component-socials[data-style="clean_color"]
  .social-cian {
  color: #0468ff;
}
.component-socials[data-style="clean_color"]
  .social-beatport {
  color: #01ff95;
}
.component-socials[data-style="rounded_color"]
  a:hover,
.component-socials[data-style="squared_color"]
  a:hover {
  color: #fff;
}
.component-socials[data-style="rounded_color"]
  a:before,
.component-socials[data-style="squared_color"]
  a:before {
  opacity: 1;
}
.component-socials[data-style="rounded_color"]
  .social-vk,
.component-socials[data-style="squared_color"]
  .social-vk {
  color: #07f;
}
.component-socials[data-style="rounded_color"]
  .social-vk:before,
.component-socials[data-style="squared_color"]
  .social-vk:before {
  border-color: #07f;
}
.component-socials[data-style="rounded_color"]
  .social-vk:hover:before,
.component-socials[data-style="squared_color"]
  .social-vk:hover:before {
  background: #07f;
}
.component-socials[data-style="rounded_color"]
  .social-fb,
.component-socials[data-style="squared_color"]
  .social-fb {
  color: #1877f2;
}
.component-socials[data-style="rounded_color"]
  .social-fb:before,
.component-socials[data-style="squared_color"]
  .social-fb:before {
  border-color: #1877f2;
}
.component-socials[data-style="rounded_color"]
  .social-fb:hover:before,
.component-socials[data-style="squared_color"]
  .social-fb:hover:before {
  background: #1877f2;
}
.component-socials[data-style="rounded_color"]
  .social-twitter,
.component-socials[data-style="squared_color"]
  .social-twitter {
  color: #55acee;
}
.component-socials[data-style="rounded_color"]
  .social-twitter:before,
.component-socials[data-style="squared_color"]
  .social-twitter:before {
  border-color: #55acee;
}
.component-socials[data-style="rounded_color"]
  .social-twitter:hover:before,
.component-socials[data-style="squared_color"]
  .social-twitter:hover:before {
  background: #55acee;
}
.component-socials[data-style="rounded_color"]
  .social-ok,
.component-socials[data-style="squared_color"]
  .social-ok {
  color: #f68634;
}
.component-socials[data-style="rounded_color"]
  .social-ok:before,
.component-socials[data-style="squared_color"]
  .social-ok:before {
  border-color: #f68634;
}
.component-socials[data-style="rounded_color"]
  .social-ok:hover:before,
.component-socials[data-style="squared_color"]
  .social-ok:hover:before {
  background: #f68634;
}
.component-socials[data-style="rounded_color"]
  .social-gplus,
.component-socials[data-style="squared_color"]
  .social-gplus {
  color: #dc4e41;
}
.component-socials[data-style="rounded_color"]
  .social-gplus:before,
.component-socials[data-style="squared_color"]
  .social-gplus:before {
  border-color: #dc4e41;
}
.component-socials[data-style="rounded_color"]
  .social-gplus:hover:before,
.component-socials[data-style="squared_color"]
  .social-gplus:hover:before {
  background: #dc4e41;
}
.component-socials[data-style="rounded_color"]
  .social-instagram,
.component-socials[data-style="squared_color"]
  .social-instagram {
  color: #dc3175;
}
.component-socials[data-style="rounded_color"]
  .social-instagram:before,
.component-socials[data-style="squared_color"]
  .social-instagram:before {
  border-color: #dc3175;
}
.component-socials[data-style="rounded_color"]
  .social-instagram:hover:before,
.component-socials[data-style="squared_color"]
  .social-instagram:hover:before {
  background: radial-gradient(
    circle at 33% 100%,
    #fed373 4%,
    #f15245 30%,
    #d92e7f 62%,
    #9b36b7 85%,
    #515ecf
  );
  border-color: transparent;
}
.component-socials[data-style="rounded_color"]
  .social-yt,
.component-socials[data-style="squared_color"]
  .social-yt {
  color: #ce1312;
}
.component-socials[data-style="rounded_color"]
  .social-yt:before,
.component-socials[data-style="squared_color"]
  .social-yt:before {
  border-color: #ce1312;
}
.component-socials[data-style="rounded_color"]
  .social-yt:hover:before,
.component-socials[data-style="squared_color"]
  .social-yt:hover:before {
  background: #ce1312;
}
.component-socials[data-style="rounded_color"]
  .social-vimeo,
.component-socials[data-style="squared_color"]
  .social-vimeo {
  color: #31afd8;
}
.component-socials[data-style="rounded_color"]
  .social-vimeo:before,
.component-socials[data-style="squared_color"]
  .social-vimeo:before {
  border-color: #31afd8;
}
.component-socials[data-style="rounded_color"]
  .social-vimeo:hover:before,
.component-socials[data-style="squared_color"]
  .social-vimeo:hover:before {
  background: #31afd8;
}
.component-socials[data-style="rounded_color"]
  .social-snapchat,
.component-socials[data-style="squared_color"]
  .social-snapchat {
  color: #fffc00;
}
.component-socials[data-style="rounded_color"]
  .social-snapchat:before,
.component-socials[data-style="squared_color"]
  .social-snapchat:before {
  border-color: #fffc00;
}
.component-socials[data-style="rounded_color"]
  .social-snapchat:hover:before,
.component-socials[data-style="squared_color"]
  .social-snapchat:hover:before {
  background: #fffc00;
}
.component-socials[data-style="rounded_color"]
  .social-whatsapp,
.component-socials[data-style="squared_color"]
  .social-whatsapp {
  color: #65cf72;
}
.component-socials[data-style="rounded_color"]
  .social-whatsapp:before,
.component-socials[data-style="squared_color"]
  .social-whatsapp:before {
  border-color: #65cf72;
}
.component-socials[data-style="rounded_color"]
  .social-whatsapp:hover:before,
.component-socials[data-style="squared_color"]
  .social-whatsapp:hover:before {
  background: #65cf72;
}
.component-socials[data-style="rounded_color"]
  .social-telegram,
.component-socials[data-style="squared_color"]
  .social-telegram {
  color: #37aee2;
}
.component-socials[data-style="rounded_color"]
  .social-telegram:before,
.component-socials[data-style="squared_color"]
  .social-telegram:before {
  border-color: #37aee2;
}
.component-socials[data-style="rounded_color"]
  .social-telegram:hover:before,
.component-socials[data-style="squared_color"]
  .social-telegram:hover:before {
  background: #37aee2;
}
.component-socials[data-style="rounded_color"]
  .social-periscope,
.component-socials[data-style="squared_color"]
  .social-periscope {
  color: #1b3b6b;
}
.component-socials[data-style="rounded_color"]
  .social-periscope:before,
.component-socials[data-style="squared_color"]
  .social-periscope:before {
  border-color: #1b3b6b;
}
.component-socials[data-style="rounded_color"]
  .social-periscope:hover:before,
.component-socials[data-style="squared_color"]
  .social-periscope:hover:before {
  background: #1b3b6b;
}
.component-socials[data-style="rounded_color"]
  .social-viber,
.component-socials[data-style="squared_color"]
  .social-viber {
  color: #7360f2;
}
.component-socials[data-style="rounded_color"]
  .social-viber:before,
.component-socials[data-style="squared_color"]
  .social-viber:before {
  border-color: #7360f2;
}
.component-socials[data-style="rounded_color"]
  .social-viber:hover:before,
.component-socials[data-style="squared_color"]
  .social-viber:hover:before {
  background: #7360f2;
}
.component-socials[data-style="rounded_color"]
  .social-behance,
.component-socials[data-style="squared_color"]
  .social-behance {
  color: #1769ff;
}
.component-socials[data-style="rounded_color"]
  .social-behance:before,
.component-socials[data-style="squared_color"]
  .social-behance:before {
  border-color: #1769ff;
}
.component-socials[data-style="rounded_color"]
  .social-behance:hover:before,
.component-socials[data-style="squared_color"]
  .social-behance:hover:before {
  background: #1769ff;
}
.component-socials[data-style="rounded_color"]
  .social-dribble,
.component-socials[data-style="squared_color"]
  .social-dribble {
  color: #f26798;
}
.component-socials[data-style="rounded_color"]
  .social-dribble:before,
.component-socials[data-style="squared_color"]
  .social-dribble:before {
  border-color: #f26798;
}
.component-socials[data-style="rounded_color"]
  .social-dribble:hover:before,
.component-socials[data-style="squared_color"]
  .social-dribble:hover:before {
  background: #f26798;
}
.component-socials[data-style="rounded_color"]
  .social-skype,
.component-socials[data-style="squared_color"]
  .social-skype {
  color: #00aef3;
}
.component-socials[data-style="rounded_color"]
  .social-skype:before,
.component-socials[data-style="squared_color"]
  .social-skype:before {
  border-color: #00aef3;
}
.component-socials[data-style="rounded_color"]
  .social-skype:hover:before,
.component-socials[data-style="squared_color"]
  .social-skype:hover:before {
  background: #00aef3;
}
.component-socials[data-style="rounded_color"]
  .social-p,
.component-socials[data-style="squared_color"]
  .social-p {
  color: #e60023;
}
.component-socials[data-style="rounded_color"]
  .social-p:before,
.component-socials[data-style="squared_color"]
  .social-p:before {
  border-color: #e60023;
}
.component-socials[data-style="rounded_color"]
  .social-p:hover:before,
.component-socials[data-style="squared_color"]
  .social-p:hover:before {
  background: #e60023;
}
.component-socials[data-style="rounded_color"]
  .social-in,
.component-socials[data-style="squared_color"]
  .social-in {
  color: #069;
}
.component-socials[data-style="rounded_color"]
  .social-in:before,
.component-socials[data-style="squared_color"]
  .social-in:before {
  border-color: #069;
}
.component-socials[data-style="rounded_color"]
  .social-in:hover:before,
.component-socials[data-style="squared_color"]
  .social-in:hover:before {
  background: #069;
}
.component-socials[data-style="rounded_color"]
  .social-tripadvisor,
.component-socials[data-style="squared_color"]
  .social-tripadvisor {
  color: #34e0a1;
}
.component-socials[data-style="rounded_color"]
  .social-tripadvisor:before,
.component-socials[data-style="squared_color"]
  .social-tripadvisor:before {
  border-color: #34e0a1;
}
.component-socials[data-style="rounded_color"]
  .social-tripadvisor:hover:before,
.component-socials[data-style="squared_color"]
  .social-tripadvisor:hover:before {
  background: #34e0a1;
}
.component-socials[data-style="rounded_color"]
  .social-tiktok,
.component-socials[data-style="squared_color"]
  .social-tiktok {
  color: #fe2c55;
}
.component-socials[data-style="rounded_color"]
  .social-tiktok:before,
.component-socials[data-style="squared_color"]
  .social-tiktok:before {
  border-color: #fe2c55;
}
.component-socials[data-style="rounded_color"]
  .social-tiktok:hover:before,
.component-socials[data-style="squared_color"]
  .social-tiktok:hover:before {
  background: #fe2c55;
}
.component-socials[data-style="rounded_color"]
  .social-messenger,
.component-socials[data-style="squared_color"]
  .social-messenger {
  color: #0084ff;
}
.component-socials[data-style="rounded_color"]
  .social-messenger:before,
.component-socials[data-style="squared_color"]
  .social-messenger:before {
  border-color: #0084ff;
}
.component-socials[data-style="rounded_color"]
  .social-messenger:hover:before,
.component-socials[data-style="squared_color"]
  .social-messenger:hover:before {
  background: #0084ff;
}
.component-socials[data-style="rounded_color"]
  .social-discord,
.component-socials[data-style="squared_color"]
  .social-discord {
  color: #5865f2;
}
.component-socials[data-style="rounded_color"]
  .social-discord:before,
.component-socials[data-style="squared_color"]
  .social-discord:before {
  border-color: #5865f2;
}
.component-socials[data-style="rounded_color"]
  .social-discord:hover:before,
.component-socials[data-style="squared_color"]
  .social-discord:hover:before {
  background: #5865f2;
}
.component-socials[data-style="rounded_color"]
  .social-yandex_music,
.component-socials[data-style="squared_color"]
  .social-yandex_music {
  color: #ffd42b;
}
.component-socials[data-style="rounded_color"]
  .social-yandex_music:before,
.component-socials[data-style="squared_color"]
  .social-yandex_music:before {
  border-color: #ffd42b;
}
.component-socials[data-style="rounded_color"]
  .social-yandex_music:hover:before,
.component-socials[data-style="squared_color"]
  .social-yandex_music:hover:before {
  background: #ffd42b;
}
.component-socials[data-style="rounded_color"]
  .social-tenchat,
.component-socials[data-style="squared_color"]
  .social-tenchat {
  color: #fc3234;
}
.component-socials[data-style="rounded_color"]
  .social-tenchat:before,
.component-socials[data-style="squared_color"]
  .social-tenchat:before {
  border-color: #fc3234;
}
.component-socials[data-style="rounded_color"]
  .social-tenchat:hover:before,
.component-socials[data-style="squared_color"]
  .social-tenchat:hover:before {
  background: #fc3234;
}
.component-socials[data-style="rounded_color"]
  .social-apple_music,
.component-socials[data-style="squared_color"]
  .social-apple_music {
  color: #fb3951;
}
.component-socials[data-style="rounded_color"]
  .social-apple_music:before,
.component-socials[data-style="squared_color"]
  .social-apple_music:before {
  border-color: #fb3951;
}
.component-socials[data-style="rounded_color"]
  .social-apple_music:hover:before,
.component-socials[data-style="squared_color"]
  .social-apple_music:hover:before {
  background: linear-gradient(
    0deg,
    #fa233b 0.39%,
    #fa233b 0.4%,
    #fb5c74 97.84%
  );
}
.component-socials[data-style="rounded_color"]
  .social-spotify,
.component-socials[data-style="squared_color"]
  .social-spotify {
  color: #2ebd59;
}
.component-socials[data-style="rounded_color"]
  .social-spotify:before,
.component-socials[data-style="squared_color"]
  .social-spotify:before {
  border-color: #2ebd59;
}
.component-socials[data-style="rounded_color"]
  .social-spotify:hover:before,
.component-socials[data-style="squared_color"]
  .social-spotify:hover:before {
  background: #2ebd59;
}
.component-socials[data-style="rounded_color"]
  .social-soundcloud,
.component-socials[data-style="squared_color"]
  .social-soundcloud {
  color: #ff5502;
}
.component-socials[data-style="rounded_color"]
  .social-soundcloud:before,
.component-socials[data-style="squared_color"]
  .social-soundcloud:before {
  border-color: #ff5502;
}
.component-socials[data-style="rounded_color"]
  .social-soundcloud:hover:before,
.component-socials[data-style="squared_color"]
  .social-soundcloud:hover:before {
  background: linear-gradient(
    180deg,
    #f79810 -0.02%,
    #f8310e 131.24%
  );
}
.component-socials[data-style="rounded_color"]
  .social-avito,
.component-socials[data-style="squared_color"]
  .social-avito {
  color: #00aafe;
}
.component-socials[data-style="rounded_color"]
  .social-avito:before,
.component-socials[data-style="squared_color"]
  .social-avito:before {
  border-color: #00aafe;
}
.component-socials[data-style="rounded_color"]
  .social-avito:hover:before,
.component-socials[data-style="squared_color"]
  .social-avito:hover:before {
  background: #00aafe;
}
.component-socials[data-style="rounded_color"]
  .social-rutube,
.component-socials[data-style="squared_color"]
  .social-rutube {
  color: #f41240;
}
.component-socials[data-style="rounded_color"]
  .social-rutube:before,
.component-socials[data-style="squared_color"]
  .social-rutube:before {
  border-color: #f41240;
}
.component-socials[data-style="rounded_color"]
  .social-rutube:hover:before,
.component-socials[data-style="squared_color"]
  .social-rutube:hover:before {
  background: #f41240;
}
.component-socials[data-style="rounded_color"]
  .social-cian,
.component-socials[data-style="squared_color"]
  .social-cian {
  color: #0468ff;
}
.component-socials[data-style="rounded_color"]
  .social-cian:before,
.component-socials[data-style="squared_color"]
  .social-cian:before {
  border-color: #0468ff;
}
.component-socials[data-style="rounded_color"]
  .social-cian:hover:before,
.component-socials[data-style="squared_color"]
  .social-cian:hover:before {
  background: #0468ff;
}
.component-socials[data-style="rounded_color"]
  .social-beatport,
.component-socials[data-style="squared_color"]
  .social-beatport {
  color: #01ff95;
}
.component-socials[data-style="rounded_color"]
  .social-beatport:before,
.component-socials[data-style="squared_color"]
  .social-beatport:before {
  border-color: #01ff95;
}
.component-socials[data-style="rounded_color"]
  .social-beatport:hover:before,
.component-socials[data-style="squared_color"]
  .social-beatport:hover:before {
  background: #01ff95;
}
.component-socials[data-style="rounded_color_fill"]
  a,
.component-socials[data-style="squared_color_fill"]
  a {
  color: #fff;
}
.component-socials[data-style="rounded_color_fill"]
  a:hover:before,
.component-socials[data-style="squared_color_fill"]
  a:hover:before {
  opacity: 0.75;
}
.component-socials[data-style="rounded_color_fill"]
  a:before,
.component-socials[data-style="squared_color_fill"]
  a:before {
  opacity: 1;
}
.component-socials[data-style="rounded_color_fill"]
  .social-vk:before,
.component-socials[data-style="squared_color_fill"]
  .social-vk:before {
  border-color: #07f;
  background: #07f;
}
.component-socials[data-style="rounded_color_fill"]
  .social-fb:before,
.component-socials[data-style="squared_color_fill"]
  .social-fb:before {
  border-color: #1877f2;
  background: #1877f2;
}
.component-socials[data-style="rounded_color_fill"]
  .social-twitter:before,
.component-socials[data-style="squared_color_fill"]
  .social-twitter:before {
  border-color: #55acee;
  background: #55acee;
}
.component-socials[data-style="rounded_color_fill"]
  .social-ok:before,
.component-socials[data-style="squared_color_fill"]
  .social-ok:before {
  border-color: #f68634;
  background: #f68634;
}
.component-socials[data-style="rounded_color_fill"]
  .social-gplus:before,
.component-socials[data-style="squared_color_fill"]
  .social-gplus:before {
  border-color: #dc4e41;
  background: #dc4e41;
}
.component-socials[data-style="rounded_color_fill"]
  .social-instagram:before,
.component-socials[data-style="squared_color_fill"]
  .social-instagram:before {
  background: radial-gradient(
    circle at 33% 100%,
    #fed373 4%,
    #f15245 30%,
    #d92e7f 62%,
    #9b36b7 85%,
    #515ecf
  );
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: none;
}
.component-socials[data-style="rounded_color_fill"]
  .social-yt:before,
.component-socials[data-style="squared_color_fill"]
  .social-yt:before {
  border-color: #ce1312;
  background: #ce1312;
}
.component-socials[data-style="rounded_color_fill"]
  .social-vimeo:before,
.component-socials[data-style="squared_color_fill"]
  .social-vimeo:before {
  border-color: #31afd8;
  background: #31afd8;
}
.component-socials[data-style="rounded_color_fill"]
  .social-snapchat:before,
.component-socials[data-style="squared_color_fill"]
  .social-snapchat:before {
  border-color: #fffc00;
  background: #fffc00;
}
.component-socials[data-style="rounded_color_fill"]
  .social-periscope:before,
.component-socials[data-style="squared_color_fill"]
  .social-periscope:before {
  border-color: #1b3b6b;
  background: #1b3b6b;
}
.component-socials[data-style="rounded_color_fill"]
  .social-viber:before,
.component-socials[data-style="squared_color_fill"]
  .social-viber:before {
  border-color: #7360f2;
  background: #7360f2;
}
.component-socials[data-style="rounded_color_fill"]
  .social-behance:before,
.component-socials[data-style="squared_color_fill"]
  .social-behance:before {
  border-color: #1769ff;
  background: #1769ff;
}
.component-socials[data-style="rounded_color_fill"]
  .social-dribble:before,
.component-socials[data-style="squared_color_fill"]
  .social-dribble:before {
  border-color: #f26798;
  background: #f26798;
}
.component-socials[data-style="rounded_color_fill"]
  .social-skype:before,
.component-socials[data-style="squared_color_fill"]
  .social-skype:before {
  border-color: #00aef3;
  background: #00aef3;
}
.component-socials[data-style="rounded_color_fill"]
  .social-p:before,
.component-socials[data-style="squared_color_fill"]
  .social-p:before {
  border-color: #e60023;
  background: #e60023;
}
.component-socials[data-style="rounded_color_fill"]
  .social-in:before,
.component-socials[data-style="squared_color_fill"]
  .social-in:before {
  border-color: #069;
  background: #069;
}
.component-socials[data-style="rounded_color_fill"]
  .social-tripadvisor:before,
.component-socials[data-style="squared_color_fill"]
  .social-tripadvisor:before {
  border-color: #34e0a1;
  background: #34e0a1;
}
.component-socials[data-style="rounded_color_fill"]
  .social-tiktok:before,
.component-socials[data-style="squared_color_fill"]
  .social-tiktok:before {
  border-color: #fe2c55;
  background: #fe2c55;
}
.component-socials[data-style="rounded_color_fill"]
  .social-discord:before,
.component-socials[data-style="squared_color_fill"]
  .social-discord:before {
  border-color: #5865f2;
  background: #5865f2;
}
.component-socials[data-style="rounded_color_fill"]
  .social-yandex_music:before,
.component-socials[data-style="squared_color_fill"]
  .social-yandex_music:before {
  border-color: #ffd42b;
  background: #ffd42b;
}
.component-socials[data-style="rounded_color_fill"]
  .social-tenchat:before,
.component-socials[data-style="squared_color_fill"]
  .social-tenchat:before {
  border-color: #fc3234;
  background: #fc3234;
}
.component-socials[data-style="rounded_color_fill"]
  .social-apple_music:before,
.component-socials[data-style="squared_color_fill"]
  .social-apple_music:before {
  background: linear-gradient(
    0deg,
    #fa233b 0.39%,
    #fa233b 0.4%,
    #fb5c74 97.84%
  );
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: none;
}
.component-socials[data-style="rounded_color_fill"]
  .social-spotify:before,
.component-socials[data-style="squared_color_fill"]
  .social-spotify:before {
  border-color: #2ebd59;
  background: #2ebd59;
}
.component-socials[data-style="rounded_color_fill"]
  .social-soundcloud:before,
.component-socials[data-style="squared_color_fill"]
  .social-soundcloud:before {
  background: linear-gradient(
    180deg,
    #f79810 -0.02%,
    #f8310e 131.24%
  );
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: none;
}
.component-socials[data-style="rounded_color_fill"]
  .social-messenger:before,
.component-socials[data-style="squared_color_fill"]
  .social-messenger:before {
  background: linear-gradient(
    180deg,
    #00b2ff,
    #006aff
  );
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: none;
}
.component-socials[data-style="rounded_color_fill"]
  .social-whatsapp:before,
.component-socials[data-style="squared_color_fill"]
  .social-whatsapp:before {
  background: linear-gradient(
    0deg,
    #20b038,
    #60d66a
  );
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: none;
}
.component-socials[data-style="rounded_color_fill"]
  .social-telegram:before,
.component-socials[data-style="squared_color_fill"]
  .social-telegram:before {
  background: linear-gradient(
    203.2deg,
    #37aee2 21.67%,
    #1e96c8 70%
  );
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: none;
}
.component-socials[data-style="rounded_color_fill"]
  .social-avito:before,
.component-socials[data-style="squared_color_fill"]
  .social-avito:before {
  border-color: #00aafe;
  background: #00aafe;
}
.component-socials[data-style="rounded_color_fill"]
  .social-rutube:before,
.component-socials[data-style="squared_color_fill"]
  .social-rutube:before {
  border-color: #f41240;
  background: #f41240;
}
.component-socials[data-style="rounded_color_fill"]
  .social-cian:before,
.component-socials[data-style="squared_color_fill"]
  .social-cian:before {
  border-color: #0468ff;
  background: #0468ff;
}
.component-socials[data-style="rounded_color_fill"]
  .social-beatport:before,
.component-socials[data-style="squared_color_fill"]
  .social-beatport:before {
  border-color: #01ff95;
  background: #01ff95;
}
.component-socials {
  min-width: 32px;
  min-height: 32px;
}
.component-socials .socials-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.component-socials.right .socials-wrap {
  justify-content: flex-end;
}
.component-socials.center .socials-wrap,
.component-socials a {
  justify-content: center;
}
.component-socials a {
  position: relative;
  flex-shrink: 0;
  font-size: 13px;
  margin: 0.3em;
  width: 2.462em;
  height: 2.462em;
  color: inherit;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-out;
}
.component-socials a:hover {
  color: inherit;
}
.component-socials a:before {
  content: "";
  display: block;
  border-radius: 50%;
  opacity: 0;
  border: 0.063em solid currentColor;
  background: transparent;
  position: absolute;
  z-index: 0;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.2s ease-out;
}
.component-socials a svg {
  position: relative;
  z-index: 1;
  width: 1.25em;
  height: 1em;
  display: block;
  fill: currentColor;
}
body.adaptive-mobile
  .component-socials
  a {
  font-size: 15px;
}
.swiper-autoheight .slide,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .slider-wrapper,
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.component-slider {
  position: relative;
  padding-bottom: 100%;
  color: #fff;
}
.component-slider[data-img-type="image"] {
  padding-bottom: 0;
  position: relative;
}
.component-slider[data-img-type="image"]
  .slider-wrapper {
  position: relative;
}
.component-slider[data-img-type="image"]
  .slider-wrapper
  .component-slider__item {
  height: auto;
}
.component-slider[data-img-type="image"]
  .component-image {
  padding-bottom: 0;
}
.component-slider[data-img-type="image"]
  .component-video {
  padding-bottom: 56%;
}
.component-slider[data-img-type="image"]
  .component-video
  .video-wrapper {
  position: absolute;
}
.component-slider:not(
    [data-img-type="image"]
  )
  .component-image,
.component-slider:not(
    [data-img-type="image"]
  )
  .component-video {
  width: 100%;
  padding-bottom: 0 !important;
  height: 100%;
}
.component-slider.swiper-controls-only-hover
  .slider-button {
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
.component-slider.swiper-controls-only-hover:hover
  .slider-button,
.editor-focus
  .component-slider
  .slider-button,
.editor-hover
  .component-slider
  .slider-button {
  opacity: 1;
}
.component-slider.swiper-controls-only-hover:hover
  .slider-button.swiper-button-disabled,
.editor-focus
  .component-slider
  .slider-button.swiper-button-disabled,
.editor-hover
  .component-slider
  .slider-button.swiper-button-disabled {
  opacity: 0.4;
}
.component-slider .slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.component-slider .slider {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.component-slider
  .slider
  .component-slider__item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.component-slider .slider-pagination {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 30px;
  opacity: 1;
  transition: opacity 0.2s ease-out,
    transform 0.35s ease-out;
}
body.adaptive-mobile
  .component-slider
  .slider-pagination {
  bottom: 15px;
}
.component-slider .fraction-pagination {
  font-weight: 700;
  font-size: 13px;
  bottom: 10px;
}
.component-slider[data-current-content="video"]
  .slider-pagination {
  pointer-events: none;
  opacity: 0;
  transform: translateY(5px);
}
.component-slider[data-current-content="video"]
  .slider-button {
  pointer-events: none;
}
.component-slider[data-current-content="video"]
  .slider-button
  span {
  pointer-events: all;
}
.slider-pagination {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  opacity: 1;
  text-align: center;
  pointer-events: none;
  transition: opacity 0.2s ease-out,
    transform 0.35s ease-out;
}
.slider-pagination
  .swiper-pagination-bullet {
  vertical-align: middle;
  display: inline-block;
  pointer-events: all;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  background: currentColor;
  margin: 0 7px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.25s linear,
    opacity 0.15s linear;
}
.slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.25);
  opacity: 1;
}
.slider-button {
  text-align: center;
  cursor: pointer;
  padding: 0 20px;
  position: absolute;
  z-index: 11;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.slider-button.slider-prev {
  left: 0;
}
.slider-button.slider-next {
  right: 0;
}
.slider-button:not(
    .swiper-button-disabled
  ) {
  pointer-events: all;
}
.slider-button.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
  cursor: default;
}
.slider-button span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid currentColor;
  opacity: 0.3;
  will-change: opacity;
  transition: opacity 0.3s;
}
.slider-button:not(
    .swiper-button-disabled
  ):hover
  span {
  opacity: 1;
}
body.adaptive-mobile .slider-button {
  top: 50px;
  height: calc(100% - 100px);
}
body.adaptive-mobile
  .slider-button.slider-prev {
  padding-left: 10px;
}
body.adaptive-mobile
  .slider-button.slider-next {
  padding-right: 10px;
}
.component-slider.swiper-inited
  .component-slider__item,
.component-slider.swiper-inited
  .component-slider__item
  *,
.component-slider
  > .swiper-inited
  .component-slider__item,
.component-slider
  > .swiper-inited
  .component-slider__item
  * {
  pointer-events: none;
}
.component-slider.swiper-inited
  .component-slider__item.swiper-slide-active
  *,
.component-slider
  > .swiper-inited
  .component-slider__item.swiper-slide-active
  * {
  pointer-events: auto;
}
.component-quiz {
  width: 100%;
}
.component-quiz .quiz-steps {
  display: flex;
  align-items: center;
  min-height: 0;
}
.component-quiz .steps-wrapper {
  position: relative;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.component-quiz .step,
.component-quiz .steps-wrapper {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.component-quiz .step {
  position: absolute;
  left: 0;
  flex-flow: column;
  opacity: 0;
  outline: none;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.35s ease;
}
.component-quiz .step.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.component-quiz .step.prev {
  transform: translateY(-50px);
}
.component-quiz .step.next {
  transform: translateY(50px);
}
.component-quiz .quiz-fields {
  width: 100%;
  position: relative;
  z-index: 1;
}
.component-quiz
  .quiz-fields--multiple
  .field[data-type="captcha"],
.component-quiz
  .quiz-fields--multiple
  .field[data-type="checkbox"],
.component-quiz
  .quiz-fields--multiple
  .field[data-type="file"],
.component-quiz
  .quiz-fields--multiple
  .field[data-type="radio"] {
  width: 100%;
}
.component-quiz
  .quiz-fields--multiple
  .field[data-type="captcha"]
  .field-title,
.component-quiz
  .quiz-fields--multiple
  .field[data-type="checkbox"]
  .field-title,
.component-quiz
  .quiz-fields--multiple
  .field[data-type="file"]
  .field-title,
.component-quiz
  .quiz-fields--multiple
  .field[data-type="radio"]
  .field-title {
  text-align: left;
}
.component-quiz .step-title {
  font-weight: 700;
  margin-bottom: 50px;
}
.component-quiz .quiz-actions {
  flex-flow: column;
  position: relative;
  margin-top: 50px;
  max-width: 100%;
}
.component-quiz .quiz-actions,
.component-quiz
  .quiz-actions
  .buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.component-quiz
  .quiz-actions
  .component-button {
  margin-right: 5px;
  margin-left: 5px;
}
.component-quiz
  .quiz-actions
  .component-button:first-child {
  margin-left: 0;
}
.component-quiz
  .quiz-actions
  .component-button:last-child {
  margin-right: 0;
}
.component-quiz .policy-data-warning {
  max-width: 540px;
  font-size: 13px;
  text-align: center;
  justify-content: center;
  margin: 40px auto -30px;
}
.component-quiz
  .policy-data-warning
  a:hover {
  color: inherit;
  opacity: 0.6;
}
.component-quiz .captcha-global-error {
  max-width: 540px;
  margin: 20px 0 0;
  justify-content: center;
}
.component-quiz .field {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
}
.component-quiz
  .field:not([data-type="hidden"])
  ~ .field {
  margin-top: 50px;
}
.component-quiz
  .field[data-type="hidden"] {
  display: none !important;
}
.component-quiz
  .field[data-type="image"] {
  max-width: 100%;
}
.component-quiz
  .field[data-type="email"],
.component-quiz
  .field[data-type="name"],
.component-quiz
  .field[data-type="phone"],
.component-quiz
  .field[data-type="text"],
.component-quiz
  .field[data-type="textarea"] {
  padding-top: 26px;
}
.component-quiz
  .field[data-type="captcha"],
.component-quiz
  .field[data-type="checkbox"],
.component-quiz
  .field[data-type="file"],
.component-quiz
  .field[data-type="radio"] {
  width: auto;
  width: -moz-max-content;
  width: max-content;
}
body.adaptive-mobile
  .component-quiz
  .field[data-type="captcha"],
body.adaptive-mobile
  .component-quiz
  .field[data-type="checkbox"],
body.adaptive-mobile
  .component-quiz
  .field[data-type="file"],
body.adaptive-mobile
  .component-quiz
  .field[data-type="radio"] {
  max-width: 100%;
}
.component-quiz
  .field[data-type="captcha"]
  .field-title,
.component-quiz
  .field[data-type="checkbox"]
  .field-title,
.component-quiz
  .field[data-type="file"]
  .field-title,
.component-quiz
  .field[data-type="radio"]
  .field-title {
  text-align: center;
}
.component-quiz .field .error {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  width: 100%;
  text-align: left;
  color: #fd5b25;
  font-size: 13px;
  line-height: 2;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}
.component-quiz
  .field.is_error
  .form-field {
  animation: shake 0.5s ease 1 both 0.2s;
}
.component-quiz .field.is_error .hr {
  background: #fd5b25;
  opacity: 1;
}
.component-quiz .field.is_error .error {
  pointer-events: all;
  opacity: 1;
  transform: translateZ(0);
}
.component-quiz
  .field[data-type^="date"]
  .error {
  right: 30px;
}
.component-quiz .field-title {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  margin-bottom: 15px;
}
.component-quiz
  [data-type="checkbox"]
  .field-title,
.component-quiz
  [data-type="image"]
  .field-title,
.component-quiz
  [data-type="radio"]
  .field-title,
.component-quiz
  [data-type="select"]
  .field-title {
  display: none;
}
.component-quiz .form-field-text {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.component-quiz .form-field-text .hr {
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
  transition: opacity 0.3s ease;
  transform: translateZ(0);
}
.component-quiz
  .form-field-text
  .field-placeholder {
  text-align: left;
}
.component-quiz
  .f-calendar__input-overlay {
  position: absolute;
  top: 0;
  height: 46px;
  z-index: 3;
  width: 100%;
  cursor: text;
}
.component-quiz .form-field-date__icon {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 15px;
  width: 16px;
  height: 16px;
  z-index: 4;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.component-quiz
  .form-field-date__icon.focus,
.component-quiz
  .form-field-date__icon:hover {
  opacity: 0.6;
}
.component-quiz .field-placeholder {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  color: inherit;
  opacity: 0.5;
  font-size: 18px;
  line-height: 1.444;
  pointer-events: none !important;
  transition: all 0.15s ease 0.15s;
}
.component-quiz .field-placeholder i {
  font: inherit;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}
.component-quiz
  .form-field-text__textarea {
  resize: none;
}
.component-quiz
  .form-field-text__input {
  background: transparent;
  color: inherit;
  border: 0;
  width: 100%;
  max-height: 7.8em;
  padding: 10px 0 9px;
  font-size: 18px;
  line-height: 1.444;
  -webkit-appearance: none;
}
.component-quiz
  .form-field-text__input:not(
    :-moz-placeholder-shown
  )
  ~ .field-placeholder {
  top: -28px;
  font-size: 16px;
  opacity: 0.6;
  transition-delay: 0s;
}
.component-quiz
  .form-field-text__input.focus
  ~ .field-placeholder,
.component-quiz
  .form-field-text__input:focus
  ~ .field-placeholder,
.component-quiz
  .form-field-text__input:not(
    :placeholder-shown
  )
  ~ .field-placeholder {
  top: -28px;
  font-size: 16px;
  opacity: 0.6;
  transition-delay: 0s;
}
.component-quiz
  .form-field-text__input:not(
    :-moz-placeholder-shown
  )
  ~ .hr {
  opacity: 1;
}
.component-quiz
  .form-field-text__input.focus
  ~ .hr,
.component-quiz
  .form-field-text__input:focus
  ~ .hr,
.component-quiz
  .form-field-text__input:not(
    :placeholder-shown
  )
  ~ .hr {
  opacity: 1;
}
.component-quiz
  .form-field-radio-group {
  margin: -10px 0;
  text-align: left;
}
.component-quiz
  .form-field-radio-group
  .form-field-radio-item {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  line-height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.component-quiz
  .form-field-radio-group
  .form-field-radio-item:last-child {
  margin-bottom: 0;
}
.component-quiz
  .form-field-radio-group
  .form-field-radio-item
  input[type="radio"] {
  display: none;
}
.component-quiz
  .form-field-radio-group
  .form-field-radio-item
  input[type="radio"]:checked
  ~ .form-field-radio-content
  .form-field-radio-check:after {
  opacity: 1;
  transform: translateZ(0);
}
.component-quiz
  .form-field-radio-group
  .form-field-radio-content {
  position: relative;
  display: flex;
  align-items: center;
}
.component-quiz
  .form-field-radio-group
  .form-field-radio-check {
  flex-shrink: 0;
  display: block;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 16px;
  position: relative;
  border: 2px solid currentColor;
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.3s ease;
}
.component-quiz
  .form-field-radio-group
  .form-field-radio-check:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: currentColor;
  transform: scale(0.1);
  opacity: 0;
  transition: all 0.3s ease;
}
.component-quiz
  .form-field-checkbox-group {
  margin: -10px 0;
  text-align: left;
}
.component-quiz
  .form-field-checkbox-group
  .form-field-checkbox-item {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  line-height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.component-quiz
  .form-field-checkbox-group
  .form-field-checkbox-item
  input[type="checkbox"] {
  display: none;
}
.component-quiz
  .form-field-checkbox-group
  .form-field-checkbox-item
  input[type="checkbox"]:checked
  ~ .form-field-checkbox-content
  .form-field-checkbox__box {
  opacity: 1;
}
.component-quiz
  .form-field-checkbox-group
  .form-field-checkbox-item
  input[type="checkbox"]:checked
  ~ .form-field-checkbox-content
  .form-field-checkbox__box
  i {
  opacity: 1;
  animation: checkAppearance 0.3s;
}
.component-quiz
  .form-field-checkbox-group
  .form-field-checkbox-content {
  position: relative;
  display: flex;
  align-items: center;
}
.component-quiz
  .form-field-checkbox-group
  .form-field-checkbox__box {
  height: 26px;
  width: 26px;
  border: 2px solid currentColor;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  flex-shrink: 0;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.component-quiz
  .form-field-checkbox-group
  .form-field-checkbox__box
  i {
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
.component-quiz
  .form-field-checkbox-group
  .form-field-checkbox__box
  i:before {
  content: "";
  display: block;
  top: 6px;
  left: 5px;
  height: 6px;
  width: 13px;
  position: absolute;
  transform: rotate(-45deg);
  border: 2px solid var(--currentColor);
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transition: width 0.05s;
}
.component-quiz
  .form-field-image-group {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin: -17px -10px;
  padding: 7px 0;
}
.component-quiz
  .form-field-image-group[data-divisible="5"]
  .form-field-image-item {
  width: 20%;
  font-size: 13px;
}
.component-quiz
  .form-field-image-group.center {
  justify-content: center;
}
.component-quiz .form-field-image-item {
  display: block;
  width: 25%;
  padding: 10px;
  flex-shrink: 0;
  font-size: 13px;
  line-height: 1.231;
}
.component-quiz
  .form-field-image-item
  input {
  display: none;
}
.component-quiz
  .form-field-image-item
  input:checked
  ~ .form-field-image-content
  .form-field-image-check {
  opacity: 1;
  visibility: visible;
  transform: translateZ(0);
}
.component-quiz
  .form-field-image-item
  input:checked
  ~ .form-field-image-content
  .form-field-image-wrap:before {
  opacity: 1 !important;
  visibility: visible !important;
}
@media (any-hover: hover) {
  .component-quiz
    .form-field-image-item:hover
    .form-field-image-wrap:before {
    opacity: 1;
    visibility: visible;
  }
}
.component-quiz
  .form-field-image-item
  .form-field-image-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 20px
    rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  will-change: transform;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease;
}
.component-quiz
  .form-field-image-item
  .form-field-image-check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  margin: -20px 0 0 -20px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
  transition: all 0.3s ease;
}
.component-quiz
  .form-field-image-item
  .form-field-image-check:after,
.component-quiz
  .form-field-image-item
  .form-field-image-check:before {
  display: none;
}
.component-quiz
  .form-field-image-item
  .form-field-image-text {
  background: #fff;
  color: rgba(25, 25, 25, 0.85);
  padding: 16px 26px;
  width: 100%;
  min-height: 64px;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.component-quiz
  .form-field-image-item
  .form-field-image-wrap {
  position: relative;
  width: 100%;
}
.component-quiz
  .form-field-image-item
  .form-field-image-wrap.orient-horizontal
  .form-field-image-img {
  --proportion: 62%;
}
.component-quiz
  .form-field-image-item
  .form-field-image-wrap.orient-horizontal
  .form-field-image-img.empty {
  padding-bottom: 62%;
}
.component-quiz
  .form-field-image-item
  .form-field-image-wrap.orient-vertical
  .form-field-image-img {
  --proportion: 133%;
}
.component-quiz
  .form-field-image-item
  .form-field-image-wrap.orient-vertical
  .form-field-image-img.empty {
  padding-bottom: 133%;
}
.component-quiz
  .form-field-image-item
  .form-field-image-wrap:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}
.component-quiz
  .form-field-image-item
  .form-field-image-img {
  --proportion: 100%;
}
.component-quiz
  .form-field-image-item
  .form-field-image-img
  .component-image__image {
  position: relative;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.component-quiz
  .form-field-image-item
  .form-field-image-img.empty {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}
.component-quiz .form-field-select {
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.component-quiz
  .form-field-select
  select {
  display: none;
}
.component-quiz
  .form-field-select
  .dropdown-container {
  position: relative;
}
.component-quiz
  .form-field-select
  .dropdown-container.active
  .dropdown-select
  i:before {
  transform: rotate(-41deg);
}
.component-quiz
  .form-field-select
  .dropdown-container.active
  .dropdown-select
  i:after {
  transform: rotate(41deg);
}
.component-quiz
  .form-field-select
  .dropdown-container.active
  .dropdown-select-ul {
  z-index: 1;
  transform: translateZ(0);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.component-quiz
  .form-field-select
  .dropdown-select {
  position: relative;
  background: transparent;
  color: inherit;
  border: 0;
  width: 100%;
  max-height: 7.8em;
  padding: 10px 0 9px;
  font-size: 18px;
  line-height: 1.444;
  -webkit-appearance: none;
}
.component-quiz
  .form-field-select
  .dropdown-select:after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.component-quiz
  .form-field-select
  .dropdown-select
  i {
  display: block;
  position: absolute;
  top: 20px;
  right: -3px;
  width: 18px;
  height: 10px;
}
.component-quiz
  .form-field-select
  .dropdown-select
  i:after,
.component-quiz
  .form-field-select
  .dropdown-select
  i:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  margin-top: -1px;
  background: currentColor;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
}
.component-quiz
  .form-field-select
  .dropdown-select
  i:before {
  transform: rotate(41deg);
  left: 2px;
}
.component-quiz
  .form-field-select
  .dropdown-select
  i:after {
  transform: rotate(-41deg);
  left: 7px;
}
.component-quiz
  .form-field-select
  .dropdown-select-ul {
  list-style: none;
  background: #fff;
  color: var(--darkText);
  border: 1px solid
    rgba(34, 34, 34, 0.2);
  width: 100%;
  border-radius: 3px;
  font-size: 1em;
  line-height: 1.857em;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(var(--100vh) * 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.98)
    translateY(20px);
  transition: all 0.35s;
}
.component-quiz
  .form-field-select
  .dropdown-select-ul
  li {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  padding: 11px 20px 11px 26px;
  transition: color 0.35s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.component-quiz
  .form-field-select
  .dropdown-select-ul
  li:last-child:after {
  display: none;
}
.component-quiz
  .form-field-select
  .dropdown-select-ul
  li.selected,
.component-quiz
  .form-field-select
  .dropdown-select-ul
  li:hover {
  color: #000;
}
.component-quiz
  .form-field-select
  .dropdown-select-ul
  li.selected:before {
  opacity: 1;
  transform: translateZ(0);
}
.component-quiz
  .form-field-select
  .dropdown-select-ul
  li:before {
  content: "";
  display: block;
  width: 16px;
  height: 26px;
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCAxNiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iaWNvbiI+PHBhdGggZD0iTTAgNy4yNjNMNC45NjYgMTIgMTYgMS40NzQgMTQuNDU1IDBsLTkuNDkgOS4wNTMtMy40Mi0zLjI2NHoiIGZpbGw9IiMyMUJFNzQiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
  background-size: 16px 12px;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.15s ease;
}
.component-quiz
  .form-field-select
  .dropdown-select-ul
  li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  background: #000;
  opacity: 0.1;
}
.component-quiz .form-field-range {
  display: flex;
  flex-flow: column-reverse;
  flex-grow: 1;
}
.component-quiz
  .form-field-range
  .form-field-title {
  padding-bottom: 10px;
  order: 0;
}
.component-quiz
  .form-field-range
  .form-field-desc {
  order: 0;
}
.component-quiz
  .form-field-range
  .form-field-desc
  + .form-field-title {
  padding-bottom: 5px;
}
.component-quiz
  .form-field-range
  .range-outer {
  display: flex;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0 13px;
  height: 26px;
}
.component-quiz
  .form-field-range
  .range-outer.animated
  .range-value {
  transition: width 0.25s ease-in-out,
    margin 0.25s ease-in-out;
}
.component-quiz
  .form-field-range
  .range-outer.animated.active-animation
  .range-value {
  transition: width 0.1s ease,
    margin 0.1s ease;
}
.component-quiz
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-10
  .range-value {
  transition-duration: 0.3s;
}
.component-quiz
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-9
  .range-value {
  transition-duration: 0.26s;
}
.component-quiz
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-8
  .range-value {
  transition-duration: 0.24s;
}
.component-quiz
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-7
  .range-value {
  transition-duration: 0.2s;
}
.component-quiz
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-6
  .range-value {
  transition-duration: 0.18s;
}
.component-quiz
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-5
  .range-value {
  transition-duration: 0.16s;
}
.component-quiz
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-4
  .range-value {
  transition-duration: 0.14s;
}
.component-quiz
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-3
  .range-value {
  transition-duration: 0.12s;
}
.component-quiz
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-2
  .range-value {
  transition-duration: 0.1s;
}
.component-quiz
  .form-field-range
  .range-legend {
  display: flex;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 500;
}
.component-quiz
  .form-field-range
  .range-legend
  .range-legend-inner {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.component-quiz
  .form-field-range
  .range-legend
  .legend-point {
  cursor: pointer;
  min-width: 26px;
  text-align: center;
}
.component-quiz
  .form-field-range
  .range-legend.complex {
  padding: 0 13px;
}
.component-quiz
  .form-field-range
  .range-legend.complex
  .legend-point {
  flex-grow: 1;
  position: relative;
  text-align: center;
  flex-basis: 100%;
  min-width: 9.09%;
}
.component-quiz
  .form-field-range
  .range-legend.complex[data-count="10"]
  .range-legend-inner {
  margin: 0 -5%;
}
.component-quiz
  .form-field-range
  .range-legend.complex[data-count="9"]
  .range-legend-inner {
  margin: 0 -5.55555556%;
}
.component-quiz
  .form-field-range
  .range-legend.complex[data-count="8"]
  .range-legend-inner {
  margin: 0 -6.25%;
}
.component-quiz
  .form-field-range
  .range-legend.complex[data-count="7"]
  .range-legend-inner {
  margin: 0 -7.14285714%;
}
.component-quiz
  .form-field-range
  .range-legend.complex[data-count="6"]
  .range-legend-inner {
  margin: 0 -8.33333333%;
}
.component-quiz
  .form-field-range
  .range-legend.complex[data-count="5"]
  .range-legend-inner {
  margin: 0 -10%;
}
.component-quiz
  .form-field-range
  .range-legend.complex[data-count="4"]
  .range-legend-inner {
  margin: 0 -12.5%;
}
.component-quiz
  .form-field-range
  .range-legend.complex[data-count="3"]
  .range-legend-inner {
  margin: 0 -16.66666667%;
}
.component-quiz
  .form-field-range
  .range-legend.limits
  .legend-point {
  min-width: 26px;
  text-align: center;
}
.component-quiz
  .form-field-range
  input {
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.component-quiz
  .form-field-range
  .range-area {
  width: 100%;
  height: 2px;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  z-index: 1;
}
.component-quiz
  .form-field-range
  .range-area:before {
  content: "";
  position: absolute;
  display: block;
  left: -13px;
  right: -13px;
  height: 100%;
  top: 0;
  background-color: currentColor;
  opacity: 0.2;
}
.component-quiz
  .form-field-range
  .range-value {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
.component-quiz
  .form-field-range
  .range-value:before {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
  height: 100%;
  width: 100%;
  top: 0;
  left: -13px;
}
.component-quiz
  .form-field-range
  .range-runner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
  margin-top: 1px;
  background-color: currentColor;
  border-radius: 50%;
  cursor: pointer;
  transition: width 0.3s ease,
    height 0.3s ease;
}
.component-quiz
  .form-field-range
  .range-runner
  .runner-tip {
  display: flex;
  position: absolute;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  padding: 0 8px;
  height: 24px;
  top: -20px;
  background-color: #060607;
  opacity: 0;
  border-radius: 3px;
  transition: top 0.3s ease,
    opacity 0.3s ease;
}
.component-quiz
  .form-field-range
  .range-runner
  .runner-tip
  .prefix {
  margin-right: 5px;
  opacity: 0.65;
}
.component-quiz
  .form-field-range
  .range-runner
  .runner-tip
  .suffix {
  margin-left: 5px;
  opacity: 0.65;
}
.component-quiz
  .form-field-range
  .range-runner.upper-runner {
  z-index: 1;
}
.component-quiz
  .form-field-range
  .range-runner.active
  .runner-tip,
.is-pointer
  .component-quiz
  .form-field-range
  .range-runner:hover
  .runner-tip {
  opacity: 1;
  top: -30px;
}
.component-quiz
  .form-field-range
  .range-runner-right {
  right: 0;
  transform: translate(50%, -50%);
}
.component-quiz .form-field-file {
  display: flex;
  flex-direction: column;
}
.component-quiz
  .form-field-file
  .file-input-outer {
  position: relative;
  padding-top: 0;
  transition: padding 0.3s ease;
}
.component-quiz
  .form-field-file
  .file-input-outer.is_error
  .error {
  display: block;
}
.component-quiz
  .form-field-file
  .file-list {
  width: 100%;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.component-quiz
  .form-field-file
  .file-item {
  margin-bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.component-quiz
  .form-field-file
  .file-item.loading
  .circle-loader {
  display: block;
}
.component-quiz
  .form-field-file
  .file-item.loading
  .icon {
  display: none;
}
.component-quiz
  .form-field-file
  .file-item.is-error
  .file-item--title,
.component-quiz
  .form-field-file
  .file-item.is-error
  .icon {
  color: #ff714d;
}
.is-pointer
  .component-quiz
  .form-field-file
  .file-item:hover
  .clear-files {
  opacity: 0.4;
}
.component-quiz
  .form-field-file
  .file-item
  .circle-loader {
  display: none;
  width: 24px;
  height: 24px;
  fill: none;
  margin-right: 10px;
  stroke: currentColor;
  stroke-width: 4px;
  transform-origin: center center;
}
.component-quiz
  .form-field-file
  .file-item
  .circle-loader
  .circle-loader__bg {
  opacity: 0.3;
}
.component-quiz
  .form-field-file
  .file-item
  .icon {
  display: block;
  opacity: 0.4;
}
.component-quiz
  .form-field-file
  .file-item--title {
  max-width: calc(100% - 85px);
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.component-quiz
  .form-field-file
  .clear-files {
  width: 18px;
  height: 18px;
  padding: 4px;
  opacity: 0;
  margin-left: 6px;
  cursor: pointer;
  display: flex;
  white-space: nowrap;
}
.is-pointer
  .component-quiz
  .form-field-file
  .clear-files:hover {
  opacity: 0.6 !important;
}
.component-quiz
  .form-field-file
  .file-input,
.component-quiz
  .form-field-file
  .file-item {
  display: flex;
  cursor: pointer;
  color: currentColor;
  font-size: 15px;
  line-height: 22px;
  align-items: center;
}
.component-quiz
  .form-field-file
  .file-input
  .icon,
.component-quiz
  .form-field-file
  .file-item
  .icon {
  display: inline-block;
  max-height: 22px;
  height: 22px;
  margin-right: 10px;
  width: 22px;
  text-align: center;
}
.component-quiz
  .form-field-file
  .file-input
  .icon
  svg,
.component-quiz
  .form-field-file
  .file-item
  .icon
  svg {
  height: 100%;
}
.component-quiz
  .form-field-file
  .file-input--original,
.component-quiz
  .form-field-file
  .file-item--original {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.component-quiz
  .form-field-file
  .file-input {
  min-height: 22px;
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.component-quiz
  .form-field-file
  .file-input:hover {
  opacity: 0.5;
}
.component-quiz .submitting-status {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  margin: 0 auto;
  transition: opacity 0.3s;
  text-align: center;
  width: 100%;
  height: 22px;
}
.component-quiz .submitting-status i {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  transform: rotate(0deg);
  transform-origin: center;
}
.component-quiz
  .submitting-status
  i
  svg {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  animation: submitting_status_rotate
    0.6s linear infinite;
}
.component-quiz
  .submitting-status
  i
  svg
  path {
  fill: currentColor;
}
.component-quiz
  .submitting-status
  i
  svg
  .cls-1 {
  opacity: 0.2;
}
@keyframes submitting_status_rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.component-quiz form.submitting * {
  pointer-events: none !important;
}
.component-quiz
  form.submitting
  .submitting-status {
  display: block;
  opacity: 1;
}
.component-quiz
  form.submitting
  .submitting-status
  + span {
  opacity: 0;
}
[data-quiz-part="progress"] {
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
  font-weight: 400;
}
[data-quiz-part="progress"][data-progress-style="circle"] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
[data-quiz-part="progress"]
  .progress-percent,
[data-quiz-part="progress"]
  .progress-text {
  text-align: center;
  font-size: 1em;
  line-height: 1.625;
}
[data-quiz-part="progress"]
  .progress-text
  .current {
  margin-right: 6px;
}
[data-quiz-part="progress"]
  .progress-text
  .total {
  margin-left: 6px;
}
[data-quiz-part="progress"]
  .progress-loader-bar {
  position: relative;
  width: 86%;
  max-width: 540px;
  height: 3px;
  margin: 0 auto;
}
[data-quiz-part="progress"]
  .progress-loader-bar
  .progress-loader-bg {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: currentColor;
  opacity: 0.3;
  overflow: hidden;
}
[data-quiz-part="progress"]
  .progress-loader-bar
  .current {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 3px;
  background: currentColor;
  height: 100%;
  width: 0;
  transition: width 0.3s ease-in-out;
}
[data-quiz-part="progress"]
  .progress-loader-circle {
  width: 30px;
  height: 30px;
  margin: 0 15px;
  stroke: currentColor;
  fill: none;
}
[data-quiz-part="progress"]
  .progress-loader-circle
  .progress-loader-bg {
  opacity: 0.3;
}
[data-quiz-part="progress"]
  .progress-loader-circle
  .current {
  transition: all 0.35s ease;
}
[data-quiz-part="progress"]
  .progress-percent
  ~ .progress-loader-bar,
[data-quiz-part="progress"]
  .progress-text
  ~ .progress-loader-bar {
  margin-top: 20px;
}
body.adaptive-mobile
  .component-quiz
  .quiz-actions {
  margin-top: 40px;
  width: 100%;
}
body.adaptive-mobile
  .component-quiz
  .policy-data-warning {
  margin-top: 30px;
  margin-bottom: -10px;
}
body.adaptive-mobile
  .component-quiz
  .form-field-checkbox-group
  .form-field-checkbox-item,
body.adaptive-mobile
  .component-quiz
  .form-field-radio-group
  .form-field-radio-item {
  font-size: 16px;
}
body.adaptive-mobile
  .component-quiz
  .quiz-slider-outer {
  margin: 0 -26px;
}
body.adaptive-mobile
  .component-quiz
  .form-field-image-group {
  overflow-x: auto;
  display: flex;
  flex-flow: row;
  margin: 0;
  padding: 0;
  align-items: unset;
  justify-content: unset !important;
}
body.adaptive-mobile
  .component-quiz
  .form-field-image-group
  .form-field-image-item {
  width: auto;
  padding: 20px 10px;
}
body.adaptive-mobile
  .component-quiz
  .form-field-image-group
  .form-field-image-item:first-child {
  padding-left: 26px;
}
body.adaptive-mobile
  .component-quiz
  .form-field-image-group
  .form-field-image-item:last-child {
  padding-right: 26px;
}
body.adaptive-mobile
  .component-quiz
  .form-field-image-group
  .website-quiz-images {
  display: flex;
  flex-flow: row;
  width: 100%;
}
body.adaptive-mobile
  .component-quiz
  .form-field-image-group
  .form-field-image-content {
  width: calc(var(--100vw) * 0.75);
  max-width: 200px;
}
.component-menu[data-style="line"]
  .holder {
  position: absolute;
  width: 0;
  height: 2px;
  background: transparent;
  bottom: 10px;
  left: 0;
  pointer-events: none;
  transition: none !important;
}
.component-menu[data-style="opacity"]
  .holder {
  display: none;
}
.component-menu[data-style="opacity"]
  li {
  transition: opacity 0.22s linear;
  opacity: 0.55;
}
.component-menu[data-style="opacity"]
  li.active {
  opacity: 1;
}
.component-menu[data-style="opacity"]
  li
  a {
  padding: 5px 25px;
}
.component-menu[data-style="opacity"].hover
  li,
.component-menu[data-style="opacity"]:hover
  li {
  opacity: 0.3 !important;
}
.component-menu[data-style="opacity"].hover
  li:hover,
.component-menu[data-style="opacity"]:hover
  li:hover {
  opacity: 1 !important;
}
.component-menu {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  pointer-events: none;
}
.component-menu ul {
  list-style: none;
  padding: 12px 0 10px;
  position: relative;
  width: 100%;
}
.component-menu ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
}
.component-menu ul li a {
  pointer-events: all;
  letter-spacing: 1.2px;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.component-menu ul li a:active,
.component-menu ul li a:hover {
  text-decoration: none;
}
body.adaptive-mobile .component-menu {
  display: block;
}
.component-media {
  position: relative;
  padding-bottom: 100%;
}
.component-media[data-type="video"] {
  padding-bottom: 56.5%;
}
.component-media[data-type="image"] {
  overflow: hidden;
}
.component-media
  > .component-image:not(
    [data-img-type="image"]
  ),
.component-media > .component-slider,
.component-media > .component-video,
.component-media
  > .component-video
  > .component-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0 !important;
}
.component-media
  > .component-video
  iframe {
  position: relative;
}
.component-map {
  width: 100%;
}
.component-map .map-wrap {
  color: #000;
}
.component-map[data-format="overlay"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding-bottom: 0 !important;
}
.component-map[data-format="element"] {
  position: relative;
  padding-bottom: 50%;
}
.component-map .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
}
.component-map .gm-style-cc {
  display: none;
}
.component-logo {
  max-width: 100%;
  min-height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.component-logo.text {
  min-width: 60px;
  display: flex;
  align-items: center;
}
.component-logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  font: inherit;
}
.component-logo .text-logo {
  width: 100%;
  line-height: 1.2;
  white-space: nowrap;
}
body.adaptive-mobile
  .component-logo
  .text-logo {
  white-space: normal;
  word-break: normal;
}
.component-image {
  position: relative;
  overflow: hidden;
  display: block;
}
.component-image,
.component-image .loading-img {
  image-rendering: var(
    --imageRendering,
    auto
  );
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.component-image .loading-img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -5px;
  transition: all 0.3s;
}
.component-image[data-img-scale="contain"],
.component-image[data-img-scale="contain"]
  .loading-img {
  background-size: contain;
  background-position: 50% !important;
}
.component-image[data-img-scale="repeat"],
.component-image[data-img-scale="repeat"]
  .loading-img {
  background-size: auto;
  background-repeat: repeat;
}
.component-image.loading .loading-img {
  filter: blur(3px);
  opacity: 1;
  visibility: visible;
}
.component-image[data-action-target] {
  cursor: pointer;
  transition: transform 0.35s ease-out;
  will-change: transform;
}
.component-image[data-action-target]:hover {
  transform: scale(1.02);
}
.component-image .natural-img {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
.component-image__bg {
  padding-bottom: var(
    --proportion,
    var(--imageProportion, 100%)
  );
}
.component-ico {
  --iconSize: 18px;
  width: 100%;
  height: 100%;
  max-width: 128px;
  max-height: 128px;
}
.component-ico.size-custom {
  font-size: var(--iconSize);
  max-width: 128px;
  max-height: 128px;
  width: 1em;
  height: 1em;
}
.component-ico svg {
  fill: #fff;
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.component-ico .ico {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.form-field[data-type="shipping"]
  .field-title {
  margin-bottom: 10px;
}
.form-field-shipping-item {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid transparent;
  min-height: 46px;
  font-size: 15px;
  line-height: 1.466;
  font-weight: 400;
  padding: 12px 15px;
  word-break: keep-all;
  margin-bottom: 10px;
  cursor: pointer;
}
.form-field-shipping-item:last-child {
  margin-bottom: 0;
}
.form-field-shipping-item
  .error-message {
  display: none;
  color: #ff4747;
  font-weight: 500;
  font-size: 12px;
}
.form-field-shipping-item.shipping-error {
  pointer-events: none;
}
.form-field-shipping-item.shipping-error
  > :not(.error-message) {
  opacity: 0.3;
}
.form-field-shipping-item.shipping-error
  .delimiter,
.form-field-shipping-item.shipping-error
  .item-price {
  display: none;
}
.form-field-shipping-item.shipping-error
  .error-message {
  display: block;
}
.form-field-shipping-item--only {
  cursor: default;
}
.form-field-shipping-item--only
  .form-field-shipping-item__box {
  border: 0;
  background: currentColor;
  opacity: 0.05 !important;
}
.form-field-shipping-item--only
  .form-field-shipping-item__arrow {
  display: none;
}
.form-field-shipping-item--blocked {
  background: rgba(34, 17, 34, 0.02);
  cursor: default;
}
.form-field-shipping-item--blocked
  .form-field-shipping-item__input:checked
  ~ .form-field-shipping-item__box {
  border-width: 2px;
  opacity: 0.4;
}
.form-field-shipping-item--blocked
  .form-field-shipping-item__input:checked
  ~ .form-field-shipping-item__arrow {
  opacity: 0.4;
  visibility: visible;
}
.form-field-shipping-item--blocked
  .form-field-shipping-item__input:checked
  ~ .form-field-shipping-item__title {
  opacity: 0.7;
}
.form-field-shipping-item--blocked
  .form-field-shipping-item__min-total {
  opacity: 1;
}
.form-field-shipping-item__box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 4px;
  border: 1px solid currentColor;
  opacity: 0.15;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.form-field-shipping-item__title {
  font-weight: 400;
  padding-right: 20px;
}
.form-field-shipping-item__title
  .delimiter,
.form-field-shipping-item__title
  .item-price {
  font-weight: 400;
  opacity: 0.7;
}
.form-field-shipping-item__title
  .delimiter {
  margin: 0 1ex;
}
.form-field-shipping-item__desc {
  font-size: 13px;
  line-height: 16/13;
  margin-top: 8px;
  opacity: 0.5;
  white-space: pre-wrap;
}
.form-field-shipping-item__min-total {
  display: flex;
  align-items: center;
  justify-items: center;
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
  opacity: 0.5;
}
.form-field-shipping-item__min-total
  span {
  margin-left: 5px;
}
.form-field-shipping-item__input {
  display: none;
}
.form-field-shipping-item__input:checked
  ~ .form-field-shipping-item__box {
  border-width: 2px;
  opacity: 1;
}
.form-field-shipping-item__input:checked
  ~ .form-field-shipping-item__arrow {
  opacity: 1;
  visibility: visible;
}
.form-field-shipping-item__input:checked
  ~ .form-field-shipping-item__title {
  font-weight: 500;
}
.form-field-shipping-item__arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
  transition: all 0.3s ease;
}
.form-field-shipping-fields {
  display: none;
}
.form-field-shipping-fields--active {
  display: block;
}
.form-field-shipping-inner {
  max-height: 300px;
  overflow: auto;
}
.promocode-field {
  display: flex;
  align-items: flex-end;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.promocode-link_text {
  margin-top: calc(
    var(--columnGap) * 2
  );
}
.promocode-link {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-top: 5px;
  color: currentColor;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.promocode-link span {
  margin-left: 6px;
}
.promocode-link:hover {
  opacity: 1;
}
.promocode-link.hide {
  display: none;
}
.applied-promocode-block {
  display: block;
  border-radius: 4px;
  position: relative;
  padding: 15px;
  margin-top: 20px;
  animation: fadeIn 0.2s ease 1 both
    0.25s;
}
.applied-promocode-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: 0.05;
  border-radius: 4px;
  z-index: -1;
}
.applied-promocode-block__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 10px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.25;
  cursor: pointer;
  transition: opacity 0.18s;
  z-index: 10;
}
.is-pointer
  .applied-promocode-block__remove:hover {
  opacity: 0.65;
}
.applied-promocode-block__title {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.applied-promocode-block__title span {
  margin-left: 10px;
}
.applied-promocode-block__text {
  font-size: 13px;
  color: #888;
  margin-top: 10px;
}
.applied-promocode-block .error {
  position: absolute;
  left: 0;
  bottom: calc(-1em - 5px);
  font-size: 12px;
  color: #fc4d53;
}
.applied-promocode-block.is_error {
  margin-bottom: 1em;
}
.applied-promocode-block.is_error
  .applied-promocode-block__text,
.applied-promocode-block.is_error
  .applied-promocode-block__title {
  opacity: 0.5;
}
button.promocode-button {
  --buttonColor: currentColor;
  --buttonColorHover: currentColor;
  --buttonBorder: currentColor;
  margin: 45px 0 0 10px;
  height: 46px;
}
button.promocode-button.submitting,
button.promocode-button.success {
  pointer-events: none;
}
button.promocode-button .btn-content {
  padding: 13px 0;
  transition: all 0.25s ease;
  color: var(
    --buttonColor,
    currentColor
  ) !important;
}
[data-contrast="light"]
  .promocode-button:before {
  opacity: 0.4;
}
[data-contrast="light"]
  .promocode-button:hover:before {
  opacity: 0.6;
}
.form-field[data-type="promocode"] {
  max-width: 380px;
}
.form-field[data-type="promocode"]
  .border {
  margin: 0;
  display: none;
}
.form-field[data-type="promocode"]
  .form-field-text__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.form-field[data-type="promocode"]
  .form-field-text__input {
  position: relative;
  z-index: 1;
  font: inherit;
  font-size: 1em;
  line-height: 1.429;
  display: block;
  width: 100%;
  height: 46px;
  padding: 13px 16px;
  -webkit-appearance: none;
  border-radius: 5px;
  background: transparent;
  color: var(--currentColor);
  border: 1px solid var(--currentColor);
}
.form-field[data-type="promocode"]
  .form-field-text {
  width: 100%;
  position: relative;
  margin-top: 25px;
}
.form-field[data-type="promocode"]
  .form-field-text
  input {
  text-transform: uppercase;
}
.form-field[data-type="promocode"]
  .error {
  position: absolute;
  bottom: 0;
  color: #ff714d;
  opacity: 0;
  visibility: hidden;
  padding-top: 6px;
  font-size: 12px;
  transition: all 0.3s
    cubic-bezier(0.21, 0.67, 0.58, 1);
}
.form-field[data-type="promocode"]
  .is_error
  input {
  border-color: #ff714d !important;
}
.form-field[data-type="promocode"]
  .is_error
  .error {
  opacity: 1;
  visibility: visible;
}
.form-field[data-type="promocode"]
  .applied-promocode-block
  .error {
  bottom: -1.4em;
}
.form-field[data-type="promocode"]
  .form-field-title {
  font-size: 0.714rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.65;
  order: -2;
}
.form-field[data-type="promocode"]
  .promocode-button[disabled] {
  pointer-events: none;
  opacity: 0.6;
}
.form-field[data-type="promocode"]
  .promocode-button.hover
  .btn-content {
  opacity: 0.8;
  color: var(
    --buttonColorHover,
    currentColor
  ) !important;
}
.form-field[data-type="promocode"]
  .hide-promocode-field {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 0;
  margin-top: -5px;
  cursor: pointer;
  opacity: 0.35;
  z-index: 2;
  transition: opacity 0.3s
    cubic-bezier(0.21, 0.67, 0.58, 1);
}
.form-field[data-type="promocode"]
  .hide-promocode-field
  svg {
  padding: 5px;
}
.form-field[data-type="promocode"]
  .hide-promocode-field:hover {
  opacity: 1;
}
.form-field[data-type="promocode"]
  .promocode-field.hide {
  display: none;
}
.form-field[data-type="promocode"]
  .promocode-field[data-status="loading"]
  .promocode-button {
  pointer-events: none;
}
.form-field[data-type="promocode"]
  .promocode-field[data-status="loading"]
  .promocode-button
  .btn-text,
.form-field[data-type="promocode"]
  .promocode-field[data-status="loading"]
  .promocode-button
  .component-icon {
  opacity: 0;
}
.form-field[data-type="promocode"]
  .promocode-field[data-status="loading"]
  .promocode-button
  .submitting-status {
  display: block;
  opacity: 1;
  visibility: visible;
}
.form-field[data-type="promocode"]
  .promocode-field[data-status="loading"]
  .promocode-button
  .submitting-status
  svg {
  transform: scale(1);
}
.form-field[data-type="promocode"]
  .promocode-field[data-status="applied"]
  .promocode-button {
  pointer-events: none;
}
.form-field[data-type="promocode"]
  .promocode-field[data-status="applied"]
  .promocode-button
  .btn-content {
  border-color: #56b157;
  background: #56b157;
}
.form-field[data-type="promocode"]
  .promocode-field[data-status="applied"]
  .promocode-button
  .btn-text,
.form-field[data-type="promocode"]
  .promocode-field[data-status="applied"]
  .promocode-button
  .component-icon {
  opacity: 0;
}
.form-field[data-type="promocode"]
  .promocode-field[data-status="applied"]
  .promocode-button
  .success-icon {
  transition: opacity 0.45s,
    visibility 0.45s,
    transform 0.3s
      cubic-bezier(0.25, 1, 0.1, 3);
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, -50%, 0)
    scale(1);
}
.component-form {
  width: 100%;
}
.component-form form {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}
.component-form:not(.inline)
  .component-button {
  width: 100%;
  max-width: 100%;
}
.component-form .policy-data-warning {
  font-size: 13px;
  line-height: 19px;
  margin-top: 15px;
}
.component-form.inline
  .captcha-global-error,
.component-form.inline
  .policy-data-warning {
  justify-content: center;
}
.component-form .form-fields {
  width: 100%;
  display: block;
  clear: both;
  margin: 0 auto;
  text-align: left;
}
.component-form .form-field {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 30px;
}
.component-form .form-field:last-child {
  margin-bottom: 0;
}
.component-form
  .form-field.is_error
  .form-field-checkbox__box,
.component-form
  .form-field.is_error_info
  .form-field-checkbox__box {
  border-color: #fc4d53;
  opacity: 1;
}
.component-form
  .form-field.is_error
  .error.error-text,
.component-form
  .form-field.is_error
  .error
  .error-text,
.component-form
  .form-field.is_error_info
  .error.error-text,
.component-form
  .form-field.is_error_info
  .error
  .error-text {
  margin-top: 5px;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.component-form
  .form-field.is_error
  .error.error-tip,
.component-form
  .form-field.is_error_info
  .error.error-tip {
  opacity: 1;
  cursor: help;
}
.component-form
  .form-field.is_error
  .error.error-tip
  svg,
.component-form
  .form-field.is_error_info
  .error.error-tip
  svg {
  transform: scale(1);
}
.component-form
  .form-field.is_error
  .hr,
.component-form
  .form-field.is_error_info
  .hr {
  background: #fc5b25;
}
.component-form
  .form-field.is_error
  .form-field-date__icon,
.component-form
  .form-field.is_error_info
  .form-field-date__icon {
  display: none;
}
.component-form .form-field--hidden,
.component-form
  .form-field[data-type="hidden"] {
  display: none !important;
}
.component-form
  .form-field[data-type="checkbox"]
  + [data-type="checkbox"] {
  margin-top: -20px;
}
.component-form .form-field-title {
  font-size: 0.714rem;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  letter-spacing: 1.5px;
  opacity: 0.65;
  transition: opacity 0.15s;
  text-transform: uppercase;
}
.component-form
  .form-field-captcha
  .form-field-title {
  padding-bottom: 10px;
  order: 0;
}
.component-form .form-field-switch,
.component-form .form-field-text {
  position: relative;
}
.component-form
  .form-field-switch
  .form-field-title,
.component-form
  .form-field-text
  .form-field-title {
  font-size: 16px;
  letter-spacing: 0.3px;
  opacity: 0.65;
  position: absolute;
  top: 12px;
  left: 0;
  text-transform: none;
  transition: all 0.15s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.component-form .form-field-switch .hr,
.component-form .form-field-text .hr {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  background: currentColor;
  opacity: 0.3;
  transition: opacity 0.15s;
}
.component-form
  .f-calendar__input-overlay {
  position: absolute;
  top: 0;
  height: 46px;
  z-index: 3;
  width: 100%;
  cursor: text;
}
.component-form .form-field-date__icon {
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 15px;
  width: 16px;
  height: 16px;
  z-index: 4;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.component-form
  .form-field-date__icon.focus,
.component-form
  .form-field-date__icon:hover {
  opacity: 0.6;
}
.component-form
  .form-field-text__input {
  display: block;
  line-height: 1.63;
  letter-spacing: 0.3px;
  font: inherit;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  width: 100%;
  color: inherit;
  border: 0;
  outline: none;
  background: transparent;
  height: 46px;
  padding: 15px 25px 15px 15px;
}
.component-form
  .form-field-text__input.focus,
.component-form
  .form-field-text__input:focus {
  outline: none;
}
.component-form
  .form-field-text__input:not(
    :-moz-placeholder-shown
  )
  ~ .form-field-title {
  font-size: 0.714rem;
  font-weight: 500;
  top: -10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.6;
}
.component-form
  .form-field-text__input.focus
  ~ .form-field-title,
.component-form
  .form-field-text__input:focus
  ~ .form-field-title,
.component-form
  .form-field-text__input:not(
    :placeholder-shown
  )
  ~ .form-field-title {
  font-size: 0.714rem;
  font-weight: 500;
  top: -10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.6;
}
.component-form
  .form-field-text__textarea {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  max-height: 250px;
  resize: none;
  min-height: 46px;
  height: auto;
  padding: 15px 25px 15px 0;
  overflow: auto;
}
.component-form
  .form-field-text__textarea::-webkit-scrollbar {
  width: 5px;
  height: 95%;
}
.component-form
  .form-field-text__textarea::-webkit-scrollbar-track {
  background: 0;
}
.component-form
  .form-field-text__textarea::-webkit-scrollbar-thumb {
  background-color: currentColor;
  border-radius: 100px;
}
.component-form
  .form-field-select
  .custom-select {
  display: none;
}
.component-form
  .form-field-select
  .dropdown-container.active:after,
.component-form
  .form-field-select
  .dropdown-select:after {
  position: absolute;
  bottom: 0;
  top: 46px;
  left: 0;
  content: "";
  width: 100%;
  height: auto;
  background: var(--currentColor);
  opacity: 0.3;
}
.component-form
  .form-field-select
  .dropdown-select {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  width: 100%;
  border: 0;
  cursor: pointer;
  line-height: 1.63;
  background: transparent;
}
.component-form
  .form-field-select
  .dropdown-select:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
    rotate(180deg);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  transition: all 0.15s;
}
.component-form
  .form-field-select
  .dropdown-select:after {
  border-radius: 3px;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.component-form
  .form-field-select
  .dropdown-container {
  position: relative;
  border-radius: 3px;
}
.component-form
  .form-field-select
  .dropdown-container
  .dropdown-select-ul::-webkit-scrollbar {
  width: 5px;
  height: 95%;
}
.component-form
  .form-field-select
  .dropdown-container
  .dropdown-select-ul::-webkit-scrollbar-track {
  background: 0;
}
.component-form
  .form-field-select
  .dropdown-container
  .dropdown-select-ul::-webkit-scrollbar-thumb {
  background-color: currentColor;
  border-radius: 100px;
}
.component-form
  .form-field-select
  .dropdown-container
  .dropdown-select-ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s;
  padding: 0;
  max-height: 0;
  z-index: 100;
  position: relative;
  width: 100%;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
}
.component-form
  .form-field-select
  .dropdown-container
  .dropdown-select-ul
  li {
  padding: 10px 10px 10px 37px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.3px;
  border: 0;
  outline: none;
  background: transparent;
  display: block;
  position: relative;
  opacity: 0.65;
  transition: opacity 0.15s;
}
.component-form
  .form-field-select
  .dropdown-container
  .dropdown-select-ul
  li:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 12px;
  transition: all 0.15s;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTYgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+UGF0aDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ik1vZGFsLXYuMi0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDgxLjAwMDAwMCwgLTU1My4wMDAwMDApIiBmaWxsPSIjQzNGNjhCIj4gICAgICAgICAgICA8ZyBpZD0iTGlzdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDcwLjAwMDAwMCwgNTQ3LjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aCIgcG9pbnRzPSIxMSAxMy4yNjMxNTc5IDE1Ljk2NTUxNzIgMTggMjcgNy40NzM2ODQyMSAyNS40NTUxNzI0IDYgMTUuOTY1NTE3MiAxNS4wNTI2MzE2IDEyLjU0NDgyNzYgMTEuNzg5NDczNyI+PC9wb2x5Z29uPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  opacity: 0;
}
.component-form
  .form-field-select
  .dropdown-container
  .dropdown-select-ul
  li:hover {
  opacity: 1;
  cursor: pointer;
}
.component-form
  .form-field-select
  .dropdown-container
  .dropdown-select-ul
  li.selected,
.component-form
  .form-field-select
  .dropdown-container
  .dropdown-select-ul
  li.selected:before {
  opacity: 1;
}
.component-form
  .form-field-select
  .dropdown-container.active
  .dropdown-select-ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  max-height: 140px;
}
.component-form
  .form-field-select
  .dropdown-container.active
  .dropdown-select:after {
  border-radius: 3px 3px 0 0;
}
.component-form
  .form-field-select
  .dropdown-container.active
  .dropdown-select:before {
  transform: translateY(-50%)
    rotate(0deg);
  border-bottom: 5px solid;
}
.component-form
  .form-field-select
  .dropdown-container.active:after {
  border-radius: 0 0 3px 3px;
}
.component-form .form-field-checkbox {
  text-align: left;
}
.component-form
  .form-field-checkbox
  label {
  cursor: pointer;
  display: flex;
  align-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.component-form
  .form-field-checkbox
  .eroor {
  position: static;
}
.component-form
  .form-field-checkbox
  .form_field_checkbox--name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.3px;
  display: inline-block;
}
.component-form
  .form-field-checkbox
  input[type="checkbox"] {
  display: none;
}
.component-form
  .form-field-checkbox
  .form-field-checkbox__box {
  display: inline-block;
  height: 26px;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
  background-color: transparent;
  border: solid 2px var(--currentColor);
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 16px;
  flex-shrink: 0;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.component-form
  .form-field-checkbox
  .form-field-checkbox__box
  i {
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
.component-form
  .form-field-checkbox
  .form-field-checkbox__box
  i:before {
  content: "";
  display: block;
  top: 6px;
  left: 5px;
  height: 6px;
  width: 13px;
  position: absolute;
  transform: rotate(-45deg);
  border: 2px solid var(--currentColor);
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transition: width 0.05s;
}
.component-form
  .form-field-checkbox
  .form-field-checkbox__box.checked,
.component-form
  .form-field-checkbox
  .form-field-checkbox__input:checked
  + .form-field-checkbox__box {
  opacity: 1;
}
.component-form
  .form-field-checkbox
  .form-field-checkbox__box.checked
  i,
.component-form
  .form-field-checkbox
  .form-field-checkbox__input:checked
  + .form-field-checkbox__box
  i {
  opacity: 1;
  animation: checkAppearance 0.3s;
}
.component-form
  .form-field-radio-values
  .form-field-title {
  margin-bottom: 10px;
}
.component-form
  .form-field-radio-values
  .form-field-radio-value {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.component-form
  .form-field-radio-values
  .form-field-radio-value:last-child {
  margin-bottom: 0;
}
.component-form
  .form-field-radio-values
  [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.component-form
  .form-field-radio-values
  label {
  cursor: pointer;
  display: flex;
  align-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.component-form
  .form-field-radio-values
  [type="radio"]
  + span {
  display: block;
}
.component-form
  .form-field-radio-values
  [type="radio"]
  + .form-field-radio__check:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  transition: transform 0.15s
    ease-in-out;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  margin: 0 auto;
}
.component-form
  .form-field-radio-values
  [type="radio"]:checked
  + .form-field-radio__check:before {
  transform: translateY(-50%) scale(1);
}
.component-form
  .form-field-radio-values
  .form-field-radio__check {
  min-width: 26px;
  height: 26px;
  border: 2px solid;
  border-radius: 100%;
  position: relative;
  margin-right: 16px;
  display: inline-block;
}
.component-form
  .form-field-radio-values
  .form-field-radio__text {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.3px;
}
.component-form .form-field-range {
  display: flex;
  flex-flow: column-reverse;
  flex-grow: 1;
}
.component-form
  .form-field-range
  .form-field-title {
  padding-bottom: 10px;
  order: 0;
}
.component-form
  .form-field-range
  .form-field-desc {
  order: 0;
}
.component-form
  .form-field-range
  .form-field-desc
  + .form-field-title {
  padding-bottom: 5px;
}
.component-form
  .form-field-range
  .range-outer {
  display: flex;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0 13px;
  height: 26px;
}
.component-form
  .form-field-range
  .range-outer.animated
  .range-value {
  transition: width 0.25s ease-in-out,
    margin 0.25s ease-in-out;
}
.component-form
  .form-field-range
  .range-outer.animated.active-animation
  .range-value {
  transition: width 0.1s ease,
    margin 0.1s ease;
}
.component-form
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-10
  .range-value {
  transition-duration: 0.3s;
}
.component-form
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-9
  .range-value {
  transition-duration: 0.26s;
}
.component-form
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-8
  .range-value {
  transition-duration: 0.24s;
}
.component-form
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-7
  .range-value {
  transition-duration: 0.2s;
}
.component-form
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-6
  .range-value {
  transition-duration: 0.18s;
}
.component-form
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-5
  .range-value {
  transition-duration: 0.16s;
}
.component-form
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-4
  .range-value {
  transition-duration: 0.14s;
}
.component-form
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-3
  .range-value {
  transition-duration: 0.12s;
}
.component-form
  .form-field-range
  .range-outer.animated.active-animation.animation-speed-2
  .range-value {
  transition-duration: 0.1s;
}
.component-form
  .form-field-range
  .range-legend {
  display: flex;
  justify-content: space-between;
  margin: 6px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 12px;
  font-weight: 500;
}
.component-form
  .form-field-range
  .range-legend
  .range-legend-inner {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.component-form
  .form-field-range
  .range-legend
  .legend-point {
  cursor: pointer;
  min-width: calc(13px * 2);
  text-align: center;
}
.component-form
  .form-field-range
  .range-legend.complex {
  padding: 0 13px;
}
.component-form
  .form-field-range
  .range-legend.complex
  .legend-point {
  flex-grow: 1;
  position: relative;
  text-align: center;
  flex-basis: 100%;
  min-width: 9.09%;
}
.component-form
  .form-field-range
  .range-legend.complex[data-count="10"]
  .range-legend-inner {
  margin: 0 -5%;
}
.component-form
  .form-field-range
  .range-legend.complex[data-count="9"]
  .range-legend-inner {
  margin: 0 -5.55555556%;
}
.component-form
  .form-field-range
  .range-legend.complex[data-count="8"]
  .range-legend-inner {
  margin: 0 -6.25%;
}
.component-form
  .form-field-range
  .range-legend.complex[data-count="7"]
  .range-legend-inner {
  margin: 0 -7.14285714%;
}
.component-form
  .form-field-range
  .range-legend.complex[data-count="6"]
  .range-legend-inner {
  margin: 0 -8.33333333%;
}
.component-form
  .form-field-range
  .range-legend.complex[data-count="5"]
  .range-legend-inner {
  margin: 0 -10%;
}
.component-form
  .form-field-range
  .range-legend.complex[data-count="4"]
  .range-legend-inner {
  margin: 0 -12.5%;
}
.component-form
  .form-field-range
  .range-legend.complex[data-count="3"]
  .range-legend-inner {
  margin: 0 -16.66666667%;
}
.component-form
  .form-field-range
  .range-legend.limits
  .legend-point {
  min-width: calc(13px * 2);
  text-align: center;
}
.component-form
  .form-field-range
  input {
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.component-form
  .form-field-range
  .range-area {
  width: 100%;
  height: 2px;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  z-index: 1;
}
.component-form
  .form-field-range
  .range-area:before {
  content: "";
  position: absolute;
  display: block;
  left: -13px;
  right: -13px;
  height: 100%;
  top: 0;
  background-color: currentColor;
  opacity: 0.2;
}
.component-form
  .form-field-range
  .range-value {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
.component-form
  .form-field-range
  .range-value:before {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
  height: 100%;
  width: 100%;
  top: 0;
  left: -13px;
}
.component-form
  .form-field-range
  .range-runner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
  margin-top: 1px;
  background-color: currentColor;
  border-radius: 50%;
  cursor: pointer;
  transition: width 0.3s ease,
    height 0.3s ease;
}
.component-form
  .form-field-range
  .range-runner
  .runner-tip {
  display: flex;
  position: absolute;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  padding: 0 8px;
  height: 24px;
  top: -20px;
  background-color: #060607;
  opacity: 0;
  border-radius: 3px;
  transition: top 0.3s ease,
    opacity 0.3s ease;
}
.component-form
  .form-field-range
  .range-runner
  .runner-tip
  .prefix {
  margin-right: 5px;
  opacity: 0.65;
}
.component-form
  .form-field-range
  .range-runner
  .runner-tip
  .suffix {
  margin-left: 5px;
  opacity: 0.65;
}
.component-form
  .form-field-range
  .range-runner.upper-runner {
  z-index: 1;
}
.component-form
  .form-field-range
  .range-runner.active
  .runner-tip,
.is-pointer
  .component-form
  .form-field-range
  .range-runner
  .runner-tip:before {
  opacity: 1;
  top: -30px;
}
.component-form
  .form-field-range
  .range-runner-right {
  right: 0;
  transform: translate(50%, -50%);
}
.component-form .form-field-file {
  display: flex;
  flex-direction: column;
}
.component-form
  .form-field-file
  .file-input-outer {
  position: relative;
  padding-top: 10px;
  transition: padding 0.15s ease;
}
.component-form
  .form-field-file
  .file-list {
  width: 100%;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.component-form
  .form-field-file
  .file-item {
  margin-bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.component-form
  .form-field-file
  .file-item.loading
  .circle-loader {
  display: block;
}
.component-form
  .form-field-file
  .file-item.loading
  .icon {
  display: none;
}
.component-form
  .form-field-file
  .file-item.is-error
  .file-item--title,
.component-form
  .form-field-file
  .file-item.is-error
  .icon {
  color: #ff714d;
}
.is-pointer
  .component-form
  .form-field-file
  .file-item:hover
  .clear-files {
  opacity: 0.4;
}
.component-form
  .form-field-file
  .file-item
  .circle-loader {
  display: none;
  width: 24px;
  height: 24px;
  fill: none;
  margin-right: 10px;
  stroke: currentColor;
  stroke-width: 4px;
  transform-origin: center center;
}
.component-form
  .form-field-file
  .file-item
  .circle-loader__bg {
  opacity: 0.3;
}
.component-form
  .form-field-file
  .file-item
  .icon {
  display: block;
  opacity: 0.4;
}
.component-form
  .form-field-file
  .file-item--title {
  max-width: calc(100% - 85px);
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.component-form
  .form-field-file
  .clear-files {
  width: 18px;
  height: 18px;
  padding: 4px;
  opacity: 0;
  margin-left: 6px;
  cursor: pointer;
  display: flex;
  white-space: nowrap;
}
.is-pointer
  .component-form
  .form-field-file
  .clear-files:hover {
  opacity: 0.6 !important;
}
.component-form
  .form-field-file
  .file-input,
.component-form
  .form-field-file
  .file-item {
  display: flex;
  cursor: pointer;
  color: currentColor;
  font-size: 15px;
  line-height: 22px;
  align-items: center;
}
.component-form
  .form-field-file
  .file-input
  .icon,
.component-form
  .form-field-file
  .file-item
  .icon {
  display: inline-block;
  max-height: 22px;
  height: 22px;
  margin-right: 10px;
  width: 22px;
  text-align: center;
}
.component-form
  .form-field-file
  .file-input
  .icon
  svg,
.component-form
  .form-field-file
  .file-item
  .icon
  svg {
  height: 100%;
}
.component-form
  .form-field-file
  .file-input--original,
.component-form
  .form-field-file
  .file-item--original {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.component-form
  .form-field-file
  .file-input {
  min-height: 22px;
  transition: opacity 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.component-form
  .form-field-file
  .file-input:hover {
  opacity: 0.5;
}
.component-form .form-field-switch {
  display: flex;
  gap: 2px;
  padding: 2px;
  min-height: 46px;
  width: 100%;
  position: relative;
}
.component-form
  .form-field-switch:before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  opacity: 0.15;
  border: 1px solid currentColor;
  border-radius: 4px;
}
.component-form
  .form-field-switch-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  padding: 8px;
}
.component-form
  .form-field-switch-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: currentColor;
  opacity: 0;
  border-radius: 3px;
  transition: opacity 0.2s ease;
}
.component-form
  .form-field-switch-item:hover:before {
  opacity: 0.05;
}
.component-form
  .form-field-switch-item:has(
    :checked
  ):before {
  opacity: 0.1;
}
.component-form
  .form-field-switch-item__input {
  display: none;
}
.component-form
  .form-field-switch-item__label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: transparent;
  transition: background-color 0.2s ease;
  width: 100%;
}
.component-form
  .form-field-switch-item__label-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}
.component-form
  .form-field-switch-item__label-text {
  display: flex;
  font-size: 16px;
}
.component-form [data-type="shipping"] {
  padding-top: 20px;
  margin: 0;
}
.component-form
  [data-type="shipping"]
  > .form-field-title {
  position: absolute;
  top: -5px !important;
}
.component-form
  [data-type="shipping"]
  .form-field-shipping-fields-wrap {
  margin-top: 20px;
}
.component-form .form-field-address {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.component-form
  .form-field-address__row {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.component-form
  .form-field-address__row
  .form-field {
  flex: 1;
}
.component-form
  .form-field-address__row--multiple {
  align-items: flex-end;
}
.component-form
  .form-field-address__row--multiple:has(
    > [data-hidden="true"]:not(
        :last-child
      )
      ~ *
  ) {
  display: none;
}
.component-form
  .form-field-address__add-line {
  width: 100%;
}
.component-form
  .form-field-address
  .form-field {
  padding-top: 20px;
  margin: 0;
}
.component-form .error {
  color: #fc4d53;
}
.component-form .error.error-text,
.component-form .error .error-text {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  font-size: 10px;
  line-height: 15px;
  transition: all 0.3s ease;
}
.component-form .error.error-tip {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.1s;
}
.component-form .error.error-tip svg {
  display: inline-block;
  vertical-align: top;
  width: 2px;
  height: 100%;
  transition: transform 0.2s linear 0.1s;
  transform: scale(0.4);
}
.component-form .form-submit {
  margin: 40px auto 0;
}
.component-form .component-ico {
  transition: opacity 0.2s ease;
}
.component-form .form-button {
  display: block;
  padding: 0;
  outline: none;
  position: relative;
}
.component-form
  .form-button
  .form-submit-text {
  transition: opacity 0.15s;
  opacity: 1;
}
.component-form.submitting
  .component-button
  .btn-text,
.component-form.submitting
  .component-button
  .component-icon {
  opacity: 0;
}
.component-form.submitting
  .submitting-status {
  display: block;
  opacity: 1;
  visibility: visible;
}
.component-form.submitting
  .submitting-status
  svg {
  transform: scale(1);
}
.component-form.success
  .component-button
  .btn-text,
.component-form.success
  .component-button
  .component-icon {
  opacity: 0;
}
.component-form.success .success-icon {
  transition: opacity 0.45s,
    visibility 0.45s,
    transform 0.3s
      cubic-bezier(0.25, 1, 0.1, 3);
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, -50%, 0)
    scale(1);
}
.component-form.style-1
  .form-field-range
  .range-area {
  height: 1px;
}
.component-form.style-1
  .form-field-range
  .range-runner {
  height: 25px;
  width: 25px;
}
.component-form.style-1
  .form-field-text__input {
  padding-left: 0;
}
.component-form.style-1
  .form-field-text__input:not(
    :-moz-placeholder-shown
  )
  ~ .hr {
  opacity: 0.35;
}
.component-form.style-1
  .form-field-text__input.focus
  ~ .hr,
.component-form.style-1
  .form-field-text__input:focus
  ~ .hr,
.component-form.style-1
  .form-field-text__input:not(
    :placeholder-shown
  )
  ~ .hr {
  opacity: 0.35;
}
.component-form.style-1
  .form-field-text__input::placeholder {
  opacity: 0;
  transition: opacity 0.15s ease-in;
}
.component-form.style-1
  .form-field-text__input.focus::placeholder,
.component-form.style-1
  .form-field-text__input:focus::placeholder {
  opacity: 0.7;
}
.component-form.style-1
  .form-field-date
  .form-field-title {
  padding-right: 20px;
}
.component-form.style-1
  .form-field-date__icon {
  right: 2px;
}
.component-form.style-1
  .form-field-select
  .dropdown-select {
  color: inherit;
}
.component-form.style-1
  .form-field-select
  .dropdown-container {
  border-radius: 0;
}
.component-form.style-1
  .form-field-select
  .dropdown-container
  .dropdown-select:after,
.component-form.style-1
  .form-field-select
  .dropdown-container:after {
  height: 1px;
  top: auto;
  bottom: 0;
  border-radius: 0;
}
.component-form.style-2
  .form-field[data-type="email"],
.component-form.style-2
  .form-field[data-type="name"],
.component-form.style-2
  .form-field[data-type="phone"],
.component-form.style-2
  .form-field[data-type="text"],
.component-form.style-2
  .form-field[data-type="textarea"],
.component-form.style-2
  .form-field[data-type^="date"] {
  padding-top: 20px;
}
.component-form.style-2
  .form-field-title {
  font-size: 0.714rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.component-form.style-2
  .form-field-switch
  .form-field-title,
.component-form.style-2
  .form-field-text
  .form-field-title {
  position: absolute;
  top: -26px !important;
}
.component-form.style-2
  .form-field-switch
  .hr,
.component-form.style-2
  .form-field-text
  .hr {
  content: none;
  display: none;
}
.component-form.style-2
  .form-field-switch
  .form-field-text__input,
.component-form.style-2
  .form-field-text
  .form-field-text__input {
  border-radius: 3px;
  background-color: #fff;
  color: #191919;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.component-form.style-2
  .form-field-switch
  .form-field-text__input:focus,
.component-form.style-2
  .form-field-text
  .form-field-text__input:focus {
  outline: none;
}
.component-form.style-2
  .form-field-switch
  .form-field-text__input:not(
    :-moz-placeholder-shown
  )
  ~ .form-field-title,
.component-form.style-2
  .form-field-text
  .form-field-text__input:not(
    :-moz-placeholder-shown
  )
  ~ .form-field-title {
  opacity: 1;
}
.component-form.style-2
  .form-field-switch
  .form-field-text__input:focus
  ~ .form-field-title,
.component-form.style-2
  .form-field-switch
  .form-field-text__input:not(
    :placeholder-shown
  )
  ~ .form-field-title,
.component-form.style-2
  .form-field-text
  .form-field-text__input:focus
  ~ .form-field-title,
.component-form.style-2
  .form-field-text
  .form-field-text__input:not(
    :placeholder-shown
  )
  ~ .form-field-title {
  opacity: 1;
}
.component-form.style-2
  .form-field-date__icon {
  color: #191919;
}
.component-form.style-2
  .form-field-text__textarea::-webkit-scrollbar-track {
  background: 0;
}
.component-form.style-2
  .form-field-text__textarea::-webkit-scrollbar-thumb {
  background-color: rgba(
    25,
    25,
    25,
    0.25
  );
  border-radius: 100px;
}
.component-form.style-2
  .form-field-text__textarea::-webkit-scrollbar {
  width: 5px;
  height: 95%;
}
.component-form.style-2
  .form-field-select
  .dropdown-container {
  color: #191919;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.component-form.style-2
  .form-field-select
  .dropdown-container
  .dropdown-select {
  padding: 10px 15px;
}
.component-form.style-2
  .form-field-select
  .dropdown-container
  .dropdown-select-ul:after {
  position: absolute;
  border-radius: 0 0 3px 3px;
  opacity: 0.2;
  top: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
}
.component-form.style-2
  .form-field-select
  .dropdown-container
  .dropdown-select-ul::-webkit-scrollbar {
  width: 5px;
  height: 95%;
}
.component-form.style-2
  .form-field-select
  .dropdown-container
  .dropdown-select-ul::-webkit-scrollbar-track {
  background: 0;
}
.component-form.style-2
  .form-field-select
  .dropdown-container
  .dropdown-select-ul::-webkit-scrollbar-thumb {
  background-color: rgba(
    25,
    25,
    25,
    0.25
  );
  border-radius: 3px;
}
.component-form.style-2
  .form-field-select
  .dropdown-container
  .dropdown-select:after,
.component-form.style-2
  .form-field-select
  .dropdown-container:after {
  background: #fff;
  opacity: 1;
}
.component-form.style-2
  .error.error-tip:before {
  right: 15px;
}
.component-form.style-3
  .form-field[data-type="email"],
.component-form.style-3
  .form-field[data-type="name"],
.component-form.style-3
  .form-field[data-type="phone"],
.component-form.style-3
  .form-field[data-type="text"],
.component-form.style-3
  .form-field[data-type="textarea"],
.component-form.style-3
  .form-field[data-type^="date"] {
  padding-top: 20px;
}
.component-form.style-3
  .form-field-title {
  font-size: 0.714rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.component-form.style-3
  .form-field-switch
  .form-field-title,
.component-form.style-3
  .form-field-text
  .form-field-title {
  position: absolute;
  top: -26px !important;
}
.component-form.style-3
  .form-field-switch
  .hr,
.component-form.style-3
  .form-field-text
  .hr {
  border-radius: 3px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}
.component-form.style-3
  .form-field-switch
  .form-field-text__input:focus,
.component-form.style-3
  .form-field-text
  .form-field-text__input:focus {
  outline: none;
}
.component-form.style-3
  .form-field-switch
  .form-field-text__input:not(
    :-moz-placeholder-shown
  )
  ~ .form-field-title,
.component-form.style-3
  .form-field-text
  .form-field-text__input:not(
    :-moz-placeholder-shown
  )
  ~ .form-field-title {
  opacity: 1;
}
.component-form.style-3
  .form-field-switch
  .form-field-text__input:focus
  ~ .form-field-title,
.component-form.style-3
  .form-field-switch
  .form-field-text__input:not(
    :placeholder-shown
  )
  ~ .form-field-title,
.component-form.style-3
  .form-field-text
  .form-field-text__input:focus
  ~ .form-field-title,
.component-form.style-3
  .form-field-text
  .form-field-text__input:not(
    :placeholder-shown
  )
  ~ .form-field-title {
  opacity: 1;
}
.component-form.style-3
  .form-field-text__textarea::-webkit-scrollbar-track {
  background: 0;
}
.component-form.style-3
  .form-field-text__textarea::-webkit-scrollbar-thumb {
  background-color: rgba(
    25,
    25,
    25,
    0.25
  );
  border-radius: 100px;
}
.component-form.style-3
  .form-field-text__textarea::-webkit-scrollbar {
  width: 5px;
  height: 95%;
}
.component-form.style-3
  .form-field-select
  .dropdown-container {
  margin-top: 10px;
}
.component-form.style-3
  .form-field-select
  .dropdown-container
  .dropdown-select {
  padding: 10px 15px;
  color: var(--currentColor);
}
.component-form.style-3
  .form-field-select
  .dropdown-container
  .dropdown-select-ul:after {
  position: absolute;
  border-radius: 0 0 3px 3px;
  opacity: 0.2;
  top: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
}
.component-form.style-3
  .form-field-select
  .dropdown-container
  .dropdown-select-ul::-webkit-scrollbar {
  width: 5px;
  height: 95%;
}
.component-form.style-3
  .form-field-select
  .dropdown-container
  .dropdown-select-ul::-webkit-scrollbar-track {
  background: 0;
}
.component-form.style-3
  .form-field-select
  .dropdown-container
  .dropdown-select-ul::-webkit-scrollbar-thumb {
  background-color: rgba(
    25,
    25,
    25,
    0.25
  );
  border-radius: 3px;
}
.component-form.style-3
  .form-field-select
  .dropdown-container
  .dropdown-select:after,
.component-form.style-3
  .form-field-select
  .dropdown-container:after {
  background: var(--currentColor);
  opacity: 0.2;
}
.component-form.style-3
  .error.error-tip:before {
  right: 15px;
}
.component-form.inline form {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.component-form.inline .form-fields {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: auto;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0;
}
.component-form.inline .form-field {
  flex-shrink: 0;
  flex-grow: 1;
  width: auto;
  min-width: 20%;
  padding: 0 5px;
  margin: auto;
}
.component-form.inline .form-submit {
  flex-shrink: 1;
  flex-grow: 0;
  padding: 0 5px;
  margin: 0;
}
.component-form.inline .form-button {
  margin-top: 20px;
}
body.adaptive-mobile
  .component-form.inline
  form {
  flex-wrap: wrap;
}
body.adaptive-mobile
  .component-form.inline
  .form-fields {
  width: 100%;
  max-width: 100%;
}
body.adaptive-mobile
  .component-form.inline
  .form-field {
  width: 100%;
  max-width: 480px !important;
  padding: 0;
  margin-bottom: 30px;
}
body.adaptive-mobile
  .component-form.inline
  .form-submit {
  padding: 0;
  width: 100%;
}
body.adaptive-mobile
  .component-form.inline
  .form-button {
  display: inline-block;
  max-width: 480px;
  width: 100%;
}
.component-form.inline.style-1
  .form-button {
  margin-top: 0;
}
body.adaptive-mobile
  .component-form.inline.style-2
  .form-button,
body.adaptive-mobile
  .component-form.inline.style-3
  .form-button {
  padding-top: 0;
  margin-top: 0;
}
body.adaptive-mobile
  .form-field-text__input {
  text-size-adjust: 120%;
  -webkit-text-size-adjust: 120%;
}
.component-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  display: inline-block;
  min-width: 120px;
  max-width: 250px;
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: 0.5px;
  text-align: center;
  word-break: normal;
  -webkit-font-smoothing: auto;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.component-button .btn-content {
  position: relative;
  display: flex;
  color: #fff;
  padding: 14px 30px;
  transform: translateZ(0);
  will-change: opacity;
  transition: background 0.25s ease;
  margin: auto;
  justify-content: center;
  text-align: center;
}
.component-button .btn-content:after,
.component-button .btn-content:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s ease;
  border-radius: inherit;
}
.component-button .btn-content:before {
  opacity: 1;
}
.component-button .btn-content:after {
  opacity: 0;
}
.component-button
  .btn-content
  .cart-action {
  pointer-events: none;
  fill: currentColor;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute !important;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0)
    scale(0.6);
}
.component-button .btn-content > * {
  z-index: 1;
}
.component-button
  .btn-content
  .btn-text {
  transition: all 0.25s ease;
}
.component-button .btn-content span {
  transition: opacity 0.45s;
}
.component-button .btn-content-icon,
.component-button
  .btn-content-icon-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-button
  .btn-content-icon-text.icon-on-right,
.component-button
  .btn-content-icon.icon-on-right {
  flex-flow: row-reverse;
}
.component-button
  .btn-content-icon-text.icon-on-right
  .component-icon,
.component-button
  .btn-content-icon.icon-on-right
  .component-icon {
  margin-right: 0;
  margin-left: 10px;
}
.component-button
  .btn-content-icon-text
  .component-icon,
.component-button
  .btn-content-icon
  .component-icon {
  position: relative;
  width: var(--iconSize, 1em);
  height: var(--iconSize, auto);
  color: currentColor !important;
  margin: 0 10px 0 0;
}
.component-button
  .btn-content-icon-text
  .component-icon
  .icon-wrap,
.component-button
  .btn-content-icon
  .component-icon
  .icon-wrap {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.component-button
  .btn-content-icon-text
  .component-icon
  .icon-wrap
  .icon,
.component-button
  .btn-content-icon
  .component-icon
  .icon-wrap
  .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.component-button
  .btn-content-icon
  .component-icon {
  margin: 0 !important;
}
.component-button:hover {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.component-button.small {
  font-size: 1em;
  letter-spacing: 0.3px;
}
.component-button.small .btn-content {
  padding: 12px 28px;
}
.component-button.wide {
  width: 100%;
  max-width: 100%;
}
.component-button.squared .btn-content {
  border-radius: 5px;
}
.component-button.squared
  .btn-content.small {
  border-radius: 4px;
}
.component-button.rounded .btn-content {
  border-radius: 23px;
}
.component-button.filled .btn-content {
  border: 0;
}
.component-button.bordered
  .btn-content {
  border: 1px solid currentColor;
}
.component-button.inverted
  .btn-content {
  color: inherit;
  background: transparent;
  border: 0 !important;
}
.component-button.inverted
  .btn-content:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid currentColor;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.component-button.inverted:hover
  .btn-content:before {
  opacity: 0.8;
}
.component-button.splash {
  max-width: none;
  width: 100%;
  height: 100%;
  border: 0;
}
.component-button.splash .btn-content {
  border-radius: 0;
}
.component-button.link {
  border: 0;
  max-width: 400px;
  min-width: 8ex;
  min-height: 1em;
  font-size: 13px;
  line-height: 1.333;
  opacity: 0.5;
  font-weight: 400;
  color: inherit;
  overflow: visible;
}
.component-button.link .btn-content {
  padding: 0;
  color: inherit;
  transform: none;
  will-change: auto;
}
.component-button.link:hover {
  text-decoration: underline;
}
.component-button .submitting-status {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease,
    visibility 0.3s ease;
}
.component-button
  .submitting-status
  .icon {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
}
.component-button
  .submitting-status
  .icon
  .circle-loader {
  fill: none;
  stroke: currentColor;
  stroke-width: 6px;
  transform-origin: center center;
}
.component-button
  .submitting-status
  .icon
  .circle-loader__path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  stroke-linecap: round;
  animation: circularLoader 1.5s
    ease-in-out infinite reverse;
}
.component-button .success-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  transform: translate3d(-50%, -50%, 0)
    scale(0.6);
  opacity: 0;
  visibility: hidden;
}
.component-button.animate-add-to-cart {
  pointer-events: none;
}
.component-button.animate-add-to-cart
  .in-cart-icon {
  display: none !important;
}
.component-button.animate-add-to-cart
  .component-icon {
  transition: none;
  opacity: 0;
}
.component-button.animate-add-to-cart
  .success-icon {
  transition: opacity 0.45s,
    visibility 0.45s,
    transform 0.3s
      cubic-bezier(0.25, 1, 0.1, 3);
  transform: translate3d(-50%, -50%, 0)
    scale(1);
  opacity: 1;
  visibility: visible;
  will-change: transform;
}
.component-button.animate-add-to-cart
  .btn-text {
  transition: none;
  opacity: 0;
  will-change: transform;
}
