/*! 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.
 */
/* line 11, ../../GITARA/src/sass/normalizes.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../../GITARA/src/sass/normalizes.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, ../../GITARA/src/sass/normalizes.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, ../../GITARA/src/sass/normalizes.scss */
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.
 */
/* line 53, ../../GITARA/src/sass/normalizes.scss */
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.
 */
/* line 64, ../../GITARA/src/sass/normalizes.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, ../../GITARA/src/sass/normalizes.scss */
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.
 */
/* line 85, ../../GITARA/src/sass/normalizes.scss */
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.
 */
/* line 95, ../../GITARA/src/sass/normalizes.scss */
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.
 */
/* line 105, ../../GITARA/src/sass/normalizes.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, ../../GITARA/src/sass/normalizes.scss */
small {
  font-size: 80%;
}

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

/* line 133, ../../GITARA/src/sass/normalizes.scss */
sub {
  bottom: -0.25em;
}

/* line 137, ../../GITARA/src/sass/normalizes.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, ../../GITARA/src/sass/normalizes.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, ../../GITARA/src/sass/normalizes.scss */
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.
 */
/* line 176, ../../GITARA/src/sass/normalizes.scss */
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.
 */
/* line 186, ../../GITARA/src/sass/normalizes.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, ../../GITARA/src/sass/normalizes.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, ../../GITARA/src/sass/normalizes.scss */
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.
 */
/* line 218, ../../GITARA/src/sass/normalizes.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, ../../GITARA/src/sass/normalizes.scss */
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.
 */
/* line 240, ../../GITARA/src/sass/normalizes.scss */
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.
 */
/* line 253, ../../GITARA/src/sass/normalizes.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, ../../GITARA/src/sass/normalizes.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, ../../GITARA/src/sass/normalizes.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, ../../GITARA/src/sass/normalizes.scss */
[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.
 */
/* line 290, ../../GITARA/src/sass/normalizes.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, ../../GITARA/src/sass/normalizes.scss */
[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.
 */
/* line 308, ../../GITARA/src/sass/normalizes.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, ../../GITARA/src/sass/normalizes.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, ../../GITARA/src/sass/normalizes.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, ../../GITARA/src/sass/normalizes.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, ../../GITARA/src/sass/normalizes.scss */
[hidden] {
  display: none;
}

/* line 1, ../../GITARA/src/sass/resets.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 21, ../../GITARA/src/sass/resets.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 25, ../../GITARA/src/sass/resets.scss */
html {
  height: 100%;
}

/* line 28, ../../GITARA/src/sass/resets.scss */
body {
  line-height: 1;
}

/* line 31, ../../GITARA/src/sass/resets.scss */
ol,
ul {
  list-style: none;
}

/* line 34, ../../GITARA/src/sass/resets.scss */
blockquote,
q {
  quotes: none;
}

/* line 37, ../../GITARA/src/sass/resets.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 42, ../../GITARA/src/sass/resets.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 4, ../../GITARA/src/sass/style.sass */
* {
  box-sizing: border-box;
}

@font-face {
  font-family: "MontserratT";
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: regular;
  font-style: normal;
}

@font-face {
  font-family: "MontserratT";
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: bold;
  font-style: normal;
}

/* line 20, ../../GITARA/src/sass/style.sass */
html {
  font-family: "MontserratT";
  font-weight: regular;
  scroll-behavior: smooth;
}

/* line 26, ../../GITARA/src/sass/style.sass */
body {
  padding-bottom: 5px;
}

/* line 33, ../../GITARA/src/sass/style.sass */
.container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

/* line 39, ../../GITARA/src/sass/style.sass */
.main-section {
  position: relative;
  min-height: 800px;
  border-radius: 40px;
  background: #d9d9d9;
  padding-top: 16px;
  overflow: hidden;
  margin: 5px 0;
}

/* line 47, ../../GITARA/src/sass/style.sass */
.main-section__nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 69px;
  align-items: center;
}

/* line 53, ../../GITARA/src/sass/style.sass */
.main-section__logo {
  width: 135px;
  height: 70px;
}

/* line 56, ../../GITARA/src/sass/style.sass */
.main-section__content-container {
  position: relative;
  display: flex;
  flex-direction: row;
}

/* line 60, ../../GITARA/src/sass/style.sass */
.main-section__first-elipse {
  position: absolute;
  top: 129px;
  right: 80px;
}

/* line 64, ../../GITARA/src/sass/style.sass */
.main-section__second-elipse {
  position: absolute;
  right: -80px;
  top: 600px;
}

/* line 68, ../../GITARA/src/sass/style.sass */
.main-section__third-elipse {
  position: absolute;
  left: -20px;
  top: 700px;
}

/* line 73, ../../GITARA/src/sass/style.sass */
.nav-menu {
  padding-right: 19px;
}

/* line 75, ../../GITARA/src/sass/style.sass */
.nav-menu__list {
  display: flex;
  flex-direction: row;
}

/* line 78, ../../GITARA/src/sass/style.sass */
.nav-menu__list-item {
  font-size: 18px;
  margin-right: 64px;
}

/* line 81, ../../GITARA/src/sass/style.sass */
.nav-menu__list-item:last-child {
  margin-right: 0;
}

/* line 83, ../../GITARA/src/sass/style.sass */
.nav-menu a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

/* line 88, ../../GITARA/src/sass/style.sass */
.left-wrapper {
  position: relative;
}

/* line 90, ../../GITARA/src/sass/style.sass */
.left-wrapper img {
  width: 883px;
  height: 750px;
  position: relative;
  z-index: 5;
}

/* line 95, ../../GITARA/src/sass/style.sass */
.left-wrapper__rectangle-blue {
  position: absolute;
  z-index: 2;
  top: 150px;
  left: -50px;
  width: 566px;
  height: 220px;
  background: #5290ea;
  border-radius: 100px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
  transform: rotate(-64deg);
}

/* line 106, ../../GITARA/src/sass/style.sass */
.left-wrapper__rectangle-orange {
  position: absolute;
  z-index: 3;
  top: 160px;
  left: -30px;
  width: 618px;
  height: 220px;
  background: #f28b64;
  border-radius: 100px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
  transform: rotate(-51deg);
}

/* line 117, ../../GITARA/src/sass/style.sass */
.left-wrapper__rectangle-grey {
  position: absolute;
  z-index: 1;
  top: 190px;
  left: 10px;
  width: 608px;
  height: 220px;
  background: #e2e2e2;
  border-radius: 100px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
  transform: rotate(-36deg);
}

/* line 129, ../../GITARA/src/sass/style.sass */
.right-wrapper {
  width: 372px;
  position: absolute;
  top: 150px;
  right: 76px;
  z-index: 2;
}

/* line 135, ../../GITARA/src/sass/style.sass */
.right-wrapper__icons-box {
  margin-bottom: 1px;
  padding-left: 10px;
}

/* line 138, ../../GITARA/src/sass/style.sass */
.right-wrapper__title {
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 141, ../../GITARA/src/sass/style.sass */
.right-wrapper__text {
  font-size: 16px;
  margin-bottom: 20px;
}

/* line 145, ../../GITARA/src/sass/style.sass */
.icons {
  display: inline-flex;
}

/* line 147, ../../GITARA/src/sass/style.sass */
.icons__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #5290ea;
  border-radius: 100px;
  margin-right: 17px;
}

/* line 156, ../../GITARA/src/sass/style.sass */
.icons__item:last-child {
  margin-right: 0px;
}

/* line 158, ../../GITARA/src/sass/style.sass */
.icons__item i {
  font-size: 25px;
}

/* line 161, ../../GITARA/src/sass/style.sass */
.title {
  font-size: 72px;
  font-weight: bold;
  position: relative;
}

/* line 165, ../../GITARA/src/sass/style.sass */
.title__hr {
  width: 55px;
  position: absolute;
  bottom: 0;
  margin: 0;
  border: 2px solid black;
}

/* line 172, ../../GITARA/src/sass/style.sass */
.buttons {
  display: inline-flex;
}

/* line 174, ../../GITARA/src/sass/style.sass */
.buttons__main-btn {
  margin-right: 32px;
  width: 200px;
  height: 60px;
  background: #f28b64;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  font-size: 18px;
  color: white;
}

/* line 185, ../../GITARA/src/sass/style.sass */
.buttons__icon-btn {
  display: inline-flex;
  align-items: center;
}

/* line 188, ../../GITARA/src/sass/style.sass */
.buttons__icon-btn img {
  margin-right: 12px;
}

/* line 190, ../../GITARA/src/sass/style.sass */
.buttons__text {
  font-size: 16px;
}

/* line 193, ../../GITARA/src/sass/style.sass */
.elipse {
  width: 194px;
  height: 194px;
  background: linear-gradient(
    144deg,
    rgba(237, 123, 80, 0.5) 14.85%,
    rgba(72, 138, 234, 0.5) 53.25%,
    rgba(44, 44, 44, 0.5) 85.74%
  );
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 201, ../../GITARA/src/sass/style.sass */
.elipse_dig {
  width: 282px;
  height: 282px;
}

/* line 204, ../../GITARA/src/sass/style.sass */
.elipse__subtract {
  width: 129px;
  height: 129px;
  background: #d9d9d9;
  border-radius: 100px;
}

/* line 209, ../../GITARA/src/sass/style.sass */
.elipse__subtract_big {
  width: 188px;
  height: 188px;
  background: #d9d9d9;
}

/* line 214, ../../GITARA/src/sass/style.sass */
.second-section {
  position: relative;
  min-height: 700px;
  border-radius: 40px;
  background: #d1dd89;
  padding-top: 32px;
  overflow: hidden;
  margin-bottom: 5px;
}

/* line 222, ../../GITARA/src/sass/style.sass */
.second-section__title {
  font-weight: bold;
  margin-bottom: 40px;
}

/* line 225, ../../GITARA/src/sass/style.sass */
.second-section__cards-box {
  position: relative;
  display: flex;
  column-gap: 30px;
  margin-bottom: 25px;
  z-index: 3;
}

/* line 231, ../../GITARA/src/sass/style.sass */
.second-section__icons-box {
  display: flex;
  position: relative;
  z-index: 3;
  column-gap: 70px;
  justify-content: space-evenly;
}

/* line 237, ../../GITARA/src/sass/style.sass */
.second-section__first-elipse {
  position: absolute;
  top: 500px;
  right: 200px;
}

/* line 241, ../../GITARA/src/sass/style.sass */
.second-section__second-elipse {
  position: absolute;
  top: 300px;
  left: -40px;
}

/* line 245, ../../GITARA/src/sass/style.sass */
.second-section__third-elipse {
  position: absolute;
  top: -44px;
  left: 800px;
}

/* line 250, ../../GITARA/src/sass/style.sass */
.subtract2 {
  background: #d1dd89;
}

/* line 255, ../../GITARA/src/sass/style.sass */
.cards-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 360px;
  height: 360px;
  background: #e2e2e2;
  border-radius: 10px;
  box-shadow: 10px 16px 16px rgba(0, 0, 0, 0.25);
}

/* line 264, ../../GITARA/src/sass/style.sass */
.cards-item__img {
  height: 335px;
}

/* line 266, ../../GITARA/src/sass/style.sass */
.cards-item__text {
  width: 280px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  transform: rotate(90deg);
  position: absolute;
  top: 144px;
  right: -50px;
}

/* line 276, ../../GITARA/src/sass/style.sass */
.cards-item_orange {
  background: #f28b64;
}

/* line 279, ../../GITARA/src/sass/style.sass */
.cards-item_blue {
  background: #5290ea;
}

/* line 282, ../../GITARA/src/sass/style.sass */
.icons-item {
  display: inline-flex;
  align-items: center;
}

/* line 285, ../../GITARA/src/sass/style.sass */
.icons-item__img {
  margin-right: 20px;
  width: 80px;
}

/* line 288, ../../GITARA/src/sass/style.sass */
.icons-item__text {
  font-size: 18px;
}

/* line 290, ../../GITARA/src/sass/style.sass */
.icons-item__text span {
  font-size: 48px;
  font-weight: bold;
}

/* line 294, ../../GITARA/src/sass/style.sass */
.third-section {
  position: relative;
  min-height: 640px;
  border-radius: 40px;
  background: linear-gradient(
    180deg,
    rgba(235, 118, 118, 0.6) 0%,
    rgba(81, 60, 60, 0.6) 100%
  );
  overflow: hidden;
  margin-bottom: 5px;
  z-index: 0;
}

/* line 302, ../../GITARA/src/sass/style.sass */
.third-section__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 167px;
  padding-top: 46px;
}

/* line 309, ../../GITARA/src/sass/style.sass */
.third-section__right-wrapper {
  max-width: 480px;
}

/* line 311, ../../GITARA/src/sass/style.sass */
.third-section__right-title {
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 314, ../../GITARA/src/sass/style.sass */
.third-section__right-text {
  font-size: 18px;
  margin-bottom: 30px;
}

/* line 317, ../../GITARA/src/sass/style.sass */
.third-section__first-elipse {
  position: absolute;
  top: 150px;
  left: 80px;
  z-index: -1;
}

/* line 322, ../../GITARA/src/sass/style.sass */
.third-section__figure {
  position: absolute;
  top: 50px;
  left: 209px;
}

/* line 326, ../../GITARA/src/sass/style.sass */
.third-section__second-elipse {
  position: absolute;
  right: -70px;
  top: -70px;
}

/* line 331, ../../GITARA/src/sass/style.sass */
.subtract3 {
  opacity: 0.7;
  background: #d1dd89;
}

/* line 335, ../../GITARA/src/sass/style.sass */
.subtract4 {
  opacity: 0.3;
  background: #d1dd89;
}

/* line 339, ../../GITARA/src/sass/style.sass */
.footer {
  min-height: 285px;
  border-radius: 40px;
  background: linear-gradient(
    180deg,
    rgba(157, 225, 45, 0.6) 0%,
    rgba(64, 118, 199, 0.6) 100%
  );
  overflow: hidden;
}

/* line 344, ../../GITARA/src/sass/style.sass */
.footer__img {
  width: 637px;
  height: 280px;
  position: absolute;
  left: -100px;
  bottom: 0px;
}

/* line 350, ../../GITARA/src/sass/style.sass */
.footer__container {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 355, ../../GITARA/src/sass/style.sass */
.footer__title {
  font-weight: bold;
  margin-bottom: 20px;
}

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