/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../fonts/lato-v17-latin-700.woff2") format("woff2"), url("../../fonts/lato-v17-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../../fonts/roboto-v20-latin_cyrillic-300.woff2") format("woff2"), url("../../fonts/roboto-v20-latin_cyrillic-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../fonts/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"), url("../../fonts/roboto-v20-latin_cyrillic-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../../fonts/roboto-v20-latin_cyrillic-italic.woff2") format("woff2"), url("../../fonts/roboto-v20-latin_cyrillic-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../../fonts/roboto-v20-latin_cyrillic-500.woff2") format("woff2"), url("../../fonts/roboto-v20-latin_cyrillic-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../fonts/roboto-v20-latin_cyrillic-700.woff2") format("woff2"), url("../../fonts/roboto-v20-latin_cyrillic-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
  box-sizing: border-box;
  font-size: 16px;
}

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

body {
  background: #000;
  color: #fff;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

a {
  color: #fff;
  text-decoration: none;
}
a.blue-link {
  color: #273DF1;
}
a.blue-link:hover {
  text-decoration: underline;
}
a.strong {
  font-weight: 700;
}

.yellow {
  color: #FFC921;
}

.green {
  color: #2ECC71;
}

.home-header {
  max-width: 1336px;
  margin: 0 auto 0;
  padding: 0.5rem;
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .home-header {
    padding: 1rem 1rem;
  }
}
@media (min-width: 1200px) {
  .home-header {
    padding-top: 1.125rem;
    border-bottom: none;
  }
}
.home-header__mobile {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (min-width: 992px) {
  .home-header__mobile {
    width: auto;
  }
}
.home-header__mobile > a {
  display: block;
}
.home-header__mobile > * {
  margin-right: 1rem;
}
.home-header__mobile > *:last-child {
  margin-right: 0;
}
.home-header__mobile .home-header__toggle {
  display: flex;
}
.home-header__mobile .home-header__toggle img {
  align-self: center;
  display: block;
}
@media (min-width: 992px) {
  .home-header__mobile .home-header__toggle {
    display: none;
  }
}
.home-header__mobile .lc-object {
  display: block;
}
.home-header__mobile .lc-object .lc-current__title {
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 992px) {
  .home-header__mobile .lc-object {
    display: none;
  }
}
.home-header__desktop {
  position: absolute;
  top: 3.2rem;
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  height: auto;
  transition: max-height 200ms ease-in-out;
  border-radius: 0 0 10px 10px;
  background: #0E1018;
}
@media (min-width: 768px) {
  .home-header__desktop {
    max-width: 18em;
    left: auto;
    right: 0;
    top: 4.5em;
  }
}
@media (min-width: 992px) {
  .home-header__desktop {
    position: relative;
    max-width: 100%;
    width: auto;
    right: auto;
    top: 0;
    left: auto;
    border-radius: 0 0 10px 10px;
    background: transparent;
  }
}
.home-header__desktop .lc-object {
  display: none;
}
.home-header__desktop.showing {
  overflow: visible;
}
@media (min-width: 992px) {
  .home-header__desktop {
    display: flex;
    max-height: 100% !important;
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative;
    top: 0;
    left: 0;
  }
  .home-header__desktop .lc-object {
    display: block;
  }
}
.home-header__logo {
  display: flex;
  margin-right: auto;
  justify-content: center;
}
@media (min-width: 992px) {
  .home-header__logo {
    margin-right: 2.625rem;
  }
}
.home-header__logo img {
  display: block;
  align-self: center;
}
.home-header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  display: block;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
.home-header__menu li a {
  display: block;
  padding: 0.6rem 1rem 0.8rem 2rem;
}
@media (min-width: 992px) {
  .home-header__menu li {
    margin-right: 2.375rem;
  }
  .home-header__menu li:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .home-header__menu {
    display: flex;
    border: none;
  }
  .home-header__menu li a {
    padding: 0;
  }
}
.home-header__right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.home-header__right > div {
  margin-right: 1rem;
}
.home-header__right > div:last-of-type {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .home-header__right > div {
    margin-right: 2.125rem;
  }
  .home-header__right > div:last-of-type {
    margin-right: 0;
  }
}
.home-header__userspace {
  width: 100%;
  padding: 1rem;
}
.home-header__userspace > nav {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.home-header__userspace > nav a {
  margin-right: 2.125rem;
}
.home-header__userspace > nav a:last-of-type {
  margin-right: 0;
}
@media (min-width: 992px) {
  .home-header__userspace {
    padding: 0;
  }
}
.home-header__signup {
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 0.7rem 1.5rem;
}
@media (orientation: landscape) and (min-width: 992px) and (max-width: 1200px) {
  .home-header__signup {
    display: none;
  }
}

.lb-object {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .lb-object > .user-avatar {
    display: none;
  }
}
.lb-object img.user-avatar {
  align-self: center;
  margin-right: 0.6rem;
  width: 2.5rem;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}
.lb-object > nav {
  position: absolute;
  z-index: 1;
  display: none;
  left: 50%;
  top: 75%;
  transform: translateX(-50%) translateX(-0.6rem) translateY(0.3rem);
  background: #0E1018;
  border-radius: 10px;
  padding: 0.3rem 0 0.3rem;
  padding: 1em 0 1.5em;
  left: 0;
  right: auto;
  transform: none;
  width: 100%;
}
.lb-object > nav a, .lb-object > nav span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #c4c4c4;
}
.lb-object > nav.opened {
  display: block;
}
@media (min-width: 992px) {
  .lb-object > nav {
    width: auto;
    right: 0;
    left: auto;
    transform: translateX(-1.3rem) translateY(1.3rem);
  }
}
.lb-object > nav a {
  display: block;
  padding: 0.3rem 1.5rem;
  min-width: 20rem;
}
.lb-object > nav .lb-usermenu__header {
  display: none;
  align-items: center;
  padding: 0.3rem 1.5rem 1rem;
}
@media (min-width: 992px) {
  .lb-object > nav .lb-usermenu__header {
    display: flex;
  }
}
.lb-object > span, .lb-object > a {
  margin-right: 2.125rem;
}
.lb-object > span:last-of-type, .lb-object > a:last-of-type {
  margin-right: 0;
}
.lb-object > span:hover, .lb-object > a:hover {
  cursor: pointer;
}
.lb-object .lb-usermenu__footer {
  padding-top: 1rem;
}
.lb-object .lb-usermenu__footer a {
  display: flex;
  align-items: center;
}
.lb-object .lb-usermenu__footer .lb-usermenu__logout {
  transform: rotate(180deg);
  margin-right: 0.4rem;
}

.lc-object {
  position: relative;
}
.lc-object .lc-current {
  display: flex;
  align-items: center;
}
.lc-object .lc-current__title {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.375rem;
}
.lc-object .lc-list {
  position: absolute;
  z-index: 1;
  display: none;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateX(-0.6rem) translateY(0.3rem);
  background: #0E1018;
  border-radius: 10px;
  padding: 0.3rem 0 0.3rem;
  z-index: 900;
}
.lc-object .lc-list a, .lc-object .lc-list span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #c4c4c4;
}
.lc-object .lc-list.opened {
  display: block;
}
.lc-object .lc-list > a {
  display: block;
  padding: 0.3rem 1rem;
  min-width: 5rem;
  text-align: center;
}

.home-splash {
  position: relative;
}
@media (min-width: 1200px) {
  .home-splash {
    margin-bottom: 5em;
  }
}
.home-splash__in {
  margin: 0 auto 3rem;
  padding: 2rem 0.5rem 1rem;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-splash__in > h2 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .home-splash__in {
    padding: 2rem 2rem 4rem;
  }
}
@media (min-width: 992px) {
  .home-splash__in {
    padding: 4.5rem 4rem 5.875rem;
    max-width: 80.6875rem;
  }
}
@media (min-width: 768px) {
  .home-splash__in {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .home-splash__in {
    margin-bottom: 3rem;
    padding-bottom: 4rem;
  }
}
.home-splash__text {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.home-splash__text span.hs {
  display: block;
  margin-right: 5.5625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.3;
}
.home-splash__text span.title {
  font-size: 3.3125rem;
  font-weight: 700;
  line-height: 1.4;
  max-width: 31rem;
  min-height: 14rem;
}
body.en .home-splash__text span.title {
  max-width: 35rem;
}
@media (min-width: 768px) {
  .home-splash__text {
    flex-direction: row;
    margin-bottom: 16rem;
  }
}
@media (min-width: 1200px) {
  .home-splash__text {
    flex-direction: row;
    margin-bottom: 18rem;
  }
}
@media (min-width: 1400px) {
  .home-splash__text {
    flex-direction: row;
    margin-bottom: 22rem;
  }
}
@media (min-width: 2000px) {
  .home-splash__text {
    flex-direction: row;
    margin-bottom: 29rem;
  }
}
.home-splash__rooms {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.home-splash__rooms li {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  margin-right: 2.25rem;
  display: flex;
  align-items: center;
}
.home-splash__rooms li:last-of-type {
  margin-right: 0;
}
.home-splash__rooms li img {
  margin-right: 0.3rem;
}
@media (min-width: 768px) {
  .home-splash__rooms {
    flex-direction: row;
    align-items: center;
  }
}
.home-splash__circle {
  position: relative;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (min-width: 992px) {
  .home-splash__circle {
    display: block;
    position: absolute;
    left: auto;
    transform: none;
    right: 4rem;
    bottom: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .home-splash__circle {
    bottom: 6.1rem;
  }
}
.home-splash__lines {
  width: 100%;
  display: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .home-splash__lines {
    display: block;
    position: absolute;
    bottom: 9rem;
  }
}
@media (min-width: 992px) {
  .home-splash__lines {
    display: block;
    position: absolute;
    bottom: 14rem;
  }
}
@media (min-width: 1200px) {
  .home-splash__lines {
    display: block;
    position: absolute;
    bottom: 17rem;
  }
}

.home-pool__in {
  margin: 0 auto 3rem;
  padding: 2rem 0.5rem 1rem;
  position: relative;
  background: #0E1018;
}
.home-pool__in > h2 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .home-pool__in {
    padding: 2rem 2rem 4rem;
  }
}
@media (min-width: 992px) {
  .home-pool__in {
    padding: 4.5rem 4rem 5.875rem;
    max-width: 80.6875rem;
  }
}
@media (min-width: 1200px) {
  .home-pool__in {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .home-pool__in h2 {
    margin-bottom: -2rem;
  }
}
.home-pool__blocks {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3.625rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .home-pool__blocks {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .home-pool__blocks .home-pool__block-text {
    grid-column: 1/4;
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .home-pool__blocks {
    margin-bottom: 0;
  }
  .home-pool__blocks .home-pool__block-img.home-block-img {
    margin-bottom: 0;
  }
  .home-pool__blocks .home-pool__block-text {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .home-pool__blocks {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .home-pool__blocks .home-pool__block-text {
    grid-column: auto;
    margin-bottom: 0;
  }
}
.home-pool__block-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  grid-row: 4/5;
  flex-direction: column;
}
.home-pool__block-text .home-pool__learnmore {
  display: block;
  margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  .home-pool__block-text {
    grid-row: auto;
  }
  .home-pool__block-text .home-pool__learnmore {
    margin-top: auto;
  }
}
.home-pool__learnmore {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #273DF1;
}
.home-pool__learnmore img {
  transform: rotate(-90deg);
  transition: transform 100ms ease-in-out;
  position: relative;
  top: 2px;
}
.home-pool__learnmore:hover img {
  transform: rotate(0);
}
.home-pool__more {
  display: none;
}
.home-pool .home-block-img {
  position: relative;
  background: #000;
  padding: 3.5rem 2rem 2.8rem;
  border-radius: 10px;
  margin-bottom: 4rem;
}
.home-pool .home-block-img > img {
  position: absolute;
  top: 0;
  left: 2.1rem;
  transform: translateY(-50%);
}
.home-pool .home-block-img__number, .home-pool .home-block-img__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}
.home-pool .home-block-img__title {
  margin-bottom: 0.375rem;
}
.home-pool .home-block-img__subtitle {
  font-size: 1.125rem;
  line-height: 1.5;
}

.home-ht__in {
  margin: 0 auto 3rem;
  padding: 2rem 0.5rem 1rem;
  position: relative;
  background: #0E1018;
  background: linear-gradient(90deg, #0E1016 0%, rgba(14, 16, 22, 0) 94.54%);
}
.home-ht__in > h2 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .home-ht__in {
    padding: 2rem 2rem 4rem;
  }
}
@media (min-width: 992px) {
  .home-ht__in {
    padding: 4.5rem 4rem 5.875rem;
    max-width: 80.6875rem;
  }
}
@media (min-width: 1200px) {
  .home-ht__in {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .home-ht__in {
    padding-bottom: 7em;
  }
  .home-ht__in h2 {
    margin-bottom: 0.6em;
  }
}
.home-ht__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-row: 2/-1;
  grid-gap: 4rem;
}
@media (min-width: 992px) {
  .home-ht__container {
    grid-template-columns: 1fr 1fr;
  }
}
.home-ht__left .home-ht__right {
  flex: 0 0 50%;
}
.home-ht__left {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  grid-row: 2/3;
}
@media (min-width: 576px) {
  .home-ht__left {
    grid-template-columns: 1fr 1fr;
    grid-row: auto;
  }
}
.home-ht__right img {
  width: 100%;
  display: block;
}
.home-ht .home-ht-block {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
}
.home-ht .home-ht-block > span {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  /* opacity: 60%; */
  color: #c4c4c4;
  margin-bottom: auto;
}
.home-ht .home-ht-block__img {
  margin-bottom: 1.25rem;
  margin-top: 3rem;
}
.home-ht .home-ht-block__img img {
  display: block;
  min-height: 90px;
}
.home-ht .home-ht-block .blueBorderButton {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #273DF1;
  border-radius: 10px;
  padding: 1rem 3.125rem;
  text-align: center;
  transition: all 100ms ease-in-out;
}
.home-ht .home-ht-block .blueBorderButton:hover {
  background: #273DF1;
  color: #fff;
}
@media (max-width: 992px) {
  .home-ht .home-ht-block .blueBorderButton {
    margin-bottom: 1rem;
  }
}
.home-ht .home-ht-block .home-ht-block__button-sub {
  font-size: 0.875rem;
  line-height: 1.5;
  opacity: 1;
  position: absolute;
  bottom: -2rem;
  left: 1rem;
}

.home-pool-more__close a {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
}
.home-pool-more__close a img {
  align-self: center;
}
.home-pool-more__section h3 {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .home-pool-more__section h3 {
    margin-bottom: 2em;
  }
  .home-pool-more__section h3 .for-whom {
    margin-top: 2.7em;
  }
}
.home-pool-more__whom-blocks {
  display: grid;
  margin-bottom: 6rem;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
@media (min-width: 992px) {
  .home-pool-more__whom-blocks {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .home-pool-more__whom-blocks {
    grid-template-columns: 1fr 1fr;
  }
}
.home-pool-more__whom-blocks .whom-block {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  margin-bottom: 3rem;
  padding: 2rem 1rem;
}
@media (min-width: 1200px) {
  .home-pool-more__whom-blocks .whom-block {
    padding: 3rem 1.3rem 3.5rem 2rem;
  }
}
.home-pool-more__whom-blocks .whom-block.whom-block__pro {
  border: 1px solid #2ECC71;
}
.home-pool-more__whom-blocks .whom-block.whom-block__pro h3 {
  color: #2ECC71;
}
.home-pool-more__whom-blocks .whom-block.whom-block__pro .whom-block__button {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  background: #2ECC71;
  border-radius: 10px;
  border: 1px solid #2ECC71;
  padding: 1.0625rem 2.625rem;
  transition: all 100ms ease-in-out;
}
.home-pool-more__whom-blocks .whom-block.whom-block__pro .whom-block__button:hover {
  background: transparent;
  color: #fff;
}
.home-pool-more__whom-blocks .whom-block.whom-block__team {
  border: 1px solid #FFC921;
}
.home-pool-more__whom-blocks .whom-block.whom-block__team h3 {
  color: #FFC921;
}
.home-pool-more__whom-blocks .whom-block.whom-block__team .whom-block__button {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  background: #FFC921;
  border-radius: 10px;
  border: 1px solid #FFC921;
  padding: 1.0625rem 2.625rem;
  transition: all 100ms ease-in-out;
}
.home-pool-more__whom-blocks .whom-block.whom-block__team .whom-block__button:hover {
  background: transparent;
  color: #fff;
}
.home-pool-more__whom-blocks .whom-block__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .home-pool-more__whom-blocks .whom-block__header {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .home-pool-more__whom-blocks .whom-block__header {
    min-height: 8.5em;
  }
}
.home-pool-more__whom-blocks .whom-block__header-img {
  margin-right: 2.16375rem;
}
.home-pool-more__whom-blocks .whom-block__header-text {
  text-align: center;
}
.home-pool-more__whom-blocks .whom-block__header-text h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.home-pool-more__whom-blocks .whom-block__header-text p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .home-pool-more__whom-blocks .whom-block__header-text {
    text-align: left;
  }
}
.home-pool-more__whom-blocks .whom-block__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.home-pool-more__whom-blocks .whom-block__body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
}
.home-pool-more__whom-blocks .whom-block__body ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
.home-pool-more__whom-blocks .whom-block__body ul li img {
  display: block;
  margin-right: 1.3125rem;
  transform: translateY(0.4rem);
}
@media (min-width: 992px) {
  .home-pool-more__whom-blocks .whom-block__body ul {
    padding-left: 1.25rem;
  }
  .home-pool-more__whom-blocks .whom-block__body li {
    margin-bottom: 2rem;
  }
}
.home-pool-more__whom-blocks .whom-block__button {
  margin-top: auto;
  align-self: center;
}
.home-pool-more__bonus {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.home-pool-more__bonus > img {
  width: 80px;
  margin-right: 1.25rem;
}
.home-pool-more__bonus > p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .home-pool-more__bonus {
    align-items: center;
  }
  .home-pool-more__bonus img {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .home-pool-more__bonus {
    margin-bottom: 8em;
  }
  .home-pool-more__bonus img {
    width: 120px;
  }
}

.home-pool-advants__heading {
  margin-bottom: 6.875rem;
}

.home-pool-advants {
  display: grid;
  flex-direction: column;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  margin-bottom: 3rem;
}
.home-pool-advants__heading {
  text-align: center;
}
@media (min-width: 992px) {
  .home-pool-advants {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .home-pool-advants__heading {
    text-align: left;
  }
}

.home-pool-advant {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 1rem;
}
.home-pool-advant:last-of-type {
  margin-right: 0;
}
.home-pool-advant__head {
  font-size: 6.5625rem;
  font-weight: 300;
  line-height: 1;
  color: #FFC921;
  margin-bottom: 1rem;
}
.home-pool-advant__head img {
  display: block;
  margin-bottom: 1.2rem;
}
.home-pool-advant__text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c4c4c4;
  text-align: center;
}
@media (min-width: 1200px) {
  .home-pool-advant {
    align-items: center;
  }
  .home-pool-advant__text {
    text-align: center;
  }
}

.home-pool-report {
  margin-bottom: 8.5625rem;
}
.home-pool-report__texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.125rem;
}
.home-pool-report__texts p {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c4c4c4;
  margin-right: 5.0625rem;
}
.home-pool-report__texts p:last-of-type {
  margin-right: 0;
}
.home-pool-report__texts p.green {
  color: #2ECC71;
}
.home-pool-report__texts p.green > img {
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .home-pool-report__texts {
    flex-direction: row;
    align-items: flex-start;
  }
}
.home-pool-report__img a {
  display: block;
}
.home-pool-report__img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.home-howstart__heading {
  margin-bottom: 5.375rem;
}

.home-howstart {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
.home-howstart__block {
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .home-howstart__block {
    margin-bottom: 1em;
  }
}
.home-howstart__block-img {
  height: 10rem;
}
.home-howstart__block-number {
  font-family: "Lato", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.375rem;
  color: #c4c4c4;
}
.home-howstart__block-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c4c4c4;
}
.home-howstart__block-text a {
  color: #273DF1;
  transition: 150ms color ease-in-out;
}
.home-howstart__block-text a:hover {
  text-decoration: underline;
  color: #273DF1;
}
.home-howstart__block-arrow {
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .home-howstart {
    grid-template-columns: 2fr 1fr 2fr 1fr 2fr;
    grid-gap: 1rem;
    justify-content: center;
  }
  .home-howstart__block {
    text-align: left;
  }
  .home-howstart__block-arrow {
    transform: none;
    padding-top: 4.375rem;
  }
  .home-howstart__block-arrow img {
    display: block;
    margin: 0 auto;
  }
}

.home-howstart__already {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #c4c4c4;
  margin-bottom: 8rem;
}

.home-pool .home-howsplit__heading {
  margin-bottom: 2.125rem;
}

.home-howsplit {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .home-howsplit {
    grid-template-columns: 2fr 1fr;
    grid-gap: 2rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .home-howsplit {
    grid-template-columns: 714px 500px;
    grid-gap: 4rem;
    margin-bottom: 0;
  }
}
.home-howsplit__left > p {
  margin: 0 0 5.18rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c4c4c4;
}
.home-howsplit__left img {
  width: 100%;
  display: block;
  margin-bottom: 3rem;
}
.home-howsplit__right {
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .home-howsplit__right {
    display: flex;
  }
}
.home-howsplit__hidden-close {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.home-howsplit__hidden-close a {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
}
.home-howsplit__hidden-close a img {
  align-self: center;
}
.hidden .home-howsplit__hidden-close {
  transform: translateY(-50%) rotate(90deg);
}
@media (min-width: 992px) {
  .home-howsplit__hidden-close {
    display: block;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .home-howsplit__hidden-close {
    display: block;
    left: 0.7rem;
  }
}
.home-howsplit__hidden {
  margin-left: auto;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  transition: 150ms ease-in-out max-width;
  position: relative;
  background: #030303;
  border-radius: 10px;
  padding: 1rem 0.5rem 0.5rem 2rem;
}
@media (min-width: 992px) {
  .home-howsplit__hidden {
    padding: 1rem 0 0.5rem 2rem;
  }
}
@media (min-width: 1200px) {
  .home-howsplit__hidden {
    border-radius: 30px;
    padding: 2rem 0 4.5625rem 3.6875rem;
    align-self: flex-start;
  }
}
.home-howsplit__hidden-in {
  width: 100%;
}
.home-howsplit__hidden-in h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
.home-howsplit__hidden-in > p {
  margin: 0 0 1em;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c4c4c4;
}
@media (min-width: 992px) {
  .home-howsplit__hidden-in {
    width: 16rem;
  }
}
@media (min-width: 1200px) {
  .home-howsplit__hidden-in {
    width: 24rem;
  }
}

.home-split {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  margin-bottom: 3rem;
}
.home-split__left p {
  color: #c4c4c4;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.home-split__right-img {
  margin-right: 1rem;
}
.home-split__right-img img {
  display: block;
  position: relative;
}
.home-split__right {
  display: flex;
  align-items: center;
}
.home-split__right p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2ECC71;
  margin: 0;
}
@media (min-width: 992px) {
  .home-split {
    grid-template-columns: 1.62fr 1fr;
    grid-gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .home-split {
    grid-template-columns: 714px 440px;
    grid-gap: 4rem;
  }
  .home-split__right {
    align-items: flex-start;
    padding-top: 1.6rem;
  }
}

.home-split-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  margin-bottom: 5em;
}
.home-split-2__left p {
  color: #c4c4c4;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.home-split-2__right-img {
  margin-right: 1rem;
  margin-bottom: 1.625rem;
}
.home-split-2__right-img img {
  display: block;
  width: 100%;
}
.home-split-2__right p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #c4c4c4;
  margin: 0;
}
@media (min-width: 992px) {
  .home-split-2 {
    flex-direction: row;
    grid-template-columns: 440px 2fr;
    grid-gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .home-split-2 {
    margin-bottom: 8em;
  }
  .home-split-2__left {
    padding-top: 2.4rem;
  }
  .home-split-2__right p {
    padding-left: 16rem;
  }
}

.home-running {
  background: #FFC921;
  overflow: hidden;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 5.9375rem;
}
.home-running > div {
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
}

.after-home-running {
  padding-top: 9.9375rem;
}
.after-home-running h3 {
  margin-bottom: 3rem;
}

.home-split3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  margin-bottom: 3rem;
}
.home-split3-item__img {
  margin-bottom: 1.5rem;
  display: flex;
}
.home-split3-item__img.split3-img-pl {
  padding-left: 2.3rem;
}
.home-split3-item__img img {
  display: block;
  align-self: flex-end;
  max-width: 100%;
}
.home-split3-item__sub {
  display: flex;
  align-items: flex-start;
}
.home-split3-item__sub-img {
  display: block;
  margin-right: 0.3rem;
}
.home-split3-item__sub-img img {
  position: relative;
  top: 3px;
}
.home-split3-item__sub-text {
  color: #c4c4c4;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .home-split3 {
    flex-direction: row;
    grid-template-columns: 1.87fr 1fr 1fr;
    grid-gap: 4rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  .home-split3 {
    flex-direction: row;
    grid-template-columns: 500px 1fr 1fr;
    grid-gap: 4rem;
    margin-bottom: 6rem;
  }
  .home-split3-item__img {
    height: 10rem;
  }
}

.sev-th-day {
  margin-bottom: 3rem;
}
.sev-th-day h3 {
  margin-bottom: 1.3125rem;
}
.sev-th-day p {
  color: #c4c4c4;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.home-pool-more__close {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.home-pool-more__close a {
  width: 100%;
  height: 4rem;
}
@media (min-width: 768px) {
  .home-pool-more__close {
    margin-bottom: -3.8rem;
    margin-top: 6rem;
  }
}

.home-affiliate__in {
  margin: 0 auto 3rem;
  padding: 2rem 0.5rem 1rem;
  position: relative;
  background: #0E1018;
  margin-bottom: 3rem;
}
.home-affiliate__in > h2 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .home-affiliate__in {
    padding: 2rem 2rem 4rem;
  }
}
@media (min-width: 992px) {
  .home-affiliate__in {
    padding: 4.5rem 4rem 5.875rem;
    max-width: 80.6875rem;
  }
}
@media (min-width: 1200px) {
  .home-affiliate__in {
    border-radius: 10px;
  }
}
.home-affiliate__in h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .home-affiliate__in h2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .home-affiliate__in {
    margin-bottom: 3rem;
  }
}
.home-affiliate__blocks {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
@media (min-width: 768px) {
  .home-affiliate__blocks {
    grid-template-columns: 1fr 1fr;
  }
  .home-affiliate__blocks .home-affiliate__block-text {
    grid-column: 1/3;
  }
  .home-affiliate__blocks .home-affiliate__grid {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
  .home-affiliate__blocks .home-affiliate__grid .afgg {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .home-affiliate__blocks .home-affiliate__grid .afpk {
    grid-column: 1/2;
  }
}
@media (min-width: 1200px) {
  .home-affiliate__blocks .home-affiliate__block-text {
    grid-column: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .home-affiliate__blocks .home-affiliate__learnmore {
    margin-top: auto;
  }
  .home-affiliate__blocks .home-affiliate__block-img {
    margin-bottom: 0;
  }
}
.home-affiliate__block-text {
  color: #c4c4c4;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.home-affiliate__learnmore {
  margin-top: 2.3125rem;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #273DF1;
  text-transform: uppercase;
  display: block;
}
.home-affiliate__learnmore img {
  transform: rotate(-90deg);
  transition: transform 100ms ease-in-out;
  position: relative;
  top: 2px;
}
.home-affiliate__learnmore:hover img {
  transform: rotate(0);
}
.home-affiliate__block-img {
  margin-bottom: 2rem;
}
.home-affiliate__block-img img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home-affiliate__block-img {
    margin-bottom: 0;
  }
}

.home-working__in {
  margin: 0 auto 3rem;
  padding: 2rem 0.5rem 1rem;
  position: relative;
}
.home-working__in > h2 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .home-working__in {
    padding: 2rem 2rem 4rem;
  }
}
@media (min-width: 992px) {
  .home-working__in {
    padding: 4.5rem 4rem 5.875rem;
    max-width: 80.6875rem;
  }
}
@media (min-width: 1200px) {
  .home-working__in {
    padding-bottom: 0;
    margin-bottom: 1em;
  }
}
.home-working__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-working__list li {
  display: flex;
  justify-content: center;
}
.home-working__list li img {
  width: 100%;
  align-self: center;
}
@media (min-width: 768px) {
  .home-working__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .home-working__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .home-working__list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.home-partners__in {
  margin: 0 auto 3rem;
  padding: 2rem 0.5rem 1rem;
  position: relative;
  overflow: hidden;
}
.home-partners__in > h2 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .home-partners__in {
    padding: 2rem 2rem 4rem;
  }
}
@media (min-width: 992px) {
  .home-partners__in {
    padding: 4.5rem 4rem 5.875rem;
    max-width: 80.6875rem;
  }
}
.home-partners__list {
  position: absolute;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}
.home-partners__list li a {
  display: block;
  height: 100%;
}
.home-partners__list-wrapper {
  position: relative;
  height: 21.625rem;
}

@media (max-width: 991px) {
  .home-partners__list-wrapper {
    height: 25rem;
  }
}
.home-partners-list {
  background: #0E1018;
  border-radius: 10px;
  padding: 1.75rem 1.75rem 3.1875rem 3.0625rem;
}
.home-partners-list__img {
  display: flex;
  height: 10.0625rem;
  margin-bottom: 2.125rem;
}
.home-partners-list__img img {
  align-self: center;
  max-width: 100%;
}
.home-partners-list__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.home-partners-list__desc {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
.home-partners-list__desc strong {
  color: #2ECC71;
}

.home-soft__in {
  margin: 0 auto 4rem;
  max-width: 80.6875rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
}
@media (min-width: 992px) {
  .home-soft__in {
    grid-template-columns: 1fr 2fr;
    grid-gap: 2.625rem;
  }
}
.home-soft__block {
  margin: 0 auto 3rem;
  padding: 2rem 0.5rem 1rem;
  position: relative;
  background: #0E1018;
  margin: 0;
  padding: 2em 4em;
  display: flex;
  flex-direction: column;
}
.home-soft__block > h2 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .home-soft__block {
    padding: 2rem 2rem 4rem;
  }
}
@media (min-width: 992px) {
  .home-soft__block {
    padding: 4.5rem 4rem 5.875rem;
    max-width: 80.6875rem;
  }
}
@media (min-width: 1200px) {
  .home-soft__block {
    border-radius: 10px;
  }
}
.home-soft__block h3 {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3rem;
  margin-bottom: 2rem;
}
.home-soft__block p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c4c4c4;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .home-soft__block {
    padding: 2em 4em 4em;
  }
}
.home-soft__block-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.625rem;
}
.home-soft__block-content .text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c4c4c4;
}
.home-soft__block-content .img {
  margin-bottom: 3rem;
}
.home-soft__block-content .img img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .home-soft__block-content {
    grid-template-columns: 300px 1fr;
    grid-gap: 1rem;
  }
}
.home-soft .form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  margin-top: auto;
}
.home-soft .form .blueBorderButton {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #273DF1;
  border-radius: 10px;
  padding: 1rem 3.125rem;
  text-align: center;
  transition: all 100ms ease-in-out;
  width: 16.8125rem;
  justify-self: center;
}
.home-soft .form .blueBorderButton:hover {
  background: #273DF1;
  color: #fff;
}
.home-soft .form input[type=text] {
  background: #000;
  border-radius: 10px;
  outline: none;
  border: none;
  color: #fff;
  height: 4rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.home-soft .form input[type=text]::placeholder {
  color: #fff;
}
@media (min-width: 576px) {
  .home-soft .form {
    grid-template-columns: 2fr 1fr;
  }
  .home-soft .form input[type=text] {
    width: auto;
  }
}
@media (min-width: 992px) {
  .home-soft .form .form {
    grid-column: 1/3;
    grid-template-columns: 2fr 1fr;
  }
}
.home-soft .form-errors > p {
  color: #f00;
  font-size: 0.9rem;
  padding-left: 1rem;
  margin: 0;
}
.home-soft .form-messages > p {
  color: #f00;
  font-size: 0.9rem;
  padding-left: 1rem;
  margin: 0;
}
.home-soft .form-messages > p {
  color: #c4c4c4;
}
.home-soft__learnmore {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #273DF1;
  text-transform: uppercase;
}
.home-soft__learnmore img {
  transform: rotate(-90deg);
  transition: transform 100ms ease-in-out;
  position: relative;
  top: 2px;
}
.home-soft__learnmore:hover img {
  transform: rotate(0);
}
@media (min-width: 1200px) {
  .home-soft__learnmore {
    margin-top: 2.5em;
    display: block;
  }
}

.footer__in {
  margin: 0 auto 3rem;
  padding: 2rem 0.5rem 1rem;
  position: relative;
}
.footer__in > h2 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .footer__in {
    padding: 2rem 2rem 4rem;
  }
}
@media (min-width: 992px) {
  .footer__in {
    padding: 4.5rem 4rem 5.875rem;
    max-width: 80.6875rem;
  }
}
.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
@media (min-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr 3fr 2fr;
  }
}
@media (min-width: 1200px) {
  .footer-content {
    grid-template-columns: 1fr 5fr 2fr;
  }
}
.footer__credits {
  margin-top: 3em;
}
.footer__credits p {
  color: #4c4c4c;
  line-height: 1.5;
  font-size: 0.8em;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__credits {
    margin-left: 17.6%;
    max-width: 40em;
  }
  .footer__credits p {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer__credits {
    margin-left: 13.5%;
  }
}

.footer-content {
  text-align: center;
}

.footer-content .footer-content__logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.footer-content .footer-content__logo img {
  display: block;
}

.footer-content h3 {
  color: #d6d6d6;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}

.footer-content .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 2em;
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .footer-content .footer-menu {
    flex-direction: column;
    gap: 0px;
  }
}

.footer-content .footer-menu li {
  margin-bottom: 0.5rem;
}

.footer-content a {
  font-size: 16px;
  color: #d6d6d6;
  font-weight: 400;
  transition: color 200ms ease-in;
}

.footer-content a:hover {
  color: #fff;
}

.footer-content .footer-menu li.active a {
  color: #d4b170;
}

.footer-content .footer-social {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 15px 0 0;
}

.footer-content .footer-social li {
  margin-right: 10px;
}

.footer-content .footer-social li:last-of-type {
  margin-right: 0;
}

.footer-content .footer-social li a {
  display: block;
  opacity: 0.3;
  transition: opacity 200ms ease-in;
}

.footer-content .footer-social li a:hover {
  opacity: 0.8;
}

.footer-content .footer-social li a img {
  display: block;
  width: 25px;
}

@media (min-width: 767px) {
  .footer-content {
    text-align: left;
  }
  .footer-content .footer-menu {
    align-content: flex-start;
    margin-right: 0;
  }
  .footer-content .footer-social {
    justify-content: flex-start;
  }
}
@media (min-width: 991px) {
  .footer-content .footer-menu {
    max-height: 65px;
  }
}
[v-cloak] {
  display: none;
}

.hs-modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.hs-modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.hs-modal-container {
  width: 16rem;
  margin: 0px auto;
  padding: 1.9rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
}

.hs-modal-body {
  margin-bottom: 2.5rem;
}

.hs-modal-body h4 {
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-size: 1rem;
  font-weight: bold;
}

.hs-modal-wrapper input[type=text] {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  outline: none;
  padding: 1rem;
}

.hs-modal-footer__buttons a {
  font-size: 0.875rem;
  margin-right: 2.8rem;
}

.hs-modal-footer__buttons a:last-of-type {
  margin-right: 0;
}

.hs-modal-default-button {
  float: right;
}

.page-home-body .hs-modal-container {
  max-width: 55rem;
  width: auto;
  background: #0E1018;
  padding: 1.9rem 1.9rem 2.2rem;
}
.page-home-body .hs-modal-header > div {
  display: flex;
  justify-content: flex-end;
}
.page-home-body .hs-modal-header .modal-close-button {
  display: block;
}
.page-home-body .hs-modal-header .modal-close-button img {
  display: block;
}
.page-home-body .hs-modal-body h3 {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
}
.page-home-body .hs-modal-body .form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
.page-home-body .hs-modal-body .form .blueBorderButton {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #273DF1;
  border-radius: 10px;
  padding: 1rem 3.125rem;
  text-align: center;
  transition: all 100ms ease-in-out;
  width: 16.8125rem;
  justify-self: center;
}
.page-home-body .hs-modal-body .form .blueBorderButton:hover {
  background: #273DF1;
  color: #fff;
}
.page-home-body .hs-modal-body .form input[type=text] {
  background: #000;
  border-radius: 10px;
  outline: none;
  border: none;
  color: #fff;
  height: 4rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.page-home-body .hs-modal-body .form input[type=text]::placeholder {
  color: #fff;
}
@media (min-width: 576px) {
  .page-home-body .hs-modal-body .form {
    grid-template-columns: 2fr 1fr;
  }
  .page-home-body .hs-modal-body .form input[type=text] {
    width: auto;
  }
}
@media (min-width: 992px) {
  .page-home-body .hs-modal-body .form .form {
    grid-column: 1/3;
    grid-template-columns: 2fr 1fr;
  }
}
.page-home-body .hs-modal-body .form a.blueBorderButton {
  width: auto;
  white-space: nowrap;
  padding: 1rem;
}
@media (min-width: 576px) {
  .page-home-body .hs-modal-body .form {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .page-home-body .hs-modal-body .form input[type=text] {
    width: auto;
  }
  .page-home-body .hs-modal-body .form a.blueBorderButton {
    width: 25rem;
  }
}
@media (min-width: 992px) {
  .page-home-body .hs-modal-body .form {
    grid-column: 1/3;
    grid-template-columns: 28.25rem 1fr;
  }
  .page-home-body .hs-modal-body .form a.blueBorderButton {
    width: auto;
  }
}
.page-home-body .hs-modal-body .form-errors > p {
  color: #f00;
  font-size: 0.9rem;
  padding-left: 1rem;
  margin: 0;
}
.page-home-body .hs-modal-body .form-messages > p {
  color: #f00;
  font-size: 0.9rem;
  padding-left: 1rem;
  margin: 0;
}
.page-home-body .hs-modal-body .form-messages > p {
  color: #c4c4c4;
}

.ru.page-home-body .hs-modal-container {
  max-width: 55rem;
}

.en.page-home-body .hs-modal-container {
  max-width: 46rem;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  width: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  cursor: pointer;
}
.swiper-button-next img, .swiper-button-prev img {
  display: block;
  width: 100%;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}

.page-profile-body {
  background-color: #000;
}

@media (min-width: 768px) {
  .swiper-button-next {
    right: -4.2rem;
  }
  .swiper-button-prev {
    left: -4.2rem;
  }
}

/*# sourceMappingURL=style-2021.css.map */

.download-btn:hover{
  text-decoration: underline;
}

.click_area_out_m{
  margin: -10px -20px!important;
}
.click_area_inner_p{
  padding: 10px 20px!important;
  cursor: pointer;
}