@charset "UTF-8";

@font-face {
  font-family: "SpaceGrotesk";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-Regular.eot");
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SpaceGrotesk/SpaceGrotesk-Regular.woff2") format("woff2"), url("../fonts/SpaceGrotesk/SpaceGrotesk-Regular.ttf") format("truetype"), url("../fonts/SpaceGrotesk/SpaceGrotesk-Regular.svg#SpaceGrotesk") format("svg");
}

@font-face {
  font-family: "SpaceGrotesk";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-Medium.eot");
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SpaceGrotesk/SpaceGrotesk-Medium.woff2") format("woff2"), url("../fonts/SpaceGrotesk/SpaceGrotesk-Medium.ttf") format("truetype"), url("../fonts/SpaceGrotesk/SpaceGrotesk-Medium.svg#SpaceGrotesk") format("svg");
}

@font-face {
  font-family: "SpaceGrotesk";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.eot");
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.ttf") format("truetype"), url("../fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.svg#SpaceGrotesk") format("svg");
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Regular.eot");
  src: url("../fonts/Inter/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter/Inter-Regular.svg#Inter") format("svg");
}

@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Medium.eot");
  src: url("../fonts/Inter/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter/Inter-Medium.svg#Inter") format("svg");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --container-width: 1190px;
  --transition: .3s ease;
  --htr: 0.7s ease 0s;
  --htrd: 0.7s ease 0.7s;
  --tr: 0.3s ease 0s;
  --trd: 0.3s ease 0.3s;
  --default-font-family: "Inter";
  --heading-font-family: "SpaceGrotesk";
  --primary: #E80128;
  --secondary: #2B3234;
  --white: #FFFFFF;
  --black: #0E0E0E;
  --light: #EDEDED;
  --grey: #B7B7B7;
  --fz-default: 18px;
  --h1: 86px;
  --h2: 66px;
  --h3: 44px;
  --m: 20px;
  --l: 24px;
  --sp: 90px;
}

body {
  font: 400 var(--fz-default) var(--default-font-family), Helvetica, Arial, sans-serif;
  background: var(--black);
  min-width: 360px;
  color: var(--light);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body._lock {
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

.hidden {
  display: none;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}

[class*=__container] {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 10px;
  width: 100%;
}

[class*=__container] [class*=__container] {
  padding: 0;
}

form input.error {
  border-bottom: 2px solid rgba(255, 0, 0, 0.3) !important;
}

form input.not_error {
  border-bottom: 2px solid rgba(100, 255, 100, 0.3) !important;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

h1,
._h1 {
  font: 500 var(--h1)/110% var(--heading-font-family);
}

h2,
._h2 {
  font: 500 var(--h2)/112% var(--heading-font-family);
  max-width: 810px;
}

h3,
._h3 {
  font: 500 var(--h3)/112% var(--heading-font-family);
}

h4,
._h4 {
  font: 500 var(--h4)/112% var(--heading-font-family);
}

h5,
._h5 {
  font: 500 var(--h5)/112% var(--heading-font-family);
}

h6,
._h6 {
  font: 500 var(--h6)/112% var(--heading-font-family);
}

a {
  color: var(--secondary);
  text-decoration: none;
}

._semibold {
  font-weight: 600;
}

._bold {
  font-weight: 700;
}

._primary {
  color: var(--primary);
}

._secondary {
  color: var(--secondary);
}

._s {
  font-size: var(--s);
  line-height: 140%;
}

._m {
  font-size: var(--m);
  line-height: 140%;
}

._l {
  font-size: var(--l);
  line-height: 140%;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  background: var(--white);
  border-radius: 100px;
  font-weight: 500;
  line-height: 140%;
  font-size: 18px;
  color: var(--primary);
  transition: var(--transition);
}

.btn:hover,
.btn:active {
  background: #FFE9E9;
}

.btn__text {
  white-space: nowrap;
}

.btn__arrow {
  display: block;
  width: 18px;
  height: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='none'%3E%3Cpath d='M15.375 1.44375H2.625C2.24891 1.44375 1.94375 1.74891 1.94375 2.125C1.94375 2.50109 2.24891 2.80625 2.625 2.80625H13.7302L2.14334 14.3933C1.87731 14.6594 1.87731 15.0906 2.14334 15.3567C2.27643 15.4898 2.45081 15.5562 2.625 15.5562C2.79908 15.5562 2.97383 15.4898 3.1068 15.3565L14.6938 3.76957V14.875C14.6938 15.2511 14.9989 15.5562 15.375 15.5562C15.7511 15.5562 16.0562 15.2511 16.0562 14.875V2.125C16.0562 1.74891 15.7511 1.44375 15.375 1.44375Z' fill='%23E80128' stroke='%23E80128' stroke-width='0.3'/%3E%3C/svg%3E") center/contain no-repeat;
}

.btn.btn-primary {
  background: var(--primary);
  color: var(--white);
}

.btn.btn-primary:hover,
.btn.btn-primary:active {
  background: #CE0023;
}

.btn.btn-primary .btn__arrow {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M14.875 1.44375H2.125C1.74891 1.44375 1.44375 1.74891 1.44375 2.125C1.44375 2.50109 1.74891 2.80625 2.125 2.80625H13.2302L1.64334 14.3933C1.37731 14.6594 1.37731 15.0906 1.64334 15.3567C1.77643 15.4898 1.95081 15.5562 2.125 15.5562C2.29908 15.5562 2.47383 15.4898 2.6068 15.3565L14.1938 3.76957V14.875C14.1938 15.2511 14.4989 15.5562 14.875 15.5562C15.2511 15.5562 15.5562 15.2511 15.5562 14.875V2.125C15.5562 1.74891 15.2511 1.44375 14.875 1.44375Z' fill='white' stroke='white' stroke-width='0.3'/%3E%3C/svg%3E") center/contain no-repeat;
}

.subm {
  cursor: pointer;
  border: none;
  margin-top: 60px;
  cursor: pointer;
  outline: none;
}

.form {
  max-width: 400px;
  position: relative;
}

.form__inputs {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.form .input {
  font: 400 18px/29px var(--default-font-family);
  background: transparent;
  width: 100%;
  height: 29px;
  border: none;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 10px;
  color: #0E0E0E;
  display: block;
}

.form .input::-moz-placeholder {
  color: #A1A1A1;
}

.form .input:-ms-input-placeholder {
  color: #A1A1A1;
}

.form .input::placeholder {
  color: #A1A1A1;
}

.form .input__wrap {
  display: block;
  text-align: left;
}

.form .input__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: block;
}

.form:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form.loading:before {
  display: block;
}

.form .intl-tel-input {
  width: 100%;
}

.form .country-list .country-name {
  color: #333;
}

.breadcrumbs {
  position: absolute;
  width: 100%;
  top: 140px;
  /* top: 150px; */
  left: 0;
  font-weight: 400;
  font-size: var(--s);
  color: #fff;
  z-index: 10;
}

/* .page-template-page-report-purchase .breadcrumbs,
  .single-dashboard .breadcrumbs {
    top: 100px;
  } */

.breadcrumbs a {
  color: #fff;
}

.breadcrumb_last {
  /* color: rgba(148, 149, 255, 1); */
  color: rgba(255, 255, 255, 0.6);
}

.author .breadcrumb_last,
.blog .breadcrumb_last,
.category .breadcrumb_last {
  color: rgba(187, 187, 187, 1);
}





.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 21px 0;
  z-index: 111;
}

.header._active .header__menu {
  transform: translate3d(-50%, 0, 0);
}

.header._active .header__btn {
  transform: translate(-50%, 0);
}

.header._active .header__burger span {
  top: 50%;
  transition: top var(--htr), transform var(--htrd), opacity var(--htr);
}

.header._active .header__burger span:nth-child(1) {
  transform: translateY(-50%) rotate(-45deg);
}

.header._active .header__burger span:nth-child(2) {
  opacity: 0;
}

.header._active .header__burger span:nth-child(3) {
  transform: translateY(-50%) rotate(45deg);
}

.header__wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 18px 18px 34px;
}

.header__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100px;
  border: 1.5px solid rgba(255, 255, 255, 0.13);
  background: radial-gradient(255.21% 146.18% at -3.33% 0%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.header__logo,
.header__menu,
.header__burger,
.header__btn {
  position: relative;
  z-index: 3;
}

.header__logo {
  font: 600 var(--l)/140% var(--heading-font-family);
  color: var(--white);
}

.header__menu {
  display: flex;
  gap: 50px;
  margin: 0 auto;
}

.header__menu a {
  padding: 10px 0;
  letter-spacing: 0.9px;
  font-size: 18px;
  color: #DDD;
  transition: var(--transition);
}

.header__menu a:hover {
  color: var(--primary);
}

.header__burger {
  display: none;
}

.header__burger-inner {
  height: 15px;
  width: 17.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__burger span {
  background: var(--white);
  display: block;
  height: 2.5px;
  width: 100%;
  position: absolute;
  left: 0%;
  transition: top var(--htrd), transform var(--htr), opacity var(--htrd), background-color var(--htrd);
}

.header__burger span:nth-child(1) {
  top: 0;
}

.header__burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header__burger span:nth-child(3) {
  top: calc(100% - 2.5px);
}

.section404 {
  padding: var(--sp) 0;
  text-align: center;
}

.section404__container {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.section404__code {
  font-size: 100px;
  font-weight: 700;
}

.pitchili {
  position: absolute;
  opacity: 0.2;
  z-index: -1;
  transform: translate3d(0, 0, 0);
  filter: blur(200px);
  width: 926px;
  height: auto;
  pointer-events: none;
}

.footer {
  padding: 36px 0;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #0e0e0ef5;
  z-index: 999;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.modal-overlay .modal-content {
  margin-bottom: 0px;
  border-radius: 4px;
}

.modal-overlay .close-button {
  position: absolute;
  top: 0;
  right: -20px;
  transform: translateX(100%);
  width: 23px;
  height: 23px;
  cursor: pointer;
  transition: 0.2s linear;
  z-index: 1;
}

.modal-overlay .close-button:before {
  background: #fff;
  content: "";
  height: 23px;
  width: 2px;
  display: block;
  transform: translateX(23px) rotate(-45deg);
}

.modal-overlay .close-button:after {
  background: #fff;
  content: "";
  margin-top: -23px;
  height: 23px;
  width: 2px;
  display: block;
  transform: translateX(23px) rotate(45deg);
  transition: 0.2s linear;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#modal-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-form {
  position: relative;
}

.modal-form__inner {
  display: flex;
  flex-wrap: wrap;
}

.modal-form__content {
  width: 62.962962963%;
  padding: 60px 60px 70px;
  background: var(--white);
}

.modal-form__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  color: #000;
}

.modal-form__subtitle {
  margin-top: 25px;
  line-height: 160%;
  font-size: var(--m);
  color: #333;
}

.modal-form .form {
  margin-top: 60px;
}

.modal-form__image {
  position: relative;
  width: 37.037037037%;
  background: var(--primary);
}

.modal-form__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Roboto, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.5em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  display: none;
  width: 10px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: #444;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: "";
}

.countdownHolder .countDiv:after {
  top: 0.6em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  letter-spacing: 0px;
}

@media (max-width: 1260px) {
  :root {
    --container-width: 760px;
    --h1: 50px;
    --h2: 40px;
    --h3: 34px;
    --m: 18px;
    --l: 20px;
  }

  .header {
    padding: 10px 0;
  }

  .header__wrap {
    padding: 12px 12px 12px 20px;
  }

  .header__menu {
    gap: 30px;
  }

  .modal-form {
    width: 80%;
  }

  .modal-form__content {
    padding: 40px 25px 40px;
  }
}

@media (max-width: 760px) {
  :root {
    --container-width: 360px;
    --h1: 28px;
    --h2: 30px;
    --h3: 28px;
    --m: 16px;
    --l: 18px;
    --sp: 50px;
  }

  [class*=__container] {
    flex-direction: column;
  }

  .header__wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header__menu {
    position: fixed;
    top: 0;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: var(--black);
    transform: translate3d(-50%, -100%, 0);
    transition: var(--transition);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 0;
  }

  .header__menu a {
    display: block;
    padding: 10px;
    text-align: center;
  }

  .header__btn {
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 150px);
  }

  .header__burger {
    display: flex;
    width: 40px;
    height: 40px;
    margin-left: auto;
    cursor: pointer;
    border-radius: 5px;
    transition: var(--transition);
  }

  .pitchili {
    filter: blur(60px);
    width: 500px;
  }

  .footer {
    text-align: center;
  }

  .modal-overlay .close-button {
    top: 11px;
    right: 30px;
  }

  .modal-overlay .close-button:before {
    transform: translateX(10px) rotate(-45deg);
  }

  .modal-overlay .close-button:after {
    transform: translateX(10px) rotate(45deg);
  }

  .modal-form {
    width: 95%;
  }

  .modal-form__inner {
    flex-direction: column-reverse;
  }

  .modal-form__content {
    width: 100%;
  }

  .modal-form__image {
    width: 100%;
    height: 50px;
  }

  .breadcrumbs {
    /* top: 137px; */
    top: 77px;
  }
}