

/* Start:/local/markup-outsource/build/main.css?175561232945724*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* tenor-sans-regular - cyrillic */
@font-face {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/local/markup-outsource/build/fonts/tenor-sans-v12-cyrillic-regular.woff2") format("woff2"), url("/local/markup-outsource/build/fonts/tenor-sans-v12-cyrillic-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Alethia Next";
  src: url("/local/markup-outsource/build/fonts/AlethiaNext-Light.woff2") format("woff2"), url("/local/markup-outsource/build/fonts/AlethiaNext-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
.b24-form-wrapper {
  cursor: default !important;
}
.b24-form-wrapper a {
  cursor: pointer !important;
}
.b24-form-header {
  padding: 40px 24px 0 !important;
  border: none !important;
}
.b24-form-header-title {
  text-align: left !important;
  font-weight: 300 !important;
  font-family: "Alethia Next", sans-serif !important;
  font-size: 32px !important;
  line-height: 44.8px !important;
  letter-spacing: -0.3px !important;
  margin-bottom: 16px !important;
}
.b24-form-header-description {
  margin: 0 !important;
  text-align: left !important;
  font-family: "Tenor Sans", sans-serif !important;
  font-size: 14px !important;
  line-height: 19.6px !important;
}
.b24-form-content {
  padding: 32px 24px !important;
}
.b24-form-field-layout-section, .b24-form-control-file .b24-form-control-label {
  margin: 0 0 24px 0 !important;
  font-family: "Alethia Next", sans-serif !important;
  font-size: 28px !important;
  line-height: 44px !important;
  letter-spacing: -0.3px !important;
  opacity: 1 !important;
  text-transform: lowercase !important;
}
.b24-form-field-layout {
  margin-top: 40px !important;
}
.b24-form-field-layout:first-child {
  margin-top: 0 !important;
}
.b24-form-control-string .b24-form-control, .b24-form-control-list .b24-form-control, .b24-form-control-text .b24-form-control, .b24-form-control-select .field-item {
  background: white !important;
  padding: 12px 35px 0 16px !important;
  border: 1px solid rgba(150, 150, 150, 0.5) !important;
}
.b24-form-control-string .b24-form-control:focus, .b24-form-control-list .b24-form-control:focus, .b24-form-control-text .b24-form-control:focus, .b24-form-control-select .field-item:focus {
  border: 1px solid rgba(150, 150, 150, 0.5) !important;
}
.b24-form-control-icon-after .b24-form-control, .b24-form-control-icon-after .b24-form-control-label {
  padding: 0 35px 0 16px !important;
  font-family: "Tenor Sans", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: rgba(48, 48, 48, 0.5) !important;
  display: inline-block !important;
}
.b24-form-control-icon-after .b24-form-control-label {
  padding-left: 4px !important;
  left: 12px !important;
}
.b24-form-control-select-label, .b24-form-control:focus + .b24-form-control-label, .b24-form-control-not-empty + .b24-form-control-label {
  top: -7px !important;
  font-size: 12px !important;
  line-height: 16.8px !important;
  color: #303030 !important;
  display: inline-block;
  right: auto !important;
  background: white !important;
  z-index: 2 !important;
  opacity: 1 !important;
  padding: 0 4px !important;
}
.b24-form-field {
  margin-bottom: 16px !important;
}
.b24-form-control-required {
  color: #FF0000 !important;
}
.b24-form-control-container {
  margin-bottom: 16px !important;
}
.b24-form-control-add-btn {
  font-family: "Tenor Sans", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #303030 !important;
  padding: 0 0 0 32px !important;
  opacity: 1 !important;
  text-decoration: none !important;
  border: none !important;
  margin-bottom: 11px !important;
}
.b24-form-control-add-btn:before, .b24-form-control-add-btn:after {
  width: 20px !important;
  height: 2px !important;
  background: #62E796 !important;
}
.b24-form-control-alert-message {
  background: none !important;
  top: 100% !important;
  color: #e55252 !important;
  padding: 2px 0 !important;
  font-family: "Tenor Sans", sans-serif !important;
  font-size: 12px !important;
  line-height: 16px !important;
  left: 0 !important;
}
.b24-form-control-alert-message:before, .b24-form-control-alert-message:after {
  display: none !important;
}
.b24-form-control-alert .b24-form-control-container {
  margin-bottom: 52px !important;
}
.b24-form-control-alert .b24-form-control-container .b24-form-control {
  border-color: #E55252 !important;
}
.b24-form-control-desc {
  font-family: "Tenor Sans", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
}
.b24-form-control-agreement .b24-form-control-desc {
  font-size: 12px !important;
  line-height: 140% !important;
  letter-spacing: 0.01em !important;
  color: #202020 !important;
  opacity: 0.5 !important;
}
.b24-form-control-file {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  margin-top: 40px !important;
}
.b24-form-control-file label.b24-form-control {
  padding: 11px 23px 11px 47px !important;
  font-family: "Tenor Sans", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  border: 1px solid #969696 !important;
  border-radius: 4px !important;
  margin: 0 !important;
}
.b24-form-control-file label.b24-form-control:after {
  width: 20px !important;
  height: 2px !important;
  background: #62E796 !important;
  margin-top: -1px !important;
  left: 16px !important;
}
.b24-form-control-file label.b24-form-control:before {
  height: 20px !important;
  width: 2px !important;
  background: #62E796 !important;
  left: 26px !important;
  margin-top: -10px !important;
}
.b24-form-control-list .b24-form-control-container:after {
  height: 10px !important;
  width: 10px !important;
}
.b24-form-dropdown-container {
  box-shadow: 0 6px 21px rgba(0, 0, 0, 0.15) !important;
}
.b24-form-control-list-selector-item {
  padding: 14px 16px !important;
}
.b24-form-control-list-selector-item span {
  font-family: "Tenor Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.b24-form-border-bottom {
  border-bottom: 0 !important;
}
.b24-form-btn-block {
  padding: 0 !important;
}
.b24-form-btn {
  border: 1px solid #202020 !important;
  box-sizing: border-box !important;
  border-radius: 72px !important;
  text-align: center !important;
  font-size: 20px !important;
  line-height: 23px !important;
  letter-spacing: 0.01em !important;
  font-family: "Tenor Sans", sans-serif !important;
  color: #202020 !important;
  padding: 23px !important;
  display: block !important;
  height: auto !important;
  background: white !important;
}
.b24-form form {
  display: flex;
  flex-direction: column;
}
.b24-form form > div:nth-child(1) {
  order: 1;
}
.b24-form form > div:nth-child(2) {
  order: 3;
}
.b24-form form > div:nth-child(3) {
  order: 2;
  margin: 36px 0 16px !important;
}

.b24-window-close {
  top: 52px !important;
  right: 24px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 0 !important;
  background: none !important;
  opacity: 1 !important;
}
.b24-window-close:before, .b24-window-close:after {
  height: 25px !important;
  width: 1.5px !important;
  background: #969696 !important;
}

html {
  cursor: none !important;
}

.circle {
  position: fixed;
  display: block;
  color: #070707;
  border-radius: 50%;
  border: 1px solid #070707;
  width: 48px;
  height: 48px;
  left: -100px;
  top: -100px;
  pointer-events: none;
  z-index: 100;
  will-change: left, top;
  transition: 0.3s transform;
}
.circle:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #070707;
  border-radius: 50%;
  transition: 0.3s;
}
.circle.is-recolor {
  color: #fff;
  border: 1px solid #fff;
}
.circle.is-recolor:before {
  background: #fff;
}
.circle.is-mousehover {
  transform: scale(1.2);
  background: rgba(30, 195, 126, 0.2);
}
.circle.is-mousehover:before {
  opacity: 1;
  transform: scale(0.3);
}
.circle.is-mousedown {
  transform: scale(0.9);
}

.link,
a {
  cursor: none !important;
}

body {
  background: #fff;
  color: #202020;
  font-family: "Tenor Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
  font-weight: normal;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  body.open-mobile-menu {
    overflow: hidden;
  }
}

.root {
  overflow: hidden;
}

.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 160px;
  background: #f6faf5;
}
.hero:before {
  content: "";
  position: absolute;
  background: url("/local/markup-outsource/build/img/bg.svg") no-repeat 100% 100%;
  pointer-events: none;
  width: 900px;
  height: 900px;
  right: 0;
  background-size: 100%;
  bottom: 0;
}
@media (max-width: 1200px) {
  .hero {
    margin-bottom: 40px;
  }
  .hero:before {
    width: 400px;
    height: 400px;
  }
}

.hero__menu {
  padding: 0 60px;
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .hero__menu {
    padding-left: 16px;
    padding-right: 16px;
    height: 62px;
  }
}

.hero__logo {
  position: relative;
}
.hero__logo img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .hero__logo {
    width: 22px;
    z-index: 6;
  }
}

.hero__burger {
  display: none;
  position: relative;
  z-index: 6;
}
.hero__burger span {
  width: 28px;
  height: 28px;
  position: relative;
  display: block;
}
.hero__burger span:before, .hero__burger span:after {
  content: "";
  position: absolute;
  left: 0;
  background: #070707;
  height: 2px;
}
.hero__burger span:before {
  width: 28px;
  top: 9px;
}
.hero__burger span:after {
  width: 19px;
  bottom: 9px;
}
.open-mobile-menu .hero__burger span:before {
  transform: rotate(-45deg);
  top: 9px;
}
.open-mobile-menu .hero__burger span:after {
  width: 28px;
  transform: rotate(45deg);
  bottom: 17px;
}
@media (max-width: 1200px) {
  .hero__burger {
    display: block;
  }
}

.hero__right {
  display: flex;
}
@media (max-width: 1200px) {
  .hero__right {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5;
  }
  .open-mobile-menu .hero__right {
    display: block;
  }
  .open-mobile-menu .hero__right:before {
    content: "";
    position: absolute;
    background: url("/local/markup-outsource/build/img/bg.svg") no-repeat 100% 100%;
    pointer-events: none;
    width: 400px;
    height: 400px;
    right: 0;
    background-size: 100%;
    bottom: 0;
  }
}

.hero__nav {
  margin-left: auto;
  display: flex;
}
@media (max-width: 1200px) {
  .hero__nav {
    display: block;
    margin-left: 16px;
    margin-top: 100px;
  }
}

.hero__link {
  margin-left: 48px;
  font-size: 20px;
  line-height: 23px;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}
.hero__link:first-child {
  margin-left: 0;
}
.hero__link:hover {
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .hero__link {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .hero__link:last-child {
    margin-bottom: 0;
  }
}

.hero__lang {
  display: flex;
  margin-left: 64px;
  font-size: 20px;
  line-height: 23px;
}
.hero__lang a {
  margin-left: 16px;
  color: rgba(32, 32, 32, 0.5);
  transition: 0.3s;
}
.hero__lang a:first-child {
  margin-left: 0;
}
.hero__lang a.is-active {
  color: #202020;
}
.hero__lang a:hover {
  color: #202020;
}
@media (max-width: 1200px) {
  .hero__lang {
    position: absolute;
    left: 16px;
    bottom: 40px;
    margin-left: 0;
  }
}

.hero__main {
  flex: 1;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  align-items: center;
  font-family: "Alethia Next", sans-serif;
  font-weight: 300;
  font-size: 74px;
  line-height: 80px;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.02em;
}
@media (max-width: 1200px) {
  .hero__main {
    font-size: 32px;
    line-height: 36px;
    left: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.hero__header {
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .hero__header {
    margin-bottom: 8px;
  }
}

.hero__section {
  color: #202020;
  font-size: 32px;
  line-height: 28px;
  letter-spacing: 0.01em;
  font-weight: normal;
  max-width: 1000px;
  margin-top: 100px;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  .hero__section {
    margin-top: 60px;
    max-width: 480px;
    font-size: 18px;
  }
}

.hero__slider {
  height: 100px;
  margin-left: -24px;
  position: relative;
}
@media (max-width: 1200px) {
  .hero__slider {
    margin-left: -4px;
    height: 78px;
  }
}

.hero__slide {
  height: 100px;
  display: flex;
  align-items: center;
  position: absolute;
  padding: 0 22px;
  padding-bottom: 10px;
  left: 0;
  top: 0;
  white-space: nowrap;
  transition: 0.5s;
  opacity: 1;
}
.hero__slide br {
  display: none;
}
.hero__slide[data-index="1"] {
  transform: translate(0px, 0px);
  z-index: 3;
  color: #202020;
  background: #62e796;
}
.hero__slide[data-index="2"] {
  transform: translate(24px, 24px);
  z-index: 2;
  background: #acf0c6;
  color: #95b1a0;
}
@media (max-width: 1200px) {
  .hero__slide[data-index="2"] {
    transform: translate(12px, 12px);
  }
}
.hero__slide[data-index="3"] {
  transform: translate(48px, 48px);
  z-index: 1;
  background: #d8f6e2;
  color: #bedbc9;
}
@media (max-width: 1200px) {
  .hero__slide[data-index="3"] {
    transform: translate(24px, 24px);
  }
}
.hero__slide[data-index="0"] {
  opacity: 0;
  z-index: 4;
  transform: translate(0px, 96px);
  background: #d8f6e2;
  color: #bedbc9;
}
@media (max-width: 1200px) {
  .hero__slide[data-index="0"] {
    transform: translate(0px, 36px);
  }
}
.hero__slide.fade {
  transform: translate(48px, 48px);
  z-index: 0;
  opacity: 1;
  transition: 0.5s opacity;
}
@media (max-width: 1200px) {
  .hero__slide.fade {
    transform: translate(24px, 24px);
  }
}
@media (max-width: 1200px) {
  .hero__slide {
    padding: 0 6px;
    padding-bottom: 4px;
  }
  .hero__slide br {
    display: block;
  }
}
@media (max-width: 1200px) {
  .hero__slide {
    height: 78px;
  }
}

.hero__footer {
  padding: 0 60px;
  height: 130px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: rgba(32, 32, 32, 0.5);
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.hero__footer br {
  display: none;
}
@media (max-width: 1200px) {
  .hero__footer {
    height: 62px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .hero__footer br {
    display: block;
  }
}

.btn {
  width: 330px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #202020;
  font-size: 20px;
  line-height: 23px;
  border-radius: 35px;
  cursor: pointer;
  font-family: "Tenor Sans", sans-serif;
  letter-spacing: normal;
  text-decoration: none;
  transition: 0.3s;
}
.btn:hover {
  background: #202020;
  color: #fff;
}
@media (max-width: 1200px) {
  .btn {
    width: 200px;
    height: 40px;
    font-size: 14px;
    line-height: 18px;
  }
}

.btn--white {
  margin-bottom: 20px;
  border-color: #fff;
  color: #fff;
}
.btn--white:hover {
  background: #fff;
  color: #202020;
}

.hero__btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 20px;
}
.hero__btn > a {
  display: flex;
  align-items: center;
}
.hero__btn > a:first-child {
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .hero__btn > a:first-child {
    margin-right: 10px;
  }
}
.hero__btn > a > img {
  width: 55px;
  margin: 0px 10px;
}
@media (max-width: 1200px) {
  .hero__btn > a > img {
    width: 40px;
  }
}
@media (max-width: 374px) {
  .hero__btn > a > img {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .hero__btn {
    margin-top: 60px;
  }
}

.hero__mouse {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .hero__mouse {
    display: none;
  }
}

.statistic__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .statistic__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.statistic__title {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Alethia Next", sans-serif;
  font-size: 46px;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin-bottom: 220px;
}
@media (max-width: 1200px) {
  .statistic__title {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 60px;
  }
}

.statistic__marker {
  position: relative;
}
.statistic__marker:before {
  position: absolute;
  content: "";
  background: #62e796;
  left: -5px;
  top: 0;
  bottom: -5px;
  width: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.animate-done .statistic__marker:before {
  width: calc(100% + 10px);
}
.statistic__marker span {
  position: relative;
}

.statistic {
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  .statistic {
    margin-bottom: 0;
  }
}

.statistic__nums {
  padding: 0 60px;
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .statistic__nums {
    padding: 0 16px;
  }
}

.statistic__num--smallSpan {
  font-size: 30px;
  margin-right: -50px;
}
@media (max-width: 1200px) {
  .statistic__num--smallSpan {
    font-size: 20px;
    margin-right: -20px;
  }
}

.star1,
.star2,
.star2a,
.star1a,
.how__star1,
.how__star2 {
  position: absolute;
  transform: scale(1);
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.star1a {
  right: -70px;
  top: 150px;
}
@media (max-width: 1200px) {
  .star1a {
    right: -20px;
    top: 240px;
    width: 44px;
  }
}

.star2a {
  right: 200px;
  bottom: -100px;
}
@media (max-width: 1200px) {
  .star2a {
    display: none;
  }
}

.star1 {
  right: 250px;
  top: -50px;
}
@media (max-width: 1200px) {
  .star1 {
    display: none;
  }
}

.star2 {
  left: -30px;
  bottom: -50px;
}
@media (max-width: 1200px) {
  .star2 {
    top: -60px;
    right: -10px;
    bottom: auto;
    left: auto;
  }
  .star2 img {
    width: 68px;
  }
}

.statistic__box {
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media (max-width: 1200px) {
  .statistic__box {
    margin-bottom: 52px;
    display: block;
  }
}

.statistic__box--right {
  justify-content: flex-end;
  text-align: right;
  margin-top: -100px;
}
@media (max-width: 1200px) {
  .statistic__box--right {
    margin-bottom: 52px;
    text-align: left;
    margin-top: 0;
  }
}

.statistic__box__inner {
  max-width: 600px;
}

.statistic__num {
  font-size: 200px;
  line-height: 234px;
  margin-left: -104px;
  position: relative;
}
.statistic__box--right .statistic__num {
  margin-left: 0;
  margin-right: -104px;
}
@media (max-width: 1340px) {
  .statistic__num {
    margin-left: 0;
    margin-right: 0;
  }
  .statistic__box--right .statistic__num {
    margin-left: 0;
    margin-right: 0;
  }
}
.statistic__num span {
  position: relative;
}
.statistic__num .s1 {
  color: #fff;
  text-stroke: 2px #070707;
  -webkit-text-stroke: 2px #070707;
}
.statistic__num .s2,
.statistic__num .s3 {
  opacity: 0;
  position: absolute;
  transition: 1s;
}
.anim-open .statistic__num .s2,
.anim-open .statistic__num .s3 {
  opacity: 1;
}
.statistic__num .s2 {
  color: #1ec37e;
}
.anim-open .statistic__num .s2 {
  transform: translate(5px, 5px);
}
@media (max-width: 1200px) {
  .anim-open .statistic__num .s2 {
    transform: translate(2px, 2px);
  }
}
.statistic__num .s3 {
  color: #227a44;
  transition-delay: 0.1s;
}
.anim-open .statistic__num .s3 {
  transform: translate(10px, 10px);
}
@media (max-width: 1200px) {
  .anim-open .statistic__num .s3 {
    transform: translate(5px, 5px);
  }
}
@media (max-width: 1200px) {
  .statistic__num {
    font-size: 80px;
    line-height: 94px;
    margin-bottom: 8px;
  }
  .statistic__num .s1 {
    color: #fff;
    text-stroke: 1px #070707;
    -webkit-text-stroke: 1px #070707;
  }
}

.statistic__header {
  font-size: 32px;
  line-height: 40px;
  color: #070707;
  font-family: "Alethia Next", sans-serif;
  margin-bottom: 12px;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .statistic__header {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}

.text-curve__text {
  font-family: "Alethia Next", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.07em;
}

.why__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: -150px;
}
@media (max-width: 1200px) {
  .why__inner {
    margin-top: -30px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.why {
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .why {
    padding-bottom: 20px;
  }
}

.why__text {
  position: relative;
  z-index: 2;
}
.why__text svg {
  display: block;
}
@media (max-width: 1200px) {
  .why__text {
    transform: scale(1.3);
  }
}

.why__img {
  width: 670px;
  position: relative;
}
.why__img img {
  max-width: 100%;
  display: block;
}
@media (max-width: 1200px) {
  .why__img {
    width: 100%;
  }
  .why__img img {
    margin-left: -30px;
  }
}

.why__list-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .why__list-wrap {
    margin-top: 40px;
  }
}

.why__item {
  margin-bottom: 60px;
  max-width: 650px;
}
@media (max-width: 1200px) {
  .why__item {
    margin-bottom: 32px;
  }
}

.why__title {
  font-family: "Alethia Next", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .why__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.who {
  background: #f6faf5;
  padding-bottom: 140px;
}
@media (max-width: 1200px) {
  .who {
    padding-bottom: 40px;
  }
}

.who__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .who__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.who__top {
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(150, 150, 150, 0.5);
}
@media (max-width: 1200px) {
  .who__top {
    padding-top: 24px;
    padding-bottom: 36px;
    display: block;
  }
}

.who__left {
  font-size: 28px;
  line-height: 44px;
  font-family: "Alethia Next", sans-serif;
  font-weight: 300;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .who__left {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 32px;
  }
}

.who__right {
  max-width: 985px;
  margin-left: 20px;
  padding-top: 12px;
}
@media (max-width: 1200px) {
  .who__right {
    margin-left: 0;
    padding-top: 0;
  }
}

.who__item {
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.who__item:before {
  content: "";
  position: absolute;
  left: -361px;
  top: 50%;
  margin-top: -361px;
  background: url("/local/markup-outsource/build/img/round.svg") no-repeat;
  width: 722px;
  height: 722px;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
.who__item .border {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: rgba(150, 150, 150, 0.5);
  width: 0;
  transition: 0.5s;
}
.who__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #070707;
  width: 0;
  transition: 0.5s;
}
.who__item:hover {
  color: #202020;
}
.who__item:hover:before {
  opacity: 1;
}
.who__item:hover:after {
  width: 100%;
}
@media (max-width: 1200px) {
  .who__item {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.who__item-link {
  white-space: nowrap;
  position: absolute;
  opacity: 0;
  transition: all 1s;
  right: 5px;
  bottom: 10px;
}
@media (max-width: 1200px) {
  .who__item-link {
    margin-top: 20px;
    position: static;
    text-decoration: underline;
  }
}

.who__item-link {
  transition: all 0s;
  max-height: 0;
}

.who__item.is-open .who__item-link {
  max-height: 30px;
  opacity: 1;
}

.who__item .animate-done ~ .border {
  width: 100%;
}

@media (max-width: 1200px) {
  .why__description p {
    padding-top: 24px;
  }
}

.who__title {
  font-size: 72px;
  line-height: 72px;
  color: rgba(32, 32, 32, 0.5);
  font-family: "Alethia Next", sans-serif;
  font-weight: 300;
  transition: 0.3s;
  position: relative;
}
.who__item:hover .who__title {
  color: #202020;
}
.is-open .who__title {
  color: #202020;
}
@media (max-width: 1200px) {
  .who__title {
    font-size: 28px;
    line-height: 36px;
  }
}

.who__content {
  max-width: 650px;
  width: 100%;
  overflow: hidden;
  max-height: 300;
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: max-height, opacity;
  transition-delay: 0s, 0.4s;
  position: relative;
  margin-left: 20px;
  margin-top: 14px;
}
.is-open .who__content {
  opacity: 1;
  max-height: 300px;
}
@media (max-width: 1200px) {
  .who__content {
    margin-left: 0;
    margin-top: 0;
  }
  .who__content span {
    padding-top: 24px;
  }
}

.who__bottom-title {
  display: flex;
  align-items: center;
  font-family: "Tenor Sans", sans-serif;
}
.who__bottom-title img {
  margin-right: 15px;
}
.who__bottom-title a {
  text-decoration: underline;
  color: #1818ff;
}

.how {
  background: #070707;
  color: #ffffff;
  padding-bottom: 164px;
}
@media (max-width: 1200px) {
  .how {
    padding-bottom: 40px;
  }
}

.how__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
@media (max-width: 1200px) {
  .how__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.how__content-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 86px;
}
@media (max-width: 1200px) {
  .how__content-wrap {
    margin-bottom: 32px;
  }
}

.how__description {
  max-width: 650px;
}
.how__description p {
  margin-bottom: 40px;
}
.how__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .how__description p {
    margin-bottom: 16px;
  }
  .how__description p:last-child {
    margin-bottom: 0;
  }
}

.how__top {
  position: relative;
  color: #ffffff;
  opacity: 0.7;
  height: 950px;
  margin-bottom: 96px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Alethia Next", sans-serif;
}
.how__top .t1,
.how__top .t2,
.how__top .t3,
.how__top .t4 {
  position: absolute;
}
.how__top .t1 {
  left: 80px;
  top: 140px;
  font-size: 230px;
  line-height: 120%;
}
[lang=en] .how__top .t1 {
  left: 10px;
}
.how__top .t2 {
  left: 340px;
  top: 447px;
  font-size: 140px;
  line-height: 120%;
  position: relative;
}
[lang=en] .how__top .t2 {
  left: 550px;
}
.how__top .t2 i {
  position: absolute;
  width: 390px;
  height: 224px;
  border-radius: 50%;
  opacity: 0.4;
  border: 1px solid #ffffff;
  top: -10px;
  left: -100px;
  display: block;
}
.how__top .t3 {
  right: 10px;
  top: 360px;
  font-size: 230px;
  line-height: 120%;
}
[lang=en] .how__top .t3 {
  top: 660px;
}
.how__top .t4 {
  font-size: 230px;
  line-height: 120%;
  bottom: 0;
  left: 10px;
}
[lang=en] .how__top .t4 {
  display: none;
}
@media (max-width: 1200px) {
  .how__top {
    height: 240px;
    margin-bottom: 40px;
  }
  .how__top .t1, [lang=en] .how__top .t1 {
    left: 16px;
    top: 32px;
    font-size: 52px;
    line-height: 52px;
  }
  .how__top .t2 {
    font-size: 40px;
    line-height: 52px;
    top: 104px;
    left: 70px;
  }
  [lang=en] .how__top .t2 {
    left: 130px;
    top: 120px;
  }
  .how__top .t2 i {
    width: 104px;
    height: 68px;
    left: -22px;
    top: -5px;
  }
  .how__top .t3 {
    top: 100px;
    font-size: 52px;
    line-height: 52px;
    right: 0;
  }
  [lang=en] .how__top .t3 {
    top: 180px;
    right: 16px;
  }
  .how__top .t4 {
    font-size: 52px;
    line-height: 52px;
    left: 0;
  }
}

.how__star1,
.how__star2 {
  position: absolute;
}
.how__star1 img,
.how__star2 img {
  display: block;
}
@media (max-width: 1200px) {
  .how__star1,
.how__star2 {
    display: none;
  }
}

.how__star2 {
  top: 130px;
  left: 858px;
}

.how__star1 {
  top: 1113px;
  left: 80px;
}

.how__caption {
  font-family: "Alethia Next", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 44px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 1200px) {
  .how__caption {
    display: none;
  }
}

.how__list {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .how__list {
    border-top: 1px solid rgba(150, 150, 150, 0.5);
    margin-bottom: 40px;
  }
}

.how__item {
  padding-top: 56px;
  padding-bottom: 60px;
  position: relative;
  color: #6a6a6a;
}
.how__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #fff;
  width: 0;
  transition: 0.5s;
}
.how__item .border {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: rgba(150, 150, 150, 0.5);
  width: 0;
  transition: 0.5s;
}
.how__item:hover {
  color: #fff;
}
.how__item:hover:after {
  width: 100%;
}
@media (max-width: 1200px) {
  .how__item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.how__item .animate-done ~ .border {
  width: 100%;
}

.how__title {
  font-size: 72px;
  line-height: 72px;
  font-family: "Alethia Next", sans-serif;
  font-weight: 300;
  transition: 0.3s;
  position: relative;
  display: flex;
}
.is-open .how__title {
  color: #fff;
}
.how__title i {
  width: 90px;
  display: block;
  text-align: right;
  margin-right: 32px;
  font-style: normal;
}
@media (max-width: 1200px) {
  .how__title {
    font-size: 28px;
    line-height: 36px;
  }
  .how__title i {
    width: 38px;
    margin-right: 16px;
  }
}

.how__content {
  margin-left: 122px;
  color: #fff;
  max-width: 740px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: max-height, opacity;
  transition-delay: 0s, 0.4s;
  position: relative;
}
.is-open .how__content {
  opacity: 1;
  max-height: 300px;
}
@media (max-width: 1200px) {
  .how__content {
    margin-left: 0;
  }
}

.how__content-wrapper {
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .how__content-wrapper {
    padding-top: 24px;
  }
}

.how__content-text a {
  position: relative;
  transition: 0.3s;
}
.how__content-text a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
.how__content-text a:hover {
  opacity: 0.7;
}
.how__content-text a:hover:after {
  left: 10px;
  right: 10px;
}

.footer {
  padding-top: 90px;
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 40px;
  }
}

.footer__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .footer__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.footer__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer__row {
    display: block;
  }
}

.footer__col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .footer__col {
    margin-bottom: 32px;
  }
}

.footer__item {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer__item a {
  transition: 0.3s;
}
.footer__item a:hover {
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .footer__item {
    margin-bottom: 16px;
  }
  .footer__item:last-child {
    margin-bottom: 0;
  }
}

.footer__item--mt {
  margin-top: auto;
}
@media (max-width: 1200px) {
  .footer__item--mt {
    margin-top: 0;
  }
}

.footer__bye {
  font-family: "Alethia Next", sans-serif;
  font-weight: 300;
  font-size: 110px;
  line-height: 110%;
  text-align: center;
  color: #62e796;
  margin-top: 60px;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .footer__bye {
    font-size: 48px;
    line-height: 100%;
    text-align: left;
    margin-top: 30px;
  }
}

.animate,
.animate-fast {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(35px);
}

.animate-slice {
  opacity: 1;
}
.animate-slice span {
  position: relative;
  display: inline-block;
  line-height: normal;
}
.animate-slice span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transition: 0.5s;
  background: #fff;
}
.animate-slice span.grey:after {
  background: #f6faf5;
}
.animate-slice span.black:after {
  background: #070707;
}
.animate-slice.animate-done span:after {
  height: 0;
}

.animate-done {
  opacity: 1;
  transform: translateY(0);
}

.club {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .club {
    margin-bottom: 0;
  }
}

.club__inner {
  width: 100%;
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .club__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.club__title {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Alethia Next", sans-serif;
  font-size: 46px;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin-bottom: 95px;
}
@media (max-width: 1200px) {
  .club__title {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
  }
}

.club__marker {
  position: relative;
}
.club__marker:before {
  border-bottom: 3px solid black;
  position: absolute;
  content: "";
  background: #62e796;
  left: -5px;
  top: 0;
  bottom: -5px;
  width: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.animate-done .club__marker:before {
  width: calc(100% + 10px);
}
.club__marker span {
  position: relative;
}

.club__container {
  max-width: 1030px;
  padding-left: 16px;
  margin: 0 auto 85px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .club__container {
    flex-direction: column;
    margin: 0px 0px 0px 5px;
    align-items: flex-start;
  }
}

.club__container_block {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .club__container_block {
    margin: 20px 0px;
  }
}
.club__container_block img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.club__container_block p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.18px;
}

.club__container_block:nth-child(1),
.club__container_block:nth-child(3) {
  width: 305px;
}

.club__container_block:nth-child(2) {
  width: 206px;
}

.club__subText {
  color: #202020;
  max-width: 770px;
  margin: 0px auto 0px;
  padding: 0px 16px;
  font-family: "Tenor Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.18px;
}
@media (max-width: 1200px) {
  .club__subText {
    margin-left: 0px;
    text-align: left;
    margin-top: 40px;
    font-size: 18px;
  }
}

.club__btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .club__btn {
    justify-content: flex-start;
  }
}

.btn--green {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 70px;
  font-size: 20px;
  border: none;
  margin-bottom: 20px;
  background: #62e796;
  color: #202020;
  font-weight: 500;
  margin-left: 16px;
}
.btn--green:hover {
  background: #00ff99;
  color: #202020;
}
@media (max-width: 1200px) {
  .btn--green {
    width: 200px;
    height: 40px;
    font-size: 14px;
    line-height: 18px;
  }
}

.hidden {
  display: none;
}

.cookie-popup {
  padding: 24px 20px 22px 35px;
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: calc(50% - 588px);
  display: none;
  align-items: center;
  gap: 45px;
  width: 1176px;
  height: 113px;
  background-color: #202020;
}
@media screen and (max-width: 1280px) {
  .cookie-popup {
    padding: 14px 24px;
    left: calc(50% - 441px);
    width: 882px;
    height: 88px;
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .cookie-popup {
    padding: 22px 25px;
    left: 0;
    width: 100%;
    height: 104px;
    gap: 29px;
  }
}
@media screen and (max-width: 600px) {
  .cookie-popup {
    padding: 32px 16px 24px;
    height: 229px;
    flex-direction: column;
    gap: 0;
  }
}

.cookie-popup--visible {
  display: flex;
}

.cookie-popup__text {
  width: 890px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 33.08px;
}
@media screen and (max-width: 1280px) {
  .cookie-popup__text {
    width: 660px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}
@media screen and (max-width: 900px) {
  .cookie-popup__text {
    width: 538px;
  }
}
@media screen and (max-width: 600px) {
  .cookie-popup__text {
    margin-bottom: 25px;
    width: 100%;
  }
}
.cookie-popup__text > a {
  position: relative;
  cursor: pointer;
  color: #01ac6a;
  text-decoration-line: underline;
}

.cookie-popup__accept {
  width: 186px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: unset;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.2px;
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 2px;
  transition: border-color 0.3s linear, color 0.3s linear;
}
@media screen and (max-width: 1280px) {
  .cookie-popup__accept {
    width: 154px;
    height: 56px;
  }
}
@media screen and (max-width: 600px) {
  .cookie-popup__accept {
    width: 100%;
    height: 48px;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .cookie-popup__accept:hover {
    border-color: #01ac6a;
    color: #01ac6a;
  }
}
/*# sourceMappingURL=main.css.map */
/* End */
/* /local/markup-outsource/build/main.css?175561232945724 */
