/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-apps.scss ***!
  \************************************************************************************************************************************************************/
/*! 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 {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  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;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

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

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

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

/* 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Pero";
  src: url(../fonts/Pero-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  box-sizing: border-box;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.btn--solid-orange, .btn--opacity-white {
  font: 300 24px/1.2 "Roboto", sans-serif;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
  padding: 17px 60px;
}
.btn--solid-orange {
  color: #FFFFFF;
  background: #F42831;
}
.btn--opacity-white {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
}
.btn--small {
  font-size: 16px;
  padding: 10px 30px;
}

.container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

.h1 {
  font: 700 45px/1 "Pero", sans-serif;
}

.h2 {
  font: 700 32px/1 "Pero", sans-serif;
}

.h3 {
  font: 700 26px/1 "Pero", sans-serif;
}

.h5 {
  font: 700 21px/1 "Pero", sans-serif;
}

.h6 {
  font: 700 18px/1 "Pero", sans-serif;
}

@media (min-width: 1280px) {
  .h1 {
    font-size: 80px;
  }
  .h2 {
    font-size: 65px;
  }
  .h3 {
    font-size: 48px;
  }
  .h5 {
    font-size: 32px;
  }
  .h6 {
    font-size: 24px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1F1F1F;
  padding: 14px 0;
  z-index: 998;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__logo-image {
  width: 100px;
}
.header__actions {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  background: #1F1F1F;
  gap: 20px;
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out;
  padding: 100px 20px 20px;
  z-index: 998;
}
.header__actions .btn {
  width: 100%;
}
.header__langs {
  position: relative;
}
.header__langs-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.header__langs-content {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  transform: translate(-20px, 100%);
  background: #1F1F1F;
  padding: 6px 0;
}
.header__langs-content .header__lang {
  padding: 4px 46px;
  text-align: left;
}
.header__langs.active .header__langs-content {
  display: block;
}
.header__lang {
  display: block;
  font: 400 18px/1.3 "Roboto", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.header__login-icon {
  display: block;
  width: 35px;
  height: auto;
}
.header__login-icon path {
  transition: fill 300ms ease-in-out;
}
.header__login-icon:hover path {
  fill: #F42831;
}
.header__hamburger {
  position: relative;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  z-index: 999;
}
.header__hamburger-line {
  display: block;
  width: 24px;
  height: 2px;
  background: #FFFFFF;
  margin: 3px 0;
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}
.header.active .header__actions {
  transform: translateY(0);
}
.header.active .header__hamburger-line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.header.active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header.active .header__hamburger-line:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

@media (min-width: 768px) {
  .header__actions {
    position: relative;
    top: initial;
    left: initial;
    width: -moz-fit-content;
    width: fit-content;
    transform: none;
    gap: 20px;
    padding: 0;
  }
  .header__actions .btn {
    width: -moz-fit-content;
    width: fit-content;
    order: 1;
    margin-right: 20px;
  }
  .header__langs {
    order: 3;
  }
  .header__langs-content {
    left: auto;
    right: 0;
    width: 100px;
    transform: translate(20px, 100%);
  }
  .header__langs-content .header__lang {
    padding: 4px 20px;
    text-align: right;
  }
  .header__login {
    order: 2;
  }
  .header__hamburger {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 24px 0;
  }
  .header__logo-image {
    width: 100px;
  }
}
.footer {
  background: linear-gradient(265deg, #F87C2A -1.17%, #F52B3F 47.16%, #0B0B0B 103.89%);
  padding: 24px 0;
  margin-top: 100px;
}
.footer__container {
  display: grid;
  gap: 55px;
}
.footer__logo-image {
  width: 80px;
  margin-bottom: 55px;
}
.footer__contact {
  font: 300 14px/1.3 "Roboto", sans-serif;
}
.footer__contact h1,
.footer__contact h2,
.footer__contact h3,
.footer__contact h4 {
  font: 700 14px/1 "Pero", sans-serif;
  margin-bottom: 12px;
}
.footer__contact p,
.footer__contact a {
  font: 300 14px/1.3 "Roboto", sans-serif;
  color: inherit;
  text-decoration: none;
}
.footer__contact .flex-center {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer__image {
  width: 100%;
  max-width: 400px;
}
.footer__apps-label {
  font: 700 16px/1.3 "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 8px;
}
.footer__apps-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.footer__app-image {
  width: 150px;
  height: auto;
}
.footer__socials {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer__socials-label {
  font: 700 16px/1.3 "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 8px;
}
.footer__socials-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.footer__social-image {
  width: 32px;
  height: auto;
}
.footer__copyright {
  font: 300 12px/1.3 "Roboto", sans-serif;
  color: #FFFFFF;
  text-align: center;
  margin-top: 40px;
}
.footer__copyright a {
  color: inherit;
}

@media (min-width: 768px) {
  .footer__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
  }
  .footer__actions {
    grid-column: span 2;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding: 95px 0 24px;
  }
  .footer__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__logo-image {
    width: 320px;
  }
  .footer__actions {
    grid-column: initial;
  }
  .footer__socials-label, .footer__apps-label {
    font-size: 20px;
    margin-bottom: 24px;
    text-align: left;
  }
  .footer__socials-list, .footer__apps-list {
    justify-content: flex-start;
  }
  .footer__social-image {
    width: 40px;
  }
  .footer__app-image {
    margin: 0 auto;
  }
}
html {
  background: #0B0B0B;
  color: #FFFFFF;
}

.header,
.footer {
  display: none;
}

.apps .container {
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apps__container {
  display: grid;
  gap: 50px;
}
.apps__logo-image {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.apps__title {
  width: 100%;
  font: 700 36px/1 "Pero", sans-serif;
  text-align: center;
}
.apps__list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
}
.apps__item-icon {
  width: 150px;
  height: auto;
}
