:root {
  --white: #fff;
  --black: #000;
  --gray: #989898;
  --gray-dark:#757575;
  --blue:#25F4EE;
  --amber:#fcb900;
  --primary: #C1FF00;
  --secondary: #FE2C55;
  --text: #272D34;
  --text-light: #2C305A;
  --link: #0000EE;
  --success: #27B82D;
  --error: #FC3765;
  --hover-transition: 0.3s ease-in-out;
  --box-shadow: 4px 4px 12px 1px rgba(0, 4, 54, 0.32);
  --font-ridley: "Ridley Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-inter: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@font-face {
  font-family: "Ridley Grotesk";
  src: url("../woff2/ridleygrotesk-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../woff2/ridleygrotesk-medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../woff2/ridleygrotesk-semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../woff2/ridleygrotesk-bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../woff2/ridleygrotesk-extrabold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

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

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

* {
  padding: 0;
  margin: 0;
  border: none;
}

a, a:link, a:visited {
  text-decoration: none;
}

@media (min-width: 992px) {
  a:hover {
    color: inherit;
    text-decoration: none;
  }
}
aside, footer, header, main, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  cursor: pointer;
}

button:active, button:focus, input:active, input:focus {
  outline: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button, label {
  cursor: pointer;
}

html {
  margin: 0 !important;
}

#off-canvas {
  display: none;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 74.0625rem;
  padding: 0 1.25rem;
}
.container.container--big {
  max-width: unset;
}
.container.container--text {
  max-width: calc(1240px + 2.5rem);
}
.container.container--medium {
  max-width: calc(1300px + 2.5rem);
}
.container.container--small {
  max-width: calc(825px + 2.5rem);
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

.show-on-success {
  display: none;
}

body {
  margin: 0;
  font-family: var(--font-ridley);
  font-size: max(1rem, 12px);
  line-height: max(1.75rem, 12px);
  font-weight: 400;
  font-style: normal;
  color: var(--black);
}
body.s-menu-open {
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
}

.title-h1 {
  font-size: max(3rem, 12px);
  line-height: max(3.25rem, 12px);
  font-weight: 800;
}
@media (min-width: 769px) {
  .title-h1.big {
    font-size: max(4rem, 12px);
    line-height: normal;
  }
  .title-h1.small {
    font-size: max(2.5rem, 12px);
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .title-h1 {
    font-size: 32px;
    line-height: 36px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
  .title-h1.small {
    font-size: 28px;
    line-height: 34px;
  }
}
.title-h2 {
  font-size: max(2.25rem, 12px);
  line-height: max(2.5rem, 12px);
  font-weight: 700;
}
@media (min-width: 769px) {
  .title-h2.small {
    font-size: max(2rem, 12px);
    font-weight: 900;
  }
}
@media (max-width: 768px) {
  .title-h2 {
    font-size: 25.9px;
    line-height: 28.78px;
  }
}
.title-h3 {
  font-size: max(1.875rem, 12px);
  line-height: normal;
  font-weight: 800;
}
.title-h3.small {
  font-size: max(1.75rem, 12px);
}
.title-h4 {
  font-size: max(1.25rem, 12px);
  line-height: max(1.5rem, 12px);
  font-weight: 700;
}
.title-h4.big {
  font-size: max(1.5rem, 12px);
  line-height: normal;
}
@media (max-width: 768px) {
  .title-h4.big {
    font-size: 18px;
  }
}
.title-h4.small {
  font-size: max(1.125rem, 14px);
  line-height: normal;
}
@media (max-width: 768px) {
  .title-h4.small {
    font-size: 16px;
  }
}
.title-h5 {
  font-size: max(1rem, 12px);
  line-height: max(1rem, 12px);
  font-weight: 800;
}
.title-h1, .title-h2, .title-h3, .title-h4, .title-h5, .title-h6 {
  font-family: var(--font-ridley);
  text-transform: uppercase;
  color: var(--black);
}
.title-h1.bold, .title-h2.bold, .title-h3.bold, .title-h4.bold, .title-h5.bold, .title-h6.bold {
  font-weight: 700;
}
.title-h1.title-no-transform, .title-h2.title-no-transform, .title-h3.title-no-transform, .title-h4.title-no-transform, .title-h5.title-no-transform, .title-h6.title-no-transform {
  text-transform: none;
}
.title-h1 *, .title-h2 *, .title-h3 *, .title-h4 *, .title-h5 *, .title-h6 * {
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}
.title-h1 > * span, .title-h2 > * span, .title-h3 > * span, .title-h4 > * span, .title-h5 > * span, .title-h6 > * span {
  color: var(--secondary);
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: var(--primary);
  padding: 0.875rem 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
  font-size: max(1rem, 12px);
  line-height: max(1.5rem, 12px);
  border-radius: 2.5rem;
  outline: 2px solid transparent;
  border: 2px solid var(--black);
  background-color: var(--primary);
  -webkit-transition: color var(--hover-transition), background-color var(--hover-transition), border-color var(--hover-transition), outline-color var(--hover-transition), opacity var(--hover-transition);
  transition: color var(--hover-transition), background-color var(--hover-transition), border-color var(--hover-transition), outline-color var(--hover-transition), opacity var(--hover-transition);
  max-width: 22.1875rem;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.btn[disabled], .btn.is-disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn path {
  -webkit-transition: fill var(--hover-transition);
  transition: fill var(--hover-transition);
}
.btn > *:not(:last-child) {
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .btn:hover {
    background-color: var(--black);
    color: var(--white);
  }
  .btn:hover path {
    fill: var(--white);
  }
  .btn:focus {
    border-color: var(--blue);
    outline-color: var(--blue);
  }
}
.btn.btn--small {
  padding: 0.5rem 2.5rem 0.4375rem;
  font-size: max(0.875rem, 12px);
  line-height: normal;
  width: auto;
}
@media (max-width: 768px) {
  .btn.btn--small {
    padding: 7px 20px;
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .btn.btn--small {
    padding: 6px 6px;
    font-size: 10px;
  }
}
.btn.btn--big {
  min-height: 3.5rem;
  padding: 0.625rem 1.5rem;
  font-size: max(1rem, 12px);
  line-height: max(1.5rem, 12px);
  border-radius: 1rem;
  text-transform: uppercase;
  width: auto;
}
.btn.btn--big img, .btn.btn--big svg {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 768px) {
  .btn.btn--big {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 24px;
  }
}
.btn.btn--black {
  background: var(--black);
  color: var(--white);
}
.btn.btn--black path {
  fill: var(--white);
}
@media (min-width: 992px) {
  .btn.btn--black:hover {
    background: var(--white);
    color: var(--black);
  }
  .btn.btn--black:hover path {
    fill: var(--black);
  }
}
.btn.btn--white {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}
.btn.btn--white path {
  fill: var(--black);
}
@media (min-width: 992px) {
  .btn.btn--white:hover {
    background: var(--black);
    color: var(--white);
    border-color: var(--black);
  }
  .btn.btn--white:hover path {
    fill: var(--white);
  }
}
.btn.btn--gray, .btn.btn--decline {
  background: var(--white);
  color: var(--gray-dark);
  border-color: var(--gray-dark);
}
.btn.btn--gray path, .btn.btn--decline path {
  fill: var(--gray-dark);
}
@media (min-width: 992px) {
  .btn.btn--gray:hover, .btn.btn--decline:hover {
    background: var(--black);
    color: var(--white);
    border-color: var(--black);
  }
  .btn.btn--gray:hover path, .btn.btn--decline:hover path {
    fill: var(--white);
  }
}
.btn.btn--red {
  background: var(--white);
  color: var(--error);
  border-color: var(--error);
}
.btn.btn--red path {
  fill: var(--error);
}
@media (min-width: 992px) {
  .btn.btn--red:hover {
    background: var(--error);
    color: var(--white);
    border-color: var(--black);
  }
  .btn.btn--red:hover path {
    fill: var(--white);
  }
}
.btn.btn--support {
  background: #efe9de;
  color: #000;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  width: auto;
}
.btn.btn--support path {
  fill: #000;
}
.btn.btn--support.warn {
  border-color: var(--error);
}
@media (min-width: 992px) {
  .btn.btn--support.warn:hover {
    background: var(--error);
    color: var(--white);
    border-color: var(--black);
  }
  .btn.btn--support.warn:hover path {
    fill: var(--white);
  }
}
@media (min-width: 992px) {
  .btn.btn--support:hover {
    background: #000;
    color: var(--white);
    border-color: var(--black);
  }
  .btn.btn--support:hover path {
    fill: var(--white);
  }
}
.btn.btn--auto-width {
  width: auto;
}
@media (max-width: 768px) {
  .btn {
    padding: 12px 30px;
    width: 100%;
    max-width: 500px;
  }
}

.swiper-wrapper {
  height: auto;
}

@media (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 13.5px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}