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

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  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;
}
html {
  font-family: "MontserratT";
  font-weight: regular;
  scroll-behavior: smooth;
}

.container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.main-section {
  position: relative;
  min-height: 800px;
  background: #F0F0F0;
  padding-top: 16px;
  overflow: hidden;
}
.main-section__nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 69px;
  align-items: center;
}
.main-section__logo {
  width: 134px;
}
.main-section__content-container {
  position: relative;
  display: flex;
  flex-direction: row;
}
.main-section__first-elipse {
  position: absolute;
  top: 129px;
  right: 80px;
}
.main-section__second-elipse {
  position: absolute;
  right: -120px;
  top: 650px;
}

.nav-menu__list {
  display: flex;
  flex-direction: row;
}
.nav-menu__list-item {
  margin-left: 64px;
  font-size: 18px;
  font-weight: bold;
}
.nav-menu__list-item:last-child {
  margin-right: 0px;
}
.nav-menu__list-item a {
  text-decoration: none;
  color: black;
}

.left-wrapper {
  position: relative;
}
.left-wrapper img {
  position: relative;
  z-index: 4;
}
.left-wrapper__rectangle-blue {
  position: absolute;
  top: 150px;
  left: -50px;
  width: 565px;
  height: 220px;
  background: #5290ea;
  border-radius: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transform: rotate(-64deg);
  z-index: 2;
}
.left-wrapper__rectangle-orange {
  position: absolute;
  top: 160px;
  left: -30px;
  width: 618px;
  height: 220px;
  background: #f28b64;
  border-radius: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transform: rotate(-51deg);
  z-index: 3;
}
.left-wrapper__rectangle-grey {
  position: absolute;
  top: 190px;
  left: 10px;
  width: 608px;
  height: 220px;
  background: #E2E2E2;
  border-radius: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transform: rotate(-36deg);
  z-index: 1;
}

.right-wrapper {
  position: absolute;
  top: 150px;
  right: 76px;
  width: 372px;
  z-index: 5;
}
.right-wrapper__icons-box {
  margin-bottom: 1px;
  padding-left: 10px;
}
.right-wrapper__title {
  margin-bottom: 5px;
}
.right-wrapper__text {
  font-size: 16px;
  margin-bottom: 20px;
}

.icons {
  display: flex;
  flex-direction: row;
}
.icons__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #5290ea;
  border-radius: 100px;
  margin-right: 17px;
}
.icons__item:last-child {
  margin-right: 0px;
}
.icons i {
  font-size: 21px;
}

.title {
  font-size: 72px;
  position: relative;
  font-weight: bold;
}
.title__hr {
  position: absolute;
  width: 65px;
  bottom: 0px;
  margin: 0;
  border: none;
  border-top: 1px solid black;
}

.buttons {
  display: inline-flex;
}
.buttons__icon-btn {
  display: inline-flex;
  align-items: center;
}
.buttons__icon-btn img {
  margin-right: 12px;
}
.buttons__main-btn {
  margin-right: 32px;
  width: 200px;
  height: 60px;
  background: #f28b64;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.buttons__text {
  font-size: 16px;
}

.elipse {
  width: 194px;
  height: 194px;
  background: linear-gradient(143.92deg, 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;
}
.elipse_dig {
  width: 282px;
  height: 282px;
}
.elipse__subtract {
  width: 129.33px;
  height: 129.33px;
  background: #F0F0F0;
  border-radius: 150px;
}
.elipse__subtract_big {
  width: 188px;
  height: 188px;
}

.second-section {
  overflow: hidden;
  min-height: 700px;
}
.second-section__container {
  padding-top: 32px;
  position: relative;
}
.second-section__title {
  margin-bottom: 40px;
}
.second-section__cards-box {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 25px;
}
.second-section__icons-box {
  display: flex;
  justify-content: space-evenly;
}
.second-section__cards-item {
  margin-right: 30px;
}
.second-section__cards-item:last-child {
  margin-right: 0px;
}
.second-section__icons-item:last-child {
  margin-right: 0px;
}
.second-section__first-elipse {
  position: absolute;
  top: 80px;
  right: -60px;
  z-index: -1;
}
.second-section__second-elipse {
  position: absolute;
  top: 364px;
  left: -60px;
  z-index: -1;
}

.cards-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 360px;
  height: 360px;
  background: #e2e2e2;
  border-radius: 10px;
}
.cards-item__img {
  height: 335px;
}
.cards-item__text {
  position: absolute;
  top: 144px;
  right: -45px;
  width: 280px;
  font-size: 36px;
  text-align: center;
  transform: rotate(90deg);
  font-weight: bold;
}

.cards-item_orange {
  background: #f28b64;
}

.cards-item_blue {
  background: #5290ea;
}

.icons-item {
  display: inline-flex;
  align-items: center;
}
.icons-item__img {
  margin-right: 20px;
  width: 80px;
}
.icons-item__text {
  font-size: 18px;
}
.icons-item__text span {
  font-size: 48px;
  font-weight: bold;
}

.elipse__subtract_white {
  background: white;
}

.third-section {
  position: relative;
  min-height: 640px;
  background: #F0F0F0;
  overflow: hidden;
  z-index: 0;
}
.third-section__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 167px;
  padding-top: 46px;
}
.third-section__right-wrapper {
  max-width: 480px;
}
.third-section__right-title {
  margin-bottom: 20px;
}
.third-section__text {
  margin-bottom: 30px;
  font-size: 18px;
}
.third-section__first-elipse {
  position: absolute;
  top: 140px;
  left: 110px;
  z-index: -1;
}
.third-section__figure {
  position: absolute;
  top: 249px;
  left: 15px;
  z-index: -1;
}
.third-section__second-elipse {
  position: absolute;
  right: -120px;
  top: -120px;
}

.title__hr_top {
  bottom: 75px;
}

.footer__img {
  position: absolute;
  left: -250px;
  bottom: 0px;
}
.footer__container {
  min-height: 272px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer__title {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
  .main-section {
    min-height: 690px;
  }
  .main-section__second-elipse {
    top: 560px;
  }
  .main-section__first-elipse {
    right: 10px;
  }
  .left-wrapper img {
    width: 750px;
  }
  .left-wrapper__rectangle-blue {
    width: 500px;
    height: 200px;
  }
  .left-wrapper__rectangle-orange {
    width: 550px;
    height: 200px;
  }
  .left-wrapper__rectangle-grey {
    width: 500px;
    height: 200px;
  }
  .right-wrapper {
    right: 20px;
  }
  .second-section {
    min-height: 600px;
  }
  .second-section__cards-box {
    display: flex;
    justify-content: center;
  }
  .cards-item {
    width: 300px;
    height: 300px;
    margin-right: 20px;
  }
  .cards-item__img {
    height: 270px;
  }
  .cards-item__text {
    font-size: 30px;
    top: 120px;
  }
  .icons-item__img {
    margin-right: 10px;
  }
  .third-section__container {
    padding-left: 40px;
  }
  .third-section__right-wrapper {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .main-section {
    min-height: 530px;
  }
  .main-section__first-elipse {
    top: 70px;
  }
  .main-section__second-elipse {
    top: 400px;
  }
  .container {
    width: 720px;
  }
  .left-wrapper img {
    width: 550px;
  }
  .left-wrapper__rectangle-blue {
    width: 380px;
    height: 130px;
  }
  .left-wrapper__rectangle-orange {
    width: 410px;
    height: 130px;
  }
  .left-wrapper__rectangle-grey {
    width: 380px;
    height: 130px;
  }
  .title {
    font-size: 60px;
  }
  .right-wrapper {
    width: 300px;
    top: 75px;
  }
  .right-wrapper__text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .buttons__main-btn {
    font-size: 14px;
    margin-right: 10px;
    width: 160px;
    height: 50px;
  }
  .buttons__icon-btn {
    font-size: 14px;
  }
  .elipse {
    width: 150px;
    height: 150px;
  }
  .elipse__subtract {
    width: 110px;
    height: 110px;
  }
  .elipse__subtract_big {
    width: 170px;
    height: 170px;
  }
  .second-section {
    min-height: 450px;
  }
  .second-section__container {
    padding-top: 20px;
  }
  .second-section__title {
    margin-bottom: 25px;
  }
  .second-section__cards-box {
    margin-bottom: 10px;
  }
  .second-section__first-elipse {
    right: -35px;
  }
  .second-section__second-elipse {
    top: 262px;
    left: -35px;
  }
  .cards-item {
    width: 220px;
    height: 220px;
  }
  .cards-item__img {
    height: 200px;
  }
  .cards-item__text {
    font-size: 22px;
    right: -75px;
    top: 92px;
  }
  .elipse_dig {
    width: 250px;
    height: 250px;
  }
  .icons-item__img {
    width: 50px;
  }
  .icons-item__text {
    font-size: 14px;
  }
  .icons-item__text span {
    font-size: 30px;
  }
  .third-section {
    min-height: 510px;
  }
  .third-section__container {
    justify-content: flex-start;
    padding-left: 20px;
    padding-top: 20px;
  }
  .third-section__left-title {
    display: none;
  }
  .third-section__right-wrapper {
    max-width: 600px;
  }
  .third-section__right-titile {
    margin-bottom: 10px;
  }
  .title__hr_top {
    bottom: 60px;
  }
  .footer__container {
    min-height: 210px;
  }
  .footer__img {
    width: 500px;
  }
  .footer__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 50%;
    background: #5290ea;
    z-index: 20;
    transition: 0.6s all;
  }
  .nav-menu__list {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
  }
  .nav-menu__list-item {
    margin-right: 0;
    font-size: 20px;
  }
  .hamburger {
    width: 30px;
    position: absolute;
    top: 40px;
    right: 30px;
    height: 14px;
    z-index: 30;
  }
  .hamburger span {
    height: 2px;
    width: 100%;
    display: block;
    background: black;
    margin-bottom: 4px;
    transition: 0.3s all;
  }
  .hamburger span:last-child {
    margin-bottom: 0;
  }
  .hamburger_active span {
    margin-bottom: -2px;
  }
  .hamburger_active span:nth-child(1) {
    transform: translateY(3px) rotate(-45deg);
  }
  .hamburger_active span:nth-child(2) {
    display: none;
  }
  .hamburger_active span:nth-child(3) {
    transform: translateY(3px) rotate(45deg);
  }
  .nav-menu_active {
    right: 0px;
  }
  .main-section__second-elipse {
    transform: rotate(75deg);
  }
  .right-wrapper {
    top: 36px;
    left: 240px;
  }
  .right-wrapper__text {
    padding-bottom: 30px;
  }
  .left-wrapper img {
    top: 42px;
    left: -45px;
    width: 500px;
  }
  .left-wrapper__rectangle-blue {
    width: 350px;
    height: 130px;
    left: -70px;
  }
  .left-wrapper__rectangle-orange {
    width: 350px;
    height: 130px;
    left: -50px;
  }
  .left-wrapper__rectangle-grey {
    width: 350px;
    height: 130px;
    left: -20px;
  }
  .footer img {
    width: 460px;
    bottom: 20px;
  }
  .footer__title {
    font-size: 42px;
  }
  .footer hr {
    bottom: 40px;
  }
  .cards-item__text {
    right: -115px;
  }
}
@media (max-width: 574px) {
  .main-section {
    min-height: 370px;
  }
  .main-section__logo {
    margin-left: 10px;
  }
  .container {
    width: 100%;
  }
  .left-wrapper {
    display: none;
  }
  .right-wrapper {
    margin: 0 auto;
    left: 5px;
  }
  .right-wrapper__icons-box {
    padding-left: 80px;
  }
  .right-wrapper__title {
    padding-left: 85px;
  }
  .title {
    font-size: 42px;
  }
  .second-section__container {
    min-height: 980px;
  }
  .second-section__cards-box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }
  .second-section__cards-item {
    margin-left: 20px;
  }
  .second-section__cards-item:last-child {
    margin-right: 20px;
  }
  .second-section__title {
    margin-left: 20px;
  }
  .second-section__icons-box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  .second-section__icons-item {
    width: 100%;
    max-width: 150px;
  }
  .second-section__first-elipse {
    height: 180px;
    width: 180px;
  }
  .second-section__second-elipse {
    top: 670px;
    height: 180px;
    width: 180px;
  }
  .title__hr_top {
    bottom: 40px;
  }
  .third-section__container {
    justify-content: center;
  }
  .third-section__text {
    max-width: 270px;
    margin: 0 auto;
    font-size: 14px;
    padding-bottom: 20px;
  }
  .third-section__first-elipse {
    left: 65px;
  }
  .third-section__second-elipse {
    display: none;
  }
  .buttons__text {
    font-size: 14px;
  }
  .buttons__main-btn {
    width: 140px;
    font-size: 14px;
  }
  .footer__container {
    justify-content: center;
    min-height: 160px;
  }
  .footer img {
    display: none;
  }
  .footer__title {
    font-size: 36px;
  }
  .footer hr {
    bottom: 32px;
  }
}/*# sourceMappingURL=style.css.map */