/*! 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: "Rubik";
  src: url("../../fonts/Rubik-medium.woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
}

img {
  display: block;
}

.container {
  max-width: 1180px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

/* HEADER */
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 50px;
}

.site-header__links {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  list-style: none;
}

.sitenav__links {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  list-style: none;
}

.sitenav__link {
  text-decoration: none;
  color: #4f5665;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.96px;
  transition: all 0.3s ease;
}
.sitenav__link:hover {
  cursor: pointer;
  color: #0b132a;
  font-weight: 500;
  border-bottom: 1px solid #0b132a;
}

.btn-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  list-style: none;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.btn-wrapper__link {
  text-decoration: none;
  color: #4f5665;
  color: #0b132a;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.96px;
}

.btn-wrapper__btn {
  padding-inline: 62px;
  padding-block: 13px;
  border: 2px solid #f53838;
  border-radius: 50px;
  background-color: transparent;
  font-weight: 600;
  color: #f53838;
  transition: all 0.4s ease;
  padding-inline: 45px;
  border: 1px solid #f53838;
}
.btn-wrapper__btn:hover {
  cursor: pointer;
  background-color: #f53838;
  color: #ffffff;
  box-shadow: 0px 30px 40px -14px rgba(255, 0, 0, 0.48);
}

/* HERO */
.hero-inner__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-inner__title {
  margin: 0;
  padding: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  text-align: start;
}

.hero-inner__paragrph {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

.hero-inner__btn {
  padding-inline: 62px;
  padding-block: 13px;
  border: 2px solid #f53838;
  border-radius: 50px;
  background-color: transparent;
  font-weight: 600;
  color: #f53838;
  transition: all 0.4s ease;
  border: 1px solid #f53838;
  transition: all 0.4s ease;
}
.hero-inner__btn:hover {
  cursor: pointer;
  background-color: #f53838;
  color: #ffffff;
  box-shadow: 0px 30px 40px -14px rgba(255, 0, 0, 0.48);
}

.box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 67px;
  padding-block: 37px;
  margin-top: 127px;
  border-radius: 10px;
  box-shadow: 0px 15px 76px -42px rgba(0, 0, 0, 0.2);
}

.box__control {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  list-style: none;
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.box__lvl {
  display: block;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.box__user {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.control {
  padding-inline: 130px;
  padding-block: 40px;
  border-right: 2px solid #eeeff2;
  border-left: 2px solid #eeeff2;
}

.site-section__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: end;
  padding-block: 95px;
}

.section-wrapper__title {
  max-width: 383px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
}

.section-wrapper__paragrph {
  max-width: 427px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-block: 20px;
}

.section-wrapper__text {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 21px;
}

.section-wrapper__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  list-style: none;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.choose-plan {
  background-color: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 51%, rgb(251, 251, 251) 89%);
}

.choose-plan__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.choose-plan__title {
  margin: 0;
  padding: 0;
  padding-top: 80px;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
  color: #0b132a;
  text-align: center;
}

.choose-plan__paragrph {
  max-width: 555px;
  width: 100%;
  margin: 20px auto;
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #4f5665;
  text-align: center;
}

.plan-wrapper {
  border: 2px solid #dddddd;
  max-width: 330px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.plan-wrapper:hover {
  cursor: pointer;
  border: 2px solid #f53838;
}

.free-info {
  margin-bottom: 130px;
}

.free-info__img {
  margin: 79px auto;
  margin-bottom: 30px;
}

.free-info__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.free-info__box {
  margin-top: 30px;
}

.plan-center {
  margin-bottom: 85px;
}

.right-plan {
  margin-bottom: 40px;
}

.free-info__choose {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  list-style: none;
  max-width: 220px;
  width: 100%;
  margin: 10px auto;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: start;
}

.free-info__choose::before {
  content: "";
  width: 30px;
  height: 20px;
  margin-left: -40px;
  position: absolute;
  background-image: url("../../images/Vector.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.plan-wrapper__free {
  display: block;
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.plan-wrapper__btn {
  padding-inline: 62px;
  padding-block: 13px;
  border: 2px solid #f53838;
  border-radius: 50px;
  background-color: transparent;
  font-weight: 600;
  color: #f53838;
  transition: all 0.4s ease;
  margin-bottom: 50px;
}
.plan-wrapper__btn:hover {
  cursor: pointer;
  background-color: #f53838;
  color: #ffffff;
  box-shadow: 0px 30px 40px -14px rgba(255, 0, 0, 0.48);
}

.plan-lot {
  color: #4f5665;
  opacity: 80%;
}

.global-network__inner {
  text-align: center;
}

.global-network__title {
  max-width: 383px;
  width: 100%;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
}

.global-network__paragrph {
  max-width: 555px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 155px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.global-network__paragrph--span {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.global-sponsored {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 54px;
}

.opinion__title {
  max-width: 447px;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}

.opinion__paragrph {
  max-width: 555px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.all-comment__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  -moz-column-gap: 50px;
       column-gap: 50px;
  transform: translateX(10px);
}

.comment {
  max-width: 400px;
  width: 100%;
  border: 2px solid #dddddd;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.4s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.comment:hover {
  cursor: pointer;
  border: 2px solid #f53838;
}

.comment__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.people__comment {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  list-style: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.user {
  display: flex;
  flex-direction: column;
}

.rating {
  font-weight: 600;
  margin-right: 30px;
}

.rating::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url("../../images/star.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.user__man {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.user__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.user__commit {
  margin: 0;
  margin-top: 20px;
  height: 120px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.carusel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 370px;
}

.circle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 135px;
}

.carusel__left--right {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  list-style: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.right-arrow {
  border-radius: 50%;
  padding-block: 16px;
  padding-inline: 18px;
  font-size: 22px;
  border: 2px solid #f53838;
  background-color: transparent;
  color: #f53838;
  transition: all 0.4s ease;
}
.right-arrow:hover {
  cursor: pointer;
  background-color: #f53838;
  color: #ffffff;
  box-shadow: 0px 30px 40px -14px rgba(255, 0, 0, 0.48);
  box-shadow: none;
}

.subscribe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(120px);
  padding-block: 58px;
  padding-inline: 70px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #ffffff;
}

.subscribe__title {
  margin: 0;
  padding: 0;
  width: 351px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.subscribe__paragrph {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.subscribe__btn {
  padding-inline: 62px;
  padding-block: 13px;
  border: 2px solid #f53838;
  border-radius: 50px;
  background-color: transparent;
  font-weight: 600;
  color: #f53838;
  transition: all 0.4s ease;
  border-radius: 10px;
  padding-block: 17px;
  padding-inline: 65px;
}
.subscribe__btn:hover {
  cursor: pointer;
  background-color: #f53838;
  color: #ffffff;
  box-shadow: 0px 30px 40px -14px rgba(255, 0, 0, 0.48);
}

.site-footer {
  background-color: #f8f8f8;
  padding-top: 180px;
  padding-bottom: 141px;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.site-footer__paragrph {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 330px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #4f5665;
}

.site-span {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.lasles {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #afb5c0;
}

.site-footer__lasles {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.site-footer__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 140px;
  width: 100%;
  margin-left: -20px;
}

.footer-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  list-style: none;
  align-items: start;
  -moz-column-gap: 126px;
       column-gap: 126px;
}

.footer-wrapper__box {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.site-footer__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.site-footer__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #4f5665;
}
.site-footer__item:hover {
  cursor: pointer;
  color: #f53838;
}/*# sourceMappingURL=main.css.map */