/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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: 'gotham';
  src: url("../fonts/gotham/GothamLight.ttf");
  src: local("gotham"), url("../fonts/gotham/Gotham-Light.otf") format("otf"), url("../fonts/gotham/GothamLight.ttf") format("truetype"); }

@font-face {
  font-family: 'gothambold1';
  src: url("../fonts/gothambold1.eot");
  src: local("gothambold1"), url("../fonts/gothambold/gothambold1.woff") format("woff"), url("../fonts/gothambold/gothambold1.ttf") format("truetype"); }

@font-face {
  font-family: 'GothamBook';
  src: url("../fonts/GothamBook/GothamBook.eot");
  src: local("GothamBook"), url("../fonts/GothamBook/GothamBook.woff") format("woff"), url("../fonts/GothamBook/GothamBook.ttf") format("truetype"); }

@font-face {
  font-family: 'GothamBold';
  src: url("../fonts/gotham/GothamBold.ttf");
  src: local("GothamBold"), url("../fonts/gotham/GothamBold.ttf") format("truetype"); }

@font-face {
  font-family: 'GothamMedium';
  src: url("../fonts/GothamMedium/Gotham Medium Regular.ttf");
  src: local("Gotham Medium Regular"), url("../fonts/GothamMedium/Gotham Medium Regular.ttf") format("truetype"); }

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

html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial; }

body {
  font-family: 'Gotham', serif;
  min-height: 100%;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #2c4058; }

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

.nav {
  width: 100%;
  position: absolute;
  top: 5%;
  left: 50%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1170px;
  max-width: 90%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  text-transform: uppercase; }
  @media screen and (max-width: 425px) {
    .nav {
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      width: 100%; } }
  @media screen and (max-width: 414px) {
    .nav {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (max-width: 280px) {
    .nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .nav__logo-wrap {
    width: 245px;
    height: 60px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    cursor: pointer; }
    .nav__logo-wrap:hover, .nav__logo-wrap:focus {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    @media screen and (max-width: 768px) {
      .nav__logo-wrap {
        width: 180px;
        height: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-self: center;
        -ms-flex-item-align: center;
        align-self: center; } }
    @media screen and (max-width: 620px) {
      .nav__logo-wrap {
        -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
        order: -3; } }
    @media screen and (max-width: 280px) {
      .nav__logo-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 2rem; } }
  .nav__logo {
    max-width: 100%; }
    @media screen and (max-width: 320px) {
      .nav__logo {
        padding: 0 1rem; } }
    @media screen and (max-width: 280px) {
      .nav__logo {
        height: 4rem; } }
  .nav__burger {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    display: none;
    -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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: relative;
    overflow: hidden; }
    .nav__burger::after {
      content: '';
      position: absolute;
      top: -50%;
      right: -50%;
      bottom: -50%;
      left: -50%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(229, 172, 142, 0)));
      background: -o-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
      background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
      -webkit-transform: rotateZ(60deg) translate(-2em, 12em);
      -ms-transform: rotate(60deg) translate(-2em, 12em);
      -o-transform: rotateZ(60deg) translate(-2em, 12em);
      transform: rotateZ(60deg) translate(-2em, 12em); }
    .nav__burger:hover::after, .nav__burger:focus::after {
      -webkit-animation: sheen 1s forwards;
      -o-animation: sheen 1s forwards;
      animation: sheen 1s forwards; }
    @media screen and (max-width: 1000px) {
      .nav__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (max-width: 620px) {
      .nav__burger {
        margin-left: 1rem;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
  .nav__bar {
    width: 2.5rem;
    height: .4rem;
    background-color: #fff;
    border-radius: 10px; }
    .nav__bar:first-child {
      width: 1.5rem; }
    .nav__bar:last-child {
      width: 1.5rem; }
  .nav__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 50%;
    margin: 0 auto;
    font-family: 'GothamBook'; }
    @media screen and (max-width: 1024px) {
      .nav__links {
        width: 45%; } }
    @media screen and (max-width: 1000px) {
      .nav__links {
        display: none;
        position: absolute;
        top: 6rem;
        width: 100%; } }
    @media screen and (max-width: 600px) {
      .nav__links {
        width: 80%;
        margin-left: 10%; } }
    @media screen and (max-width: 600px) {
      .nav__links {
        height: auto;
        background-color: #2c4058;
        left: -9rem;
        width: auto;
        border-radius: 0 10px 10px 0; } }
    @media screen and (max-width: 500px) {
      .nav__links {
        left: -8rem; } }
    @media screen and (max-width: 400px) {
      .nav__links {
        left: -7rem; } }
    @media screen and (max-width: 300px) {
      .nav__links {
        left: -5rem; } }
  .nav__link {
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    position: relative;
    text-align: left; }
    .nav__link::before {
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 50%;
      border: 1px solid #fff;
      position: absolute;
      top: 47%;
      left: -20%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all .4s ease-in;
      -o-transition: all .4s ease-in;
      transition: all .4s ease-in; }
    .nav__link:hover:before, .nav__link:active:before, .nav__link:focus:before {
      background-color: #fff; }
    @media screen and (max-width: 1000px) {
      .nav__link {
        margin: 0 3rem;
        font-size: 1.6rem; } }
    @media screen and (max-width: 620px) {
      .nav__link {
        font-size: 1.5rem; } }
    @media screen and (max-width: 600px) {
      .nav__link {
        margin: 1rem 5.5rem;
        display: block; } }

.social {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 620px) {
    .social {
      -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
      order: -2; } }
  @media screen and (max-width: 414px) {
    .social {
      position: absolute;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      top: 4rem;
      right: 0;
      height: auto; } }
  @media screen and (max-width: 280px) {
    .social {
      right: 0rem;
      top: 11rem;
      width: 4rem; } }
  .social__shiny {
    cursor: pointer;
    -webkit-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
    overflow: hidden;
    position: relative;
    margin-left: 2rem;
    height: 4rem;
    width: 4rem;
    padding-top: .8rem;
    border-radius: 50%; }
    .social__shiny:before {
      content: '';
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      height: 3.5rem;
      width: 3.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .social__shiny:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .social__shiny::after {
      content: '';
      position: absolute;
      top: -50%;
      right: -50%;
      bottom: -50%;
      left: -50%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(229, 172, 142, 0)));
      background: -o-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
      background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
      -webkit-transform: rotateZ(60deg) translate(-2em, 12em);
      -ms-transform: rotate(60deg) translate(-2em, 12em);
      -o-transform: rotateZ(60deg) translate(-2em, 12em);
      transform: rotateZ(60deg) translate(-2em, 12em); }
    .social__shiny:hover::after, .social__shiny:focus::after {
      -webkit-animation: sheen 1s forwards;
      -o-animation: sheen 1s forwards;
      animation: sheen 1s forwards; }

@-webkit-keyframes sheen {
  100% {
    -webkit-transform: rotateZ(60deg) translate(1em, -9em);
    transform: rotateZ(60deg) translate(1em, -9em); } }

@-o-keyframes sheen {
  100% {
    -o-transform: rotateZ(60deg) translate(1em, -9em);
    transform: rotateZ(60deg) translate(1em, -9em); } }

@keyframes sheen {
  100% {
    -webkit-transform: rotateZ(60deg) translate(1em, -9em);
    -o-transform: rotateZ(60deg) translate(1em, -9em);
    transform: rotateZ(60deg) translate(1em, -9em); } }
    @media screen and (max-width: 768px) {
      .social__shiny {
        margin-left: 1rem; } }
    @media screen and (max-width: 414px) {
      .social__shiny {
        margin-left: 0;
        margin-top: 1rem; } }

@media screen and (max-width: 420px) {
  #footer > div > div.footer__nav > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin: 1rem 1rem 5rem 1rem; } }

@media screen and (max-width: 415px) {
  #footer > div > div.footer__nav > ul {
    margin: 3rem 1rem; } }

@media screen and (max-width: 400px) {
  #footer > div > div.footer__nav > ul {
    margin: 1rem 1rem 5rem 1rem; } }

@media screen and (max-width: 320px) {
  #footer > div > div.footer__nav > ul {
    padding: 0 1rem; } }

@media screen and (max-width: 290px) {
  #footer > div > div.footer__nav > ul {
    position: absolute;
    left: 0rem;
    top: 27rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%; } }

@media screen and (max-width: 280px) {
  #footer > div > div.footer__nav > ul {
    position: absolute;
    left: 1rem;
    top: 24rem;
    margin: 0;
    padding: 0; } }

.slider_one {
  height: 100%;
  width: 100%;
  position: relative; }

.header {
  width: 100%;
  text-align: center;
  overflow: hidden;
  color: #fff; }
  .header__main {
    height: 100vh;
    width: 100%;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden; }
  .header__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -2; }
  .header__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center; }
    @media screen and (max-width: 425px) {
      .header__text {
        margin-top: 6rem; } }
    @media screen and (max-width: 280px) {
      .header__text {
        margin-top: 9rem; } }
    @media screen and (max-width: 600px) {
      .header__text {
        margin-top: 5rem; } }
    @media screen and (max-width: 290px) {
      .header__text {
        margin-top: 9rem; } }
  .header__title {
    font-size: 8rem;
    font-family: 'gothambold1', serif;
    margin: 0 auto; }
    @media screen and (max-width: 823px) {
      .header__title {
        font-size: 4rem;
        margin-top: 4rem; } }
    @media screen and (max-width: 568px) {
      .header__title {
        font-size: 3rem; } }
    @media screen and (max-width: 425px) {
      .header__title {
        font-size: 3rem; } }
    @media screen and (max-width: 330px) {
      .header__title {
        padding: 0 2rem;
        font-size: 2.5rem; } }
    @media screen and (max-width: 310px) {
      .header__title {
        font-size: 2rem; } }
    @media screen and (max-width: 290px) {
      .header__title {
        font-size: 1.8rem; } }
  .header__subtitle {
    font-size: 1.8rem;
    font-family: 'GothamBook', serif;
    letter-spacing: 2px; }
    @media screen and (max-width: 600px) {
      .header__subtitle {
        padding: 0 1rem; } }
    @media screen and (max-width: 568px) {
      .header__subtitle {
        font-size: 1.5rem; } }
    @media screen and (max-width: 320px) {
      .header__subtitle {
        padding: 0 2rem;
        font-size: 1.3rem; } }
    @media screen and (max-width: 240px) {
      .header__subtitle {
        font-size: 1.2rem; } }

.scroll {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in; }
  .scroll:hover, .scroll:active, .scroll:focus {
    color: #ccc;
    border-color: #ccc;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2); }

.head-block {
  text-align: center;
  font-family: 'GothamMedium';
  font-weight: 700; }
  .head-block__title {
    margin: 0;
    font-size: 4.4rem;
    font-weight: normal;
    color: #2c4058;
    text-transform: uppercase;
    padding-bottom: 60px;
    position: relative; }
    .head-block__title::before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 100px;
      height: 2px;
      background-color: #2c4058;
      margin-bottom: 35px; }
    @media screen and (max-width: 425px) {
      .head-block__title {
        font-size: 3rem; } }
    @media screen and (max-width: 320px) {
      .head-block__title {
        padding: 2rem;
        font-size: 2.5rem; } }
    .head-block__title--news {
      color: #fff; }
      .head-block__title--news::before {
        background-color: #fff; }
    .head-block__title--form {
      padding-bottom: 40px; }
      .head-block__title--form::before {
        margin-bottom: 30px; }
      @media screen and (max-width: 320px) {
        .head-block__title--form {
          padding: 2rem;
          font-size: 2.5rem; } }
      @media screen and (max-width: 615px) {
        .head-block__title--form {
          font-size: 3.5rem; } }
      @media screen and (max-width: 460px) {
        .head-block__title--form {
          font-size: 2.5rem; } }
      @media screen and (max-width: 365px) {
        .head-block__title--form {
          font-size: 2rem; } }
      @media screen and (max-width: 320px) {
        .head-block__title--form {
          padding: 1rem 0;
          margin-bottom: 1.5rem; } }
      @media screen and (max-width: 250px) {
        .head-block__title--form {
          font-size: 1.5rem; } }

.slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 425px) {
    .slick-dots {
      width: 100%; } }
  .slick-dots li {
    display: block;
    margin: 20px 0; }
  .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 .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s 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; }

.slider-two {
  padding: 0 60px;
  display: inline-block;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 320px) {
    .slider-two {
      padding: 0 4rem; } }
  .slider-two .slick-dots {
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 110%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 320px) {
      .slider-two .slick-dots {
        margin-top: -3rem; } }
    .slider-two .slick-dots li {
      display: inline-block;
      margin: 20px;
      cursor: pointer; }

.item {
  display: inline-block;
  padding: 0 10px; }

.slick-arrow {
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-block;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid #fff;
  outline: none;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDc3LjE3NSA0NzcuMTc1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzcuMTc1IDQ3Ny4xNzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PHNjcmlwdCB4bWxucz0iIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGREZERkQiIGRhdGEtb2xkX2NvbG9yPSIjRjRFREVEIj48L3NjcmlwdD48Zz4KCTxwYXRoIGQ9Ik0zNjAuNzMxLDIyOS4wNzVsLTIyNS4xLTIyNS4xYy01LjMtNS4zLTEzLjgtNS4zLTE5LjEsMHMtNS4zLDEzLjgsMCwxOS4xbDIxNS41LDIxNS41bC0yMTUuNSwyMTUuNSAgIGMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjFjMi42LDIuNiw2LjEsNCw5LjUsNGMzLjQsMCw2LjktMS4zLDkuNS00bDIyNS4xLTIyNS4xQzM2NS45MzEsMjQyLjg3NSwzNjUuOTMxLDIzNC4yNzUsMzYwLjczMSwyMjkuMDc1eiAgICIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkRGREZEIiBkYXRhLW9sZF9jb2xvcj0iI0Y0RURFRCI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=); }
  .slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDc3LjE3NSA0NzcuMTc1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzcuMTc1IDQ3Ny4xNzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PHNjcmlwdCB4bWxucz0iIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkQxMDAiIGRhdGEtb2xkX2NvbG9yPSIjQzA5QzE4Ij48L3NjcmlwdD48Zz4KCTxwYXRoIGQ9Ik0zNjAuNzMxLDIyOS4wNzVsLTIyNS4xLTIyNS4xYy01LjMtNS4zLTEzLjgtNS4zLTE5LjEsMHMtNS4zLDEzLjgsMCwxOS4xbDIxNS41LDIxNS41bC0yMTUuNSwyMTUuNSAgIGMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjFjMi42LDIuNiw2LjEsNCw5LjUsNGMzLjQsMCw2LjktMS4zLDkuNS00bDIyNS4xLTIyNS4xQzM2NS45MzEsMjQyLjg3NSwzNjUuOTMxLDIzNC4yNzUsMzYwLjczMSwyMjkuMDc1eiAgICIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZEMTAwIiBkYXRhLW9sZF9jb2xvcj0iI0MwOUMxOCI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=);
    -webkit-transform: translateY(-50%) scale(1.2);
    -ms-transform: translateY(-50%) scale(1.2);
    -o-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2); }
  .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
    .slick-arrow.slick-prev:hover, .slick-arrow.slick-prev:active, .slick-arrow.slick-prev:focus {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDc3LjE3NSA0NzcuMTc1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzcuMTc1IDQ3Ny4xNzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PHNjcmlwdCB4bWxucz0iIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkQxMDAiIGRhdGEtb2xkX2NvbG9yPSIjQzA5QzE4Ij48L3NjcmlwdD48Zz4KCTxwYXRoIGQ9Ik0zNjAuNzMxLDIyOS4wNzVsLTIyNS4xLTIyNS4xYy01LjMtNS4zLTEzLjgtNS4zLTE5LjEsMHMtNS4zLDEzLjgsMCwxOS4xbDIxNS41LDIxNS41bC0yMTUuNSwyMTUuNSAgIGMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjFjMi42LDIuNiw2LjEsNCw5LjUsNGMzLjQsMCw2LjktMS4zLDkuNS00bDIyNS4xLTIyNS4xQzM2NS45MzEsMjQyLjg3NSwzNjUuOTMxLDIzNC4yNzUsMzYwLjczMSwyMjkuMDc1eiAgICIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZEMTAwIiBkYXRhLW9sZF9jb2xvcj0iI0MwOUMxOCI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=);
      -webkit-transform: translateY(-50%) rotate(180deg) scale(1.2);
      -ms-transform: translateY(-50%) rotate(180deg) scale(1.2);
      -o-transform: translateY(-50%) rotate(180deg) scale(1.2);
      transform: translateY(-50%) rotate(180deg) scale(1.2); }
  .slick-arrow.slick-next {
    right: 0; }

.heading {
  text-align: center;
  font-family: 'gothambold1';
  font-weight: 700; }
  .heading__title {
    margin: 0;
    font-size: 4.4rem;
    font-weight: bold;
    color: #2c4058;
    text-transform: uppercase;
    padding-bottom: 6rem;
    position: relative; }
    @media screen and (max-width: 768px) {
      .heading__title {
        padding-bottom: 4rem; } }
    @media screen and (max-width: 425px) {
      .heading__title {
        font-size: 4rem;
        padding-bottom: 0; } }
    @media screen and (max-width: 320px) {
      .heading__title {
        font-size: 3rem;
        padding: 0 2rem; } }
    @media screen and (max-width: 270px) {
      .heading__title {
        font-size: 2.5rem; } }
    .heading__title::before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 10rem;
      height: 2px;
      background-color: #2c4058;
      margin-bottom: 35px; }

.desc {
  padding: 90px 0px 140px 0px;
  background-color: #fff;
  color: #2c4058;
  overflow: hidden; }
  @media screen and (max-width: 425px) {
    .desc {
      padding-top: 6rem; } }
  .desc__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 70px auto 0 auto; }
    @media screen and (max-width: 520px) {
      .desc__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .desc__main--second {
      margin: 210px auto 0 auto; }
      @media screen and (max-width: 520px) {
        .desc__main--second {
          margin-top: 15rem;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  .desc__pic {
    width: 53%;
    position: relative;
    background-image: url(../img/about/about1.jpg);
    -webkit-box-shadow: -200px -65px 0px 9px #55b7ff;
    box-shadow: -200px -65px 0px 9px #55b7ff;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1020px) {
      .desc__pic {
        -webkit-box-shadow: -100px -60px 0px -20px #55b7ff;
        box-shadow: -100px -60px 0px -20px #55b7ff; } }
    @media screen and (max-width: 870px) {
      .desc__pic {
        -webkit-box-shadow: -100px -70px 0px -50px #55b7ff;
        box-shadow: -100px -70px 0px -50px #55b7ff; } }
    @media screen and (max-width: 768px) {
      .desc__pic {
        margin-left: 3rem;
        -webkit-box-shadow: -100px -40px 0px 0px #55b7ff;
        box-shadow: -100px -40px 0px 0px #55b7ff; } }
    @media screen and (max-width: 610px) {
      .desc__pic {
        -webkit-box-shadow: -100px -60px 0px -10px #55b7ff;
        box-shadow: -100px -60px 0px -10px #55b7ff; } }
    @media screen and (max-width: 600px) {
      .desc__pic {
        -webkit-box-shadow: -100px -60px 0px -30px #55b7ff;
        box-shadow: -100px -60px 0px -30px #55b7ff; } }
    @media screen and (max-width: 500px) {
      .desc__pic {
        -webkit-box-shadow: -100px -40px 0px 0px #55b7ff;
        box-shadow: -100px -40px 0px 0px #55b7ff; } }
    @media screen and (max-width: 520px) {
      .desc__pic {
        margin: 0 0 0 10%;
        height: 30rem;
        width: 80%; } }
    @media screen and (max-width: 430px) {
      .desc__pic {
        -webkit-box-shadow: -100px -120px 0px -50px #55b7ff;
        box-shadow: -100px -120px 0px -50px #55b7ff; } }
    @media screen and (max-width: 425px) {
      .desc__pic {
        -webkit-box-shadow: -60px -20px 0px 0px #55b7ff;
        box-shadow: -60px -20px 0px 0px #55b7ff; } }
    .desc__pic--second {
      background-image: url(../img/about/about2.jpg);
      -webkit-box-shadow: 200px -65px 0px 9px #b755ff;
      box-shadow: 200px -65px 0px 9px #b755ff; }
      @media screen and (max-width: 780px) {
        .desc__pic--second {
          margin: 0 3rem 0 0;
          -webkit-box-shadow: 100px -60px 0px -30px #b755ff;
          box-shadow: 100px -60px 0px -30px #b755ff;
          background-position-x: -6rem; } }
      @media screen and (max-width: 520px) {
        .desc__pic--second {
          margin: 0 0 0 10%; } }
      @media screen and (max-width: 500px) {
        .desc__pic--second {
          -webkit-box-shadow: 100px -40px 0px 0px #b755ff;
          box-shadow: 100px -40px 0px 0px #b755ff;
          background-position-x: -10rem; } }
      @media screen and (max-width: 425px) {
        .desc__pic--second {
          -webkit-box-shadow: 60px -20px 0px 0px #b755ff;
          box-shadow: 60px -20px 0px 0px #b755ff; } }
  .desc__img {
    max-width: 630px;
    max-height: 470px;
    width: 100%;
    z-index: 2;
    position: relative; }
  .desc__content {
    width: 47%;
    padding: 45px 20px 60px 80px; }
    @media screen and (max-width: 768px) {
      .desc__content {
        padding: 0 10px 0 35px; } }
    @media screen and (max-width: 520px) {
      .desc__content {
        width: 100%;
        margin-top: 2rem;
        padding: 0 20px; } }
    .desc__content--second {
      padding: 60px 70px 5px 20px; }
      @media screen and (max-width: 768px) {
        .desc__content--second {
          padding: 0 35px 0 10px; } }
      @media screen and (max-width: 520px) {
        .desc__content--second {
          width: 100%;
          padding: 0 20px; } }
  .desc__suptitle {
    font-family: 'gothambold1';
    text-transform: uppercase;
    font-size: 2.2rem; }
    @media screen and (max-width: 600px) {
      .desc__suptitle {
        font-size: 1.8rem; } }
    @media screen and (max-width: 425px) {
      .desc__suptitle {
        text-align: center; } }
    @media screen and (max-width: 320px) {
      .desc__suptitle {
        padding: 0 2rem; } }
  .desc__title {
    font-family: 'gothambold1';
    text-transform: uppercase;
    font-size: 4.4rem;
    margin: 0;
    padding: 0;
    line-height: 1; }
    @media screen and (max-width: 700px) {
      .desc__title {
        font-size: 4rem; } }
    @media screen and (max-width: 600px) {
      .desc__title {
        font-size: 3.5rem; } }
    @media screen and (max-width: 425px) {
      .desc__title {
        text-align: center;
        padding: 0 2rem; } }
    @media screen and (max-width: 320px) {
      .desc__title {
        font-size: 3rem; } }
    @media screen and (max-width: 270px) {
      .desc__title {
        font-size: 2.5rem; } }
  .desc__text {
    font-size: 1.8rem;
    margin: 35px 0;
    color: #4b5562;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 425px) {
      .desc__text {
        text-align: justify; } }
    @media screen and (max-width: 320px) {
      .desc__text {
        padding: 0 1rem; } }
  .desc__btn {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: 'GothamBook';
    line-height: 1;
    width: 190px;
    font-size: 1.4rem;
    padding: 15px 5px 15px 5px;
    text-transform: uppercase;
    border: 1px solid #2c4058;
    color: #2c4058;
    margin-bottom: 35px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in; }
    .desc__btn:hover, .desc__btn:active, .desc__btn:focus {
      -webkit-box-shadow: inset 0px 0px 10px 2px #55b7ff;
      box-shadow: inset 0px 0px 10px 2px #55b7ff;
      color: #2c4058; }
    @media screen and (max-width: 425px) {
      .desc__btn {
        margin: 0 auto 4rem auto; } }
  .desc__locate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: inherit;
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in; }
    .desc__locate:hover, .desc__locate:active, .desc__locate:focus {
      color: #55b7ff;
      text-shadow: -1px 1px 1px #2c4058; }
  .desc__locate--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: inherit;
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in; }
    .desc__locate--left:hover, .desc__locate--left:active, .desc__locate--left:focus {
      color: #b755ff;
      text-shadow: 1px 1px 1px #2c4058; }
  .desc__locate-text {
    margin: 0 0 0 10px;
    line-height: 1.3; }
    @media screen and (max-width: 320px) {
      .desc__locate-text {
        margin: 0 1rem; } }

.news {
  background: -o-linear-gradient(45deg, rgba(60, 27, 212, 0.9), rgba(36, 204, 250, 0.9)), url(../img/city.png);
  background: linear-gradient(45deg, rgba(60, 27, 212, 0.9), rgba(36, 204, 250, 0.9)), url(../img/city.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 90px 0 150px 0;
  position: relative; }
  @media screen and (max-width: 425px) {
    .news {
      padding: 6rem 0 12rem 0; } }
  @media screen and (max-width: 320px) {
    .news {
      padding-bottom: 10rem; } }
  .news__main {
    font-family: 'gothambold1';
    display: inline-block;
    width: 100%;
    background-color: #fff;
    outline: none;
    text-decoration: none;
    color: #2c4058;
    overflow: hidden; }
    .news__main:hover, .news__main:active, .news__main:focus {
      opacity: .6; }
  .news__wrap-img {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden; }
  .news__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%; }
  .news__title {
    margin: 0;
    text-transform: uppercase;
    font-size: 2.2rem;
    line-height: 1.5;
    max-height: 60px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .news__title {
        font-size: 1.8rem;
        line-height: 1.1;
        max-height: 10rem;
        padding: 1rem 0; } }
    @media screen and (max-width: 330px) {
      .news__title {
        padding: 0 1rem;
        font-size: 1.6rem; } }
  .news__text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
    color: #4b5562;
    line-height: 1.5;
    margin-bottom: 25px;
    height: 100px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media screen and (max-width: 1000px) {
      .news__text {
        margin: 1rem 0;
        font-size: 1.5rem; } }
    @media screen and (max-width: 320px) {
      .news__text {
        padding: 0 1rem; } }
  .news__container {
    padding: 30px 20px 30px 10px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .news__container {
        padding: 1rem;
        height: 26rem; } }
  .news__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px; }
  .news__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'GothamBook';
    min-height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 320px) {
      .news__bottom {
        padding: 0 1rem; } }
  .news__name {
    margin: 15px 0 0 0;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1; }
    @media screen and (max-width: 890px) {
      .news__name {
        font-size: 1.5rem; } }
    @media screen and (max-width: 320px) {
      .news__name {
        font-size: 1.2rem;
        margin-top: 1rem;
        padding-right: 1rem; } }
  .news__date {
    margin: 0;
    color: #55b7ff;
    font-size: 1.4rem; }
    @media screen and (max-width: 320px) {
      .news__date {
        font-size: 1.1rem;
        padding-right: 1rem; } }

.gallery {
  padding: 90px 0;
  background-color: #fff;
  text-align: center; }
  @media screen and (max-width: 425px) {
    .gallery {
      padding: 6rem 0; } }
  .gallery__btn {
    margin-top: 55px;
    font-family: 'GothamBook';
    text-decoration: none;
    text-transform: uppercase;
    color: #2c4058;
    border: 1px solid #2c4058;
    width: 190px;
    padding: 15px 5px 15px 5px;
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in; }
    .gallery__btn:hover, .gallery__btn:active, .gallery__btn:focus {
      -webkit-box-shadow: -1px -1px 21px 0px rgba(55, 50, 50, 0.67);
      box-shadow: -1px -1px 21px 0px rgba(55, 50, 50, 0.67);
      color: #55b7ff; }
  .gallery__main {
    height: 440px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px; }
    @media screen and (max-width: 425px) {
      .gallery__main {
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr; } }
  .gallery__iframe {
    width: 100%;
    height: 100%; }
  .gallery__pic {
    grid-area: 1 / 1 / 3 / 3;
    overflow: hidden;
    position: relative; }
    .gallery__pic::before {
      content: '';
      display: block;
      width: 85px;
      height: 85px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: url(../img/360.png) no-repeat center; }
    @media screen and (max-width: 425px) {
      .gallery__pic {
        grid-area: 1 / 1 / 5 / 5; } }
  .gallery__pic--topLeft {
    grid-area: 1 / 3 / 2 / 4; }
    @media screen and (max-width: 425px) {
      .gallery__pic--topLeft {
        grid-area: 5 / 1 / 6 / 2; } }
  .gallery__pic--topRight {
    grid-area: 1 / 4 / 2 / 5; }
    @media screen and (max-width: 425px) {
      .gallery__pic--topRight {
        grid-area: 5 / 2 / 6 / 3; } }
  .gallery__pic--bottomLeft {
    grid-area: 2 / 3 / 3 / 4; }
    @media screen and (max-width: 425px) {
      .gallery__pic--bottomLeft {
        grid-area: 5 / 3 / 6 / 4; } }
  .gallery__pic-bottomRight {
    grid-area: 2 / 4 / 3 / 5; }
    @media screen and (max-width: 425px) {
      .gallery__pic-bottomRight {
        grid-area: 5 / 4 / 6 / 5; } }
  .gallery__pic--topLeft, .gallery__pic--topRight, .gallery__pic--bottomLeft, .gallery__pic--bottomRight {
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in; }
    .gallery__pic--topLeft:hover, .gallery__pic--topLeft:active, .gallery__pic--topLeft:focus, .gallery__pic--topRight:hover, .gallery__pic--topRight:active, .gallery__pic--topRight:focus, .gallery__pic--bottomLeft:hover, .gallery__pic--bottomLeft:active, .gallery__pic--bottomLeft:focus, .gallery__pic--bottomRight:hover, .gallery__pic--bottomRight:active, .gallery__pic--bottomRight:focus {
      opacity: .3; }

.btn-splash {
  display: inline-block;
  text-decoration: none;
  border: 0 solid;
  font-family: 'GothamBook';
  text-transform: uppercase;
  width: 190px;
  height: 50px;
  line-height: 22px;
  margin-top: 6rem;
  font-size: 1.4rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #2c4058;
  padding: 14px 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.99);
  border: 1px solid #2c4058;
  outline: 1px solid;
  outline-color: #2c4058;
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1); }
  .btn-splash:hover {
    border: 1px solid;
    -webkit-box-shadow: inset 0px 0px 5px 2px #55b7ff;
    box-shadow: inset 0px 0px 5px 2px #55b7ff;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #55b7ff; }
  @media screen and (max-width: 320px) {
    .btn-splash {
      margin: 6rem 2rem 0 2rem; } }

.form {
  position: absolute;
  left: 50%;
  bottom: 75%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 245, 255, 0.95))), url(../img/bg-form.jpg) no-repeat bottom;
  background: -o-linear-gradient(rgba(247, 245, 255, 0.95)), url(../img/bg-form.jpg) no-repeat bottom;
  background: linear-gradient(rgba(247, 245, 255, 0.95)), url(../img/bg-form.jpg) no-repeat bottom;
  background-size: 150% 100%;
  width: 800px;
  padding: 60px 60px 40px 60px;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #2c4058;
  -webkit-box-shadow: 0px 0px 28px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 28px 5px rgba(0, 0, 0, 0.75);
  font-size: 1.9rem; }
  @media screen and (max-width: 823px) {
    .form {
      width: 68rem; } }
  @media screen and (max-width: 768px) {
    .form {
      width: 600px; } }
  @media screen and (max-width: 720px) {
    .form {
      width: 55rem; } }
  @media screen and (max-width: 670px) {
    .form {
      width: 50rem; } }
  @media screen and (max-width: 620px) {
    .form {
      width: 45rem;
      padding: 5.5rem 4rem 3rem 4rem; } }
  @media screen and (max-width: 560px) {
    .form {
      width: 40rem; } }
  @media screen and (max-width: 520px) {
    .form {
      width: 35rem; } }
  @media screen and (max-width: 460px) {
    .form {
      width: 30rem;
      padding: 5rem 2rem 3rem 2rem; } }
  @media screen and (max-width: 425px) {
    .form {
      width: 25rem;
      padding: 2rem; } }
  @media screen and (max-width: 365px) {
    .form {
      width: 20rem; } }
  @media screen and (max-width: 320px) {
    .form {
      width: 23rem;
      padding: 1rem 1rem 2rem 1rem;
      left: 13rem; } }
  @media screen and (max-width: 300px) {
    .form {
      width: 20rem;
      left: 12rem; } }
  @media screen and (max-width: 280px) {
    .form {
      width: 19rem;
      left: 11rem; } }
  @media screen and (max-width: 260px) {
    .form {
      width: 18rem;
      left: 10rem; } }
  @media screen and (max-width: 250px) {
    .form {
      width: 17rem;
      left: 9.5rem; } }
  @media screen and (max-width: 240px) {
    .form {
      width: 17rem;
      left: 9.5rem; } }
  .form__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 530px) {
      .form__data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .form__our-data {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 530px) {
      .form__our-data {
        width: 100%;
        padding: 0 1rem; } }
  .form__data-user {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    padding-left: 40px; }
    @media screen and (max-width: 425px) {
      .form__data-user {
        padding-left: 2rem; } }
    @media screen and (max-width: 530px) {
      .form__data-user {
        width: 100%;
        padding: 0 1rem; } }
  .form__btn--splash {
    display: inline-block;
    text-decoration: none;
    border: 0 solid;
    font-family: 'GothamBook';
    text-transform: uppercase;
    width: 190px;
    height: 50px;
    line-height: 22px;
    font-size: 1.4rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #2c4058;
    padding: 14px 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.99);
    outline: 1px solid;
    outline-color: #2c4058;
    outline-offset: 0px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1); }
    .form__btn--splash:hover {
      border: 1px solid;
      -webkit-box-shadow: inset 0px 0px 5px 2px #55b7ff;
      box-shadow: inset 0px 0px 5px 2px #55b7ff;
      outline-color: rgba(255, 255, 255, 0);
      outline-offset: 15px;
      text-shadow: 1px 1px 2px #55b7ff; }
    @media screen and (max-width: 670px) {
      .form__btn--splash {
        width: 100%; } }
    @media screen and (max-width: 560px) {
      .form__btn--splash {
        padding: 0 1rem; } }
    @media screen and (max-width: 280px) {
      .form__btn--splash {
        font-size: 1.2rem; } }
  .form__item {
    margin-bottom: 30px;
    font-style: normal;
    text-decoration: none;
    color: #2c4058;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in; }
    @media screen and (max-width: 768px) {
      .form__item {
        font-size: 1.5rem; } }
    @media screen and (max-width: 425px) {
      .form__item {
        font-size: 1.1rem; } }
    @media screen and (max-width: 320px) {
      .form__item {
        font-size: 1.5rem; } }
    @media screen and (max-width: 280px) {
      .form__item {
        font-size: 1.2rem; } }
    .form__item--email:hover, .form__item--email:focus, .form__item--email:active, .form__item--tel:hover, .form__item--tel:focus, .form__item--tel:active, .form__item--adr:hover, .form__item--adr:focus, .form__item--adr:active {
      color: #55b7ff; }
  .form__icon {
    color: #7e5aff;
    margin-right: 10px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in; }
    .form__icon:hover {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }
  .form__name, .form__email {
    background-color: transparent;
    font-size: 1.8rem;
    line-height: 1.8;
    font-family: 'GothamBook';
    outline: none;
    width: 100%;
    padding: 0 0 10px 0;
    margin-bottom: 35px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #2c4058; }
    .form__name::-webkit-input-placeholder, .form__email::-webkit-input-placeholder {
      text-indent: 0px;
      -webkit-transition: text-indent 1000ms;
      transition: text-indent 1000ms;
      color: #4b5562; }
    .form__name::-moz-placeholder, .form__email::-moz-placeholder {
      text-indent: 0px;
      -moz-transition: text-indent 1000ms;
      transition: text-indent 1000ms;
      color: #4b5562; }
    .form__name:-ms-input-placeholder, .form__email:-ms-input-placeholder {
      text-indent: 0px;
      -ms-transition: text-indent 1000ms;
      transition: text-indent 1000ms;
      color: #4b5562; }
    .form__name::-ms-input-placeholder, .form__email::-ms-input-placeholder {
      text-indent: 0px;
      -ms-transition: text-indent 1000ms;
      transition: text-indent 1000ms;
      color: #4b5562; }
    .form__name::placeholder, .form__email::placeholder {
      text-indent: 0px;
      -webkit-transition: text-indent 1000ms;
      -o-transition: text-indent 1000ms;
      transition: text-indent 1000ms;
      color: #4b5562; }
    .form__name:active::-webkit-input-placeholder, .form__name:focus::-webkit-input-placeholder, .form__email:active::-webkit-input-placeholder, .form__email:focus::-webkit-input-placeholder {
      text-indent: 1000px; }
    .form__name:active::-moz-placeholder, .form__name:focus::-moz-placeholder, .form__email:active::-moz-placeholder, .form__email:focus::-moz-placeholder {
      text-indent: 1000px; }
    .form__name:active:-ms-input-placeholder, .form__name:focus:-ms-input-placeholder, .form__email:active:-ms-input-placeholder, .form__email:focus:-ms-input-placeholder {
      text-indent: 1000px; }
    .form__name:active::-ms-input-placeholder, .form__name:focus::-ms-input-placeholder, .form__email:active::-ms-input-placeholder, .form__email:focus::-ms-input-placeholder {
      text-indent: 1000px; }
    .form__name:active::placeholder, .form__name:focus::placeholder, .form__email:active::placeholder, .form__email:focus::placeholder {
      text-indent: 1000px; }
    .form__name:active, .form__name:focus, .form__email:active, .form__email:focus {
      border-bottom: 1px solid #4b5562; }
  .form__email {
    margin-bottom: 30px; }

.map {
  height: 755px;
  width: 100%;
  background-color: grey; }
  @media screen and (max-width: 731px) {
    .map {
      height: 75rem; } }
  @media screen and (max-width: 530px) {
    .map {
      height: 85rem; } }
  @media screen and (max-width: 425px) {
    .map {
      height: 75rem; } }
  @media screen and (max-width: 320px) {
    .map {
      height: 80rem; } }
  @media screen and (max-width: 300px) {
    .map {
      height: 85rem; } }
  .map h5 {
    display: none; }

.footer {
  font-family: 'GothamBook';
  position: relative;
  z-index: 1;
  background: -o-linear-gradient(45deg, rgba(85, 183, 255, 0.9), rgba(128, 96, 254, 0.9)), url(../img/bg-footer.png) no-repeat top right;
  background: linear-gradient(45deg, rgba(85, 183, 255, 0.9), rgba(128, 96, 254, 0.9)), url(../img/bg-footer.png) no-repeat top right;
  background-size: contain;
  color: #fff;
  padding: 200px 0 200px 0; }
  @media screen and (max-width: 823px) {
    .footer {
      padding-bottom: 6rem; } }
  @media screen and (max-width: 280px) {
    .footer {
      padding-top: 16rem; } }
  .footer__content {
    width: 800px;
    max-width: 80%;
    margin: 0 auto; }
    @media screen and (max-width: 280px) {
      .footer__content {
        height: 25rem; } }
  .footer__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    font-size: 1.4rem; }
    @media screen and (max-width: 823px) {
      .footer__caption {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (max-width: 310px) {
      .footer__caption {
        -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; } }
  .footer__copyright {
    padding: 6px 20px 0 0;
    border-right: 2px solid rgba(255, 255, 255, 0.4); }
    @media screen and (max-width: 320px) {
      .footer__copyright {
        padding: 0 0 0 2rem; } }
  .footer__prod {
    padding: 6px 0 0 20px; }
    @media screen and (max-width: 320px) {
      .footer__prod {
        padding: 0 1rem; } }
  .footer__nav {
    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: 420px) {
      .footer__nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 8rem; } }

.social {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .social__shiny--footer {
    cursor: pointer;
    -webkit-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
    overflow: hidden;
    position: relative;
    margin-left: 2rem;
    height: 4rem;
    width: 4rem;
    padding-left: 1.2rem;
    padding-top: .8rem;
    border-radius: 50%; }
    .social__shiny--footer:before {
      content: '';
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      height: 3.5rem;
      width: 3.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .social__shiny--footer:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .social__shiny--footer::after {
      content: '';
      position: absolute;
      top: -50%;
      right: -50%;
      bottom: -50%;
      left: -50%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(229, 172, 142, 0)));
      background: -o-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
      background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
      -webkit-transform: rotateZ(60deg) translate(-2em, 12em);
      -ms-transform: rotate(60deg) translate(-2em, 12em);
      -o-transform: rotateZ(60deg) translate(-2em, 12em);
      transform: rotateZ(60deg) translate(-2em, 12em); }
    .social__shiny--footer:hover::after, .social__shiny--footer:focus::after {
      -webkit-animation: sheen 1s forwards;
      -o-animation: sheen 1s forwards;
      animation: sheen 1s forwards; }

@keyframes sheen {
  100% {
    -webkit-transform: rotateZ(60deg) translate(1em, -9em);
    -o-transform: rotateZ(60deg) translate(1em, -9em);
    transform: rotateZ(60deg) translate(1em, -9em); } }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

.box--fixed {
  width: 100%; }
