/*! 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.
 */
@import url(../libs/swiper.min.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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: 'Helvetica';
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Playfair';
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'SFCompact';
  src: url("../fonts/SFCompactText-Light.woff2") format("woff2"), url("../fonts/SFCompactText-Light.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'SFCompact';
  src: url("../fonts/SFCompactText-Regular.woff2") format("woff2"), url("../fonts/SFCompactText-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-Heavy.woff2") format("woff2"), url("../fonts/SFProDisplay-Heavy.woff") format("woff");
  font-display: swap;
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'SFProDisplay';
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'SFProText-Regular';
  src: url("../fonts/SFProText-Regular.woff2") format("woff2"), url("../fonts/SFProText-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal; }

:root {
  --white-color: #fff;
  --black-color: #000;
  --dark-color: #1c2e3d;
  --accent-color: #e8594e;
  --neptune-color: #73afba;
  --accent-hover-color: #e31d0e;
  --neptune-hover-color: #4196a6; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  font-family: 'Roboto', 'Arial', sans-serif;
  margin: 0;
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

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

a {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%; }

.container {
  max-width: 1626px;
  padding: 0 30px;
  margin: 0 auto; }

.site-container {
  overflow: hidden; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.btn-reset {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.section-title {
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  color: var(--dark-color); }

.section-title--center {
  text-align: center;
  max-width: none; }

.btn {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 2.18182px;
  text-transform: uppercase;
  border-radius: 8px;
  color: var(--white-color);
  padding: 33px 80px; }

/* components imports */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 53px 0px 0px 0px; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 71px;
  height: 21px; }

.social__item--fb {
  width: 11px;
  height: 21px;
  margin-right: 35px; }

.social__item--tw {
  width: 20px;
  height: 16px; }

.social__link {
  fill: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  width: 100%;
  height: 100%; }

.social__link:hover {
  fill: #35e1ff;
  -webkit-transform: scale(2);
          transform: scale(2); }

.logo {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  color: var(--white-color);
  text-transform: uppercase; }

.btn-reset {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0; }

.burger {
  width: 48px;
  height: 10px;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.burger:hover .burger__line {
  background-color: #e8594e; }

.burger__line {
  width: 100%;
  height: 2px;
  background-color: var(--white-color);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.burger__line:last-child {
  bottom: 0;
  top: auto; }

.menu {
  position: fixed;
  left: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background: var(--neptune-color);
  color: #fff;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease; }

.menu--visible {
  left: 0;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease; }

.menu__nav {
  width: 100%;
  height: 100%; }

.menu__list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  margin-bottom: 20px;
  padding: 30px 0px;
  overflow-y: auto; }

.menu__link {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 20px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease; }

.menu__link:hover {
  color: #1c2e3d; }

.menu__close {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  position: absolute;
  right: 10%;
  top: 10%; }

.menu__close:hover .menu__close-line {
  background: #1c2e3d; }

.menu__close-line {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease; }

.menu__close-line:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.menu__close-line:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.first {
  height: 100vh;
  width: 100vw;
  min-height: 600px;
  background: url(../img/first/Background.png) center center/cover no-repeat;
  color: var(--white-color); }

.first__container {
  height: 100%;
  position: relative;
  padding-top: 223px;
  padding-bottom: 200px; }

.first__link {
  background-color: rgba(28, 46, 61, 0.5);
  font-size: 11px;
  padding: 15px 30px;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 42px;
  -webkit-transition: background 0.5s linear, -webkit-transform 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55) 0s;
  transition: background 0.5s linear, -webkit-transform 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55) 0s;
  transition: background 0.5s linear, transform 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55) 0s;
  transition: background 0.5s linear, transform 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55) 0s, -webkit-transform 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55) 0s; }

.first__link:hover {
  background: #1c2e3d;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.first__tittle {
  font-size: 80px;
  max-width: 40%;
  margin-bottom: 40px; }

.first_descr {
  font-weight: 400;
  font-size: 14px;
  max-width: 32%;
  margin-bottom: 60px; }

.first__btn {
  text-transform: uppercase;
  color: var(--white-color);
  background: var(--accent-color);
  padding: 33px 80px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.18px;
  z-index: 100;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55) 0s; }

.first__btn:hover {
  background: #f5574c;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.first__bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - 60px);
  max-width: 1566px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 68%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 4px;
  height: 120px; }

.search-form__field {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 4px;
  height: 120px;
  color: var(--dark-color);
  padding-left: 55px;
  padding-right: 90px;
  border: none;
  outline: none; }

.search-form__button {
  width: 18px;
  height: 18px;
  background: url(../img/first/search.svg) center center/cover no-repeat;
  position: absolute;
  right: 62px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

::-webkit-input-placeholder {
  color: #1C2E3D; }

::-moz-placeholder {
  color: #1C2E3D; }

.main__slider {
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-size: 0; }

.swiper-slide {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden; }

.main-slider__text {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--neptune-color);
  text-transform: uppercase;
  font-size: 12px; }

.main-slider__media {
  max-height: 280px;
  position: relative; }

.first__slider-btn {
  position: absolute;
  left: 50px;
  bottom: 33px;
  width: 14px;
  height: 14px;
  z-index: 50;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.btn-right {
  left: auto;
  right: 50px;
  background-image: url("../img/first/arrow-right.svg"); }

.btn-left {
  background-image: url("../img/first/arrow-left.svg"); }

.main-slider__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 44px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/first/play.svg);
  z-index: 50; }

@media screen and (max-width: 1500px) {
  .first__tittle {
    max-width: 60%; }
  .first_descr {
    max-width: 45%; }
  .first__container {
    padding: 100px 30px; }
  .first__link {
    margin-bottom: 15px; }
  .header-container {
    padding: 33px 0px 0px 0px; } }

@media screen and (min-width: 1280px) {
  .first__slider-btn {
    bottom: 53px; } }

@media screen and (max-width: 1280px) {
  .first__tittle {
    max-width: 60%; }
  .first_descr {
    max-width: 45%; }
  .search__form {
    height: 80px; }
  .main-slider__text {
    height: 80px; } }

@media screen and (max-width: 1140px) {
  .first__tittle {
    max-width: 70%; }
  .first_descr {
    max-width: 45%; }
  .search__form {
    height: 80px; }
  .main-slider__text {
    height: 80px; } }

@media screen and (max-width: 1000px) {
  .first__tittle {
    max-width: 100%;
    font-size: 65px; }
  .first_descr {
    max-width: 75%; }
  .first__slider-btn {
    left: 20px;
    width: 11px;
    height: 11px; }
  .btn-right {
    left: auto;
    right: 20px; }
  .main-slider__text {
    font-size: 10px; } }

@media screen and (max-width: 600px) {
  .first__tittle {
    max-width: 100%;
    font-size: 55px; }
  .first_descr {
    max-width: 100%; }
  .first__container {
    padding: 100px 30px; }
  .first__link {
    margin-bottom: 15px; }
  .header-container {
    padding: 33px 0px 0px 0px; }
  .search__form {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .first__tittle {
    max-width: 100%;
    font-size: 45px; }
  .first_descr {
    max-width: 100%; }
  .first__container {
    padding: 50px 30px; }
  .first__link {
    margin-bottom: 15px; }
  .header-container {
    padding: 23px 0px 0px 0px; } }

@media screen and (max-height: 1000px) {
  .first__container {
    padding: 100px 30px; }
  .header-container {
    padding: 33px 0px 0px 0px; } }

@media screen and (max-height: 780px) {
  .first__btn {
    padding: 22px 60px; } }

.become {
  padding: 150px 0px;
  background-color: #fff; }

.become-title {
  margin-bottom: 95px;
  line-height: 1.25;
  text-align: left;
  color: #1c2e3d; }

.become__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.become__item {
  width: 23.5%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  font-size: 0; }

.become__item:nth-child(4n) {
  margin-right: 0; }

.become__text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 54px;
  padding-bottom: 64px;
  font-size: 24px;
  line-height: 31px;
  color: var(--white-color);
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 2; }

.become__image {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-radius: 8px; }

.become__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 8px;
  background: var(--neptune-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 1; }

.become__item:hover::before {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.become__item:hover .become__image {
  -webkit-transform: skew();
          transform: skew(); }

.become__item:hover .become__text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

.featured {
  background: url(../img/featured/featured__bg.jpg) center center/cover no-repeat;
  background-attachment: fixed;
  height: 1000px;
  position: relative;
  color: var(--white-color); }

.featured__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.featured__article {
  color: var(--white-color); }

.blog-article {
  padding-bottom: 106px; }

.blog-article__category {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 30px;
  background: var(--accent-color);
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 16px;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55) 0s; }

.blog-article__category:hover {
  background: #ec5146;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.blog-article__title {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 16px;
  max-width: 40%; }

.blog-article__descr {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 40px;
  font-weight: 400;
  max-width: 40%; }

.blog-article__btn {
  background: var(--neptune-color);
  padding: 33px 77px;
  display: inline-block;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55) 0s; }

.blog-article__btn:hover {
  background: #6cc3d3;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.featured__stories {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 35%;
  background-color: rgba(60, 74, 81, 0.9);
  padding: 127px 6% 0 133px; }

.featured__title {
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 96px; }

.feature-list__article {
  border-bottom: 1px solid rgba(227, 227, 227, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 32px;
  margin-bottom: 32px; }

.featured-list__item:last-child .feature-list__article {
  border-bottom: 0px solid #E3E3E3; }

.feature-list__image {
  min-height: 48px;
  min-width: 48px;
  margin-right: 32px; }

.feature-list__image img {
  height: 48px;
  width: 48px; }

.feature-list__text {
  padding-right: 40px; }

.feature-list__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px; }

.feature-list__time {
  font-size: 11px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.502293);
  padding-bottom: 32px; }

.featured-videos {
  padding: 130px 0 140px; }

.featured-videos__title {
  margin-bottom: 24px; }

.featured-videos__descr {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #788692;
  max-width: 640px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 155px; }

.slider-container {
  overflow-x: hidden;
  padding: 100px 0;
  width: 100%;
  margin-top: 50px; }

.slider-container .swiper-slide {
  position: relative;
  border-radius: 8px;
  min-height: 550px;
  width: 890px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden; }

.slider-container .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.461617)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 50%, rgba(0, 0, 0, 0.461617) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.slider-container .swiper-slide-active {
  -webkit-transform: scaleX(1.16) scaleY(1.2);
          transform: scaleX(1.16) scaleY(1.2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.slider-container .swiper-slide-active::after {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.slide-title {
  font-weight: 700;
  font-size: 28px;
  color: var(--white-color);
  position: relative;
  z-index: 5;
  padding-left: 35px;
  padding-bottom: 30px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(200px);
          transform: translateY(200px); }

.swiper-slide-active .slide-title {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.featured-videos {
  padding-top: 150px;
  padding-bottom: 50px; }

.featured-videos__descr {
  text-align: center;
  margin: 0 auto;
  max-width: 650px;
  font-family: 'SFCompact', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #788692;
  margin-top: 26px; }

.slide-1 {
  background-image: url("../img/featured/greece.jpg"); }

.slide-2 {
  background-image: url("../img/featured/willian-justen.jpg"); }

.slide-3 {
  background-image: url("../img/featured/sea.jpg"); }

.slide-4 {
  background-image: url("../img/featured/sea.jpg"); }

.slide-play {
  position: absolute;
  left: 48px;
  top: 40px;
  width: 112px;
  height: 112px;
  background-image: url("../img/featured/VideoIcon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.newsletter {
  padding: 100px 0 246px; }

.newsletter-content {
  background: url(../img/newsletter/newsletter-img.jpg) center center/cover no-repeat;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 336px 133px 178px;
  position: relative; }

.newsletter__text {
  color: var(--white-color);
  max-width: 370px; }

.newsletter__title {
  color: var(--white-color);
  margin-bottom: 40px; }

.newsletter_descr {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400; }

.newsletter__form {
  position: absolute;
  right: 133px;
  bottom: -96px; }

.subscribe-form {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 501px;
  height: 416px;
  border-radius: 8px;
  padding-top: 53px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.subscribe-form__field {
  width: calc(100% - (72px * 2));
  border: none;
  border-bottom: 1px solid rgba(28, 46, 61, 0.3);
  padding: 25px 0px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 2px;
  color: var(--dark-color);
  text-transform: uppercase;
  -webkit-transition: border-bottom 0.3s ease 0s;
  transition: border-bottom 0.3s ease 0s; }

.subscribe-form__field:focus {
  border-bottom: 1px solid #1c2e3d; }

input {
  outline: none; }

.subscribe-form__btn {
  margin-top: 75px;
  width: 100%;
  background: var(--neptune-color);
  padding: 41px 80px;
  border-radius: 0 0 8px 8px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.subscribe-form__btn:hover {
  background: #6cc3d3; }

.insp__heading {
  margin-bottom: 24px; }

.insp {
  padding-bottom: 140px; }

.insp__descr {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #788692;
  max-width: 640px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 96px; }

.grid {
  display: -ms-grid;
  display: grid; }

.insp__list {
  grid-gap: 32px;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(500px, auto); }

.insp__item {
  position: relative;
  background: #000;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.insp__item:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04); }

.insp__item:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04); }

.insp__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.647277)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 50%, rgba(0, 0, 0, 0.647277) 100%);
  border-radius: 8px; }

.insp__text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  color: var(--white-color);
  padding: 0px 75px 48px 40px; }

.insp__category {
  font-size: 10px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px; }

.insp__title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 22px; }

.insp__people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.insp__people-item {
  min-height: 48px;
  min-width: 48px; }

.insp__people-item:not(:first-child) {
  margin-left: -15px; }

.insp__people-item img {
  height: 48px;
  width: 48px;
  border: 2px solid #fff;
  border-radius: 100px; }

.insp__item--big {
  -ms-grid-column-span: 2;
  grid-column-end: span 2; }

.insp__item--bigheight {
  height: 710px; }

.insp__item--1 {
  background: url(../img/insp/insp-1.jpg) center center/cover no-repeat; }

.insp__item--2 {
  background: url(../img/insp/insp-2.jpg) center center/cover no-repeat; }

.insp__item--3 {
  background: url(../img/insp/insp-3.jpg) center center/cover no-repeat; }

.insp__item--4 {
  background: url(../img/insp/insp-4.jpg) center center/cover no-repeat; }

.insp__item--5 {
  background: url(../img/insp/insp-5.jpg) center center/cover no-repeat; }

.insp__item--6 {
  background: url(../img/insp/insp-6.jpg) center center/cover no-repeat; }

.insp__item--7 {
  background: url(../img/insp/insp-7.jpg) center center/cover no-repeat; }

.footer {
  border-top: 1px solid #d9d9d9;
  padding: 124px 0px 0px 0px; }

.footer__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer__column {
  padding: 0px 10px; }

.footer__title {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2.15px;
  text-transform: uppercase;
  color: #100E0B;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 30px; }

.footer__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #57a773;
  width: 48px;
  height: 1px; }

.subs-form {
  width: 368px; }

.subs-form__field {
  width: 100%;
  height: 64px;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  padding: 0px 60px 0px 30px;
  color: var(--dark-color);
  -webkit-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
  margin-bottom: 16px;
  background: url(../img/icon/user.svg) no-repeat;
  background-position: right 31px center; }

.subs-form__field:focus {
  border: 1px solid #1c2e3d; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #1B1916;
  opacity: 0.5; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #1B1916;
  opacity: 0.5; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #1B1916;
  opacity: 0.5; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #1B1916;
  opacity: 0.5; }

.subs-form__btn {
  background: var(--neptune-color);
  width: 100%;
  height: 64px;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -1.55, 0.265, 1.55) 0s; }

.subs-form__btn:hover {
  background: #6cc3d3;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.footer__bottom {
  border-top: 1px solid #d9d9d9;
  margin-top: 120px;
  padding: 32px 0px; }

.bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer__copy {
  font-size: 13px;
  line-height: 15px;
  color: #959EA6;
  font-weight: 400; }

.footer__link {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  color: #959EA6;
  font-weight: 400;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.footer__link:hover {
  color: #36424e; }

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer__links-item {
  margin-left: 35px; }

.footer__link::before {
  content: '';
  bottom: -3px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #36424e;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.footer__link:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

@media (max-width: 1500px) {
  .featured__stories {
    padding: 80px 60px; }
  .featured__title {
    margin-bottom: 50px; } }

@media (max-width: 1200px) {
  .become__title {
    max-width: 85%; }
  .become__text {
    padding-left: 20px;
    padding-bottom: 30px; }
  .featured__stories {
    width: 50%; }
  .slider-container .swiper-slide {
    width: 700px;
    min-height: 500px; }
  .newsletter-content {
    --newsletter-gap: 30px; }
  .newsletter-content {
    padding: 130px 73px 400px 73px; }
  .newsletter__form {
    bottom: -31px;
    right: 73px; }
  .subscribe-form {
    width: 400px;
    height: 350px; }
  .newsletter__form {
    bottom: -31px; } }

@media (max-width: 992px) {
  .featured__title {
    font-size: 50px;
    line-height: 60px; }
  .featured {
    height: 900px; }
  .feature-list__text {
    padding-right: 0; }
  .featured-videos {
    padding: 100px 0px 0px; }
  .slider-container {
    margin-top: 0; }
  .become {
    padding: 100px 0px; }
  .become-title {
    margin-bottom: 45px; }
  .become__item {
    width: 39%;
    margin-right: 20%;
    margin-bottom: 4%; }
  .become__item:nth-child(2n) {
    margin-right: 0; }
  .slider-container .swiper-slide {
    width: 550px;
    min-height: 400px; }
  .newsletter {
    padding: 0px 0 166px; }
  .newsletter-content {
    padding: 100px 73px 400px 73px; }
  .newsletter__text {
    margin: 0 auto;
    max-width: 550px;
    text-align: center; }
  .newsletter__form {
    bottom: -31px;
    right: 73px; }
  .newsletter__form {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto; } }

@media (max-width: 768px) {
  .first__title {
    max-width: 100%; }
  .first__descr {
    max-width: 100%; }
  .search-form {
    width: 55%; }
  .first__bottom {
    bottom: -2px; }
  .main-slider__text {
    height: 78px; }
  .become__item {
    width: 48%;
    margin-right: 4%; }
  .featured {
    height: auto;
    padding-top: 40px; }
  .featured__stories {
    position: static;
    width: 100%;
    padding: 40px 60px; }
  .blog-article__title {
    max-width: 100%; }
  .blog-article__descr {
    max-width: 80%; }
  .slider-container .swiper-slide {
    min-height: 350px; }
  .newsletter__form {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto; }
  .newsletter-content {
    padding-top: 100px;
    padding-bottom: 400px; }
  .insp__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(400px, auto);
    width: 100%; }
  .insp__item {
    height: auto; }
  .insp__item--big {
    -ms-grid-column-span: 2;
    grid-column-end: 2; }
  .footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer__column:last-child {
    margin-top: 30px; }
  .footer__copy {
    max-width: 50%; } }

@media (max-width: 576px) {
  .first__bottom {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 50px; }
  .first__slider-btn {
    left: 35px;
    width: 14px;
    height: 14px; }
  .btn-right {
    left: auto;
    right: 35px; }
  .main-slider__text {
    font-size: 13px; }
  .first {
    min-height: auto;
    height: auto; }
  .search-form {
    width: 100%; }
  .main-slider .swiper-container {
    width: 100%; }
  .first__container {
    padding-top: 130px;
    padding-bottom: 50px; }
  .first__title {
    max-width: none; }
  .first__descr {
    font-size: 14px;
    max-width: none; }
  .become__title {
    max-width: none;
    font-size: 60px;
    line-height: 65px; }
  .become__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
  .blog-article__title {
    max-width: none;
    font-size: 60px;
    line-height: 65px; }
  .blog-article__descr {
    font-size: 14px;
    max-width: none; }
  .featured__stories {
    padding: 30px; }
  .slider-container .swiper-slide {
    width: calc(100% - 60px); }
  .slider-container .swiper-slide-active {
    -webkit-transform: none;
            transform: none; }
  .slide-play {
    height: 60px;
    width: 60px;
    left: 20px;
    top: 20px; }
  .featured-videos {
    padding-bottom: 25px; }
  .newsletter {
    padding-top: 25px;
    padding-bottom: 25px; }
  .slider-container {
    padding: 30px 0; }
  .section-title {
    max-width: none;
    font-size: 45px;
    line-height: 55px; }
  .newsletter-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px; }
  .newsletter__form {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    margin-top: 30px;
    height: auto; }
  .subscribe-form__field {
    width: calc(100% - 30px); }
  .subscribe-form__btn {
    padding: 30px 50px; }
  .insp {
    padding-top: 25px; }
  .footer__column:last-child {
    margin-top: 0; }
  .footer__column {
    width: 100%;
    margin-bottom: 30px; }
  .subs-form {
    width: 100%; }
  .footer__bottom {
    margin-top: 50px; }
  .footer__copy {
    max-width: none;
    width: 100%;
    text-align: center; }
  .bottom-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer__links-item {
    margin: 0 10px; }
  .footer__links {
    margin-top: 30px; }
  .main-slider__media img {
    width: 100%; }
  .become__image {
    width: 100%; }
  .slide-title {
    padding: 30px;
    font-size: 25px; } }

@media (max-width: 375px) {
  .container {
    padding: 0 15px; }
  .first__container {
    padding-top: 70px;
    padding-bottom: 70px; }
  .header__container {
    padding: 30px; }
  .social {
    display: none; }
  .menu__list {
    font-size: 30px; }
  .menu {
    min-height: 550px; }
  .first__link {
    font-size: 10px;
    padding: 10px 20px; }
  .first__title {
    font-size: 55px;
    line-height: 60px; }
  .first__slider-btn {
    left: 25px; }
  .btn-right {
    right: 25px;
    left: auto; }
  .search-form__field {
    padding-left: 30px;
    padding-right: 50px; }
  .search-form__button {
    right: 20px; }
  .become {
    padding: 30px 0; }
  .become__list {
    margin-top: 30px; }
  .blog-article__title {
    font-size: 55px;
    line-height: 60px; }
  .feature-list__text {
    padding-right: 10px; }
  .featured-videos {
    padding: 30px 0; }
  .slider-container {
    margin-top: 0; }
  .slider-container .swiper-slide {
    width: calc(100% - 30px); }
  .insp__descr {
    margin-bottom: 30px; }
  .insp {
    padding: 30px 0; }
  .footer {
    padding: 30px 0; }
  .footer__bottom {
    padding-bottom: 0; } }

/* Fonts */
