@charset "UTF-8";
/* Tools styles */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * 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,
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 */
}

body {
  margin: 0;
  padding: 0;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  max-width: 100%;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 900;
}

ul {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  outline: none;
}

*:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

a[href^=tel] {
  color: inherit !important;
  text-decoration: none;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/subset-ProximaNova-Regular.eot");
  src: url("../fonts/subset-ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-ProximaNova-Regular.woff") format("woff"), url("../fonts/subset-ProximaNova-Regular.ttf") format("truetype"), url("../fonts/subset-ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Lt';
  src: url("../fonts/subset-ProximaNova-Light.eot");
  src: url("../fonts/subset-ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-ProximaNova-Light.woff") format("woff"), url("../fonts/subset-ProximaNova-Light.ttf") format("truetype"), url("../fonts/subset-ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Bd';
  src: url("../fonts/subset-ProximaNova-Bold.eot");
  src: url("../fonts/subset-ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-ProximaNova-Bold.woff") format("woff"), url("../fonts/subset-ProximaNova-Bold.ttf") format("truetype"), url("../fonts/subset-ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Sb';
  src: url("../fonts/subset-ProximaNova-Semibold.eot");
  src: url("../fonts/subset-ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-ProximaNova-Semibold.woff") format("woff"), url("../fonts/subset-ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/subset-ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic.eot");
  src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Th';
  src: url("../fonts/proximanovat-thin-webfont.eot");
  src: url("../fonts/proximanovat-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovat-thin-webfont.woff2") format("woff2"), url("../fonts/proximanovat-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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("scss/01-tools/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%;
  margin-top: -10px;
  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-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*Base styles*/
html,
body {
  height: 100%;
  font-family: "Proxima Nova Rg";
  color: #262f31;
}

body {
  padding-top: 90px;
}
@media (max-width: 980px) {
  body {
    padding-top: 0;
  }
}

h1, h2, h3, h4 {
  font-family: "Century Gothic";
  font-weight: normal;
}

h1 {
  font-size: 48px;
}
@media (max-width: 980px) {
  h1 {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}
@media (max-width: 700px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 26px;
    padding: 15px 4px;
  }
}

h2 {
  font-size: 36px;
  margin-bottom: 25px;
}
h2:after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 70px;
  height: 1px;
  background-color: #ed1c24;
}
@media (max-width: 700px) {
  h2 {
    font-size: 28px;
  }
}

.white {
  color: #FFF;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 980px) {
  .wrapper {
    width: 100%;
    padding: 0 10px;
  }
}

section {
  padding: 60px 0;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*Modules styles*/
.mainHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  height: 90px;
  box-shadow: 0px 1px 5px 0px rgba(38, 47, 49, 0.5);
  background-color: #FFF;
  z-index: 100;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.mainHeader .wrapper {
  height: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .mainHeader {
    height: auto;
    top: -100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 0;
  }
  .mainHeader .wrapper {
    display: block;
  }
  .mainHeader.active {
    top: 0;
  }
}

/* ------------------------------------ */
/*  NAV STYLES  */
@media (min-width: 981px) {
  .mainNav {
    height: 100%;
  }
}
.mainNav ul {
  list-style-type: none;
  margin: 0;
}
@media (min-width: 981px) {
  .mainNav ul {
    height: 100%;
  }
}
.mainNav ul li {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 981px) {
  .mainNav ul li {
    height: 100%;
  }
}
.mainNav ul li a {
  display: inline-block;
  font-size: 18px;
  color: #262f31;
  margin: 0 15px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 981px) {
  .mainNav ul li a {
    height: 100%;
    padding: 34px 0 0;
  }
}
.mainNav ul li a:hover {
  color: #ed1c24;
}
.mainNav ul li a:after {
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background-color: #ed1c24;
  -webkit-transition: width  0.3s ease;
  -o-transition: width  0.3s ease;
  transition: width  0.3s ease;
  position: absolute;
}
@media (min-width: 981px) {
  .mainNav ul li a:hover:after {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .mainNav ul li a {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 980px) {
  .logo {
    display: block;
    margin: 0px auto 20px;
  }
}

.tel {
  font: 18px "Proxima Nova Sb";
  color: #262f31;
}
@media (max-width: 980px) {
  .tel {
    display: block;
    margin-top: 10px;
  }
}

/* ------------------------------------ */
/*  MENU BUTTON  */
#menu-toggle {
  position: fixed;
  left: auto;
  right: 10px;
  top: 10px;
  bottom: auto;
  display: none;
  width: 48px;
  height: 36px;
  padding: 6px 4px;
  cursor: pointer;
  text-align: right;
  z-index: 101;
  background-color: #FFF;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#menu-toggle * {
  transition: .1s ease-in-out;
}
@media (max-width: 980px) {
  #menu-toggle {
    display: block;
  }
}
#menu-toggle span {
  display: block;
}
#menu-toggle #hamburger {
  position: absolute;
  height: auto;
  width: 70%;
  top: 8px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
}
#menu-toggle #hamburger span {
  width: 100%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0px;
  background: #262f31;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
  margin-top: 0;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
  margin: 7px 0;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
  margin-bottom: 0;
  float: right;
  width: 80%;
}
#menu-toggle #hamburger:hover span {
  -webkit-animation: move linear 1s infinite;
  -moz-animation: move linear 1s infinite;
  -o-animation: move linear 1s infinite;
  animation: move linear 1s infinite;
}
#menu-toggle #hamburger:hover :nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
#menu-toggle #hamburger:hover :nth-child(2) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
}
#menu-toggle #hamburger:hover :nth-child(3) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
#menu-toggle #cross {
  position: absolute;
  width: 100%;
  height: 70%;
  left: 4px;
  right: 0;
  top: 11px;
  margin: auto;
  transform: rotate(45deg);
}
#menu-toggle #cross span {
  background: #262f31;
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: -6px;
  left: 17px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 1px;
  top: 10px;
  transition-delay: .25s;
}

#menu-toggle.active #hamburger span {
  width: 0%;
}
#menu-toggle.active #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.active #hamburger span:nth-child(2) {
  transition-delay: .125s;
}
#menu-toggle.active #hamburger span:nth-child(3) {
  transition-delay: .25s;
}
#menu-toggle.active #cross span:nth-child(1) {
  height: 35px;
  transition-delay: .625s;
}
#menu-toggle.active #cross span:nth-child(2) {
  width: 35px;
  transition-delay: .375s;
}

.offer {
  height: 700px;
  padding-top: 210px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 981px) {
  .offer {
    background-image: url("../images/offer.jpg");
  }
}
@media (min-width: 1100px) and (max-height: 700px) {
  .offer {
    height: 600px;
  }
}
@media (max-width: 980px) {
  .offer {
    padding-top: 60px;
    background-image: url("../images/offer_tab.jpg");
    height: auto;
  }
}
@media (max-width: 500px) {
  .offer {
    background-position: 100% 50%;
  }
}
.offer form {
  margin-top: 150px;
}
@media (min-width: 1100px) and (max-height: 700px) {
  .offer form {
    margin-top: 100px;
  }
}
@media (max-width: 1040px) {
  .offer form .button {
    margin: 20px auto 0;
    display: block;
  }
}
@media (max-width: 980px) {
  .offer form {
    margin-top: 60px;
  }
  .offer form .button {
    margin: 20px auto 0;
    display: block;
  }
}
@media (max-width: 700px) {
  .offer form input {
    display: block;
    margin: 5px auto;
  }
}
@media (max-width: 500px) {
  .offer form {
    margin-top: 40px;
  }
}
.offer p {
  margin-top: 10px;
}
@media (max-width: 980px) {
  .offer p {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}

.benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.benefits__item {
  font: 18px "Proxima Nova Sb";
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 700px) {
  .benefits__item {
    width: 50%;
    margin-bottom: 40px;
  }
  .benefits__item span {
    display: block;
    max-width: 290px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .benefits__item {
    width: 100%;
  }
}
.benefits__item__img {
  display: block;
  height: 130px;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 980px) {
  .benefits__item__img {
    margin-bottom: 10px;
    height: 100px;
  }
}
.benefits__item__img:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
  margin-right: -2px;
}
.benefits__item__img img {
  max-width: 99%;
  max-height: 100%;
}
@media (max-width: 980px) {
  .benefits__item__img img {
    max-width: 60%;
    max-height: 90%;
  }
}

.schoolsSection {
  background-image: url("../images/mountains_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.schools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.school {
  width: 308px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 15px 0px rgba(38, 47, 49, 0.4);
}
.school:nth-child(2n) {
  margin: 0 14px;
}
@media (max-width: 980px) {
  .school:nth-child(2n) {
    margin: 0 10px 20px;
  }
}
@media (max-width: 980px) {
  .school {
    margin: 0 10px 20px;
  }
}
.school__img {
  height: 184px;
  background-color: #FFF;
}
.school__img:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -2px;
}
.school__img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
.school p {
  background-color: #262f31;
  color: #FFF;
  padding: 35px 65px;
  text-align: center;
}
.school .button {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: top 0.3s ease-out, opacity 0.3s ease;
  -moz-transition: top 0.3s ease-out, opacity 0.3s ease;
  -ms-transition: top 0.3s ease-out, opacity 0.3s ease;
  /* IE10 is actually unprefixed */
  -o-transition: top 0.3s ease-out, opacity 0.3s ease;
  transition: top 0.3s ease-out, opacity 0.3s ease;
}
.school:hover .button {
  bottom: 35px;
  opacity: 1;
}

.steps {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .steps {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.steps__item {
  font: 16px "Proxima Nova Lt";
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 700px) {
  .steps__item {
    width: 45%;
    margin: 10px;
  }
}
@media (max-width: 400px) {
  .steps__item {
    width: 100%;
    margin: 10px auto;
  }
}
.steps__item span {
  font: 18px "Proxima Nova Rg";
  color: #414141;
  display: block;
  margin-bottom: 10px;
}
.steps__item__img {
  display: block;
  height: 110px;
  text-align: center;
  margin: 0 auto 25px;
}
.steps__item__img:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
  margin-right: -2px;
}
.steps__item__img img {
  max-width: 99%;
}

.testimonialsSection {
  background-image: url("../images/road_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.testimonialsList {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .testimonialsList {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.testimonial {
  width: 32%;
  position: relative;
}
@media (max-width: 750px) {
  .testimonial {
    width: 43%;
    margin: 20px;
  }
}
@media (max-width: 600px) {
  .testimonial {
    width: 100%;
    margin: 0px 0 40px;
  }
}
.testimonial__img {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: 2;
}
.testimonial__img img {
  min-height: 100%;
  min-width: 100%;
}
.testimonial__text {
  background-color: #FFF;
  padding: 60px 28px;
  margin-bottom: 35px;
  position: relative;
  font: 16px "Proxima Nova Th";
}
@media (max-width: 600px) {
  .testimonial__text {
    padding: 40px 20px;
  }
}
.testimonial__text:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #fff;
}
.testimonial__author {
  margin-top: 20px;
}
.testimonial__author span {
  display: block;
  text-align: center;
  color: #ed1c24;
  margin-bottom: 10px;
  font-size: 18px;
}
.testimonial__author p {
  color: #FFF;
  font: 16px "Proxima Nova Lt";
}

form input {
  height: 40px;
  border: 1px solid #fff;
  background-color: rgba(20, 20, 20, 0.5);
  margin: 0 10px;
  color: #FFF;
  font: 16px "Proxima Nova Lt";
  padding-left: 15px;
}
form button {
  margin: 0 10px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
}

.button {
  width: 220px;
  height: 50px;
  text-align: center;
  font: 18px "Proxima Nova Rg";
  text-transform: uppercase;
  background-color: #ed1c24;
  color: #FFF;
  border: none;
  cursor: pointer;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.button:hover {
  background-color: #262f31;
  color: #FFF;
}
.button--white {
  background-color: #FFF;
  color: #262f31;
}
.button--white:hover {
  background-color: #ed1c24;
  color: #FFF;
}

footer {
  background-color: #262F31;
  padding: 35px 0;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 500px) {
  footer {
    font-size: 16px;
  }
}
footer .socials a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
footer .socials a img {
  display: block;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}
@media (max-width: 980px) {
  footer {
    padding: 20px 0;
  }
  footer .socials {
    margin: 15px 0;
  }
  footer .flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.google-h, .google, .youtube-h, .youtube, .fax,
.mail, .phone, .pin, .facebook-h, .facebook,
.insta-h, .insta {
  display: inline-block;
  background: url(../images/icons-sprite.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.google:hover {
  background-position: -5px -0px;
  width: 37px;
  height: 24px;
}

.google {
  background-position: -5px -29px;
  width: 37px;
  height: 24px;
}

.youtube:hover {
  background-position: -5px -58px;
  width: 34px;
  height: 24px;
}

.youtube {
  background-position: -5px -87px;
  width: 34px;
  height: 24px;
}

.fax {
  background-position: -5px -116px;
  width: 32px;
  height: 32px;
}

.mail {
  background-position: -5px -153px;
  width: 32px;
  height: 24px;
}

.phone {
  background-position: -5px -182px;
  width: 32px;
  height: 32px;
}

.pin {
  background-position: -5px -219px;
  width: 32px;
  height: 32px;
}

.facebook:hover {
  background-position: -5px -256px;
  width: 24px;
  height: 24px;
}

.facebook {
  background-position: -5px -285px;
  width: 24px;
  height: 24px;
}

.insta:hover {
  background-position: -5px -314px;
  width: 24px;
  height: 24px;
}

.insta {
  background-position: -5px -343px;
  width: 24px;
  height: 24px;
}

.contacts .flex {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-info,
.column-map {
  width: 50%;
}
@media (max-width: 750px) {
  .column-info,
  .column-map {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .column-map {
    height: 300px;
    margin-top: 40px;
  }
}

.column-info li:not(:last-child) {
  margin-bottom: 35px;
}

.column-info i {
  margin-right: 33px;
}
@media (max-width: 500px) {
  .column-info i {
    margin-right: 10px;
  }
}

.column-info p {
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  text-align: left;
  font-size: 18px;
}
@media (max-width: 500px) {
  .column-info p {
    font-size: 16px;
  }
}

.contacts .form {
  width: 100%;
  border: 2px solid #ED1C24;
  border-top: 0;
  border-bottom: 0;
  margin-top: 65px;
}
.contacts .form input {
  background-color: transparent;
  color: #262f31;
  border: 1px solid #C8C9CB;
  width: 200px;
}
@media (max-width: 750px) {
  .contacts .form input {
    display: block;
    margin: 8px auto;
  }
}
@media (max-width: 980px) {
  .contacts .form .button {
    display: block;
    margin: 20px auto 0;
  }
}

.thanks-page {
  padding-top: 0;
}

.thanks {
  background-image: url(../images/thanks.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.thanks-text {
  font-size: 24px;
  color: #fff;
  font-family: "Proxima Nova Lt";
  padding: 90px 0 70px;
}

@media (max-width: 550px) and (orientation: portrait) {
  .thanks {
    min-height: 100%;
  }
}
/*Pages styles*/


.thanks-page .back {
  color: #fff
}
.thanks-page .back a {
  color: #fff;
  text-decoration: underline;
}