/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Montserrat-Light.woff2") format("woff2"), url("/fonts/Montserrat-Light.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Montserrat-Regular.woff2") format("woff2"), url("/fonts/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Inter-Regular.woff2") format("woff2"), url("/fonts/Inter-Regular.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Inter-Medium.woff2") format("woff2"), url("/fonts/Inter-Medium.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Inter-Black.woff2") format("woff2"), url("/fonts/Inter-Black.woff") format("woff");
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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

html {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-size: 100%;
  line-height: normal;
  color: #E4E5EA;
  background-color: #0E1014;
}

body {
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  text-wrap: balance;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

picture {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

button,
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  color: currentColor;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

address {
  font-style: normal;
}

.page {
  padding-bottom: 60px;
  overflow: hidden;
  overflow-y: scroll;
}

.page::before {
  position: absolute;
  top: 162px;
  right: -197px;
  width: 259px;
  height: 259px;
  border-radius: 259px;
  opacity: 0.5;
  background: #833AB4;
  filter: blur(196px);
  content: "";
}

.page::after {
  position: absolute;
  bottom: 0;
  left: -55px;
  width: 211px;
  height: 210px;
  border-radius: 210px;
  background-color: #961A1A;
  filter: blur(196px);
  content: none;
}

.container {
  width: 100%;
  max-width: 1172px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.header {
  position: relative;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__col {
  width: 100%;
}

.header__col--logo {
  display: none;
}

.header__col--menu {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__col--contacts {
  display: none;
}

.header__logo {
  width: 165px;
}

.header__logo-image {
  width: 140px;
  height: 24px;
  margin-bottom: 10px;
}

.header__logo-text {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.logo__link:hover {
  opacity: 1;
}

.menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.menu__item:hover {
  opacity: 0.8;
  transition: all 0.2s ease;
}

.menu__item--hidden {
  display: none;
}

.menu__item-text {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.socials__list {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.socials__link:hover {
  opacity: 0.8;
  transition: all 0.2s ease;
}

.social__icon {
  width: 100%;
  height: 100%;
}

.social__icon-pic {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.social__icon-pic--telegram {
  background-image: url("/images/icons/telegram.svg");
}

.social__icon-pic--viber {
  background-image: url("/images/icons/viber.svg");
}

.social__icon-pic--whatsapp {
  background-image: url("/images/icons/whatsapp.svg");
}

.footer {
  margin-top: 40px;
}

.footer__content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.footer__copyright {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  margin-top: 50px;
}

.footer__text {
  margin-bottom: 5px;
}

.footer__link {
  border-bottom: 1px solid #E4E5EA;
}

.heading--small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.heading--grey {
  text-transform: uppercase;
  color: #656566;
}

.heading--footer {
  margin-bottom: 20px;
}

.links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.links__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.link {
  font-size: 14px;
}

.link:hover {
  border-bottom: 1px solid #E4E5EA;
  transition: border 0.1s ease;
}

.contacts {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.contacts__address {
  font-size: 14px;
}

.button {
  display: none;
  padding: 0;
}

.button:hover {
  opacity: 0.9;
  transition: all 0.2s ease;
}

.button--blue {
  background-color: #4077F3;
}

.button--big {
  padding: 21px 34px;
}

.button__text {
  font-weight: 500;
}

.lead {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 60px;
  background: radial-gradient(304.35% 148.2% at 3.2% 3.49%, rgba(255, 246, 233, 0.1) 0%, rgba(26, 29, 35, 0.1) 26.62%, rgba(26, 29, 35, 0.1) 52.1%, rgba(26, 29, 35, 0.01) 70.17%, rgba(26, 29, 35, 0) 100%);
  z-index: 1;
}

.lead::before {
  position: absolute;
  bottom: 0;
  left: -55px;
  width: 211px;
  height: 210px;
  border-radius: 210px;
  background-color: #961A1A;
  filter: blur(196px);
  content: "";
}

.lead__title {
  font-size: 36px;
  font-weight: 400;
}

.lead__subtitle {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  margin-top: 15px;
}

.features {
  position: relative;
  margin-top: 45px;
}

.features__heading {
  font-size: 18px;
  font-weight: 500;
}

.accent--gradient {
  background: linear-gradient(90deg, #FCB045 36.99%, #FD1D1D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accent--bold {
  font-weight: 900;
}

.offers {
  margin-top: 20px;
}

.offers--tablet {
  display: none;
}

.offers__list {
  display: grid;
  grid-template-columns: 115px 141px;
  gap: 14px 10px;
}

.offer--mobile .offer__heading {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-size: 13px;
  letter-spacing: 0.65px;
}

.offer--tablet .offer__heading {
  font-family: "Inter", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
}

.offer__heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.offer__heading-marker {
  display: block;
  width: 10px;
  height: 1px;
  background: linear-gradient(90deg, #FCB045 36.99%, #FD1D1D 100%);
}

.offer__heading-text {
  text-transform: uppercase;
}

.ball {
  position: absolute;
  display: block;
  border-radius: 50%;
  z-index: -2;
}

.ball--purple {
  width: 40px;
  height: 40px;
  background: radial-gradient(82.3% 82.3% at 27.25% 26.5%, rgba(236, 208, 255, 0.64) 0%, rgba(161, 93, 207, 0.24) 59.67%, rgba(118, 49, 164, 0.21) 78.59%, rgba(86, 24, 128, 0.23) 100%);
  filter: drop-shadow(3px 6px 27px rgba(177, 118, 217, 0.25)) blur(5px);
}

.ball--red {
  width: 43px;
  height: 43px;
  background: radial-gradient(82.3% 82.3% at 27.25% 26.5%, rgba(255, 208, 208, 0.54) 0%, rgba(212, 93, 93, 0.26) 59.67%, rgba(167, 49, 49, 0.25) 78.59%, rgba(130, 25, 25, 0.25) 100%);
  filter: blur(7.5px);
}

.ball--right {
  top: 236px;
  right: -18px;
}

.ball--bottom {
  bottom: 6px;
  left: 29px;
}

.ball--middle {
  top: 83px;
  left: 519px;
}

.ball--header {
  display: none;
}

.ball--features {
  display: none;
}

@media (min-width: 768px) {
  .page {
    padding-bottom: 20px;
  }
  .menu__item--hidden {
    display: inline-block;
  }
  .menu__item-text {
    font-size: 16px;
  }
  .footer__content {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__copyright {
    text-align: right;
  }
  .footer__row--contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 100px;
  }
  .contacts--footer {
    align-items: flex-end;
  }
  .lead__title {
    font-size: 48px;
  }
  .accent--case {
    text-transform: uppercase;
    letter-spacing: 0.9px;
  }
  .offers--mobile {
    display: none;
  }
  .offers--tablet {
    display: block;
  }
  .offers__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 35px;
  }
  .offer__heading-marker {
    display: none;
  }
  .offer__heading-text {
    margin-bottom: 6px;
  }
}

@media (min-width: 1140px) {
  .page::before {
    top: -154px;
    right: 50%;
  }
  .page::after {
    bottom: 0;
    top: 251px;
    left: -102px;
    width: 311px;
    height: 311px;
    border-radius: 311px;
    opacity: 0.5;
    content: "";
  }
  .header__container {
    display: grid;
    grid-template-columns: 1fr 3fr 2fr;
    align-items: flex-start;
    padding-top: 46px;
  }
  .header__col--logo {
    display: block;
    margin-top: 11px;
    padding-right: 27px;
  }
  .header__col--menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header__col--contacts {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 47px;
         column-gap: 47px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu__list {
    justify-content: flex-start;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .menu__item-text {
    text-transform: none;
  }
  .socials--header .socials__list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .social__icon-pic {
    width: 20px;
    height: 20px;
  }
  .footer {
    margin-top: 55px;
  }
  .footer__copyright {
    margin-top: 33px;
  }
  .footer__row--contacts {
    margin-left: 163px;
  }
  .footer__row--about {
    margin-right: 98px;
  }
  .heading--small {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .link {
    font-size: 16px;
  }
  .contacts {
    row-gap: 20px;
  }
  .contacts__address {
    font-size: 16px;
  }
  .button {
    display: block;
  }
  .lead {
    padding-top: 90px;
    padding-bottom: 70px;
    background: none;
  }
  .lead::before {
    content: none;
  }
  .lead__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .lead__row--title {
    max-width: 362px;
  }
  .lead__subtitle {
    max-width: 275px;
    margin-top: 30px;
  }
  .features {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0;
  }
  .features__heading {
    text-align: right;
    margin-bottom: 40px;
    max-width: 290px;
  }
  .features__button {
    margin-top: 60px;
  }
  .offers__list {
    grid-template-columns: 164px 135px;
  }
  .offer--tablet {
    text-align: end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .ball--purple {
    width: 60px;
    height: 60px;
    filter: blur(2px);
  }
  .ball--red {
    width: 28px;
    height: 28px;
    filter: blur(2px);
  }
  .ball--red-sharp {
    width: 83px;
    height: 83px;
    filter: none;
  }
  .ball--bottom {
    bottom: 90px;
    left: 822px;
  }
  .ball--top {
    top: -2px;
    left: 60%;
  }
  .ball--lead {
    display: none;
  }
  .ball--header {
    display: block;
  }
  .ball--features {
    display: block;
  }
}