@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h5, h4, h3, h2 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, textarea, select,
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, textarea, input,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, textarea, input, select,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, textarea::-moz-focus-inner, input::-moz-focus-inner, select::-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, textarea:-moz-focusring, input:-moz-focusring, select:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button, .slick-dots li textarea, .slick-dots li input, .slick-dots li select {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li textarea:hover, .slick-dots li input:hover, .slick-dots li select:hover, .slick-dots li button:focus, .slick-dots li textarea:focus, .slick-dots li input:focus, .slick-dots li select:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li textarea:hover:before, .slick-dots li input:hover:before, .slick-dots li select:hover:before, .slick-dots li button:focus:before, .slick-dots li textarea:focus:before, .slick-dots li input:focus:before, .slick-dots li select:focus:before {
  opacity: 1;
}
.slick-dots li button:before, .slick-dots li textarea:before, .slick-dots li input:before, .slick-dots li select:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before, .slick-dots li.slick-active textarea:before, .slick-dots li.slick-active input:before, .slick-dots li.slick-active select:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * fullPage 3.0.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

/*# sourceMappingURL=fullpage.min.css.map */
/**
 * Basic typography style for copy text
 */
h1, h5, h4, h3, h2 {
  margin: 0;
  color: #272727;
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueRegular.woff2") format("woff2"), url("../fonts/BebasNeueRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/**
* Set up a decent box model on the root element
*/
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

/**
* 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: border-box;
}

a {
  display: inline-block;
  color: #272727;
}

p {
  font-size: 16px;
  color: #272727;
}

b {
  font-weight: bold;
}

body {
  font-family: "Bebas Neue";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #272727;
  font-size: 16px;
  background: linear-gradient(180deg, #EAECEC 0%, #D9DADE 98.73%);
  background-repeat: no-repeat;
  background-size: cover;
}

button, textarea, input, select {
  font-family: "Bebas Neue";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline-color: transparent;
  box-shadow: none;
}

select {
  box-shadow: none;
}

input {
  cursor: text;
  font-family: "Bebas Neue";
  font-size: 20px;
  color: rgba(39, 39, 39, 0.8);
}

textarea {
  cursor: text;
  resize: none;
  box-shadow: none;
}

img {
  display: block;
  max-width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

::-webkit-input-placeholder {
  font-size: 20px;
  color: rgba(39, 39, 39, 0.8);
}

::-moz-placeholder {
  opacity: 1;
  font-size: 20px;
  color: rgba(39, 39, 39, 0.8);
}

:-moz-placeholder {
  opacity: 1;
  font-size: 20px;
  color: rgba(39, 39, 39, 0.8);
}

:-ms-input-placeholder {
  font-size: 20px;
  color: rgba(39, 39, 39, 0.8);
}

.form__input_styled::-webkit-input-placeholder {
  font-size: 20px;
  color: #fff;
}

.form__input_styled::-moz-placeholder {
  opacity: 1;
  font-size: 20px;
  color: #fff;
}

.form__input_styled:-moz-placeholder {
  opacity: 1;
  font-size: 20px;
  color: #fff;
}

.form__input_styled:-ms-input-placeholder {
  font-size: 20px;
  color: #fff;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus::-ms-input-placeholder {
  color: transparent;
}

.modal__link, .footer__link, .menu__close, .navigation__item, .btn, .link {
  backface-visibility: hidden;
  transition: all 0.23s linear;
}

.link {
  border-bottom: 1px solid transparent;
}
.link:hover {
  border-bottom-color: #4A4A4A;
}

.single-page__item {
  position: relative;
}

.btn {
  background: linear-gradient(160.22deg, #0070D4 0%, #8BD0F1 100%);
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 15px 25px;
  text-transform: uppercase;
  line-height: 32px;
  padding-top: 16px;
  padding-bottom: 14px;
  text-decoration: none;
}
.btn:hover {
  background: linear-gradient(160.22deg, #8BD0F1 0%, #0070D4 100%);
}

.form__btn {
  margin-top: 50px;
}
.form__container {
  margin-bottom: 20px;
}
.form__input {
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #979797;
  border-radius: 0;
}
.form__input_styled {
  color: #fff;
}

.header {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 3;
}
.header__logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header__logo img {
  position: relative;
  left: -30px;
}
.header__btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 12px;
}
.navigation__item {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin-right: 12px;
  backface-visibility: hidden;
}
.navigation__item:last-child {
  margin: 0;
}
.navigation__item.active {
  width: 12px;
  height: 12px;
  background: #7f8b8b;
}
.navigation_v {
  flex-direction: column;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 3%;
  z-index: 3;
}
.navigation_v .navigation__item {
  margin: 0;
  margin-bottom: 12px;
}
.navigation_v .navigation__item:last-child {
  margin-bottom: 0;
}

.menu {
  opacity: 0;
  z-index: -1;
  transition: all 0.2s linear;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.menu_opened {
  z-index: 999;
  opacity: 1;
}
.menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 3;
}
.menu__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  background: url("../img/menu-bg.svg") no-repeat;
  background-position: 50% 50%;
}
.menu__wrapper-grid {
  width: 100%;
  position: relative;
}
.menu__grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.menu__link {
  display: inline-block;
  font-size: 80px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s linear;
  margin-top: 15px;
}
.menu__link:first-child {
  margin-top: 0;
}
.menu__link:hover {
  border-color: #fff;
}
.menu__item {
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s linear;
  margin-top: 30px;
}
.menu__item:first-child {
  margin-top: 0;
}
.menu__item:last-child {
  margin-top: 20px;
}
.menu__item:hover {
  border-color: #fff;
}
.menu__close {
  position: absolute;
  top: 65px;
  right: 15%;
  z-index: 10;
}
.menu__close:hover {
  transform: scale(0.95, 0.95);
}
.menu__social {
  margin-top: 35px;
}

.footer {
  position: fixed;
  bottom: 30px;
  width: 100%;
  z-index: 5;
}
.footer__grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer__link {
  color: #4A4A4A;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  line-height: 1.32;
}
.footer__link:hover {
  border-color: #4A4A4A;
}
.footer_styled {
  position: relative;
  bottom: 0;
  padding-bottom: 20px;
}

.social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.social__item {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 30px;
}
.social__item:last-child {
  margin-right: 0;
}

.contacts {
  position: relative;
}
.contacts__wrapper {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.contacts__grid {
  width: 100%;
}
.contacts__title {
  margin-bottom: 35px;
}
.contacts__info {
  position: relative;
}
.contacts__info-icon {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}
.contacts__info-text {
  display: inline-block;
  text-decoration: none;
  font-size: 36px;
  color: #4A4A4A;
  font-weight: bold;
  margin-bottom: 15px;
}
.contacts__info-text:last-child {
  margin-bottom: 0;
}
.contacts__form {
  margin-top: 100px;
  max-width: 400px;
}

.title p {
  font-size: 74px;
  font-weight: bold;
  color: #050D31;
  text-transform: uppercase;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.copyright {
  position: absolute;
  bottom: 35px;
  width: 100%;
  text-align: center;
  z-index: 3;
  margin: 0;
  font-size: 13px;
  color: #050D31;
  font-family: "Open Sans";
}

.menu-btn {
  width: 25px;
  height: 25px;
}

.mouse-scroll-icon {
  opacity: 1;
  transform: translateX(-50%);
  z-index: 3;
  transition-timing-function: linear;
  animation-name: mouse;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
}

.fp-viewing-contacts .mouse-scroll-icon {
  opacity: 0;
}

@keyframes mouse {
  from {
    transform: translateY(10px) translateX(-50%);
  }
  to {
    transform: translateY(25px) translateX(-50%);
  }
}
.fp-slides {
  position: relative;
  z-index: 5;
}

.parallax-img {
  position: absolute;
  top: 30%;
  left: 30%;
  z-index: -1;
  transition: all 0.2s linear;
}

.project-item {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.project-item__view {
  left: 5%;
  bottom: 10%;
  position: absolute;
}
.project-item__title {
  margin-bottom: 30px;
}
.project-item__title span {
  display: block;
  font-size: 32px;
  color: #4A4A4A;
}
.project-item__grid {
  position: relative;
  top: 55px;
}
.project-item img {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 3;
}
.project-item__img {
  position: relative;
}
.project-item__footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  top: -55px;
}
.project-item__footer_r {
  justify-content: flex-end;
}
.project-item__footer_c {
  justify-content: center;
}
.project-item__footer_l {
  justify-content: flex-start;
}
.project-item__text {
  width: 100%;
  max-width: 400px;
  text-align: left;
}
.project-item__text p {
  font-family: "Open Sans";
  margin: 0;
  font-size: 13px;
  color: #050D31;
  line-height: 1.65;
}
.project-item__technology {
  position: absolute;
  width: 100%;
  left: -10%;
  z-index: 2;
}
.project-item__technology_b {
  bottom: 23%;
}
.project-item__technology_t {
  top: 0%;
}
.project-item__technology-list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 5;
}
.project-item__technology-list p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.project-item__technology-list p:last-child {
  margin-bottom: 0;
}

.fp-controlArrow {
  position: absolute;
  top: 50%;
  height: 20px;
  z-index: 5;
  background: #272727;
}
.fp-controlArrow.fp-prev {
  left: -20px;
  background: url("../img/icons/left-arrow-icon.svg") no-repeat center center;
  background-size: cover;
  border: none;
  width: 20px;
  margin: 0;
  margin-top: -10px;
}
.fp-controlArrow.fp-next {
  right: -20px;
  background: url("../img/icons/right-arrow-icon.svg") no-repeat center center;
  background-size: cover;
  border: none;
  width: 20px;
  margin: 0;
  margin-top: -10px;
}

.slide {
  position: relative;
}

.we-item__grid {
  padding-top: 50px;
  position: relative;
  z-index: 10;
}
.we-item__desc {
  margin: 0;
  font-size: 30px;
  color: #4A4A4A;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 10px;
}
.we-item__text {
  margin: 0;
  font-size: 13px;
  color: #050D31;
  line-height: 1.65;
  text-transform: none;
  font-family: "Open Sans";
  max-width: 400px;
  margin-top: 8px;
}
.we-item__img {
  position: absolute;
  top: 5%;
  right: 17%;
}
.we-item__title p {
  font-size: 65px;
}
.we-item__video {
  position: absolute;
  top: 10%;
  left: 12%;
  z-index: 5;
}

.we .fp-slidesNav {
  right: 36%;
  left: auto !important;
  bottom: 22%;
}

.fp-slidesNav ul li a.active span {
  background: #7f8b8b;
}
.fp-slidesNav ul li a span {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
}

.projects .fp-slidesNav {
  display: none;
}

.hexagon {
  overflow: hidden;
  display: inline-block;
  margin: 4em 0;
  width: 15em;
  height: 13em;
  transform: rotate(-30deg) skewX(30deg);
  border-radius: 0.8em;
}
.hexagon * {
  display: block;
  overflow: hidden;
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.hexagon *:before {
  display: block;
  overflow: hidden;
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.hexagon__wrapper {
  transform: skewX(-30deg) rotate(60deg) skewX(30deg);
  cursor: pointer;
}
.hexagon__wrapper::before {
  transform: skewX(-30deg) rotate(60deg) skewX(30deg);
  content: "";
  background: linear-gradient(150deg, #333, #eee);
}

.main {
  padding-top: 160px;
}

.project-page {
  background: linear-gradient(180deg, #EAECEC 0%, #D9DADE 98.73%);
}

.project {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}
.project__figure {
  font-size: 18px;
  margin-left: auto;
  position: relative;
}
.project__figure .hexagon {
  margin: 0;
}
.project__list {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
}
.project__list p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  margin-bottom: 8px;
}
.project__list p:last-child {
  margin-bottom: 0;
}
.project__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.project__header-icon {
  position: absolute;
  right: 0;
  top: 10%;
}
.project__title span {
  display: block;
  font-size: 32px;
  color: #4A4A4A;
}
.project__header-desc {
  margin-top: 80px;
  position: relative;
}
.project__header-desc::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: #0070D4;
  top: calc(100% + 35px);
  left: 50%;
  margin-left: -35px;
}
.project__header-desc p {
  margin: 0;
  font-size: 20px;
  font-family: "Open Sans";
  text-align: center;
  margin-top: 20px;
  line-height: 1.4;
}
.project__header-desc p:last-child {
  margin-top: 0;
}
.project__images {
  margin-top: 80px;
}
.project__desc {
  margin-top: 15px;
}
.project__desc-container {
  text-align: center;
}
.project__desc-container p {
  margin: 0;
  font-size: 16px;
  color: #272727;
  font-family: "Open Sans";
  margin-top: 20px;
  line-height: 1.52;
}
.project__desc-container p:last-child {
  margin-top: 0;
}
.project__slider {
  margin-top: 70px;
  padding: 80px 0;
  background-image: url(../img/project-shapes.svg), linear-gradient(160.14deg, #0070D4 0%, #8BD0F1 100%);
  background-size: cover;
  background-repeat: repeat;
  background-position: right center;
  box-shadow: 10px 20px 20px 0 rgba(39, 39, 39, 0.5);
}
.project__slider-title {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.project__slider-item {
  border-radius: 10px;
  padding: 0 10px;
}
.project__slider-item img {
  border-radius: 10px;
}
.project__slider-grid {
  position: relative;
  padding-bottom: 15px;
}
.project__slider-grid .slick-dots {
  position: absolute;
  top: calc(100% + 10px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.project__slider-grid .slick-dots li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
}
.project__slider-grid .slick-dots li.slick-active button, .project__slider-grid .slick-dots li.slick-active select, .project__slider-grid .slick-dots li.slick-active input, .project__slider-grid .slick-dots li.slick-active textarea {
  width: 12px;
  height: 12px;
  opacity: 0.4;
}
.project__slider-grid .slick-dots button, .project__slider-grid .slick-dots select, .project__slider-grid .slick-dots input, .project__slider-grid .slick-dots textarea {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.project__slider-grid .slick-dots button::before, .project__slider-grid .slick-dots select::before, .project__slider-grid .slick-dots input::before, .project__slider-grid .slick-dots textarea::before {
  content: none;
}
.project__footer {
  margin-top: 40px;
}
.project__footer-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.project__footer-container p {
  margin: 0;
  text-align: center;
  width: 33.333%;
  padding: 0 30px;
  margin: 0;
  font-size: 16px;
  color: #272727;
  font-family: "Open Sans";
  line-height: 1.52;
}

.hex {
  position: relative;
  margin: 1em auto;
  width: 18em;
  height: 30.64em;
  border-radius: 1em/0.5em;
  transition: opacity 0.5s;
  background: #333;
}
.hex::before, .hex::after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
}
.hex::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.hex::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.about {
  overflow: hidden;
  padding-bottom: 150px;
}
.about__title {
  position: relative;
  z-index: 15;
}
.about__title span {
  display: block;
  max-width: 325px;
  margin-top: 40px;
  line-height: 1.22;
}
.about__header {
  position: relative;
}
.about__header-icon {
  position: absolute;
  top: -25%;
  right: 0;
  z-index: 8;
}
.about__header-shapes {
  position: absolute;
  top: 110%;
  left: 25%;
  z-index: 10;
}
.about__desc {
  margin-top: 220px;
}
.about__desc p {
  font-family: "Open Sans";
  margin: 0;
  font-size: 16px;
  color: rgba(74, 74, 74, 0.9);
  line-height: 1.42;
  text-align: center;
  margin-bottom: 20px;
}
.about__desc p:last-child {
  margin-bottom: 0;
}
.about__price {
  padding: 50px 0;
  background-image: url(../img/project-shapes.svg), linear-gradient(160.14deg, #0070D4 0%, #8BD0F1 100%);
  background-size: cover;
  background-repeat: repeat;
  background-position: right center;
  box-shadow: 10px 20px 20px 0 rgba(39, 39, 39, 0.5);
  margin-top: 60px;
}
.about__sub-title {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.about__sub-desc p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.42;
  margin-bottom: 20px;
  font-family: "Open Sans";
}
.about__sub-desc p:last-child {
  margin-bottom: 0;
}
.about__sub-desc_styled p {
  color: #272727;
}
.about__clients {
  padding-top: 60px;
}
.about__clients-title {
  color: #4A4A4A;
}
.about__clients-item {
  margin-right: 80px;
}
.about__clients-item:nth-child(6n) {
  margin-right: 0;
}
.about__clients-footer {
  text-align: center;
  margin-top: 70px;
}
.about__grid {
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.price {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.price__line {
  width: 2px;
  flex-shrink: 0;
  height: 70px;
  background: #fff;
  position: relative;
}
.price__line:nth-child(10n+6) {
  height: 90px;
}
.price__line:nth-child(10n+1) {
  height: 115px;
}
.price__line:last-child {
  height: 230px;
}
.price__line:nth-child(21) {
  height: 140px;
}
.price__line:nth-child(41) {
  height: 160px;
}
.price__line:nth-child(61) {
  height: 180px;
}
.price__line:nth-child(81) {
  height: 200px;
}
.price__line-text {
  position: absolute;
  bottom: 100%;
  right: 0;
  font-family: "Open Sans";
  font-size: 13px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  white-space: nowrap;
}
.price__line-text span {
  display: block;
  font-size: 20px;
  text-align: right;
  font-family: "Bebas Neue";
  margin-top: 2px;
  position: relative;
  right: -30px;
  letter-spacing: 2px;
  font-weight: normal;
}
.price__line-text span svg {
  position: relative;
  left: -5px;
}

.modal__title {
  margin-bottom: 20px;
}
.modal__title p {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.modal__link {
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  margin-top: 12px;
}
.modal__link:hover {
  border-color: #fff;
}
.modal__form {
  margin-top: 40px;
}

.line {
  position: absolute;
  z-index: 15;
}
.line_t {
  top: 0;
  left: 30%;
}
.line_l {
  left: 0;
  top: 15%;
}
.line_r {
  right: 0;
  top: 30%;
}

.fp-sr-only {
  font-size: 0;
}

@media screen and (max-width: 1299px) {
  .we .fp-slidesNav {
    bottom: 22%;
  }

  .we-item__title {
    font-size: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .we-item__img {
    max-width: 350px;
    right: auto;
    left: 35%;
  }
  .we-item__video {
    max-width: 350px;
    left: 3%;
    top: 15%;
  }

  .footer {
    display: none;
  }
  .footer_styled {
    display: block;
  }

  .copyright {
    display: none;
  }

  .project-item__technology {
    max-width: 100%;
    position: relative;
    margin-bottom: 10px;
    right: auto;
    left: auto;
  }
  .project-item__technology-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .project-item__technology-list p {
    margin-bottom: 5px;
    margin-right: 5px;
    color: #050D31;
  }
  .project-item__technology-list p:last-child {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .project-item__technology img {
    display: none;
  }
  .project-item .hexagon {
    display: none;
  }

  .about__header-icon {
    right: -10%;
  }
}
@media screen and (max-width: 991px) {
  .header {
    top: 0;
  }

  .we .fp-controlArrow {
    display: none;
  }
  .we .fp-slidesNav {
    right: 0;
    bottom: 20%;
  }

  .projects-page .fp-slidesNav {
    display: block !important;
    bottom: 5px;
    left: 50% !important;
    right: auto;
    transform: translateX(-50%);
  }

  .project__footer-container {
    flex-wrap: wrap;
  }
  .project__footer-container p {
    width: 100%;
    padding: 0;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .project__footer-container p:last-child {
    margin-bottom: 0;
  }

  .hexagon {
    display: none;
  }

  .project__figure {
    font-size: 14px;
  }
  .project__figure .hexagon {
    display: inline-block;
  }

  .we-item__video {
    display: none;
  }
  .we-item__img {
    max-width: 300px;
    right: 0;
    left: auto;
    top: 15%;
  }

  .contacts__info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about__header-icon {
    max-width: 500px;
  }
  .about__header-shapes {
    top: 110%;
  }
  .about__clients-item {
    margin-right: 40px;
    margin-bottom: 10px;
  }
  .about__clients-btn {
    font-size: 22px;
  }
  .about__desc p {
    text-align: left;
    font-size: 15px;
  }
  .about__sub-desc p {
    text-align: left;
    font-size: 15px;
  }
  .about__sub-title {
    font-size: 25px;
    text-align: left;
  }

  .menu__wrapper {
    background-size: contain;
  }
}
@media screen and (max-width: 900px) {
  .title {
    font-size: 30px;
  }
  .title p {
    font-size: 30px;
  }
  .title span {
    font-size: 20px;
  }

  .we-item {
    padding: 0 30px;
  }
  .we-item__title.title p {
    font-size: 65px;
  }
  .we-item__grid {
    padding-top: 25px;
  }

  .single-page__item {
    overflow: hidden;
  }

  .project-item {
    padding: 0 30px;
    overflow: hidden;
    padding-top: 30px;
  }
  .project-item__title {
    margin-bottom: 15px;
  }
  .project-item__title span {
    font-size: 18px;
  }
  .project-item__grid {
    top: auto;
  }
  .project-item__footer {
    top: auto;
  }
  .project-item__text p {
    font-size: 12px;
  }

  .contacts__title {
    margin-bottom: 20px;
  }
  .contacts__info-icon {
    max-width: 65px;
    left: -5px;
  }
  .contacts__info-text {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .contacts__info-text:last-child {
    margin-bottom: 0;
  }
  .contacts__form {
    margin-top: 8vh;
  }

  .copyright {
    bottom: 15px;
  }

  .form__btn {
    font-size: 20px;
    margin-top: 5px;
    padding: 10px 25px;
    width: 100%;
  }
  .form__container {
    margin-bottom: 15px;
  }
  .form__input {
    padding: 5px 0;
    font-size: 16px;
  }

  ::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(39, 39, 39, 0.8);
  }

  ::-moz-placeholder {
    opacity: 1;
    font-size: 16px;
    color: rgba(39, 39, 39, 0.8);
  }

  :-moz-placeholder {
    opacity: 1;
    font-size: 16px;
    color: rgba(39, 39, 39, 0.8);
  }

  :-ms-input-placeholder {
    font-size: 16px;
    color: rgba(39, 39, 39, 0.8);
  }

  .header__logo img {
    max-width: 80px;
    left: -20px;
  }

  .about {
    padding-top: 100px;
  }

  .project {
    padding-top: 100px;
  }
  .project__header-desc {
    margin-top: 50px;
  }
  .project__header-desc p {
    font-size: 15px;
  }
  .project__desc-container p {
    font-size: 15px;
  }
  .project__slider {
    padding: 50px 0;
  }
  .project__slider-title {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .project__footer-container {
    flex-wrap: wrap;
  }
  .project__footer-container p {
    width: 100%;
    padding: 0;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .project__footer-container p:last-child {
    margin-bottom: 0;
  }
  .project__title p {
    font-size: 54px;
  }

  .about__title p {
    font-size: 54px;
  }
  .about__header-icon {
    top: 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .we-item {
    padding: 0 30px;
  }
  .we-item__desc {
    font-size: 18px;
  }
  .we-item__text {
    font-size: 12px;
  }
  .we-item__title.title p {
    font-size: 30px;
  }
  .we-item__grid {
    padding-top: 25px;
  }

  .social {
    margin-top: 10px;
  }
  .social__item {
    width: 35px;
    height: 35px;
  }
  .social__item svg {
    width: 35px;
    height: 35px;
  }

  .menu__close {
    top: 5%;
    right: 15px;
  }
}
@media screen and (max-width: 574px) {
  .project-item__technology-list {
    display: none;
  }

  .line {
    display: none;
  }

  .project__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .project__header-icon {
    display: none;
  }
  .project__figure {
    margin-left: 0;
  }
  .project__list {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
  }

  .mouse-scroll-icon {
    display: none;
    left: 0;
    transform: none;
  }

  .header__logo img {
    max-width: 60px;
    left: -15px;
  }

  .footer {
    bottom: 10px;
  }
  .footer__link {
    font-size: 15px;
  }

  .project-item__view {
    max-width: 40px;
  }
  .project-item__text p {
    line-height: 1.4;
  }

  .project__figure {
    display: none;
  }
  .project__title p {
    font-size: 30px;
  }

  .about__title p {
    font-size: 30px;
  }

  .price {
    flex-direction: column;
    align-items: flex-start;
  }
  .price__line {
    width: 70px;
    height: 2px;
    margin-bottom: 10px;
  }
  .price__line-text {
    right: auto;
    left: 100%;
    text-align: center;
  }
  .price__line-text span {
    right: auto;
    text-align: center;
  }
  .price__line:last-child {
    margin-bottom: 0;
  }
  .price__line:nth-child(10n+6) {
    width: 90px;
    height: 2px;
  }
  .price__line:nth-child(10n+1) {
    width: 115px;
    height: 2px;
  }
  .price__line:last-child {
    width: 230px;
    height: 2px;
  }
  .price__line:nth-child(21) {
    width: 140px;
    height: 2px;
  }
  .price__line:nth-child(41) {
    width: 160px;
    height: 2px;
  }
  .price__line:nth-child(61) {
    width: 180px;
    height: 2px;
  }
  .price__line:nth-child(81) {
    width: 200px;
    height: 2px;
  }

  .menu__link {
    font-size: 40px;
  }
  .menu__social {
    margin-top: 20px;
  }
  .menu__wrapper {
    background-position: center center !important;
  }

  .modal__link {
    font-size: 20px;
    margin-right: 20px;
  }
  .modal__link:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .we-item__img {
    top: 5%;
    left: auto;
    right: 5%;
    max-width: 150px;
  }

  .about {
    padding-bottom: 80px;
  }
  .about__grid {
    flex-direction: column;
    align-items: center;
  }
  .about__clients-item {
    margin-right: 0;
  }
  .about__header-icon {
    display: none;
  }
  .about__header-shapes {
    top: 0;
    left: auto;
    right: 15px;
  }
  .about__desc {
    margin-top: 40px;
  }

  .price__line-text {
    right: 0;
    left: 70%;
  }
}
@media screen and (max-width: 480px) {
  .project__slider-item img {
    margin: 0 auto;
  }
}

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