@import '../fonts/conthrax/stylesheet.css';
@import '../fonts/inter/stylesheet.css';
@import '../fonts/unbounded/stylesheet.css';
@import './variables.css';
html {
  scrollbar-color: var(--purpurno-krasnyy) var(--color-background-default);
  scrollbar-width: thin;
  scroll-behavior: smooth;
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  color: var(--color-main);
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.25rem;
  background-color: var(--color-bg);
  min-height: 100vh;
}

body.js--scrolled {
  overflow: hidden;
}

.main {
  z-index: 4;
}

.main.main-hidden {
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}

.wrapper {
  overflow: hidden;
}

.wrapper.wrapper-relative {
  position: relative;
}

.section {
  padding: 5.625rem 0;
}
@media (max-width: 1280px) {
  .section {
    padding: 3.125rem 0;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 3.125rem 0;
  }
}
.section__header {
  margin-bottom: 5rem;
}
@media (max-width: 1280px) {
  .section__header {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 991px) {
  .section__header {
    margin-bottom: 2.5rem;
  }
}
.section__header h2 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.25rem;
  color: var(--color-main);
  line-height: 120%;
}
@media (max-width: 1440px) {
  .section__header h2 {
    font-size: 2.125rem;
  }
}
@media (max-width: 767px) {
  .section__header h2 {
    font-size: 1.75rem;
  }
}
.section__header p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--color-main);
}
@media (max-width: 767px) {
  .section__header p {
    font-size: 1rem;
  }
}
.section__header p strong {
  font-weight: 400;
  color: var(--color-accent-1);
}
.section__header.section__header-flex {
  display: grid;
  grid-template-columns: 28rem 1fr;
  align-items: flex-start;
  gap: 6.625rem;
}
@media (max-width: 1440px) {
  .section__header.section__header-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .section__header.section__header-flex {
    gap: 2.5rem;
  }
}
.section__header.section__header-flex h2 {
  max-width: 30rem;
}
.section__header.section__header-center {
  display: flex;
  justify-content: center;
  text-align: center;
}
.section__header.section__header--pb-none {
  margin-bottom: 0;
}
.section__footer {
  margin-top: 3.125rem;
}
@media (max-width: 1280px) {
  .section__footer {
    margin-top: 2.5rem;
  }
}

.breadcrumbs + .main .section:first-child {
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .breadcrumbs + .main .section:first-child {
    padding-top: 1.25rem;
  }
}
@media (max-width: 767px) {
  .breadcrumbs + .main .section.section--mob-pt-lg {
    padding-top: 3.125rem;
  }
}
.breadcrumbs + .main .section.section-service {
  padding-top: 15rem;
}
@media (max-width: 1440px) {
  .breadcrumbs + .main .section.section-service {
    padding-top: 10.25rem;
  }
}
@media (max-width: 767px) {
  .breadcrumbs + .main .section.section-service {
    padding-top: 4.875rem;
  }
}

.breadcrumbs + .main .section.section--pt-lg {
  padding-top: 11.25rem;
}
@media (max-width: 1280px) {
  .breadcrumbs + .main .section.section--pt-lg {
    padding-top: 6.25rem;
  }
}

.section.section--pt-sm {
  padding-top: 3.75rem;
}
@media (max-width: 767px) {
  .section.section--pt-sm {
    padding-top: 3.125rem;
  }
}

.section.section--pb-sm {
  padding-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .section.section--pb-sm {
    padding-bottom: 3.125rem;
  }
}

.section.section--pb-lg {
  padding-bottom: 7.5rem;
}

.section.section--hidden {
  overflow: hidden;
}

.section.section--mob-pb {
  position: relative;
}
@media (max-width: 767px) {
  .section.section--mob-pb {
    padding-bottom: 6.25rem;
  }
}

.section.section-secondary {
  padding-top: 10rem;
  padding-bottom: 8.75rem;
  max-width: 100vw;
}
@media (max-width: 1280px) {
  .section.section-secondary {
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }
}

.section.section-secondary.section-base {
  padding-bottom: 3.75rem;
}
@media (max-width: 1440px) {
  .section.section-secondary.section-base {
    padding-bottom: 2.5rem;
  }
}

.section.section-404 {
  padding-top: 13.6vw;
  padding-bottom: 11.6vw;
}
@media (max-width: 1280px) {
  .section.section-404 {
    padding: 10rem 0 10rem;
  }
}

.section.section-pad {
  padding: 3.75rem 0;
}

.section.section-relative {
  position: relative;
}

.section__dark {
  padding: 3.75rem 0;
  background: linear-gradient(180deg, #38306e 0%, #0b1e46 100%);
}

@media (max-width: 1440px) {
  .section.section-contact .contact {
    margin-top: 0;
  }
}

.section.section--search {
  padding-top: 11rem;
}
@media (max-width: 991px) {
  .section.section--search {
    padding-top: 7rem;
  }
}

.container {
  width: 100%;
  max-width: 99.625rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 0.75rem;
  }
}

.container.container--sm {
  max-width: 81.25rem;
}

.container.container--lg {
  max-width: 119rem;
}

.container.container--md {
  max-width: 109rem;
}

h2 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.25rem;
  color: #f9f9f9;
}
@media (max-width: 1440px) {
  h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.75rem;
  }
}
h2 strong {
  display: block;
  color: var(--color-violet);
  font-weight: 400;
}

.heading {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 120%;
  color: var(--color-main);
}
@media (max-width: 1440px) {
  .heading {
    font-size: 1.875rem;
  }
}
@media (max-width: 991px) {
  .heading {
    font-size: 1.75rem;
  }
}
.heading strong {
  display: block;
  color: var(--color-violet);
  font-weight: 400;
}

.heading.heading--lg {
  font-family: var(--third-family, "Conthrax SemiBold", sans-serif);
  font-weight: 600;
  font-size: 8.5rem;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1440px) {
  .heading.heading--lg {
    font-size: 4.5rem;
  }
}
@media (max-width: 991px) {
  .heading.heading--lg {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .heading.heading--lg {
    font-size: 2.5rem;
  }
}

.heading.heading--sm {
  font-size: 1.5rem;
  text-transform: none;
}
@media (max-width: 1280px) {
  .heading.heading--sm {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .heading.heading--sm {
    font-size: 1.125rem;
  }
}

.heading.heading--md {
  font-size: 1.875rem;
}
@media (max-width: 1280px) {
  .heading.heading--md {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .heading.heading--md {
    font-size: 1.25rem;
  }
}

.heading.heading--light {
  color: var(--color-text-light);
}

.heading-italic {
  font-style: italic;
}

@media (max-width: 1440px) {
  .heading.heading--width {
    max-width: 32rem;
  }
}

.paragraph {
  font-size: 1.25rem;
  color: var(--color-main);
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1280px) {
  .paragraph {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 1rem;
    font-weight: 300;
    line-height: 120%;
  }
}
.paragraph strong {
  font-weight: 500;
}

.paragraph.paragraph--lg {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .paragraph.paragraph--lg {
    font-size: 1.375rem;
  }
}

.paragraph.paragraph--sm {
  font-size: 1.25rem;
}
@media (max-width: 1440px) {
  .paragraph.paragraph--sm {
    font-size: 1rem;
  }
}

.paragraph.paragraph--muted {
  color: var(--color-text-muted);
}

.span-accent {
  color: var(--color-accent-1);
}

.subheading {
  font-weight: 400;
  font-size: 1.25rem;
  color: #8c929d;
  margin-bottom: 1.5rem;
}
@media (max-width: 1440px) {
  .subheading {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 767px) {
  .subheading {
    margin-bottom: 1rem;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  border-radius: 1.875rem;
  padding: 0.875rem 1.875rem;
  color: var(--color-main);
  background-color: var(--color-accent);
  cursor: pointer;
  font-family: var(--font-family);
  font-size: 1.125rem;
  border: none;
  width: 100%;
  transition: 0.3s all;
}
.button:hover {
  background-color: var(--color-accent-1);
}
.button:hover svg {
  transform: rotate(45deg);
}
@media (max-width: 1440px) {
  .button {
    padding: 0.8125rem 2.5rem;
  }
}
@media (max-width: 1280px) {
  .button {
    padding: 0.8125rem 1.875rem;
  }
}
@media (max-width: 767px) {
  .button {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
  }
}
.button svg {
  transition: 0.3s all;
}

.button.button--light {
  background-color: var(--color-white);
  color: var(--color-dark);
}
.button.button--light:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
}

.button.button--sm {
  width: auto;
  padding: 0.6rem 2.5rem;
  font-size: 1rem;
}

.button.button--width {
  max-width: 35.875rem;
}

.button.button--gold:hover {
  background-color: var(--color-bg);
}

.form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
.form__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.625rem;
  width: 100%;
}
@media (max-width: 1280px) {
  .form__body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .form__body {
    row-gap: 1.375rem;
  }
}

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .form__row {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

.service-form {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: flex-end;
  gap: 2.125rem;
  padding: 5rem;
  border-radius: 3.125rem;
  background: linear-gradient(180deg, #0e0e0e 0%, #000101 100%);
  border: 1px solid #545454;
  margin-bottom: -2.75rem;
}
@media (max-width: 1440px) {
  .service-form {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 2.5rem;
  }
}
@media (max-width: 767px) {
  .service-form {
    gap: 2.5rem;
    padding: 2.25rem 1.875rem 3rem;
    border-radius: 1.875rem;
  }
}
.service-form__box {
  display: flex;
  flex-direction: column;
  gap: 3.375rem;
}
@media (max-width: 1440px) {
  .service-form__box {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .service-form__box {
    gap: 1.625rem;
  }
}
.service-form__heading {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 127%;
  letter-spacing: 0.03em;
  color: var(--color-main);
}
@media (max-width: 767px) {
  .service-form__heading {
    font-size: 1.25rem;
  }
}
.service-form__heading strong {
  font-weight: 400;
  color: var(--color-accent-1);
}
.service-form__social {
  display: flex;
  gap: 0.875rem;
}
.service-form__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.service-form__social-link svg {
  color: var(--color-accent-1);
}
@media (max-width: 767px) {
  .service-form__social-link svg {
    max-width: 2.625rem;
    max-height: 2.625rem;
  }
}
.service-form__social-link:hover {
  opacity: 0.7;
}

.input, .textarea {
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--color-white);
  padding-bottom: 0.75rem;
  padding-top: 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #4e4e4e;
}
@media (max-width: 767px) {
  .input, .textarea {
    font-size: 0.875rem;
  }
}

.input.input--box {
  border: 1px solid #656565;
  border-radius: 0.625rem;
  padding: 1.125rem 2rem;
  cursor: pointer;
  background: #000101;
}
@media (max-width: 767px) {
  .input.input--box {
    padding: 0.875rem 1.25rem;
  }
}

.textarea.textarea-box {
  border: 1px solid #656565;
  border-radius: 0.625rem;
  padding: 1.25rem 2rem;
  min-height: 6rem;
  background: #000101;
}
@media (max-width: 767px) {
  .textarea.textarea-box {
    padding: 0.875rem 1.25rem;
  }
}

.input.input--box::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  color: #727272;
}

.input.input--box::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  color: #727272;
}
@media (max-width: 767px) {
  .input.input--box::-moz-placeholder {
    font-size: 0.875rem;
  }
  .input.input--box::placeholder {
    font-size: 0.875rem;
  }
}

.textarea.textarea-box::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  color: #727272;
}

.textarea.textarea-box::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  color: #727272;
}
@media (max-width: 767px) {
  .textarea.textarea-box::-moz-placeholder {
    font-size: 0.875rem;
  }
  .textarea.textarea-box::placeholder {
    font-size: 0.875rem;
  }
}

.input:focus, .textarea:focus {
  border-color: var(--color-text-gold);
}

.input::-moz-placeholder, .textarea::-moz-placeholder {
  font-family: var(--second-family);
  color: var(--color-grey-2);
}

.input::placeholder, .textarea::placeholder {
  font-family: var(--second-family);
  color: var(--color-grey-2);
}

.textarea {
  height: 2.25rem;
  resize: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.textarea::-webkit-scrollbar {
  display: none;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
}
.checkbox input {
  display: none;
}
.checkbox .checked {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #cdd2c9;
  border-radius: 0.25rem;
  transition: 0.3s all;
  overflow: hidden;
}
.checkbox .checked svg {
  color: var(--color-text-dark);
}
@media (max-width: 1440px) {
  .checkbox .checked svg {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  .checkbox .checked {
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
  }
}
.checkbox .checked-active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s all;
}
.checkbox input:checked + .checked {
  background-color: var(--color-white);
}
.checkbox input:checked + .checked .checked-active {
  opacity: 1;
}
.checkbox__text {
  font-weight: 400;
  font-size: 1.125rem;
}
@media (max-width: 1440px) {
  .checkbox__text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .checkbox__text {
    font-size: 0.875rem;
    padding-top: 0.125rem;
  }
}
.checkbox__text strong {
  font-weight: 600;
}

.radio {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
}
.radio input {
  display: none;
}
.radio .checked {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #cdd2c9;
  border-radius: 0.25rem;
  transition: 0.3s all;
  overflow: hidden;
}
.radio .checked svg {
  color: var(--color-text-dark);
}
@media (max-width: 1440px) {
  .radio .checked svg {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
@media (max-width: 1440px) {
  .radio .checked {
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
  }
}
.radio .checked-active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s all;
}
.radio input:checked + .checked {
  background-color: var(--color-white);
}
.radio input:checked + .checked .checked-active {
  opacity: 1;
}
.radio__text {
  font-weight: 400;
  font-size: 1.25rem;
}
@media (max-width: 1440px) {
  .radio__text {
    font-size: 1rem;
  }
}
.radio__text strong {
  font-weight: 600;
}

.breadcrumbs {
  position: relative;
  z-index: 5;
  padding-top: 9.375rem;
}
@media (max-width: 1440px) {
  .breadcrumbs {
    padding-top: 7.375rem;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    padding-top: 6.375rem;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding-top: 5.625rem;
  }
}
.breadcrumbs .breadcrumbs__inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
  flex-wrap: wrap;
  line-height: 130%;
}
@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs__inner {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
.breadcrumbs__link {
  font-weight: 400;
  font-size: 1.125rem;
  color: #5b5b5b;
  transition: 0.3s all;
}
@media (max-width: 1440px) {
  .breadcrumbs__link {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__link {
    font-size: 0.75rem;
  }
}
.breadcrumbs__link:hover {
  color: var(--color-main);
}
.breadcrumbs__text {
  font-weight: 400;
  font-size: 1.125rem;
  color: #5b5b5b;
}
@media (max-width: 1440px) {
  .breadcrumbs__text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__text {
    font-size: 0.75rem;
  }
}
.breadcrumbs__text.breadcrumbs__text--active {
  color: var(--color-main);
}

.tooltip {
  position: relative;
}
.tooltip__inner {
  position: absolute;
  bottom: 100%;
  padding-bottom: 0.75rem;
  max-width: 31.0625rem;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 480px) {
  .tooltip__inner {
    max-width: 20rem;
  }
}
.tooltip-description__inner {
  border-radius: 0.375rem;
  box-shadow: 0 9px 26px 6px rgba(0, 0, 0, 0.1);
  background: #fffdfa;
  padding: 1.375rem;
  max-width: 100%;
}
@media (max-width: 480px) {
  .tooltip-description__inner {
    padding: 1rem;
  }
}
.tooltip-description__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .tooltip-description__content {
    gap: 0.5rem;
  }
}
.tooltip-description__text {
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--color-main);
}
.tooltip-description__text strong {
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 480px) {
  .tooltip-description__text {
    font-size: 0.875rem;
  }
}
.tooltip__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tooltip__icon svg circle {
  transition: 0.3s all;
}

.tooltip:hover .tooltip__inner {
  opacity: 1;
  pointer-events: visible;
}
.tooltip:hover .tooltip__icon svg circle {
  fill: var(--color-main);
}

.dropdown {
  position: relative;
  z-index: 1;
}
.dropdown__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.dropdown__header-text {
  font-weight: 300;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (max-width: 767px) {
  .dropdown__header-text {
    font-size: 0.875rem;
  }
}
.dropdown__content {
  position: absolute;
  top: 99%;
  left: 0;
  padding-top: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.dropdown svg {
  transition: 0.3s all;
}

.dropdown.dropdown--click .dropdown__header {
  border: 1px solid #656565;
  border-radius: 0.625rem;
  padding: 1.25rem 2rem;
  cursor: pointer;
  background: #000101;
}
@media (max-width: 767px) {
  .dropdown.dropdown--click .dropdown__header {
    padding: 0.875rem 1.25rem;
  }
}
.dropdown.dropdown--click .dropdown__content {
  width: 100%;
}
.dropdown.dropdown--click .dropdown__content.js--active {
  opacity: 1;
  pointer-events: visible;
}
.dropdown.dropdown--click .dropdown__inner {
  padding: 1.625rem 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid #656565;
  background-color: var(--color-bg);
}
@media (max-width: 767px) {
  .dropdown.dropdown--click .dropdown__inner {
    padding: 1.25rem 1rem;
  }
}
.dropdown.dropdown--click .dropdown__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-height: 18.25rem;
  overflow: auto;
  scrollbar-width: none;
}
@media (max-width: 767px) {
  .dropdown.dropdown--click .dropdown__list {
    gap: 0.75rem;
  }
}
.dropdown.dropdown--click .dropdown-item {
  cursor: pointer;
  width: 100%;
}
.dropdown.dropdown--click .dropdown-item__input {
  display: none;
}
.dropdown.dropdown--click .dropdown-item__input:checked + .dropdown-item__text {
  color: var(--color-white);
}
.dropdown.dropdown--click .dropdown-item__text {
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--color-main);
  transition: 0.3s all;
}
.dropdown.dropdown--click .dropdown-item__text:hover {
  color: var(--color-white);
}

.dropdown.dropdown--click.js--active .dropdown__header svg {
  transform: rotateZ(180deg);
}

.dropdown.js--active {
  z-index: 5;
}

@media (min-width: 1280px) {
  .dropdown:not(.dropdown--click):hover .dropdown__content {
    opacity: 1;
    pointer-events: visible;
  }
  .dropdown:not(.dropdown--click):hover .dropdown__header svg {
    transform: rotateX(180deg);
  }
}

.social__list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2.125rem;
}
@media (max-width: 767px) {
  .social__list {
    margin-bottom: 1.625rem;
  }
}

.label {
  padding: 0.625rem 1.5rem;
  background-color: var(--color-button-bg-hover);
  border-radius: 0.375rem;
}
@media (max-width: 767px) {
  .label {
    padding: 0.375rem 1rem;
  }
}
@media (max-width: 500px) {
  .label {
    max-width: -moz-min-content;
    max-width: min-content;
  }
}
.label__text {
  font-weight: 400;
  font-size: 2.875rem;
  text-transform: uppercase;
  color: var(--color-text-light);
  line-height: 90%;
}
@media (max-width: 1280px) {
  .label__text {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .label__text {
    font-size: 1.75rem;
    line-height: 100%;
    display: inline;
  }
}

.counter {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.counter-result {
  font-size: 1.625rem;
  color: var(--color-text-dark);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .counter-result {
    font-size: 1.375rem;
  }
}
.counter__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  height: 3.125rem;
  padding: 0.75rem 1.75rem;
  border: 1px solid rgba(112, 131, 106, 0.3);
  border-radius: 2.5rem;
}
@media (max-width: 767px) {
  .counter__navigation {
    padding: 0.25rem 1rem;
  }
}
.counter__input-wrapper {
  display: flex;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.counter__input {
  width: auto;
  min-width: 1ch;
  max-width: 3ch;
  text-align: center;
  border: none;
  background: transparent;
  font: inherit;
  -moz-appearance: textfield;
}
.counter__input::-webkit-outer-spin-button, .counter__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.counter__button {
  background-color: transparent;
  border: none;
  font-size: 1.125rem;
  text-transform: lowercase;
  color: #000;
  cursor: pointer;
  transition: 0.3s all;
}
.counter__button:hover {
  opacity: 0.7;
}

.tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 1280px) {
  .tags__list {
    gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .tags__list {
    gap: 0.25rem;
  }
}

.tag__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.25rem;
  border-radius: 3.75rem;
  border: 1px solid #545454;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .tag__link {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
.tag__link.tag__link--min {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.tag__link.tag__link--min .tag__name {
  font-size: 0.875rem;
}
.tag__body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.25rem;
  border-radius: 3.75rem;
  border: 1px solid #545454;
  transition: 0.3s all;
}
.tag__body.tag__body--min {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.tag__body.tag__body--min .tag__name {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .tag__body.tag__body--min {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .tag__body.tag__body--min .tag__name {
    font-size: 0.75rem;
  }
}
.tag__body.tag__body--color {
  border: 1px solid #6c5e80;
}
.tag__body.tag__body--color .tag__name {
  color: #cca7ff;
}
.tag__link:hover {
  background-color: #373838;
  border-color: #373838;
}
.tag__link:hover .services-tag__name {
  color: var(--color-main);
}
.tag__name {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1rem;
  color: #b1b1b1;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .tag__name {
    font-size: 0.875rem;
  }
}

.large-form-conture {
  display: flex;
  width: 100%;
  background: linear-gradient(0deg, rgb(26, 26, 29) 0%, rgb(97, 97, 97) 100%);
  padding: 1px;
  border-radius: 3.125rem;
}
@media (max-width: 767px) {
  .large-form-conture {
    border-radius: 1.875rem;
  }
}

.large-form-wrapper {
  width: 100%;
  padding: 3.75rem;
  border-radius: 3.125rem;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--color-dark);
  background-image: radial-gradient(15% 55% at top left, rgba(169, 56, 217, 0.5) 0%, rgba(169, 56, 217, 0.3) 40%, rgba(169, 56, 217, 0.2) 60%, rgba(169, 56, 217, 0.05) 80%, transparent 100%), radial-gradient(15% 55% at right bottom, rgba(169, 56, 217, 0.4) 0%, rgba(169, 56, 217, 0.2) 40%, rgba(169, 56, 217, 0.125) 60%, rgba(169, 56, 217, 0.1) 70%, transparent 100%);
}
@media (max-width: 1280px) {
  .large-form-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .large-form-wrapper {
    padding: 2.5rem 0;
    border-radius: 1.875rem;
    background-image: radial-gradient(45% 20% at right 45%, rgba(169, 56, 217, 0.3) 0%, rgba(169, 56, 217, 0.2) 40%, rgba(169, 56, 217, 0.1) 60%, rgba(169, 56, 217, 0.05) 80%, transparent 100%), radial-gradient(60% 30% at left top, rgba(169, 56, 217, 0.3) 0%, rgba(169, 56, 217, 0.2) 40%, rgba(169, 56, 217, 0.15) 60%, rgba(169, 56, 217, 0.1) 70%, transparent 100%);
  }
}

.large-form {
  width: 100%;
}
.large-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .large-form__grid {
    display: flex;
    flex-direction: column;
  }
}
.large-form-item {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
@media (max-width: 1440px) {
  .large-form-item {
    gap: 1.5rem;
  }
}
.large-form-item__heading {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 120%;
  color: var(--color-main);
}
@media (max-width: 1440px) {
  .large-form-item__heading {
    font-size: 1.125rem;
  }
}
.large-form-item__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 1280px) {
  .large-form-item__checkboxes {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .large-form-item__checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .large-form-item__checkboxes {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
  }
}
.large-form__col {
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
}
@media (max-width: 1440px) {
  .large-form__col {
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .large-form__col {
    gap: 1.875rem;
  }
}
.large-form .button {
  padding: 1.25rem 1.875rem;
  margin-top: auto;
}
@media (max-width: 767px) {
  .large-form .button {
    padding: 0.875rem 1.875rem;
  }
}

.contact .form__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .contact .form__body {
    display: flex;
    flex-direction: column;
  }
}
.contact__info {
  display: flex;
  gap: 3.75rem;
  width: 100%;
}
@media (max-width: 1280px) {
  .contact__info {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.contact__col {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  padding-right: 3.75rem;
  border-right: 1px solid #b7bdb7;
}
@media (max-width: 1280px) {
  .contact__col {
    padding-right: 0;
    border-right: none;
    gap: 1.25rem;
  }
}
.contact-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 1280px) {
  .contact-item {
    gap: 0.5rem;
  }
}
.contact-item svg {
  color: var(--color-main);
}
.contact-item__heading {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 135%;
  text-transform: uppercase;
  color: #b7bdb7;
}
.contact-item__paragraph, .contact-item__link {
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--color-main);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .contact-item__paragraph, .contact-item__link {
    font-size: 1.125rem;
  }
}
.contact-item__link:hover {
  opacity: 0.6;
}
.contact .social__list {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .contact .heading.heading--light {
    font-size: 2.25rem;
  }
}

.hero-error {
  min-height: 100vh;
}
@media (max-width: 991px) {
  .hero-error {
    display: flex;
    flex-direction: column;
  }
}
.hero-error .hero-decoration__bg-right {
  right: -30rem;
}
.hero-error .hero-decoration__img-gradient-left {
  display: block;
}
@media (max-width: 767px) {
  .hero-error .hero-decoration__bg-left {
    display: none;
  }
}
.hero-error__heading {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 3.75rem;
  text-transform: uppercase;
  background: linear-gradient(121deg, #9500ff 0%, #a846ed 11.34%, #d292ff 40.48%, #d292ff 67%, #a846ed 89.66%, #9500ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 2.5rem 0;
}
@media (max-width: 1440px) {
  .hero-error__heading {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .hero-error__heading {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .hero-error__heading {
    font-size: 1.75rem;
  }
}
@media (max-width: 1440px) {
  .hero-error__img {
    max-height: 20rem;
  }
}
@media (max-width: 991px) {
  .hero-error__img {
    max-height: 15rem;
  }
}
@media (max-width: 767px) {
  .hero-error__img {
    max-height: 9rem;
  }
}
.hero-error .button {
  max-width: 23.75rem;
}
.hero-error .hero__body {
  gap: 0;
  margin-bottom: 14.625rem;
}
@media (max-width: 991px) {
  .hero-error .hero__body {
    margin-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .hero-error .container {
    margin-top: auto;
  }
}

.hero.hero-error {
  padding-top: 14.375rem;
}

.hero-policy {
  min-height: 100vh;
}
@media (max-width: 991px) {
  .hero-policy {
    display: flex;
    flex-direction: column;
  }
}
.hero-policy h1 {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 46px;
  text-transform: uppercase;
  color: var(--color-accent-1);
  text-align: left;
  line-height: 110%;
  margin-bottom: 2.5rem;
}
@media (max-width: 1440px) {
  .hero-policy h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .hero-policy h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .hero-policy h1 {
    font-size: 1.75rem;
  }
}
.hero-policy__body {
  text-align: left;
}
.hero-policy h2, .hero-policy h3, .hero-policy h4 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--color-accent-1);
  margin-bottom: 1rem;
}
.hero-policy p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--color-main);
  line-height: 120%;
  margin-bottom: 1rem;
}
.hero-policy ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.hero-policy ul p {
  margin-bottom: 0;
}
.hero-policy a {
  color: var(--color-accent-1);
  text-decoration: underline;
  transition: 0.3s all;
}
.hero-policy a:hover {
  color: var(--color-accent);
}
.hero-policy .hero__body {
  gap: 0;
  margin-bottom: 14.625rem;
}
@media (max-width: 991px) {
  .hero-policy .hero__body {
    margin-bottom: 5rem;
  }
}

.hero.hero-policy {
  padding-top: 14.375rem;
}
@media (max-width: 1280px) {
  .hero.hero-policy {
    padding-top: 10.375rem;
  }
}
@media (max-width: 767px) {
  .hero.hero-policy {
    padding-top: 7.5rem;
  }
}
.hero.hero-policy h1 {
  max-width: none;
}

.footer {
  padding-top: 5.625rem;
  padding-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 1440px) {
  .footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 6.25rem;
  }
}
.footer__inner {
  position: relative;
  z-index: 3;
}
.footer__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.5rem;
  position: relative;
  margin-bottom: 6.25rem;
}
@media (max-width: 991px) {
  .footer__body {
    flex-direction: column;
    margin-bottom: 3.75rem;
  }
}
.footer__block {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  width: 100%;
  max-width: 50rem;
}
@media (max-width: 767px) {
  .footer__block {
    gap: 2.5rem;
  }
}
.footer__heading {
  max-width: 37.5rem;
}
@media (max-width: 991px) {
  .footer__heading {
    max-width: 41.5rem;
  }
}
@media (max-width: 767px) {
  .footer__heading .heading {
    font-size: 1.375rem;
  }
}
.footer__row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0.375rem;
  width: 100%;
}
@media (max-width: 1520px) {
  .footer__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer__row {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.footer-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.25rem;
  padding: 1.875rem;
  border: 1px solid #626262;
  border-radius: 0.625rem;
}
@media (max-width: 1280px) {
  .footer-box {
    padding: 1.25rem 1rem;
  }
}
@media (max-width: 767px) {
  .footer-box {
    padding: 1.625rem;
    gap: 1.625rem;
  }
}
.footer-box__heading {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .footer-box__heading {
    font-size: 1.125rem;
  }
}
.footer-box__heading.footer-box__heading--color {
  color: var(--color-violet);
}
.footer-box__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.875rem;
}
@media (max-width: 1280px) {
  .footer-box__list {
    margin-top: auto;
  }
}
.footer-box-item__link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .footer-box-item__link {
    gap: 0.875rem;
  }
}
.footer-box-item__link svg {
  color: #565656;
}
@media (max-width: 767px) {
  .footer-box-item__link svg {
    width: 1.25rem;
  }
}
.footer-box-item__link:hover {
  opacity: 0.7;
}
.footer-box-item__text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.25rem;
  color: #e4e4e4;
}
@media (max-width: 1280px) {
  .footer-box-item__text {
    font-size: 1rem;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 4.25rem;
  width: 100%;
  max-width: 37.5rem;
}
@media (max-width: 1280px) {
  .footer__col {
    max-width: 25.5rem;
    gap: 3.75rem;
  }
}
@media (max-width: 991px) {
  .footer__col {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .footer__col {
    gap: 2.5rem;
  }
}
.footer__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--color-violet);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .footer__link {
    display: block;
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
.footer__link:hover {
  opacity: 0.7;
}
.footer-form {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.footer-form button {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .footer-form button {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .footer-form button {
    margin-top: 0;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  padding-top: 3.75rem;
  border-top: 1px solid #545454;
}
@media (max-width: 767px) {
  .footer__bottom {
    padding-top: 1.875rem;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
}
.footer__text, .footer__bottom-link {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 1.125rem;
  color: var(--color-grey-2);
}
@media (max-width: 991px) {
  .footer__text, .footer__bottom-link {
    font-size: 1rem;
  }
}
.footer__bottom-link {
  transition: 0.3s all;
}
.footer__bottom-link:hover {
  opacity: 0.7;
}

.footer--red .footer strong, .footer--red .footer .footer__link, .footer--red .footer .footer-box__heading.footer-box__heading--color {
  color: #f9904f;
}
.footer--red .footer .button {
  background-color: #da3009;
}
.footer--red .footer .button:hover {
  background-color: #f9904f;
}

.footer--blue .footer strong, .footer--blue .footer .footer__link, .footer--blue .footer .footer-box__heading.footer-box__heading--color {
  color: #92caff;
}
.footer--blue .footer .button {
  background-color: #1981e4;
}
.footer--blue .footer .button:hover {
  background-color: #92caff;
}

.footer--green .footer strong, .footer--green .footer .footer__link, .footer--green .footer .footer-box__heading.footer-box__heading--color {
  color: #33e7f3;
}
.footer--green .footer .button {
  background-color: #56524a;
  color: var(--color-main);
}
.footer--green .footer .button:hover {
  background-color: var(--color-main);
  color: #56524a;
}

.footer--grey .footer strong, .footer--grey .footer .footer__link, .footer--grey .footer .footer-box__heading.footer-box__heading--color {
  color: #a2b8b6;
}
.footer--grey .footer .button {
  background-color: #a2b8b6;
  color: #000101;
}
.footer--grey .footer .button:hover {
  background-color: var(--color-main);
}

.footer--greenest .footer strong, .footer--greenest .footer .footer__link, .footer--greenest .footer .footer-box__heading.footer-box__heading--color {
  color: #16b91d;
}
.footer--greenest .footer .button {
  background-color: #43b847;
}
.footer--greenest .footer .button:hover {
  background-color: #16b91d;
}

.footer--saas .footer strong, .footer--saas .footer .footer__link, .footer--saas .footer .footer-box__heading.footer-box__heading--color {
  color: #68a1ec;
}
.footer--saas .footer .button {
  background-color: #a1cdff;
  color: #000101;
}
.footer--saas .footer .button:hover {
  background-color: #68a1ec;
}

.footer--pink .footer strong, .footer--pink .footer .footer__link, .footer--pink .footer .footer-box__heading.footer-box__heading--color {
  color: #de3a89;
}
.footer--pink .footer .button {
  background-color: #c71542;
}
.footer--pink .footer .button:hover {
  background-color: #de3a89;
}

.footer--yellow .footer strong, .footer--yellow .footer .footer__link, .footer--yellow .footer .footer-box__heading.footer-box__heading--color {
  color: #dea43a;
}
.footer--yellow .footer .button {
  color: var(--color-bg);
  background-color: #f9c360;
}
.footer--yellow .footer .button:hover {
  background-color: #dea43a;
}

.footer--pink .footer strong, .footer--pink .footer .footer__link, .footer--pink .footer .footer-box__heading.footer-box__heading--color {
  color: #fc4ad8;
}
.footer--pink .footer .button {
  color: var(--color-main);
  background-color: #dd0f73;
}
.footer--pink .footer .button:hover {
  background-color: #fc4ad8;
}

.footer.footer-case strong, .footer.footer-case .footer__link, .footer.footer-case .footer-box__heading.footer-box__heading--color {
  color: #effe05;
}
.footer.footer-case .button {
  background-color: #effe05;
}
@media (max-width: 767px) {
  .footer.footer-case .button {
    margin-top: 0.625rem;
    padding: 0.75rem;
  }
}
.footer.footer-case .button:hover {
  background-color: #f9ff99;
}
.footer.footer-case .footer__conture {
  background: linear-gradient(0deg, rgb(26, 26, 29) 0%, rgb(97, 97, 97) 100%);
  padding: 1px;
  border-radius: 3.125rem;
  margin: 0 2.5rem;
}
@media (max-width: 767px) {
  .footer.footer-case .footer__conture {
    margin: 0 0.75rem;
    border-radius: 1.875rem;
  }
}
.footer.footer-case .footer__inner {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 5rem 3.125rem;
  border-radius: 3.125rem;
  background-color: var(--color-dark);
  background-image: radial-gradient(15% 55% at top left, rgba(108, 114, 2, 0.5) 0%, rgba(108, 114, 2, 0.3) 40%, rgba(108, 114, 2, 0.2) 60%, rgba(108, 114, 2, 0.05) 80%, transparent 100%), radial-gradient(15% 55% at right bottom, rgba(108, 114, 2, 0.4) 0%, rgba(108, 114, 2, 0.2) 40%, rgba(108, 114, 2, 0.125) 60%, rgba(108, 114, 2, 0.1) 70%, transparent 100%);
}
@media (max-width: 767px) {
  .footer.footer-case .footer__inner {
    padding: 2.25rem 0.75rem;
    border-radius: 1.875rem;
    background-image: radial-gradient(55% 35% at top left, rgba(108, 114, 2, 0.5) 0%, rgba(108, 114, 2, 0.3) 40%, rgba(108, 114, 2, 0.2) 60%, rgba(108, 114, 2, 0.05) 80%, transparent 100%), radial-gradient(55% 35% at right bottom, rgba(108, 114, 2, 0.4) 0%, rgba(108, 114, 2, 0.2) 40%, rgba(108, 114, 2, 0.125) 60%, rgba(108, 114, 2, 0.1) 70%, transparent 100%);
  }
}
.footer.footer-case .footer__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  gap: 3.75rem;
}
@media (max-width: 767px) {
  .footer.footer-case .footer__body {
    gap: 2.5rem;
  }
}
.footer.footer-case .footer__col {
  display: flex;
  gap: 3.75rem;
  width: 100%;
  max-width: none;
}
.footer.footer-case .footer__heading {
  max-width: 53.2rem;
}
.footer.footer-case .footer__heading strong {
  display: inline;
}
.footer.footer-case .footer__bottom {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .footer.footer-case .footer__bottom {
    margin-top: 3.75rem;
  }
}

@keyframes slide {
  0% {
    transform: translateY(6rem);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 0;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes figureLeft {
  0% {
    transform: translate(-40rem, 6rem) rotateY(90deg) rotateZ(45deg);
    opacity: 0;
  }
  75% {
    transform: translate(0) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    opacity: 1;
  }
}
@keyframes figureRight {
  0% {
    transform: translate(40rem, 6rem) rotateY(90deg) rotateZ(45deg);
    opacity: 0;
  }
  75% {
    transform: translate(0) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    opacity: 1;
  }
}
@keyframes floating-parallax {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-15px);
  }
  75% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating-parallax-center {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
[data-name=image-paralax] {
  animation: floating-parallax 5s ease-in-out infinite;
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  pointer-events: none;
  z-index: 0;
}

[data-name=image-paralax][data-paralax-delay="400"] {
  animation-delay: 400ms;
}

[data-name=image-paralax][data-paralax-delay="800"] {
  animation-delay: 800ms;
}

[data-animation=slide], [data-animation=figure-left], [data-animation=figure-right] {
  opacity: 0;
}

[data-animation=slide].js--animate {
  animation: slide 0.95s ease-out forwards;
}

[data-animation=slide-left].js--animate {
  animation: slideLeft 1.5s ease forwards;
}

[data-animation=slide-right].js--animate {
  animation: slideRight 1.5s ease forwards;
}

[data-animation=figure-left].js--animate {
  animation: figureLeft 1.25s ease-out forwards;
}

[data-animation=figure-right].js--animate {
  animation: figureRight 1.25s ease-out forwards;
}

[data-animation=slide][data-animation-delay="300"].js--animate {
  animation-delay: 0.3s;
}

[data-animation=slide][data-animation-delay="600"].js--animate {
  animation-delay: 0.6s;
}

[data-animation=slide][data-animation-delay="900"].js--animate {
  animation-delay: 0.9s;
}

@media (max-width: 991px) {
  [data-animation=slide][data-animation-delay].js--animate {
    animation-delay: 0s;
  }
}
[data-animation=fade] {
  opacity: 0;
  transition: 0.75s all ease-out;
}

[data-animation=fade].js--animate {
  animation: fade 0.95s ease-out forwards;
}

[data-animation-delay="300"].js--animate {
  animation-delay: 0.3s;
}

[data-animation-delay="600"].js--animate {
  animation-delay: 0.6s;
}

[data-animation-delay="900"].js--animate {
  animation-delay: 0.9s;
}

[data-animation=slide], [data-animation=fade] {
  will-change: transform, opacity;
}

@keyframes popapShow {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes popapHidden {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
.popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  display: none;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
}
.popup__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 10, 10, 0.84);
  opacity: 0;
  transition: 300ms ease all;
  cursor: pointer;
}
.popup__content {
  position: relative;
  z-index: 2;
  padding: 3.75rem;
  box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.25);
  background: #f5f4f2;
  width: 100%;
  max-width: 51rem;
  margin: 0 3.75rem;
  min-height: 50vh;
}
@media (max-width: 1440px) {
  .popup__content {
    margin: 0 1.75rem;
  }
}
@media (max-width: 1280px) {
  .popup__content {
    margin: 0 1rem;
    padding: 1.25rem;
  }
}
@media (max-height: 500px) and (max-width: 1280px) {
  .popup__content {
    min-height: 83vh;
  }
}
.popup__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: auto;
  max-height: 90vh;
}
.popup__inner::-webkit-scrollbar {
  width: 5px;
}
.popup__inner::-webkit-scrollbar-thumb {
  background-color: var(--second-color);
  border-radius: 4px;
}
.popup__inner::-webkit-scrollbar-track {
  margin: 60px 0px;
}
.popup__inner::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.popup__header {
  margin-bottom: 1.875rem;
}
.popup__button-close {
  position: absolute;
  top: 3.75rem;
  right: 3.75rem;
  display: flex;
  width: 3.25rem;
  height: 3.25rem;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transition: 300ms ease all;
  cursor: pointer;
  border-radius: 40px;
  border: 1px solid #959595;
}
@media (max-width: 767px) {
  .popup__button-close {
    top: 1.25rem;
    right: 1.25rem;
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
  }
}
.popup__button-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}
.popup-button-close__inner {
  transform: rotate(45deg);
  transition: 0.3s all ease;
}
.popup-button-close__inner {
  position: relative;
  transform: rotate(45deg);
  transition: 0.3s all ease;
}
.popup-button-close__inner::after, .popup-button-close__inner::before {
  content: "";
  position: absolute;
  background-color: #253D2E;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 2px;
  border-radius: 2px;
}
.popup-button-close__inner::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.popup__heading {
  font-weight: 400;
  font-size: 2.875rem;
  color: var(--color-main);
  line-height: 100%;
}
@media (max-width: 767px) {
  .popup__heading {
    font-size: 1.75rem;
  }
}
.popup .form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .popup .form {
    gap: 1.5rem;
  }
}
.popup .input::-moz-placeholder, .popup .textarea::-moz-placeholder {
  color: #cdd2c9;
}
.popup .input::placeholder, .popup .textarea::placeholder {
  color: #cdd2c9;
}
.popup .input, .popup .textarea {
  border-color: #a2a4a0;
  color: var(--color-text-dark);
}
.popup .input::-moz-placeholder, .popup .textarea::-moz-placeholder {
  color: #a2a4a0;
}
.popup .input::placeholder, .popup .textarea::placeholder {
  color: #a2a4a0;
}
.popup .dropdown.dropdown--click .dropdown__header {
  border-color: #a2a4a0;
}
.popup .dropdown.dropdown--click .dropdown__header svg {
  color: #a2a4a0;
}
.popup .dropdown__header-text {
  color: #949494;
}
.popup .dropdown.dropdown--click .dropdown__list {
  max-height: 10.25rem;
}
.popup .form__row .dropdown.dropdown--click .dropdown__inner {
  padding: 1rem;
}
.popup .form__row .dropdown.dropdown--click .dropdown__list {
  gap: 0.25rem;
  max-height: 5rem;
}
.popup .dropdown__content {
  left: 2rem;
}
@media (max-width: 767px) {
  .popup .dropdown__content {
    left: 1rem;
    max-width: calc(100% - 2rem);
  }
}
.popup .button {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .popup .button {
    margin-top: 0;
  }
}
.popup .button:hover {
  background-color: var(--color-button-bg-hover);
}
.popup .dropdown__icon-arrow {
  width: 1.125rem;
  height: 0.625rem;
  position: relative;
}
.popup .dropdown__icon-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
}
.popup iframe {
  overflow: hidden;
}
@media (max-height: 500px) and (max-width: 1280px) {
  .popup iframe {
    min-height: 72vh;
  }
}

.popup.js--active {
  pointer-events: visible;
  opacity: 1;
  display: flex;
}
.popup.js--active .popup__overlay {
  opacity: 1;
}
.popup.js--active .popup__content {
  animation: popapShow 0.5s ease forwards;
}

.popup.js--hidden {
  display: flex;
  opacity: 1;
}
.popup.js--hidden .popup__content {
  animation: popapHidden 0.5s ease forwards;
}/*# sourceMappingURL=style.css.map */