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

a {
  text-decoration: none;
  margin: 0;
  padding: 0; }

p {
  margin: 0 0;
  padding: 0; }

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

body {
  font-size: 1.125rem;
  font-family: "Raleway", sans-serif;
  box-sizing: border-box; }
  body * {
    box-sizing: inherit; }
  body .header-container {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("img/bgc_header.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 300;
    color: #fff; }
    body .header-container .header {
      position: relative;
      max-width: 1680px;
      margin: 0 auto;
      overflow: hidden; }
      body .header-container .header .header-navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 25px;
        margin: 0 15px; }
        body .header-container .header .header-navbar .header-navbar__title {
          margin: 0;
          padding: 0;
          font-size: 1.8125rem;
          font-weight: 500; }
        body .header-container .header .header-navbar .header-navbar__nav {
          display: flex; }
          @media (max-width: 990px) {
            body .header-container .header .header-navbar .header-navbar__nav {
              position: absolute;
              padding: 30px 0 30px 30px;
              flex-direction: column;
              right: 0;
              top: 60px;
              background-color: rgba(0, 0, 0, 0.8);
              border-radius: 10px 0 0 10px;
              transform: translateX(100%);
              transition: all 0.3s; } }
          @media (max-width: 990px) {
            body .header-container .header .header-navbar .header-navbar__nav .header-navbar__li {
              margin-bottom: 30px;
              width: 250px; } }
          body .header-container .header .header-navbar .header-navbar__nav .header-navbar__li .header-navbar__link {
            padding: 5px 27px;
            color: #fff;
            transition: all 0.3s; }
            @media (max-width: 990px) {
              body .header-container .header .header-navbar .header-navbar__nav .header-navbar__li .header-navbar__link {
                padding: 20px 0; } }
            body .header-container .header .header-navbar .header-navbar__nav .header-navbar__li .header-navbar__link:hover {
              color: #aaa; }
          body .header-container .header .header-navbar .header-navbar__nav .header-navbar__li .header-navbar__link--margin {
            padding-right: 40px; }
          body .header-container .header .header-navbar .header-navbar__nav .header-login {
            display: flex; }
            @media (max-width: 990px) {
              body .header-container .header .header-navbar .header-navbar__nav .header-login {
                flex-direction: column; } }
            @media (max-width: 990px) {
              body .header-container .header .header-navbar .header-navbar__nav .header-login .header-login__li {
                text-align: center;
                margin-bottom: 20px;
                margin-top: 20px; } }
            body .header-container .header .header-navbar .header-navbar__nav .header-login .header-login__li .header-login__login {
              padding: 15px 41px;
              color: #fff;
              border-left: 1px solid white;
              transition: all 0.3s; }
              @media (max-width: 990px) {
                body .header-container .header .header-navbar .header-navbar__nav .header-login .header-login__li .header-login__login {
                  border: none;
                  border-top: 1px solid white; } }
              body .header-container .header .header-navbar .header-navbar__nav .header-login .header-login__li .header-login__login:hover {
                color: #aaa; }
            body .header-container .header .header-navbar .header-navbar__nav .header-login .header-login__li .header-login__register {
              padding: 10px 24px;
              color: #fff;
              border: 1px solid white;
              border-radius: 5px;
              transition: all 0.3s; }
              body .header-container .header .header-navbar .header-navbar__nav .header-login .header-login__li .header-login__register:hover {
                border-color: #3885e5;
                background-color: #3885e5; }
        body .header-container .header .header-navbar .header__button {
          position: relative;
          height: 30px;
          width: 45px;
          background-color: rgba(0, 0, 0, 0.6);
          display: none;
          border-radius: 5px; }
          @media (max-width: 990px) {
            body .header-container .header .header-navbar .header__button {
              display: block; } }
          body .header-container .header .header-navbar .header__button .header__line {
            position: absolute;
            left: 50%;
            height: 3px;
            width: 80%;
            background-color: #ddd;
            transform: translateX(-50%);
            border-radius: 5px; }
          body .header-container .header .header-navbar .header__button .header__line--first {
            top: 5px; }
          body .header-container .header .header-navbar .header__button .header__line--middle {
            top: 50%;
            transform: translate(-50%, -50%); }
          body .header-container .header .header-navbar .header__button .header__line--last {
            bottom: 5px; }
        @media (max-width: 990px) {
          body .header-container .header .header-navbar .header-navbar__nav--visible {
            transform: translateX(0); } }
    body .header-container .header-home {
      margin-top: 282px;
      text-align: center; }
      @media (max-width: 990px) {
        body .header-container .header-home {
          padding: 0 25px; } }
      body .header-container .header-home .header-home__title {
        margin: 0;
        font-size: 3rem; }
      body .header-container .header-home .header-home__description {
        margin-top: 18px;
        margin-bottom: 40px; }
    body .header-container .header-home__input {
      display: inline-block;
      color: #9d9fa2;
      background-color: #fff;
      border-radius: 5px; }
      @media (max-width: 990px) {
        body .header-container .header-home__input {
          width: 60%;
          margin: 0 auto; } }
      @media (max-width: 630px) {
        body .header-container .header-home__input {
          width: 90%; } }
      body .header-container .header-home__input .header-home__search-container {
        display: inline-block; }
        @media (max-width: 990px) {
          body .header-container .header-home__input .header-home__search-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            margin: 0 auto; } }
        body .header-container .header-home__input .header-home__search-container .header-home__search {
          border: none;
          border-radius: 5px;
          padding: 18px 137px 18px 20px; }
          @media (max-width: 990px) {
            body .header-container .header-home__input .header-home__search-container .header-home__search {
              padding: 18px 0 18px 10px;
              width: 85%; } }
        body .header-container .header-home__input .header-home__search-container .header-home__icon {
          color: #9d9fa1; }
          @media (max-width: 990px) {
            body .header-container .header-home__input .header-home__search-container .header-home__icon {
              margin-right: 20px; } }
      body .header-container .header-home__input .header-home__select-container {
        display: inline-block; }
        @media (max-width: 990px) {
          body .header-container .header-home__input .header-home__select-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            margin: 0 auto; } }
        @media (max-width: 630px) {
          body .header-container .header-home__input .header-home__select-container {
            flex-direction: column; } }
        body .header-container .header-home__input .header-home__select-container .header-home__select {
          color: #9d9fa2;
          min-height: 60px;
          margin-left: 16px;
          padding: 0 73px 0 14px;
          border: none;
          border-left: 1px solid #9d9fa1;
          border-right: 1px solid #9d9fa1; }
          @media (max-width: 990px) {
            body .header-container .header-home__input .header-home__select-container .header-home__select {
              padding: 0 14px 0 0;
              margin: 0 0 0 5px;
              width: 50%;
              border: none; } }
          @media (max-width: 630px) {
            body .header-container .header-home__input .header-home__select-container .header-home__select {
              width: 100%;
              padding-left: 5px;
              margin-right: 5px; } }
        body .header-container .header-home__input .header-home__select-container .header-home__btn {
          margin: 8px;
          padding: 12px 34px;
          border: none;
          border-radius: 5px;
          font-size: 18px;
          font-weight: 500;
          color: #fff;
          background-color: #3885e5; }
    body .header-container .header-home__more {
      margin-top: 298px;
      padding-bottom: 44px; }
      body .header-container .header-home__more .header-more__description {
        margin-bottom: 15px; }
      body .header-container .header-home__more .header-more__link {
        background: transparent;
        border: none; }
  body .categories {
    color: #9d9fa2;
    border-bottom: 1px solid #d4d9de; }
    body .categories .categories__list {
      max-width: 1200px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto;
      padding-top: 31px;
      padding-bottom: 29px;
      color: #9d9fa2;
      font-weight: 500; }
      @media (max-width: 990px) {
        body .categories .categories__list {
          flex-direction: column; } }
      body .categories .categories__list .categories__li {
        padding: 10px 15px; }
        body .categories .categories__list .categories__li .categories__link {
          color: #9d9fa2; }
          body .categories .categories__list .categories__li .categories__link:hover {
            color: #3885e5; }
      body .categories .categories__list .categories__li--last {
        padding: 10px 20px;
        margin-left: 37px;
        margin-right: 20px;
        list-style-type: none;
        border: 1px solid #9d9fa2;
        border-radius: 4px; }
        body .categories .categories__list .categories__li--last:hover {
          border-color: #3885e5; }
        @media (max-width: 990px) {
          body .categories .categories__list .categories__li--last {
            margin-top: 40px; } }
      body .categories .categories__list .categories__dott {
        display: block;
        padding: 0;
        margin: 0;
        height: 4px;
        width: 4px;
        background-color: #9d9fa2;
        border-radius: 50%; }
  body .job {
    padding: 70px 25px 0 25px;
    color: #4f5660;
    text-align: center; }
    body .job .job__title {
      font-weight: 500;
      margin-bottom: 32px; }
    body .job .job__description {
      max-width: 970px;
      margin: 0 auto;
      line-height: 1.7; }
  body .important {
    display: flex;
    margin-top: 100px; }
    @media (max-width: 990px) {
      body .important {
        flex-direction: column; } }
    body .important .important__description {
      width: 50%;
      display: flex;
      justify-content: flex-end;
      padding-left: 15px;
      background-color: #3885e5;
      color: #fff; }
      @media (max-width: 990px) {
        body .important .important__description {
          width: 100%;
          justify-content: center; } }
      body .important .important__description .important__description-container {
        padding-right: 115px;
        max-width: 585px; }
        @media (max-width: 990px) {
          body .important .important__description .important__description-container {
            padding-left: 20px; } }
        body .important .important__description .important__description-container .important__title {
          margin-top: 90px;
          margin-bottom: 0;
          max-width: 470px;
          font-size: 2em;
          font-weight: 300;
          line-height: 1.3;
          letter-spacing: 0.6px; }
        body .important .important__description .important__description-container .important__paragraph {
          max-width: 470px;
          margin-top: 34px;
          line-height: 1.7;
          letter-spacing: 0.6px; }
        body .important .important__description .important__description-container .important__btn {
          margin-top: 70px;
          margin-bottom: 95px;
          padding: 15px 24px;
          color: #fff;
          background-color: transparent;
          border: 1px solid #fff;
          border-radius: 5px; }
    body .important .important__video-container {
      width: 50%; }
      @media (max-width: 990px) {
        body .important .important__video-container {
          width: 100%;
          height: 540px; } }
      @media (max-width: 630px) {
        body .important .important__video-container {
          height: 400px; } }
      body .important .important__video-container .important__video {
        width: 100%;
        height: 100%; }
  body .featured {
    padding: 68px 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    color: #4f5660; }
    @media (max-width: 990px) {
      body .featured {
        padding: 0;
        flex-direction: column; } }
    body .featured .featured__header {
      width: 100%;
      text-align: center;
      font-size: 2em;
      font-weight: 300; }
    body .featured .featured__section {
      width: 31%;
      margin: 58px 0 0 0;
      padding: 40px 0;
      border: 1px solid grey;
      opacity: 0.3;
      transition: opacity 1.5s; }
      @media (max-width: 990px) {
        body .featured .featured__section {
          width: 85%;
          margin-right: auto;
          margin-left: auto; } }
      body .featured .featured__section .featured__container {
        display: flex;
        align-items: center; }
        body .featured .featured__section .featured__container .featured__img {
          padding-top: 10px; }
        body .featured .featured__section .featured__container .featured__info {
          margin-left: 12px; }
          body .featured .featured__section .featured__container .featured__info .featured__title {
            font-weight: 500;
            font-size: 0.88em;
            margin-top: 8px; }
          body .featured .featured__section .featured__container .featured__info .featured__tinder {
            color: #3885e5; }
          body .featured .featured__section .featured__container .featured__info .featured__city {
            padding-top: 15px;
            font-size: 0.88em;
            color: #9d9fa2; }
      body .featured .featured__section .featured__description {
        width: 84%;
        margin: 0 auto;
        margin-top: 37px;
        margin-bottom: 26px;
        line-height: 1.7; }
      body .featured .featured__section .featured__btn {
        margin-left: 8.2%;
        font-weight: 700;
        color: #3885e5; }
    body .featured .featured__section--opacity {
      opacity: 1; }
  body .cite {
    display: flex;
    justify-content: flex-end;
    padding-right: 19%;
    padding-top: 70px;
    padding: 70px 19% 100px 0;
    font-size: 1.22em;
    line-height: 1.7;
    margin-top: 185px;
    color: #fff;
    background: url("img/man.png"), #000;
    background-repeat: no-repeat;
    background-position: 10% 28%; }
    @media (max-width: 630px) {
      body .cite {
        background-position: 20% 28%; } }
    body .cite .cite__designer {
      padding-left: 20px;
      width: 670px; }
      body .cite .cite__designer .cite__description {
        margin-top: 30px; }
      body .cite .cite__designer .cite__container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 58px;
        margin-right: 20px;
        font-size: 0.82em;
        line-height: 1.4; }
      body .cite .cite__designer .cite__img-s {
        margin-right: 28px; }
      body .cite .cite__designer .cite__who {
        color: #c5c5c5; }
  body .newsletter {
    letter-spacing: 0.7px;
    padding-top: 70px;
    color: #4f5660;
    text-align: center; }
    @media (max-width: 990px) {
      body .newsletter {
        padding: 70px 25px 0 25px; } }
    body .newsletter .newsletter__title {
      font-weight: 300; }
    body .newsletter .newsletter__description {
      max-width: 970px;
      margin: 0 auto;
      padding-top: 10px;
      padding-bottom: 78px;
      line-height: 1.7; }
    body .newsletter .newsletter__form {
      position: relative;
      max-width: 530px;
      margin: 0 auto;
      border: 1px solid #d3d9dd;
      border-radius: 5px; }
      body .newsletter .newsletter__form .newsletter__input {
        width: 100%;
        padding: 10px 0 10px 20px;
        color: #9d9fa2;
        border: none; }
      body .newsletter .newsletter__form .newsletter__btn {
        position: absolute;
        right: 0;
        top: -1px;
        padding: 11px 33px;
        color: #fff;
        background-color: #3885e5;
        border: none;
        border-radius: 5px; }
        @media (max-width: 630px) {
          body .newsletter .newsletter__form .newsletter__btn {
            left: 0;
            top: 48px; } }
  body .footer {
    letter-spacing: 0.9px;
    margin-top: 105px;
    border-top: 1px solid #d4d9de; }
    body .footer .footer-container {
      max-width: 1200px;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      color: #4f5660; }
      body .footer .footer-container .footer__description {
        margin: 0 15px;
        line-height: 4.3; }
        @media (max-width: 630px) {
          body .footer .footer-container .footer__description {
            line-height: 1.6; } }
