/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable-line */

/* stylelint-disable */

/* stylelint-disable */

/*! 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: .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 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -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: .35em .75em .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: "icomoon";
  src: url("../fonts/icomoon.woff?yuzzw2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down::before {
  content: "\e908";
}

.icon-cross::before {
  content: "\e90d";
}

.icon-chevron-up::before {
  content: "\e911";
}

.icon-chevron-left::before {
  content: "\e912";
}

.icon-chevron-right::before {
  content: "\e913";
}

/**
 * Set up a decent box model on the root element
 */

html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

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

.footer .contacts-block .contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
  Basic typography style for copy text
*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-family: "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
}

/*
  Basic styles for links
*/

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}

a:hover {
  color: #f2f2f2;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

ul,
ol,
dl,
p {
  margin: 0 0 1.5em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "nicholas", "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 15px;
}

h1,
.h1 {
  font-size: 50px;
  color: #6dc8cf;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 1px solid transparent;
  background-color: rgba(93, 171, 177, .2);
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 5px 16px;
  border-radius: 8px;
  -webkit-appearance: none;
}

input[type=text]:focus, input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
textarea:focus,
textarea:hover {
  box-shadow: none;
  outline: none;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 1;
  color: #0d2830;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  font-size: 14px;
  line-height: 1;
  color: #0d2830;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 36px 0;
  z-index: 10;
}

.header .logo {
  width: 157px;
}

body {
  background-color: #0d2830;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: clip;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 36px;
  padding-right: 36px;
  max-width: 1920px;
}

.text-dark {
  color: #0d2830;
}

.text-teal {
  color: #5dabb1;
}

p:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 306px 0 40px;
  position: relative;
}

.footer .footer-title {
  font-weight: 400;
  margin-bottom: 30px;
}

.footer .logo-holder {
  margin-bottom: 24px;
}

.footer .logo-holder .logo.fran {
  width: 146px;
}

.footer .logo-holder .logo.hampton {
  width: 79px;
}

.footer .contacts-block {
  margin-bottom: 65px;
}

.footer .contacts-block:last-child {
  margin-bottom: 30px;
}

.footer .contacts-block .contact-title {
  font-family: "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin-bottom: 10px;
}

.footer .contacts-block .contact-item:not(:last-child) {
  margin-bottom: 30px;
}

.footer .contacts {
  display: flex;
  flex-direction: column;
}

.footer .contacts a {
  font-size: 16px;
  line-height: 1.6;
}

.footer .description {
  background: rgba(255, 255, 255, .08);
}

.footer .description .text-holder {
  padding: 46px 0 39px;
}

.btn {
  transition: all .35s cubic-bezier(.3, .86, .36, .95);
  border: 1px solid #5dabb1;
  background: #5dabb1;
  height: 40px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 5px 4px 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.btn:hover {
  color: #5dabb1;
  background: transparent;
}

.btn .icon {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #5dabb1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn .icon img {
  width: 12px;
}

.hero-section {
  padding: 18px 18px 0;
}

.hero-section .content-wrapper {
  position: relative;
  padding-top: 186%;
}

.hero-section .hero-bg {
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-section .hero-bg::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0d2830 100%);
  pointer-events: none;
}

.hero-section .hero-bg img,
.hero-section .hero-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-section .content-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 150px 40px 133px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}

.hero-section .content-holder h1 {
  letter-spacing: .04em;
  margin-bottom: 10px;
}

.hero-section .content-holder .description {
  font-family: "nicholas", "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 30px;
  line-height: 1;
}

.form-section {
  position: relative;
}

.form-section .form-holder {
  background: #ffffff;
  border-radius: 8px;
  padding: 27px 25px 41px;
  z-index: 15;
  position: absolute;
  left: 36px;
  right: 36px;
  top: 0;
  transform: translateY(-26%);
}

.form-section .form-title {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.form-section .form {
  position: relative;
}

.form-section .form-status {
  position: absolute;
  left: 13px;
  bottom: -22px;
  color: #0d2830;
}

@media (min-width: 520px) {
  .hero-section .content-wrapper {
    padding-top: 100%;
  }
}

@media (min-width: 768px) {
  .hero-section .content-wrapper {
    padding-top: 48.96%;
  }
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 81px;
  }

  h2,
  .h2 {
    font-size: 34px;
  }

  .header {
    padding: 48px 0;
  }

  .header .logo {
    width: 246px;
  }

  .container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .footer {
    padding: 149px 0 120px;
  }

  .footer .info {
    max-width: 800px;
  }

  .footer .info .container {
    padding: 0 55px;
  }

  .footer .footer-title {
    margin-bottom: 49px;
  }

  .footer .contacts-block {
    margin-bottom: 44px;
  }

  .footer .contacts-block .contact-list {
    display: flex;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .footer .contacts-block .contact-item:not(:last-child) {
    margin-bottom: 0;
  }

  .footer .contacts-block .contact-item {
    width: 290px;
  }

  .footer .description {
    position: absolute;
    top: 0;
    right: 0;
    width: 416px;
  }

  .footer .description .container {
    padding: 0 64px;
  }

  .footer .description .text-holder {
    padding: 150px 0 75px;
  }

  .btn .icon {
    width: 28px;
    height: 28px;
  }

  .btn .icon img {
    width: 10px;
  }

  .hero-section {
    padding: 24px 24px 0;
  }

  .hero-section .content-holder {
    padding: 150px 40px 133px;
  }

  .hero-section .content-holder .description {
    font-size: 50px;
  }

  .form-section .form-holder {
    padding: 21px;
    width: 956px;
    max-width: 956px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .form-section .form-holder form {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .form-section .form-title br {
    display: none;
  }

  .form-section .form-row:not(.form-submit) {
    flex-grow: 1;
  }

  .form-section .form-submit {
    width: 197px;
  }
}

@media (min-width: 1366px) {
  h1,
  .h1 {
    font-size: 110px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }

  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    height: 52px;
  }

  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 16px;
  }

  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  textarea::placeholder {
    font-size: 16px;
  }

  .header {
    padding: 42px 0;
  }

  .header .logo {
    width: 303px;
  }

  .footer .info {
    max-width: 1360px;
  }

  .footer .footer-title {
    margin-bottom: 70px;
  }

  .footer .logo-holder {
    margin-bottom: 32px;
  }

  .footer .contacts-block .contact-title {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .footer .contacts-block .contact-list {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .footer .contacts-block .contact-item {
    width: 304px;
  }

  .footer .contacts a {
    font-size: 20px;
  }

  .footer .description {
    width: 498px;
  }

  .footer .description .text-holder {
    padding: 195px 0 143px;
  }

  .btn {
    font-size: 15px;
    padding: 6px 7px 6px 25px;
    height: 52px;
  }

  .btn .icon {
    width: 40px;
    height: 40px;
  }

  .btn .icon img {
    width: 14px;
  }

  .hero-section .content-holder {
    padding: 150px 40px 220px;
  }

  .hero-section .content-holder .description {
    font-size: 72px;
  }

  .form-section .form-holder {
    width: 1230px;
    max-width: 1230px;
    padding: 38px 28px 46px;
  }

  .form-section .form-submit {
    width: 253px;
  }
}

@media (min-width: 1920px) {
  .footer {
    padding: 192px 0 240px;
  }

  .footer .contacts-holder {
    display: flex;
    -moz-column-gap: 48px;
         column-gap: 48px;
    justify-content: flex-start;
  }
}

@media (max-width: 1023px) {
  .form-section .form-row:not(.form-submit) {
    margin-bottom: 16px;
  }
}


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