@charset "UTF-8";
@font-face {
  font-family: 'roboto_condensedbold';
  src: url("../fonts/robotocondensedbold-webfont.eot");
  src: url("../fonts/robotocondensedbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensedbold-webfont.woff2") format("woff2"), url("../fonts/robotocondensedbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto_condensed_lightregular';
  src: url("../fonts/robotocondensedlight-webfont.eot");
  src: url("../fonts/robotocondensedlight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensedlight-webfont.woff2") format("woff2"), url("../fonts/robotocondensedlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto_condensedregular';
  src: url("../fonts/robotocondensedregular-webfont.eot");
  src: url("../fonts/robotocondensedregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensedregular-webfont.woff2") format("woff2"), url("../fonts/robotocondensedregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

html {
  min-width: 320px; }

body {
  font-size: 16px;
  font-family: 'roboto_condensedregular';
  min-width: 320px;
  color: #666;
  overflow-x: hidden; }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  outline: none; }

.container {
  width: 1000px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .container {
      width: 100%;
      padding: 0 15px; } }

.blue {
  color: #006ea9; }

.orange {
  color: #ef7f1a; }

header {
  height: 90px;
  overflow: hidden; }
  @media (max-width: 480px) {
    header #logo img {
      width: 90px;
      margin-top: 10px; } }

.telephone {
  float: right;
  display: none;
  text-align: right; }
  .telephone a {
    display: block;
    color: #666;
    position: relative;
    width: 100px;
    margin-left: auto; }
    .telephone a:before {
      display: block;
      position: absolute;
      top: 7px;
      left: -12px;
      width: 12px;
      height: 12px;
      background: url("../img/phone.png") no-repeat center;
      background-size: cover;
      content: ''; }
  @media (max-width: 767px) {
    .telephone {
      display: block;
      margin-top: 5px;
      line-height: 25px; } }
  @media (max-width: 480px) {
    .telephone {
      width: 200px;
      line-height: 18px;
      margin-top: 10px; }
      .telephone a:before {
        top: 2px; } }

.menu {
  float: right; }
  @media (max-width: 767px) {
    .menu {
      display: none; } }
  .menu ul {
    list-style-type: none;
    font-size: 0;
    margin-top: 6px; }
    .menu ul li {
      display: inline-block;
      font-size: 17px;
      border-bottom: 5px solid #ADD8E6;
      position: relative;
      z-index: 2; }
      .menu ul li:hover {
        border-bottom: 5px solid #3babe6; }
        .menu ul li:hover a {
          color: #3babe6; }
      .menu ul li a {
        color: #666;
        padding: 30px 20px;
        display: block; }

.mainSlider {
  overflow: hidden;
  margin-bottom: 0 !important;
  border-top: 5px solid #ADD8E6;
  border-bottom: 5px solid #ADD8E6;
  margin-top: -5px; }
  .mainSlider .slick-prev:before, .mainSlider .slick-next:before {
    font-size: 40px;
    color: #006ea9; }
    @media (max-width: 640px) {
      .mainSlider .slick-prev:before, .mainSlider .slick-next:before {
        font-size: 30px; } }
  .mainSlider .slick-prev {
    left: 35px; }
    @media (max-width: 1023px) {
      .mainSlider .slick-prev {
        left: 10px; } }
  .mainSlider .slick-next {
    right: 35px; }
    @media (max-width: 1023px) {
      .mainSlider .slick-next {
        right: 10px; } }
  .mainSlider .slick-prev, .mainSlider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 5; }
  .mainSlider .sliderItem {
    position: relative; }
    @media (max-width: 640px) {
      .mainSlider .sliderItem {
        overflow: hidden; } }
    .mainSlider .sliderItem img {
      width: 100%; }
      @media (max-width: 640px) {
        .mainSlider .sliderItem img {
          width: 180%; } }
      @media (max-width: 480px) {
        .mainSlider .sliderItem img {
          width: 300%; } }
    .mainSlider .sliderItem h3 {
      top: 30%;
      font-size: 72px;
      text-shadow: 3px 3px 1px #444444;
      font-family: 'roboto_condensedbold';
      color: #fff;
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      text-align: center; }
      @media (max-width: 1200px) {
        .mainSlider .sliderItem h3 {
          font-size: 60px; } }
      @media (max-width: 992px) {
        .mainSlider .sliderItem h3 {
          font-size: 40px; } }
      @media (max-width: 640px) {
        .mainSlider .sliderItem h3 {
          font-size: 30px; } }
      @media (max-width: 480px) {
        .mainSlider .sliderItem h3 {
          font-size: 25px;
          top: 35%; } }
    .mainSlider .sliderItem p {
      top: 55%;
      font-size: 48px;
      text-shadow: 3px 3px 1px #444444;
      font-family: 'roboto_condensedbold';
      color: #fff;
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 992px) {
        .mainSlider .sliderItem p {
          font-size: 28px; } }
      @media (max-width: 640px) {
        .mainSlider .sliderItem p {
          font-size: 25px; } }
      @media (max-width: 480px) {
        .mainSlider .sliderItem p {
          font-size: 20px; } }

.title {
  font-size: 45px;
  color: #666;
  font-family: 'roboto_condensedbold';
  text-align: center; }
  @media (max-width: 480px) {
    .title {
      font-size: 30px; } }

.aboutUs {
  background: #f9f9f9;
  padding: 40px 0;
  text-align: center; }
  .aboutUs .title {
    margin-bottom: 30px; }
  .aboutUs .blue {
    font-size: 30px; }
    @media (max-width: 480px) {
      .aboutUs .blue {
        font-size: 25px; } }
  .aboutUs .orange {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .aboutUs .orange {
        font-size: 25px;
        line-height: 25px; } }
  .aboutUs p {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .aboutUs p {
        font-size: 16px;
        line-height: 20px; } }

.eggs {
  text-align: center;
  padding: 40px 0 80px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  .eggs .egg {
    display: inline-block;
    vertical-align: top;
    margin: 50px 15px 0;
    height: 260px;
    position: relative; }
    @media (max-width: 992px) {
      .eggs .egg {
        width: 160px; } }
    .eggs .egg:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .eggs .egg:hover .more {
      text-decoration: underline; }
    .eggs .egg .more {
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      background: #ef7f1a;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      font-family: 'roboto_condensedregular';
      padding: 10px 0;
      width: 80%;
      border-radius: 3px;
      margin: 0 auto;
      font-size: 14px; }
    .eggs .egg .imgCont {
      border-radius: 50%;
      width: 120px;
      display: block;
      height: 120px;
      margin: 0 auto; }
      .eggs .egg .imgCont img {
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        border-radius: 50%;
        box-shadow: 0 10px #ccc;
        display: block;
        width: 100%; }
    .eggs .egg p {
      font-size: 22px;
      font-family: 'roboto_condensedbold';
      color: #006ea9;
      display: block;
      width: 150px;
      margin: 30px auto; }
  .eggs .popup {
    display: none; }

#porfolio {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #215c6e), color-stop(47%, #3ea5a9), color-stop(100%, #215c6e));
  background: -webkit-linear-gradient(-45deg, #215c6e 0%, #3ea5a9 47%, #215c6e 100%);
  background: -webkit-linear-gradient(315deg, #215c6e 0%, #3ea5a9 47%, #215c6e 100%);
  background: linear-gradient(135deg, #215c6e 0%, #3ea5a9 47%, #215c6e 100%);
  padding: 50px 0;
  color: #fff;
  text-align: center; }
  #porfolio .title {
    color: #fff;
    margin-bottom: 40px; }
  #porfolio .box {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin: 0 2% 55px;
    font-size: 18px; }
    @media (max-width: 992px) {
      #porfolio .box {
        width: 45%; } }
    @media (max-width: 640px) {
      #porfolio .box {
        width: 100%; } }
    #porfolio .box__title {
      font-size: 20px;
      font-family: 'roboto_condensedbold'; }
    #porfolio .box__subtitle {
      font-size: 14px;
      line-height: 24px; }
    #porfolio .box__img {
      width: 260px;
      display: block;
      margin: 20px auto 10px; }
      #porfolio .box__img img {
        width: 100%; }

#logos {
  padding: 50px 0; }
  @media (max-width: 1200px) {
    #logos .logos {
      margin: 0 25px; } }
  #logos .title {
    margin-bottom: 25px; }
  #logos .slick-prev:before, #logos .slick-next:before {
    color: #ef7f1a; }

.popup h3 {
  color: #ef7f1a;
  text-align: center;
  margin-bottom: 15px; }

.popup strong {
  color: #006ea9; }

.popup p {
  margin-bottom: 5px; }

footer {
  background: #333;
  padding: 35px 0; }
  footer .copyright {
    font-size: 12px;
    margin-top: 15px; }
  footer .box {
    font-size: 0;
    text-align: center; }
    footer .box .column {
      width: 50%;
      font-size: 18px;
      display: inline-block;
      vertical-align: top;
      padding-bottom: 20px;
      color: #999; }
      @media (max-width: 992px) {
        footer .box .column {
          width: 100%; } }
      footer .box .column h3 {
        color: #fff;
        font-size: 24px;
        font-family: 'roboto_condensedbold';
        margin-bottom: 20px; }
      footer .box .column p {
        line-height: 30px; }
      footer .box .column .dd {
        margin-bottom: 25px; }
      footer .box .column a.bb {
        display: block;
        color: #999;
        position: relative;
        width: 120px;
        margin: 0 auto 10px; }
        footer .box .column a.bb:before {
          display: block;
          position: absolute;
          top: 4px;
          left: -12px;
          width: 12px;
          height: 12px;
          background: url("../img/phone.png") no-repeat center;
          background-size: cover;
          content: ''; }
      footer .box .column a:hover {
        text-decoration: underline; }
  footer .jeSocial {
    margin-top: 50px; }
  footer .jeSocial a {
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    display: block;
    color: #fff;
    text-decoration: none;
    background: url("../img/social.png"); }
  footer a.icon1 {
    background-position: 0px 0px; }
  footer a.icon2 {
    background-position: 0px -24px; }
  footer a.icon3 {
    background-position: 0px -48px; }
  footer .jeSocial span.icon1 {
    background-color: #265999; }
  footer .jeSocial span.icon2 {
    background-color: #00b1ef; }
  footer .jeSocial span.icon3 {
    background-color: #f32e31; }
  footer .jeSocial span {
    margin-right: 10px;
    display: inline-block;
    padding: 5px;
    border-radius: 50%; }
  footer .callback {
    display: block;
    width: 250px;
    height: 40px;
    color: #fff;
    background: #ef7f1a;
    font-family: 'roboto_condensedbold';
    text-align: center;
    margin: 8px auto;
    border-radius: 20px;
    font-size: 20px;
    line-height: 40px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    footer .callback:hover {
      box-shadow: 0 2px 20px #ef7f1a; }
  footer #map {
    width: 100%;
    height: 350px; }
  footer .line {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #666; }
  footer .logoFooter {
    content: "";
    display: block;
    background: url("../img/Logo_end.png") no-repeat center;
    width: 140px;
    height: 80px;
    margin: 5px auto 0px; }

.fancybox-nav span {
  visibility: visible !important; }

#form {
  display: none; }

.s-modal--form {
  background: rgba(255, 255, 255, 0.8);
  width: 440px;
  text-align: center;
  color: #666;
  padding: 10px 30px 30px; }
  @media (max-width: 640px) {
    .s-modal--form {
      width: 100%;
      padding: 10px 10px; } }
  .s-modal--form__title {
    margin-top: 10px;
    font-size: 30px;
    color: #006ea9;
    font-weight: bold; }
    @media (max-width: 640px) {
      .s-modal--form__title {
        font-size: 20px; } }
  .s-modal--form__input-wrapper {
    width: 100%;
    margin-top: 36px;
    position: relative; }
    .s-modal--form__input-wrapper label.error {
      position: absolute;
      bottom: -20px;
      line-height: 20px;
      left: 0;
      right: 0;
      color: #fff;
      background: #006ea9; }
      @media (max-width: 640px) {
        .s-modal--form__input-wrapper label.error {
          font-size: 14px; } }
  .s-modal--form__input {
    width: 100%;
    height: 50px;
    border: 1px solid #006ea9;
    color: #006ea9;
    font-size: 30px;
    text-align: center; }
    @media (max-width: 640px) {
      .s-modal--form__input {
        font-size: 20px; } }
    .s-modal--form__input.error {
      border: 2px solid #006ea9;
      color: #006ea9; }
  .s-modal--form__button {
    background: #006ea9;
    border: none;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 27px; }
    @media (max-width: 640px) {
      .s-modal--form__button {
        font-size: 18px; } }
    .s-modal--form__button:hover {
      box-shadow: 0 0 10px 0px #006ea9; }
    .s-modal--form__button:active {
      background: #004A73; }
  .s-modal--form__descr {
    margin-top: 15px; }
    @media (max-width: 640px) {
      .s-modal--form__descr {
        font-size: 12px; } }

#callback {
  position: fixed;
  bottom: 5px;
  right: 15px;
  display: none;
  width: 150px;
  height: 40px;
  color: #fff;
  background: #ef7f1a;
  font-family: 'roboto_condensedbold';
  text-align: center;
  margin: 8px auto;
  border-radius: 20px;
  font-size: 18px;
  line-height: 40px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.7;
  -webkit-animation: arrow 0.8s infinite linear;
  animation: arrow 0.8s infinite linear; }
  #callback.active {
    display: block; }
  #callback:hover {
    box-shadow: 0 2px 20px #ef7f1a;
    opacity: 1; }

@-webkit-keyframes arrow {
  0% {
    right: 15px; }
  10% {
    right: 18px; }
  20% {
    right: 15px; }
  30% {
    right: 12px; }
  40% {
    right: 15px; }
  100% {
    right: 15px; } }

@keyframes arrow {
  0% {
    right: 15px; }
  10% {
    right: 18px; }
  20% {
    right: 15px; }
  30% {
    right: 12px; }
  40% {
    right: 15px; }
  100% {
    right: 15px; } }
