/*! 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=Open+Sans:400,400i&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: 'Gotham';
  src: url("../fonts/gotham/gotham-medium-webfont.woff2");
  src: local("gotham"), url("../fonts/gotham/gotham-medium-webfont.woff") format("woff"), url("../fonts/gotham/gotham-medium-regular.ttf") format("truetype"); }

@font-face {
  font-family: 'gothambold1';
  src: url("../fonts/gothambold/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"); }

* {
  -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; }
  .nav__logo-wrap {
    width: 245px;
    height: 60px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer; }
    .nav__logo-wrap:hover, .nav__logo-wrap:focus {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .nav__logo {
    max-width: 100%; }
  .nav__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 50%;
    margin: 0 auto; }
  .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 .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
    .nav__link:hover:before, .nav__link:active:before, .nav__link:focus:before {
      background-color: #fff; }
  .nav__links-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 18%; }
  .nav__link-soc {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    color: inherit;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .nav__link-soc:hover, .nav__link-soc:active, .nav__link-soc:focus {
      color: #ccc;
      border-color: #ccc;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .nav__link-soc .fab {
      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%); }

.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; }
  .header__title {
    font-size: 8rem;
    font-family: 'gothambold1', serif;
    margin: 0 auto; }
  .header__subtitle {
    font-size: 1.8rem;
    font-family: 'GothamBook', serif;
    letter-spacing: 2px; }

.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 .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s 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: 'Gotham';
  font-weight: 700; }
  .head-block__title {
    margin: 0;
    font-size: 4.4rem;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 60px;
    position: relative; }
    .head-block__title::before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 100px;
      height: 2px;
      background-color: #000;
      margin-bottom: 35px; }
    .head-block__title--news {
      color: #fff; }
      .head-block__title--news::before {
        background-color: #fff !important; }
    .head-block__title--form {
      padding-bottom: 40px; }
      .head-block__title--form::before {
        margin-bottom: 30px !important; }

.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%); }
  .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 .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; }

.slider-two {
  padding: 0 60px;
  display: inline-block;
  width: 100%;
  margin: 0 auto; }
  .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%); }
    .slider-two .slick-dots li {
      display: inline-block;
      margin: 20px;
      cursor: pointer; }

.item {
  display: inline-block; }

.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 .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s 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; }

.about {
  padding: 90px 0;
  background-color: #fff;
  color: #2c4058;
  overflow: hidden; }
  .about__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 70px auto 0 auto; }
    .about__main--second {
      margin: 210px auto 0 auto; }
  .about__pic {
    width: 53%;
    position: relative; }
    .about__pic::before {
      content: '';
      display: block;
      position: absolute;
      background-color: #55b7ff;
      width: 800px;
      height: 100%;
      bottom: 15%;
      right: 50%; }
    .about__pic--second::before {
      background-color: #7e5aff;
      right: -75%;
      bottom: 15%;
      content: '';
      display: block;
      position: absolute;
      width: 800px;
      height: 100%; }
  .about__img {
    max-width: 630px;
    max-height: 470px;
    width: 100%;
    z-index: 2;
    position: relative; }
  .about__content {
    width: 47%;
    padding: 60px 20px 5px 70px; }
    .about__content--second {
      padding: 60px 70px 5px 20px; }
  .about__suptitle {
    text-transform: uppercase;
    font-size: 2.2rem; }
  .about__title {
    text-transform: uppercase;
    font-size: 4.4rem;
    margin: 0;
    padding: 0;
    line-height: 1; }
  .about__text {
    font-size: 1.8rem;
    margin: 35px 0;
    color: #4b5562;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400; }
  .about__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 #000;
    cursor: pointer;
    color: #000;
    margin-bottom: 35px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .about__btn:hover, .about__btn:active, .about__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; }
  .about__locate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: inherit;
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .about__locate:hover, .about__locate:active, .about__locate:focus {
      color: #55b7ff; }
  .about__locate-text {
    margin: 0 0 0 10px;
    line-height: 1.3; }

.item {
  padding: 0 10px; }

.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: cover;
  padding: 90px 0 150px 0;
  position: relative; }
  .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; }
  .news__text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
    color: #4b5562;
    line-height: 1.5;
    margin-bottom: 25px;
    max-height: 55px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }
  .news__container {
    padding: 30px 20px 30px 10px; }
  .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; }
  .news__name {
    margin: 15px 0 0 0;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1; }
  .news__date {
    margin: 0;
    color: #55b7ff;
    font-size: 1.4rem; }

.gallery {
  padding: 90px 0;
  background-color: #fff;
  text-align: center; }
  .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 .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s 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; }
  .gallery__iframe {
    width: 100%;
    height: 100%; }
  .gallery__pic1 {
    grid-area: 1 / 1 / 3 / 3;
    overflow: hidden;
    position: relative; }
    .gallery__pic1::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; }
  .gallery__pic2 {
    grid-area: 1 / 3 / 2 / 4; }
  .gallery__pic3 {
    grid-area: 1 / 4 / 2 / 5; }
  .gallery__pic4 {
    grid-area: 2 / 3 / 3 / 4; }
  .gallery__pic5 {
    grid-area: 2 / 4 / 3 / 5; }
  .gallery__pic2, .gallery__pic3, .gallery__pic4, .gallery__pic5 {
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .gallery__pic2:hover, .gallery__pic2:active, .gallery__pic2:focus, .gallery__pic3:hover, .gallery__pic3:active, .gallery__pic3:focus, .gallery__pic4:hover, .gallery__pic4:active, .gallery__pic4:focus, .gallery__pic5:hover, .gallery__pic5:active, .gallery__pic5:focus {
      opacity: .3; }

.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; }
  .form__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .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; }
  .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; }
  .form__btn {
    font-family: 'GothamBook';
    text-transform: uppercase;
    display: inline-block;
    width: 140px;
    font-size: 1.4rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 15px 5px 15px 5px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.99);
    cursor: pointer;
    border: 1px solid #2c4058;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .form__btn:hover, .form__btn:active, .form__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; }
  .form__item {
    margin-bottom: 30px;
    font-style: normal;
    text-decoration: none;
    color: #2c4058;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .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--addr:hover, .form__item--addr:focus, .form__item--addr:active {
      color: #55b7ff; }
  .form__icon {
    color: #55b7ff;
    margin-right: 10px; }
  .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;
      -o-transition: text-indent 1000ms;
      transition: text-indent 1000ms;
      color: #4b5562; }
    .form__name::-moz-placeholder, .form__email::-moz-placeholder {
      text-indent: 0px;
      -webkit-transition: text-indent 1000ms;
      -o-transition: text-indent 1000ms;
      transition: text-indent 1000ms;
      color: #4b5562; }
    .form__name:-ms-input-placeholder, .form__email:-ms-input-placeholder {
      text-indent: 0px;
      -webkit-transition: text-indent 1000ms;
      -o-transition: text-indent 1000ms;
      transition: text-indent 1000ms;
      color: #4b5562; }
    .form__name::-ms-input-placeholder, .form__email::-ms-input-placeholder {
      text-indent: 0px;
      -webkit-transition: text-indent 1000ms;
      -o-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; }
  .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; }
  .footer__content {
    width: 770px;
    max-width: 80%;
    margin: 0 auto; }
  .footer__nav {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .footer__nav .nav__links-soc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 20%; }
  .footer__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    font-size: 1.4rem; }
  .footer__copyright {
    padding: 6px 20px 0 0;
    border-right: 2px solid rgba(255, 255, 255, 0.4); }
  .footer__prod {
    padding: 6px 0 0 20px; }
