/*! 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("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -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; }

@font-face {
  font-family: 'ProximaNova';
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot?#iefix) format("embedded-opentype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff2) format("woff2"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff) format("woff"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.ttf) format("truetype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.svg#wf) format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot?#iefix) format("embedded-opentype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff2) format("woff2"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff) format("woff"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.ttf) format("truetype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.svg#wf) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot);
  src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot?#iefix) format("embedded-opentype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff2) format("woff2"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff) format("woff"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.ttf) format("truetype"), url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.svg#wf) format("svg");
  font-weight: 700;
  font-style: normal; }

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

html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth; }
  @media screen and (max-width: 1024px) {
    html {
      overflow-x: hidden; } }
  @media screen and (max-width: 768px) {
    html {
      overflow-x: hidden; } }

body {
  font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
  min-height: 100%;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    body {
      overflow-x: hidden; } }

.container {
  max-width: 1170px;
  width: 90%;
  margin: 0 auto; }

.header {
  height: 100vh;
  width: 100%;
  background-color: #6b688a;
  background-image: url(../img/header/header.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: 1;
  background-color: #6b688a;
  background-blend-mode: overlay;
  background-repeat: no-repeat; }
  @media screen and (max-width: 653px) {
    .header {
      height: calc(100vh + 12rem); } }
  @media screen and (max-width: 640px) {
    .header {
      height: calc(100vh + 7rem); } }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5rem;
    width: 1170px;
    z-index: 10;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    @media screen and (max-width: 1024px) {
      .header__nav {
        width: 80%; } }
    @media screen and (max-width: 768px) {
      .header__nav {
        width: 100%;
        padding-top: 2.5rem; } }
    @media screen and (max-width: 640px) {
      .header__nav {
        padding-top: 2rem; } }
    @media screen and (max-width: 425px) {
      .header__nav {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0;
        padding: 1.5rem 0 0 0;
        width: 100%; } }
    @media screen and (max-width: 375px) {
      .header__nav {
        padding-top: 1rem; } }
  .header__logo {
    height: 50px;
    width: 50px;
    fill: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 50%; }
    @media screen and (max-width: 425px) {
      .header__logo {
        -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
        order: -3;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 85%;
        flex: 1 1 85%; } }
    @media screen and (max-width: 375px) {
      .header__logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
        flex: 1 1 80%; } }
    @media screen and (max-width: 320px) {
      .header__logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 78%;
        flex: 1 1 78%; } }
  .header__icon {
    height: 50px;
    width: 37.5px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .header__icon:hover, .header__icon:focus, .header__icon:active {
      fill: #6b688a; }
  .header__links {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .header__links {
        width: 90%; } }
    @media screen and (max-width: 823px) {
      .header__links {
        width: 80%; } }
    @media screen and (max-width: 768px) {
      .header__links {
        margin: 0 1rem;
        padding: 0;
        width: 85%; } }
    @media screen and (max-width: 736px) {
      .header__links {
        display: none;
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 0.2rem solid #6b688a;
        border-right: none;
        border-radius: 1rem 0 0 1rem;
        background-color: rgba(255, 255, 255, 0.9);
        margin-top: 4rem;
        position: absolute;
        top: 5rem;
        right: -1rem; } }
    @media screen and (max-width: 640px) {
      .header__links {
        margin-top: 4rem; } }
    @media screen and (max-width: 425px) {
      .header__links {
        margin-top: 2rem; } }
  .header__link {
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    font-weight: 700;
    outline: none;
    margin-left: 3rem;
    text-decoration: none;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .header__link:hover, .header__link:focus, .header__link:active {
      text-shadow: 4px 4px 2px #6b688a;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    @media screen and (max-width: 1024px) {
      .header__link {
        font-size: 3rem; } }
    @media screen and (max-width: 823px) {
      .header__link {
        font-size: 2.5rem; } }
    @media screen and (max-width: 768px) {
      .header__link {
        font-size: 2.4rem; } }
    @media screen and (max-width: 736px) {
      .header__link {
        margin: 1rem 5rem 1rem 2rem;
        color: #6b688a;
        display: block; } }
    @media screen and (max-width: 425px) {
      .header__link {
        width: 80%; }
        .header__link:hover, .header__link:focus, .header__link:active {
          text-shadow: none;
          -webkit-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          text-decoration: underline; } }
  .header__block {
    text-align: center;
    margin: 0 auto;
    padding-top: calc(100vh - 80vh); }
    @media screen and (max-width: 1024px) {
      .header__block {
        width: 70%; } }
    @media screen and (max-width: 640px) {
      .header__block {
        padding-top: 10%; } }
    @media screen and (max-width: 425px) {
      .header__block {
        padding-top: 20%; } }
  .header__title {
    text-transform: uppercase;
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 7.2rem;
    color: #fefefb;
    margin: 0; }
    @media screen and (max-width: 1024px) {
      .header__title {
        font-size: 4rem; } }
  .header__subtitle {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    color: #fefefb;
    font-size: 3rem;
    font-style: italic;
    margin: 0; }
    @media screen and (max-width: 1024px) {
      .header__subtitle {
        font-size: 2rem; } }

.burger {
  color: #fff;
  font-size: 5rem; }
  @media screen and (min-width: 768px) {
    .burger {
      display: none; } }
  @media screen and (max-width: 640px) {
    .burger {
      margin-right: 1rem; } }
  @media screen and (max-width: 736px) {
    .burger {
      margin-right: 0; } }
  @media screen and (max-width: 568px) {
    .burger {
      margin-right: 0; } }
  @media screen and (max-width: 425px) {
    .burger {
      -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
      order: -2;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
      flex: 1 1 10%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-self: flex-end;
      margin-right: 0; } }
  @media screen and (max-width: 375px) {
    .burger {
      margin-right: 0; } }

.about {
  background-color: #ebebeb;
  padding: 120px 0; }
  @media screen and (max-width: 425px) {
    .about {
      padding-top: 10%; } }
  .about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 425px) {
      .about__wrap {
        -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; } }
  .about__pic {
    background-image: url(../img/about/about-bg.jpg);
    width: 30%;
    min-width: 235px;
    height: 555px;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    padding: 70px 60px;
    color: #fefbfc;
    text-transform: uppercase;
    opacity: 0.7;
    z-index: 1;
    background-color: #6b688a;
    background-blend-mode: overlay;
    background-repeat: no-repeat; }
    @media screen and (max-width: 425px) {
      .about__pic {
        height: 20%;
        min-width: 340px; } }
  .about__img {
    width: 60px;
    height: 60px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
  .about__title {
    margin: 40px 0 0 0;
    font-size: 3.6rem;
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif; }
  .about__desc {
    width: 70%;
    padding: 75px 5% 0 10%;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    color: #665f60; }
    @media screen and (max-width: 425px) {
      .about__desc {
        padding: 10% 5% 0 5%;
        width: 98%; } }
  .about__text:last-of-type {
    margin: 30px 0 0 0; }
  .about__text--bold {
    font-weight: bold; }
  .about__text--italic {
    font-style: italic; }

.btn {
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
  display: block;
  width: 200px;
  padding: 15px 5px;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  font-style: italic;
  text-decoration: none;
  color: #665f60;
  border: 2px solid #665f60;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  @media screen and (max-width: 425px) {
    .btn {
      margin-top: 20%; } }
  .btn:hover, .btn:focus, .btn:active {
    background-color: #665f60;
    color: #fefefb; }

.slider-one,
.slider-two {
  height: 100%;
  width: 100%;
  position: relative; }

.item {
  padding: 145px 15px 0 15px;
  outline: none; }

.slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: -11%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
  .slick-dots button {
    outline: none;
    background-color: transparent;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .slick-dots button:hover, .slick-dots button:active, .slick-dots button:focus {
      background-color: #fff; }
  .slick-dots .slick-active button {
    background-color: #fff; }

.slick-arrow {
  position: absolute;
  width: 4rem;
  height: 4rem;
  display: inline-block;
  border: none;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  outline: none;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  cursor: pointer;
  color: #ebebeb;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQwLjgyMyAyNDAuODIzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNDAuODIzIDI0MC44MjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8cGF0aCBpZD0iQ2hldnJvbl9SaWdodF8xXyIgZD0iTTE4My4xODksMTExLjgxNkw3NC44OTIsMy41NTVjLTQuNzUyLTQuNzQtMTIuNDUxLTQuNzQtMTcuMjE1LDBjLTQuNzUyLDQuNzQtNC43NTIsMTIuNDM5LDAsMTcuMTc5ICAgbDk5LjcwNyw5OS42NzFsLTk5LjY5NSw5OS42NzFjLTQuNzUyLDQuNzQtNC43NTIsMTIuNDM5LDAsMTcuMTkxYzQuNzUyLDQuNzQsMTIuNDYzLDQuNzQsMTcuMjE1LDBsMTA4LjI5Ny0xMDguMjYxICAgQzE4Ny44ODEsMTI0LjMxNSwxODcuODgxLDExNi40OTUsMTgzLjE4OSwxMTEuODE2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgc3R5bGU9ImZpbGw6I0RFRERFMyI+PC9wYXRoPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=); }
  .slick-arrow:hover, .slick-arrow:active {
    -webkit-transform: translateY(-50%) scale(1.3);
    -ms-transform: translateY(-50%) scale(1.3);
    -o-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    -webkit-filter: drop-shadow(0px 0px 5px #6b688a);
    filter: drop-shadow(0px 0px 5px #6b688a); }
  .slick-arrow.slick-prev {
    left: -5%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
    @media screen and (max-width: 1024px) {
      .slick-arrow.slick-prev {
        margin-left: 5%; } }
    @media screen and (max-width: 425px) {
      .slick-arrow.slick-prev {
        top: 110%; } }
    .slick-arrow.slick-prev:hover, .slick-arrow.slick-prev:active {
      -webkit-transform: translateY(-50%) rotate(180deg) scale(1.3);
      -ms-transform: translateY(-50%) rotate(180deg) scale(1.3);
      -o-transform: translateY(-50%) rotate(180deg) scale(1.3);
      transform: translateY(-50%) rotate(180deg) scale(1.3); }
  .slick-arrow.slick-next {
    right: -5%; }
    @media screen and (max-width: 1024px) {
      .slick-arrow.slick-next {
        margin-right: 5%; } }
    @media screen and (max-width: 425px) {
      .slick-arrow.slick-next {
        top: 110%; } }

.arrow {
  position: absolute;
  width: 4rem;
  height: 4rem;
  display: inline-block;
  border: none;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  outline: none;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQwLjgyMyAyNDAuODIzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNDAuODIzIDI0MC44MjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBpZD0iQ2hldnJvbl9SaWdodF8xXyIgZD0iTTE4My4xODksMTExLjgxNkw3NC44OTIsMy41NTVjLTQuNzUyLTQuNzQtMTIuNDUxLTQuNzQtMTcuMjE1LDBjLTQuNzUyLDQuNzQtNC43NTIsMTIuNDM5LDAsMTcuMTc5ICAgbDk5LjcwNyw5OS42NzFsLTk5LjY5NSw5OS42NzFjLTQuNzUyLDQuNzQtNC43NTIsMTIuNDM5LDAsMTcuMTkxYzQuNzUyLDQuNzQsMTIuNDYzLDQuNzQsMTcuMjE1LDBsMTA4LjI5Ny0xMDguMjYxICAgQzE4Ny44ODEsMTI0LjMxNSwxODcuODgxLDExNi40OTUsMTgzLjE4OSwxMTEuODE2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgc3R5bGU9ImZpbGw6IzdBNzQ3NSI+PC9wYXRoPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=); }
  .arrow--left {
    left: -8%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
    @media screen and (max-width: 1024px) {
      .arrow--left {
        left: -6%; } }
    @media screen and (max-width: 425px) {
      .arrow--left {
        left: -12%; } }
    .arrow--left:hover, .arrow--left:active {
      -webkit-transform: translateY(-50%) rotate(180deg) scale(1.3);
      -ms-transform: translateY(-50%) rotate(180deg) scale(1.3);
      -o-transform: translateY(-50%) rotate(180deg) scale(1.3);
      transform: translateY(-50%) rotate(180deg) scale(1.3); }
  .arrow--right {
    right: -8%; }
    @media screen and (max-width: 1024px) {
      .arrow--right {
        right: -6%; } }
    @media screen and (max-width: 425px) {
      .arrow--right {
        right: -12%; } }

.services {
  background-color: #ebebeb;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif; }
  .services__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    @media screen and (max-width: 768px) {
      .services__wrap {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px; } }
    @media screen and (max-width: 425px) {
      .services__wrap {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        width: 80%;
        margin: 0 auto; } }
  .services__item {
    position: relative;
    text-align: center;
    padding: 100px 65px;
    min-height: 400px; }
    @media screen and (max-width: 768px) {
      .services__item {
        padding: 20px 12px; } }
    @media screen and (max-width: 425px) {
      .services__item {
        padding: 0; } }
    .services__item--design {
      background-color: #dbdbdb;
      grid-area: 1 / 1 / 2 / 2;
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      @media screen and (max-width: 768px) {
        .services__item--design {
          height: 200px; } }
      @media screen and (max-width: 425px) {
        .services__item--design {
          grid-area: 1 / 1 / 2 / 2; } }
      .services__item--design:hover, .services__item--design:focus {
        -webkit-box-shadow: inset 0px 0px 75px 5px #665f60;
        box-shadow: inset 0px 0px 75px 5px #665f60; }
    .services__item--web {
      grid-area: 1 / 2 / 2 / 3;
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      @media screen and (max-width: 768px) {
        .services__item--web {
          height: 200px; } }
      @media screen and (max-width: 425px) {
        .services__item--web {
          grid-area: 2 / 1 / 3 / 2; } }
      .services__item--web:hover, .services__item--web:focus {
        -webkit-box-shadow: inset 0px 0px 75px 5px #6b688a;
        box-shadow: inset 0px 0px 75px 5px #6b688a; }
    .services__item--seo {
      grid-area: 2 / 1 / 3 / 2;
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      @media screen and (max-width: 768px) {
        .services__item--seo {
          height: 200px; } }
      @media screen and (max-width: 425px) {
        .services__item--seo {
          grid-area: 3 / 1 / 4 / 2;
          background-color: #dbdbdb; } }
      .services__item--seo:hover, .services__item--seo:focus {
        -webkit-box-shadow: inset 0px 0px 75px 5px #6b688a;
        box-shadow: inset 0px 0px 75px 5px #6b688a; }
        @media screen and (max-width: 425px) {
          .services__item--seo:hover, .services__item--seo:focus {
            -webkit-box-shadow: inset 0px 0px 75px 5px #665f60;
            box-shadow: inset 0px 0px 75px 5px #665f60; } }
    .services__item--mob {
      grid-area: 2 / 2 / 3 / 3;
      background-color: #dbdbdb;
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      @media screen and (max-width: 768px) {
        .services__item--mob {
          height: 200px; } }
      @media screen and (max-width: 425px) {
        .services__item--mob {
          grid-area: 4 / 1 / 5 / 2;
          background-color: #ebebeb; } }
      .services__item--mob:hover, .services__item--mob:focus {
        -webkit-box-shadow: inset 0px 0px 75px 5px #665f60;
        box-shadow: inset 0px 0px 75px 5px #665f60; }
        @media screen and (max-width: 425px) {
          .services__item--mob:hover, .services__item--mob:focus {
            -webkit-box-shadow: inset 0px 0px 75px 5px #6b688a;
            box-shadow: inset 0px 0px 75px 5px #6b688a; } }
    .services__item--services {
      grid-area: 1 / 3 / 4 / 4;
      padding: 115px 15px;
      background-image: url(../img/services/service-bg.jpg);
      background-size: cover;
      background-position-x: 70%;
      background-repeat: no-repeat;
      color: #fefefb;
      opacity: 0.8;
      z-index: 1;
      background-color: #6b688a;
      background-blend-mode: overlay;
      background-repeat: no-repeat;
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      @media screen and (max-width: 768px) {
        .services__item--services {
          grid-area: 3 / 1 / 3 / 3;
          height: 200px;
          padding: 80px; } }
      @media screen and (max-width: 425px) {
        .services__item--services {
          grid-area: 5 / 1 / 6 / 2;
          padding: 60px 10px 10px 10px; } }
      .services__item--services:last-child {
        font-weight: 700;
        font-style: normal; }
      .services__item--services:hover, .services__item--services:focus {
        -webkit-box-shadow: inset 0px 0px 100px 5px #665f60;
        box-shadow: inset 0px 0px 100px 5px #665f60; }
  .services__title {
    font-size: 2.4rem;
    margin: 10px 0 5px 0; }
    .services__title--services {
      font-size: 3.5rem;
      font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        .services__title--services {
          font-size: 4.5rem; } }
  .services__subtitle {
    padding: 0 25px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.2;
    padding: 0 90px; }
    @media screen and (max-width: 420px) {
      .services__subtitle {
        padding: 0 2rem; } }
    .services__subtitle--services {
      padding: 0;
      margin: 110px 0 0 0; }
      @media screen and (max-width: 768px) {
        .services__subtitle--services {
          margin: 10px; } }
      @media screen and (max-width: 425px) {
        .services__subtitle--services {
          margin: 0; } }
  .services__icon {
    width: 75px;
    height: 60px; }
    .services__icon--font {
      width: 200px;
      height: 150px; }
  .services__card {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -o-transform 1s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    .services__card--text {
      margin: 0;
      text-align: left; }
    .services__card--font, .services__card--face {
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .services__card--font {
      padding: 10% 5%;
      max-height: 310px;
      -o-text-overflow: elipsis;
      text-overflow: elipsis;
      overflow: hidden;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    .services__card--face {
      padding-top: 20%; }

.works {
  background-color: #6b688a;
  background-image: url(../img/works/bgFog.jpg);
  background-size: cover;
  color: #fefefb;
  padding-bottom: 5.6rem;
  padding-top: 5rem;
  background-repeat: no-repeat; }
  @media screen and (max-width: 425px) {
    .works {
      padding-top: 3rem; } }
  .works__header {
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3.6rem;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase; }
  .works__icon {
    height: 7rem;
    width: 7rem; }
    @media screen and (max-width: 425px) {
      .works__icon {
        width: 5rem;
        height: 5rem; } }
  .works__title {
    color: #fefefb;
    padding: 0;
    margin: 0 auto; }
    @media screen and (max-width: 425px) {
      .works__title {
        font-size: 4rem; } }
  .works__main {
    margin-top: 60px;
    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; }
    @media screen and (max-width: 425px) {
      .works__main {
        margin: 0 .5rem; } }
  .works__img {
    max-width: 730px;
    max-height: 550px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    @media screen and (max-width: 768px) {
      .works__img {
        max-width: 100%;
        max-height: 350px; } }
    @media screen and (max-width: 425px) {
      .works__img {
        max-height: 320px; } }
    .works__img:hover, .works__img:active, .works__img:focus {
      -webkit-box-shadow: 0px 0px 10px 3px #fefefb;
      box-shadow: 0px 0px 10px 3px #fefefb; }
  .works .btn {
    border-color: #fefefb;
    color: #fefefb;
    margin-top: 80px; }

.team {
  text-align: center;
  color: #665f60;
  padding: 55px 0 100px 0;
  background-color: #ebebeb; }
  @media screen and (max-width: 425px) {
    .team {
      padding: 30px 0 50px 0; } }
  .team__title {
    text-transform: uppercase; }
  .team__items {
    margin-top: 50px;
    padding: 0 30px; }
  .team__wrap--avatar {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 15px solid #ebebeb;
    overflow: hidden;
    position: absolute;
    top: -40%; }
    @media screen and (max-width: 320px) {
      .team__wrap--avatar {
        width: 22rem;
        height: 22rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .team__wrap--social {
    padding: 20px 42px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #9f9acf; }
    @media screen and (max-width: 375px) {
      .team__wrap--social {
        padding: 1rem 2rem;
        position: absolute;
        bottom: 0; } }
    @media screen and (max-width: 320px) {
      .team__wrap--social {
        padding: 1rem; } }
  .team__wrap--footer {
    width: 30rem;
    padding: 0;
    margin-left: 25px; }
    @media screen and (max-width: 425px) {
      .team__wrap--footer {
        margin: 0; } }
    @media screen and (max-width: 375px) {
      .team__wrap--footer {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: absolute;
        bottom: -1045%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media screen and (max-width: 320px) {
      .team__wrap--footer {
        bottom: -1050%; } }
  .team__skills {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    margin: 35px 50px;
    font-size: 2.4rem;
    font-style: italic; }
    @media screen and (max-width: 320px) {
      .team__skills {
        margin: 2rem 1rem; } }
    @media screen and (max-width: 375px) {
      .team__skills {
        margin: 2rem 1rem 0 1rem; } }
  .team__name {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #9f9acf;
    font-size: 2.4rem;
    padding: 0 5px;
    max-height: 65px;
    overflow: hidden; }
    @media screen and (max-width: 320px) {
      .team__name {
        padding: 0 1.5rem; } }
  .team__link {
    padding-top: 2px;
    text-decoration: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #ebebeb;
    text-align: center;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .team__link:hover, .team__link:active, .team__link:focus {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      background-color: #6b688a;
      border-color: #ebebeb; }
    .team__link:hover .fab,
    .team__link:active .fab,
    .team__link:focus .fab {
      color: #ebebeb; }
    .team__link .fab {
      color: #9f9acf;
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
  .team .item__team {
    padding-top: 165px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 375px) {
      .team .item__team {
        padding-top: 4rem;
        height: 38rem; } }
    @media screen and (max-width: 320px) {
      .team .item__team {
        height: 34rem; } }

.contact {
  background-color: #6b688a;
  position: relative;
  overflow: hidden; }
  .contact .icon {
    width: 50px;
    height: 60px;
    padding-left: 20px; }
    @media screen and (max-width: 768px) {
      .contact .icon {
        padding: 0; } }
    @media screen and (max-width: 425px) {
      .contact .icon {
        left: 40%; } }
  .contact__icon {
    position: absolute;
    right: 45%;
    top: 20px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .contact__icon {
        right: 35%;
        margin-top: -5px; } }
    @media screen and (max-width: 425px) {
      .contact__icon {
        right: 25%; } }
    @media screen and (max-width: 375px) {
      .contact__icon {
        margin-top: 10px;
        padding-top: 15px; } }
    .contact__icon--phone {
      width: 40px;
      height: 40px; }
    .contact__icon--addr {
      width: 40px;
      height: 40px; }
  .contact__title {
    color: #fefefb;
    padding: 0;
    margin: 0 auto;
    padding-top: 80px;
    text-transform: uppercase; }
  .contact__address, .contact__phone {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    width: 350px;
    position: absolute;
    right: -255px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform ease-in .5s;
    transition: -webkit-transform ease-in .5s;
    -o-transition: -o-transform ease-in .5s;
    transition: transform ease-in .5s;
    transition: transform ease-in .5s, -webkit-transform ease-in .5s, -o-transform ease-in .5s;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .contact__address, .contact__phone {
        right: -25%; } }
    @media screen and (max-width: 768px) {
      .contact__address, .contact__phone {
        right: -33%; } }
    @media screen and (max-width: 640px) {
      .contact__address, .contact__phone {
        right: -40%; } }
    @media screen and (max-width: 425px) {
      .contact__address, .contact__phone {
        right: -60%; } }
    @media screen and (max-width: 375px) {
      .contact__address, .contact__phone {
        right: -72%; } }
    @media screen and (max-width: 320px) {
      .contact__address, .contact__phone {
        right: -84%; } }
    .contact__address:hover, .contact__address:focus, .contact__phone:hover, .contact__phone:focus {
      -webkit-transform: translateX(-230px);
      -ms-transform: translateX(-230px);
      -o-transform: translateX(-230px);
      transform: translateX(-230px); }
  .contact__address {
    top: 15%; }
  .contact__phone {
    top: 25%; }
  .contact__wrap, .contact__text {
    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-color: #6b688a;
    width: 30%;
    height: 90px; }
    .contact__wrap--icon, .contact__text--icon {
      background-color: #9f9acf;
      width: 90px;
      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; }
      @media screen and (max-width: 375px) {
        .contact__wrap--icon, .contact__text--icon {
          width: 60px; } }
  .contact__text {
    color: #665f60;
    text-align: center;
    margin: 0;
    height: 90px;
    width: 70%;
    line-height: 1;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #d8d6e0;
    opacity: .7;
    text-decoration: none; }

.map {
  background-color: #9f9acf;
  height: 900px;
  width: 100%;
  opacity: .5;
  padding-bottom: 55px; }

.hide {
  display: none; }

.form {
  overflow: hidden;
  width: 860px;
  max-width: 70%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 425px) {
    .form {
      bottom: 20%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .form__input, .form__text {
    color: #665f60;
    position: relative;
    outline: none;
    border: none;
    border-radius: 5px;
    width: 45%;
    background-color: #d8d6e0;
    padding: 20px 25px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transition: -webkit-transform  linear .2s;
    transition: -webkit-transform  linear .2s;
    -o-transition: -o-transform  linear .2s;
    transition: transform  linear .2s;
    transition: transform  linear .2s, -webkit-transform  linear .2s, -o-transform  linear .2s; }
    @media screen and (max-width: 425px) {
      .form__input, .form__text {
        width: 100%;
        margin-top: 1rem; } }
    .form__input:hover, .form__text:hover {
      background-color: #d8d6e0;
      opacity: .7; }
    .form__input:active + .form__star,
    .form__input:focus + .form__star, .form__text:active + .form__star,
    .form__text:focus + .form__star {
      -webkit-transform: translateX(1000%);
      -ms-transform: translateX(1000%);
      -o-transform: translateX(1000%);
      transform: translateX(1000%); }
  .form__text {
    width: 100%;
    height: 20rem;
    padding: 25px;
    margin-top: 25px; }
    @media screen and (max-width: 425px) {
      .form__text {
        height: 50%; } }
  .form__star {
    position: absolute;
    top: 4%;
    color: #ebebeb;
    font-weight: 400;
    font-style: italic;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .form__star:after {
      content: ' *';
      color: #000; }
    .form__star--email {
      left: 60%; }
      @media screen and (max-width: 425px) {
        .form__star--email {
          left: 4%;
          top: 24%; } }
      @media screen and (max-width: 375px) {
        .form__star--email {
          left: 4%;
          top: 26%; } }
    .form__star--name {
      left: 4%; }
      @media screen and (max-width: 425px) {
        .form__star--name {
          left: 4%;
          top: 5%; } }
    .form__star--text {
      left: 4%;
      top: 27%; }
      @media screen and (max-width: 425px) {
        .form__star--text {
          left: 4%;
          top: 46%; } }
      @media screen and (max-width: 375px) {
        .form__star--text {
          left: 4%;
          top: 52%; } }
  .form__btn {
    margin: 55px auto 0 auto;
    cursor: pointer;
    background-color: #9f9acf;
    border: none;
    border-bottom: 4px solid #8783b0;
    border-radius: 5px;
    padding: 25px 5px 21px 5px;
    width: 295px;
    text-transform: uppercase;
    color: #ebebeb;
    font-weight: bold;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    @media screen and (max-width: 768px) {
      .form__btn {
        margin: 55px auto 0 0; } }
    @media screen and (max-width: 425px) {
      .form__btn {
        margin: 25px auto 0 auto; } }
    @media screen and (max-width: 375px) {
      .form__btn {
        margin: 25px auto 0 auto;
        width: 200px;
        padding: 15px 5px 11px 5px; } }
    .form__btn:hover, .form__btn:focus, .form__btn:active {
      text-shadow: 1px 1px 2px #665f60;
      border-bottom: 4px solid #6b688a; }

.scroll-btn {
  width: 84px;
  height: 84px;
  position: absolute;
  background: #9f9acf url(../img/arrow-top.svg) no-repeat center;
  opacity: .6;
  left: 87%;
  bottom: 9%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  @media screen and (max-width: 1024px) {
    .scroll-btn {
      left: 77%; } }
  @media screen and (max-width: 768px) {
    .scroll-btn {
      left: 74%; } }
  @media screen and (max-width: 425px) {
    .scroll-btn {
      left: 42%;
      bottom: 2.7%; } }
  @media screen and (max-width: 375px) {
    .scroll-btn {
      left: 3%;
      bottom: 2.7%;
      width: 64px;
      height: 64px; } }
  .scroll-btn:hover, .scroll-btn:active {
    opacity: 1;
    background-color: #6b688a; }

.footer {
  padding: 7.5rem 3rem;
  background-color: #9f9acf; }
  @media screen and (max-width: 425px) {
    .footer {
      padding: 3.5rem 2rem 1rem 2rem; } }
  @media screen and (max-width: 375px) {
    .footer {
      padding: 1rem;
      height: 12rem; } }
  @media screen and (max-width: 320px) {
    .footer {
      height: 14rem; } }
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    @media screen and (max-width: 425px) {
      .footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media screen and (max-width: 375px) {
      .footer__wrap {
        height: 10rem; } }
    @media screen and (max-width: 320px) {
      .footer__wrap {
        height: 12rem; } }
  .footer__copyright {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    color: #fefefb; }
    @media screen and (max-width: 425px) {
      .footer__copyright {
        margin: 3.8rem 0 0 0; } }
    @media screen and (max-width: 375px) {
      .footer__copyright {
        margin: 1rem 0 0 0; } }
  .footer__developer {
    display: inline-block;
    text-decoration: none;
    color: #fefefb;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .footer__developer:hover, .footer__developer:focus, .footer__developer:active {
      height: 50px;
      -webkit-transform: translateY(-30px) scale(1.7);
      -ms-transform: translateY(-30px) scale(1.7);
      -o-transform: translateY(-30px) scale(1.7);
      transform: translateY(-30px) scale(1.7);
      color: #fefefb;
      text-shadow: 3px 3px 1px #6b688a; }
