@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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; }

#nav ul, .main ul, #footer .three-cols ul, .social-networks {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .login-form .row:after, .contact-form .two-cols:after, .contact-form .row:after, .information-form .holder:after, .information-form .two-columns:after, .information-form .row:after, .container:after, #header:after, .overview-block .three-columns:after {
  content: '';
  display: block;
  clear: both; }
#loginerror a{
    display: none;
}
.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  font: 18px/1.444 "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #202022;
  background: #fff; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

a, button, input[type="submit"] {
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease; }

q {
  quotes: none; }

q:before {
  content: '“'; }

q:after {
  content: '”'; }

blockquote {
  margin: 0;
  font: 20px/32px Georgia, serif; }
  blockquote q {
    display: block;
    padding: 0 0 31px 20px; }
    @media (max-width: 767px) {
      blockquote q {
        padding: 0 0 25px; } }
  blockquote cite {
    display: block;
    font: 16px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

@font-face {
  font-family: 'brandon-grotesque-black';
  src: url("../fonts/brandon_blk-webfont.eot");
  src: url("../fonts/brandon_blk-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_blk-webfont.woff2") format("woff2"), url("../fonts/brandon_blk-webfont.woff") format("woff"), url("../fonts/brandon_blk-webfont.ttf") format("truetype"), url("../fonts/brandon_blk-webfont.svg#brandon_grotesqueblack") format("svg");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
    font-family: 'icomoon-yt';
    src:  url('../fonts/yt/icomoon.eot?2m1wul');
    src:  url('../fonts/yt/icomoon.eot?2m1wul#iefix') format('embedded-opentype'), url('../fonts/yt/icomoon.ttf?2m1wul') format('truetype'), url('../fonts/yt/icomoon.woff?2m1wul') format('woff'), url('../fonts/yt/icomoon.svg?2m1wul#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youtube {
    font-family: 'icomoon-yt' !important;
}

.icon-arrow-top:before {
  content: "\e909"; }

.icon-arrow-down:before {
  content: "\e908"; }

.icon-alert:before {
  content: "\e900"; }

.icon-arrow-left:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e902"; }

.icon-chevron-down:before {
  content: "\e903"; }

.icon-cross:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e905"; }

.icon-go:before {
  content: "\e906"; }

.icon-instagram:before {
  content: "\e907"; }

.icon-star:before {
  content: "\e90a"; }

.icon-twitter:before {
  content: "\e90b"; }

.icon-linkedin:before {
  content: "\eaca"; }

.icon-youtube:before {
content: "\ea9d";
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: normal;
  margin: 0 0 1em;
  color: inherit; }
  h1 em, .h1 em,
  h2 em, .h2 em,
  h3 em, .h3 em,
  h4 em, .h4 em,
  h5 em, .h5 em,
  h6 em, .h6 em,
  .h em {
    font-family: "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: normal;
    font-style: italic; }

h1, .h1 {
  margin: 0 0 45px;
  font-size: 22px;
  line-height: 28px; }
  @media (max-width: 767px) {
    h1, .h1 {
      margin: 0 0 38px; } }

h2, .h2 {
  margin: 0 0 37px;
  font-size: 20px;
  line-height: 25px; }
  @media (max-width: 767px) {
    h2, .h2 {
      margin: 0 0 28px; } }
  p + h2, p + .h2 {
    margin-top: 47px; }
    @media (max-width: 767px) {
      p + h2, p + .h2 {
        margin-top: 34px; } }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 19px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 26px; }

a {
  color: #f93648;
  text-decoration: none; }
  a:hover {
    color: #fb717e; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  float: left;
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 15px 20px;
  font: 14px/23px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  outline: 0;
  border: 1px solid #ced3d6;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #87b1f3; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #4d5256; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #4d5256; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #4d5256; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #4d5256; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #4d5256; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  max-width: 100%;
  height: 175px;
  min-height: 55px;
  max-height: 400px;
  overflow: auto; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.fake-choice {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 26px;
  height: 26px;
  margin: 0 10px 0 0; }
  .fake-choice input[type="radio"],
  .fake-choice input[type="checkbox"] {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    opacity: 0; }
    .fake-choice input[type="radio"]:checked + span,
    .fake-choice input[type="checkbox"]:checked + span {
      border-color: #626e76; }
      .fake-choice input[type="radio"]:checked + span:after,
      .fake-choice input[type="checkbox"]:checked + span:after {
        -ms-transform: scale(1);
        transform: scale(1); }
  .fake-choice span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid #ced3d6;
    border-radius: 50%;
    background: #fff;
    transition: border-color 0.2s ease; }
    .fake-choice span:after {
      position: absolute;
      content: "";
      left: 5px;
      right: 5px;
      top: 5px;
      bottom: 5px;
      border-radius: 50%;
      background: #8b979e;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      -ms-transform: scale(0);
      transform: scale(0); }
  .fake-choice input[type="checkbox"] + span {
    border-radius: 4px; }
    .fake-choice input[type="checkbox"] + span:after {
      border-radius: 2px; }

.choice-row {
  position: relative;
  padding-left: 40px; }
  .choice-row .fake-choice {
    position: absolute;
    left: 0;
    top: 0; }

.input-error .error-message {
  display: block; }

.input-error textarea,
.input-error input[type="text"],
.input-error input[type="search"],
.input-error input[type="password"],
.input-error input[type="tel"],
.input-error input[type="email"] {
  color: #f93648;
  border-color: #ff8e89; }

.error-message {
  display: none;
  float: left;
  width: 100%;
  padding: 6px 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #f93648; }

.email-form {
  position: relative;
  margin: 0 0 26px; }
  @media (max-width: 1199px) {
    .email-form {
      margin: 0 0 18px; } }
  @media (max-width: 959px) {
    .email-form {
      max-width: 400px; } }
  .email-form input[type="email"] {
    padding: 14px 68px 14px 19px;
    border-radius: 5px;
    border: 2px solid #909090; }
    .email-form input[type="email"]::-webkit-input-placeholder {
      color: rgba(20, 20, 21, 0.7); }
    .email-form input[type="email"]::-moz-placeholder {
      opacity: 1;
      color: rgba(20, 20, 21, 0.7); }
    .email-form input[type="email"]:-moz-placeholder {
      color: rgba(20, 20, 21, 0.7); }
    .email-form input[type="email"]:-ms-input-placeholder {
      color: rgba(20, 20, 21, 0.7); }
    .email-form input[type="email"].placeholder {
      color: rgba(20, 20, 21, 0.7); }
    @media (max-width: 1199px) {
      .email-form input[type="email"] {
        height: 49px;
        padding: 11px 50px 11px 19px; } }
    .email-form input[type="email"]:focus {
      border-color: #87b1f3; }
  .email-form button {
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 68px;
    height: auto;
    padding: 4px 2px 0;
    font-size: 18px;
    line-height: 1;
    color: #242424;
    text-align: center;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    background: #fff; }
    @media (max-width: 1199px) {
      .email-form button {
        width: 50px; } }
    .email-form button:hover {
      color: #f93648; }


	#registerform  .row label{
		width: 30%;
		padding: 5px 10px 6px 0;
	}
	#registerform  .row .input-text{
		width: 70%;
		height: 30px;
		line-height: 14px;
		padding: 3px 10px;
	}
	@media (max-width: 410px){
		#registerform  .row label{
		font-size: 11px;
	}
	.modal-popup .popap-block{
		padding: 15px;
	}
	}
  .login-form {
  text-align: center; }
  .login-form .row {
    padding: 0 0 20px;
    text-align: left; }
  .login-form label {
    float: left;
    padding: 0 0 12px;
    color: rgba(0, 0, 0, 0.5); }
  .login-form input[type="text"],
  .login-form input[type="email"],
  .login-form input[type="password"] {
    height: 50px;
    line-height: 18px; }
  .login-form .btn {
    margin: 8px 0 31px;
    padding: 10px 20px;
    text-transform: uppercase; }
  .login-form .revent-pass {
    display: inline-block;
    vertical-align: top;
    font: 12px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #8b8b8e; }
    .login-form .revent-pass:hover {
      color: #f93648; }

.contact-form {
  padding: 57px 0 0;
  border-top: 1px solid #ebebeb; }
  @media (max-width: 767px) {
    .contact-form {
      margin: 0 -15px;
      padding: 30px 15px 0; } }
  .contact-form .two-cols {
    margin: 0 -10px; }
    .contact-form .two-cols .column {
      float: left;
      width: 50%;
      padding: 0 10px; }
      @media (max-width: 959px) {
        .contact-form .two-cols .column.desktop-col {
          width: 100%; } }
      @media (max-width: 767px) {
        .contact-form .two-cols .column.desktop-col {
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        .contact-form .two-cols .column {
          width: 100%; } }
  .contact-form h2 {
    margin: 0 0 30px;
    font: 14px/20px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #141415; }
    @media (max-width: 767px) {
      .contact-form h2 {
        margin: 0 0 20px; } }
  .contact-form .row {
    padding: 0 0 25px; }
  .contact-form label {
    float: left;
    padding: 0 0 16px;
    font: 14px/20px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: rgba(0, 0, 0, 0.5); }
    @media (max-width: 767px) {
      .contact-form label {
        padding: 0 0 10px; } }
  @media (max-width: 767px) {
    .contact-form textarea {
      height: 140px; } }
  .contact-form .input-error .validation-wrap {
    float: left;
    width: 100%;
    position: relative; }
    .contact-form .input-error .validation-wrap:before {
      content: "";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      z-index: 2;
      right: 31px;
      top: 20px;
      width: 16px;
      height: 16px;
      padding: 1px 0 0;
      font-size: 9px;
      color: #ff5d5d;
      text-align: center;
      border: 2px solid #ff5d5d;
      border-radius: 50%;
      pointer-events: none; }
  .contact-form .input-error input[type="text"],
  .contact-form .input-error input[type="email"] {
    padding-right: 50px; }
  .contact-form .error-message {
    padding: 5px 0 0;
    font: 14px/20px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .contact-form .choice-row {
    margin-top: 7px;
    padding-left: 40px; }
    .contact-form .choice-row .fake-choice {
      top: -2px; }
    .contact-form .choice-row label {
      padding: 0;
      color: #4d5256; }
  @media (max-width: 959px) {
    .contact-form .btn-holder {
      text-align: center; } }
  .contact-form .btn {
    min-width: 190px;
    margin-top: 8px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .contact-form .btn {
        width: 100%; } }

.information-form {
  overflow: hidden; }
  .information-form .holder {
    padding: 11px 0 0; }
    .information-form .holder:first-child {
      margin-top: -1px;
      padding-top: 0; }
    @media (max-width: 767px) {
      .information-form .holder:after {
        display: none; } }
  .information-form .fields-block {
    float: right;
    width: 65.68%;
    padding: 36px 0 0;
    border-top: 1px solid #ebebeb; }
    @media (max-width: 1023px) {
      .information-form .fields-block {
        padding: 26px 0 0; } }
    @media (max-width: 767px) {
      .information-form .fields-block {
        width: 100%; } }
  .information-form .fields-box {
    float: left;
    width: 31.37%;
    padding: 36px 3.91% 0 0;
    border-top: 1px solid #ebebeb; }
    @media (max-width: 1023px) {
      .information-form .fields-box {
        padding: 26px 10px 0 0; } }
    @media (max-width: 767px) {
      .information-form .fields-box {
        width: 50%;
        padding: 20px 15px 30px 0; } }
    @media (max-width: 479px) {
      .information-form .fields-box {
        width: 100%;
        padding: 20px 0; } }
    @media (max-width: 767px) {
      .information-form .fields-box:first-child {
        padding-left: 15px; } }
    @media (max-width: 479px) {
      .information-form .fields-box:first-child {
        padding-left: 0; } }
    .information-form .fields-box .form-title {
      padding: 0 0 15px;
      font: bold 16px/20px "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
    .information-form .fields-box .btn {
      margin-top: 51px;
      padding: 15px 8px;
      font: bold 12px/18px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        .information-form .fields-box .btn {
          margin-top: 35px;
          font-size: 10px;
          line-height: 12px; } }
  .information-form .form-title {
    display: block;
    padding: 0 0 31px;
    font: 14px/20px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #141415; }
    @media (max-width: 767px) {
      .information-form .form-title {
        padding: 0 0 20px; } }
  .information-form .two-columns {
    margin: 0 -15px; }
    .information-form .two-columns .column {
      float: left;
      width: 50%;
      padding: 0 15px; }
      @media (max-width: 479px) {
        .information-form .two-columns .column {
          width: 100%; } }
  .information-form .row {
    padding: 0 0 26px; }
  .information-form label {
    float: left;
    padding: 0 0 17px;
    color: rgba(0, 0, 0, 0.5); }
  .information-form .input-error .validation-wrap {
    float: left;
    width: 100%;
    position: relative; }
    .information-form .input-error .validation-wrap:before {
      content: "";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      z-index: 2;
      right: 21px;
      top: 20px;
      width: 16px;
      height: 16px;
      padding: 1px 0 0;
      font-size: 9px;
      color: #ff5d5d;
      text-align: center;
      border: 2px solid #ff5d5d;
      border-radius: 50%;
      pointer-events: none; }
  .information-form .input-error input[type="text"],
  .information-form .input-error input[type="email"] {
    padding-right: 40px; }
  .information-form .error-message {
    font-size: 14px;
    line-height: 18px; }
  .information-form textarea {
    height: 245px; }
    @media (max-width: 1023px) {
      .information-form textarea {
        height: 204px; } }
    @media (max-width: 767px) {
      .information-form textarea {
        height: 160px; } }
    @media (max-width: 479px) {
      .information-form textarea {
        height: 136px; } }
  .information-form .btn[type="submit"] {
    min-width: 160px;
    margin-top: 61px;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .information-form .btn[type="submit"] {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .information-form .btn[type="submit"] {
        width: 300px;
        max-width: 100%;
        margin-top: 0;
        padding: 9px 28px; } }
  .information-form .form-title + .pre-selection-frame {
    margin-top: 18px; }
  .information-form .block {
    padding: 29px 0 0; }
    .information-form .block:first-child {
      padding-top: 0; }

.upload-block.disabled {
  pointer-events: none; }
  .upload-block.disabled .filedrag {
    padding: 9px 10px;
    font: 15px/18px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    color: #323232;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    background: #fff; }
    .upload-block.disabled .filedrag .selected-text {
      display: block; }
    .upload-block.disabled .filedrag .text {
      display: none; }

.upload-block .filedrag {
  position: relative;
  height: 100px;
  padding: 57px 0 0;
  font: bold 26px/30px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #7e7e7e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  border: 1px solid #ced3d6;
  background: url(../images/icon-drop.png) no-repeat 50% 19px;
  transition: border-color 0.4s ease; }
  .upload-block .filedrag:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.02);
    transition: all 0.4s ease; }
  .upload-block .filedrag:hover:after, .upload-block .filedrag.hover:after {
    opacity: 0.9; }
  .upload-block .filedrag.error {
    border-color: #f00; }
    .upload-block .filedrag.error:after {
      opacity: 0.9;
      background: rgba(249, 54, 72, 0.05); }
  .upload-block .filedrag .selected-text {
    display: none; }

.upload-block input[type="file"] {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0; }

.upload-block .message {
  padding: 12px 0 0; }
  .upload-block .message:empty {
    display: none; }

.upload-block .progress {
  display: none !important;
  max-width: 262px;
  height: 16px;
  margin: 28px auto 0;
  border-radius: 8px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2) inset;
  background: #cecece; }
  .upload-block .progress span {
    display: block;
    width: 0;
    height: 100%;
    color: #fff;
    background: #333; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  height: 55px;
  border: 1px solid #ced3d6;
  border-radius: 4px;
  background: #fff; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  margin: 0 50px 0 19px;
  font: 14px/53px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #4d5256; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 50px;
  bottom: 0;
  right: 0;
  top: 0;
  background: transparent; }
  .jcf-select .jcf-select-opener:after {
    content: "";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 10px;
    line-height: 1;
    color: #8b8b8e;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

body > .jcf-select-drop {
  position: absolute;
  margin: 1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: -1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop-content {
  overflow: hidden;
  border: 1px solid #ced3d6;
  border-radius: 4px;
  background: #fff;
  transform: translate3d(0, 0, 0); }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 19px;
  font: 13px/30px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #4d5256; }

.jcf-list .jcf-disabled {
  background: #fff !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px; }

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 15px 28px;
  font: bold 14px/26px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #202022;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #202022;
  box-shadow: none;
  background: transparent; }
  .btn:hover {
    color: #fff;
    background: #202022; }
  .btn.btn-block {
    width: 100%; }
  .btn.btn-rounded {
    border-radius: 28px; }
  .btn.btn-danger {
    color: #f93648;
    border-color: #fc9aa3; }
    .btn.btn-danger:hover {
      color: #fff;
      border-color: #f93648;
      background: #f93648; }
  .btn.btn-white {
    color: #fff;
    border-color: #fff; }
    .btn.btn-white:hover {
      color: #000;
      background: #fff; }
  .btn.btn-view {
    min-width: 221px;
    padding: 20px;
    font: bold 16px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-color: #f93648;
    background: #f93648; }
    @media (max-width: 1023px) {
      .btn.btn-view {
        padding: 14px 18px; } }
    .btn.btn-view:hover {
      border-color: #fb717e;
      background: #fb717e; }

.btn-center {
  text-align: center; }

.close {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 28px;
  height: 28px;
  border: 2px solid #202022;
  border-radius: 50%;
  cursor: pointer; }
  .close:hover {
    border-color: #ff8e89; }
    .close:hover span {
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      .close:hover span:before, .close:hover span:after {
        background: #f93648; }
  .close.alt {
    border: 0; }
  .close span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    transition: all 0.2s ease; }
    .close span:before, .close span:after {
      position: absolute;
      content: "";
      left: 50%;
      top: 50%;
      width: 100%;
      height: 3px;
      background: #202022;
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .close span:after {
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }

#wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh; }

#header {
  position: relative;
  z-index: 3;
  min-height: 100px;
  padding: 10px 25px 0; }
  @media (max-width: 1365px) {
    #header {
      min-height: 80px;
      padding: 4px 20px 0; } }
  @media (max-width: 479px) {
    #header {
      min-height: 0;
      padding: 4px 10px; } }
  .alter-page #header {
    border-bottom: 1px solid #e5e5e5; }
  #header address {
    float: right;
    width: 192px;
    margin: 0 0 0 41px;
    padding: 0;
    font-size: 17px;
    line-height: 24px;
    font-style: normal; }

    /*@media (max-width: 1365px){
        #header address {
            width: 180px;
            margin: 0 0 0 21px;
            font-size: 16px;
            line-height: 21px;
        }
    }*/
    #header address {
        width: 180px;
        margin: 0 0 0 21px;
        font-size: 16px;
        line-height: 21px;
    }

    @media (max-width: 1199px) {
      #header address {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        margin: 0; } }
    #header address .phone {
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0 0 3px;
      padding: 1px 2px 1px 22px ;
      font-size: 23px;
      line-height: 28px;
      color: inherit;
	  border: 1px solid #202022;}

    /* @media (max-width: 1365px) {
        #header address .phone {
            font-size: 20px;
            line-height: 25px;
        }
    } */

    #header address .phone {
        font-size: 20px;
        line-height: 25px;
    }

      #header address .phone:before {
        position: absolute;
        content: "";
        left: 3px;
        top: 9px;
        width: 14px;
        height: 14px;
        background: url(../images/icon-phone.png) no-repeat; }
        @media (max-width: 1365px) {
          #header address .phone:before {
            top: 6px; } }
    #header address strong {
      display: block; }

.logo {
  float: left;
  margin: 3px 20px 0 0;
  font-size: 0;
  line-height: 0;
  width: 260px;}

    /* @media (max-width: 1365px) {
        .logo {
            width: 260px;
            margin: 8px 10px 0 0;
        }
    } */

    @media (max-width: 1240px) {
        .logo {
            width: 245px;
            margin: 8px 10px 0 0;
        }
    }

  @media (max-width: 479px) {
    .logo {
      width: 210px;
      margin: 0; } }

@media (max-width: 1199px) {
  .nav-slider.active .slider {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 1199px) {
  .nav-slider.active .slider-holder {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

.nav-slider .opener {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 36px;
  height: 36px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media (max-width: 1199px) {
    .nav-slider .opener {
      display: block; } }
  .nav-slider .opener:hover span:before {
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .nav-slider .opener:hover span:after {
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%); }
  .nav-slider .opener span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 4px;
    background: #202022;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .nav-slider .opener span:before, .nav-slider .opener span:after {
      position: absolute;
      content: "";
      left: 0;
      top: -10px;
      width: 100%;
      height: 4px;
      background: #202022;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease; }
    .nav-slider .opener span:after {
      top: auto;
      bottom: -10px; }

.nav-slider .close {
  display: none;
  right: 19px;
  top: 12px; }
  @media (max-width: 1199px) {
    .nav-slider .close {
      display: block; } }

@media (max-width: 1199px) {
  .nav-slider .slider {
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease; } }

@media (max-width: 1199px) {
  .nav-slider .slider .overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6); } }

@media (max-width: 1199px) {
  .nav-slider .slider-holder {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    max-width: 90%;
    overflow: auto;
    padding: 50px 30px 20px;
    background: #fff;
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease; } }

@media (max-width: 1199px) {
  .nav-slider .slider-holder > .frame {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%; } }

.nav-holder {
  overflow: hidden;
  /* padding: 37px 0 0; */
  padding: 3px 0 0;
  font-size: 19px;
  line-height: 28px;
  font-weight: bold;
  text-align: center; }
  @media (max-width: 1365px) {
    .nav-holder {
        /* padding: 37px 0 0; */
        padding: 3px 0 0;
      font-size: 17px;
      line-height: 26px; } }
  @media (max-width: 1199px) {
    .nav-holder {
      -ms-flex-order: 1;
      order: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding: 0 0 30px;
      text-align: left; } }
  .nav-holder .login {
    display: inline-block;
    vertical-align: top;
    color: #7f7f85; }
    @media (max-width: 1199px) {
      .nav-holder .login {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #ececec; } }
    .nav-holder .login:hover {
      color: #f93648; }

#nav {
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 1199px) {
    #nav {
      display: block; } }
  #nav > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px 23px 0; }
    @media (max-width: 1365px) {
      #nav > ul > li {
        padding: 0 12px 13px 0; } }
    @media (max-width: 1199px) {
      #nav > ul > li {
        display: block;
        padding: 0;
        /* border-bottom: 1px solid #ececec; */ } }
    @media (max-width: 1199px) {
      #nav > ul > li:first-child {
        border-top: 1px solid #ececec; } }
    #nav > ul > li.active > a, #nav > ul > li.hover > a {
      color: #f93648; }
    #nav > ul > li.hover .drop {
      opacity: 1;
      visibility: visible; }
      @media (max-width: 1199px) {
        #nav > ul > li.hover .drop {
          display: block; } }
      #nav > ul > li.hover .drop ul {
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
    @media (max-width: 1199px) {
      #nav > ul > li > a {
        display: block;
        padding: 10px 0; } }
  #nav a {
    color: #141415; }
  #nav .drop {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1px;
    padding: 1px 0 0;
    font-size: 0;
    line-height: 0;
    border-top: 1px solid #e3e3e3;
    box-shadow: 0 2px 0 #fdfdfd inset;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 1199px) {
      #nav .drop {
        display: none;
        position: static;
        margin: 0;
        background: #fdfdfd;
        opacity: 1;
        visibility: visible; } }
    #nav .drop:after {
      position: absolute;
      z-index: 1;
      content: "";
      left: 0;
      top: 1px;
      width: 100%;
      height: 999999px;
      background: rgba(20, 20, 21, 0.8);
      pointer-events: none; }
      @media (max-width: 1199px) {
        #nav .drop:after {
          display: none; } }
    #nav .drop ul {
      position: relative;
      z-index: 2;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      -ms-transform: scale(1, 0);
      transform: scale(1, 0);
      -ms-transform-origin: 50% 0;
      transform-origin: 50% 0; }
      @media (max-width: 1199px) {
        #nav .drop ul {
          padding: 10px 0;
          -ms-transform: scale(1, 1);
          transform: scale(1, 1); } }
    #nav .drop li {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      background: #212020; }
      @media (max-width: 1199px) {
        #nav .drop li {
          width: 100%; } }
      #nav .drop li:first-child .text {
        border-left: 0; }
      #nav .drop li.active > a, #nav .drop li.hover > a {
        color: #f93648; }
    #nav .drop .text {
      display: block;
      min-height: 90px;
      padding: 14px 10px;
      font-size: 19px;
      line-height: 25px;
      text-transform: uppercase;
      border-left: 1px solid #ececec;
      background: #fdfdfd;
      white-space: nowrap; }
      @media (max-width: 1365px) {
        #nav .drop .text {
          padding: 12px 8px;
          font-size: 18px;
          line-height: 25px; } }
      @media (max-width: 1199px) {
        #nav .drop .text {
          min-height: 0;
          padding: 8px;
          font-size: 16px;
          line-height: 22px;
          text-transform: none;
          border: 0; } }
      #nav .drop .text:before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        width: 1px;
        min-height: 65px;
        margin: 0 0 0 -5px; }
        @media (max-width: 1199px) {
          #nav .drop .text:before {
            display: none; } }
      #nav .drop .text span {
        display: inline-block;
        vertical-align: middle;
        white-space: normal; }
    #nav .drop .thumbnail {
      display: block;
      height: 81px;
      background-color: #fdfdfd;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1365px) {
        #nav .drop .thumbnail {
          height: 50px; } }
      @media (max-width: 1199px) {
        #nav .drop .thumbnail {
          display: none; } }

.main {
  position: relative;
  z-index: 1; }
  .alter-page .main {
    padding: 41px 0 0; }
    @media (max-width: 767px) {
      .alter-page .main {
        padding: 20px 0 0; } }
  .main ul {
    padding: 0 0 26px; }
  .main p + ul {
    padding-top: 25px; }
    @media (max-width: 767px) {
      .main p + ul {
        padding-top: 15px; } }
  .main li {
    position: relative;
    padding: 0 0 14px 30px; }
    .main li:before {
      position: absolute;
      content: "";
      left: 0;
      top: 11px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #000; }
  .main .text-section {
    padding: 0 0 0 30px;
    border-left: 4px solid #d3dbe1; }
    .main .text-section h2 {
      margin: 0 0 37px;
      font-size: 22px;
      line-height: 25px;
      font-weight: bold;
      color: #000; }
      @media (max-width: 767px) {
        .main .text-section h2 {
          margin: 0 0 26px; } }
    .main .text-section ul {
      padding-left: 10px; }
      @media (max-width: 767px) {
        .main .text-section ul {
          padding: 0 0 10px; } }
    .main .text-section li {
      padding: 0 0 3px 26px; }
  .main p + img,
  .main ul + img {
    margin: 83px 0 66px; }
    @media (max-width: 767px) {
      .main p + img,
      .main ul + img {
        margin: 30px 0 30px; } }

.scroll-down {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 15px;
  width: 26px;
  height: 38px;
  margin-left: -13px;
  text-indent: -9999px;
  overflow: hidden;
  outline: 0;
  background: url(../images/icon-scroll.png) no-repeat;
  opacity: 0.8; }
  .scroll-down.dark {
    background-position: 100% 0; }
  .scroll-down:hover {
    opacity: 1; }
  @media (max-width: 767px) {
    .scroll-down {
      display: none; } }

.down-anchor {
  position: absolute;
  left: 0;
  top: 101%;
  width: 100%;
  height: 0; }

.photo-gallery {
  position: relative; margin: 0 42px; }
  @media (max-width: 1199px) {
    .photo-gallery {
      margin: 0 16px; } }
  @media (max-width: 767px) {
    .photo-gallery {
      margin: 0; } }
  .photo-gallery .slide {
    overflow: hidden; }
  .photo-gallery img {
    width: 100%;
    max-width: none; }
    @media (max-width: 767px) {
      .photo-gallery img {
        width: 120%;
        margin: 0 -10%; } }
  .photo-gallery .slick-arrow {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    transition-duration: 0.4s; }
    @media (max-width: 767px) {
      .photo-gallery .slick-arrow {
        display: none !important; } }
    .photo-gallery .slick-arrow:hover {
      color: #fff;
      background: rgba(0, 0, 0, 0.2); }
      .photo-gallery .slick-arrow:hover:before {
        opacity: 1; }
      .photo-gallery .slick-arrow:hover:after {
        opacity: 0; }
    .photo-gallery .slick-arrow.next {
      left: auto;
      right: 0; }
      .photo-gallery .slick-arrow.next:before {
        background-position: -24px -65px; }
      .photo-gallery .slick-arrow.next:after {
        background-position: -24px 0; }
    .photo-gallery .slick-arrow:before, .photo-gallery .slick-arrow:after {
      position: absolute;
      content: "";
      left: 50%;
      top: 50%;
      width: 20px;
      height: 61px;
      background: url(../images/sprite-arrows.png) no-repeat;
      transition: inherit;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .photo-gallery .slick-arrow:before {
      z-index: 1;
      background-position: 0 -65px;
      opacity: 0; }

.banner {
  position: relative;
  margin: 0 0 75px; }
  @media (max-width: 767px) {
    .banner {
      margin: 0 0 50px; } }
  .banner.mask:after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); }
  .banner img {
    width: 100%;
    max-width: none; }
    @media (max-width: 767px) {
      .banner img {
        width: 130%;
        margin: 0 -15%; } }
  .banner .img-holder {
    height: 500px;
    background-color: #333;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 1023px) {
      .banner .img-holder {
        height: 400px; } }
    @media (max-width: 767px) {
      .banner .img-holder {
        height: 270px; } }
  .banner .text-box {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 26px 0 0;
    color: #fff;
    text-align: center;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (max-width: 1199px) {
      .banner .text-box {
        padding: 0 0 20px; } }
    @media (max-width: 767px) {
      .banner .text-box {
        position: static;
        padding: 15px 0;
        -ms-transform: none;
        transform: none;
        color: #202022;
        background: #f6f6f6; } }
    .banner .text-box.align-l {
      top: 48%;
      text-align: left; }
  .banner .text-box.align-l h1 {
    margin: 0 0 31px;
    font:44px/50px 'Times New Roman', Times, serif;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .banner .text-box.align-l h1 {
        margin: 0 0 16px;
        font-size: 42px;
        line-height: 45px; } }
    @media (max-width: 767px) {
      .banner .text-box.align-l h1 {
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 26px; } }
  .banner h1 {
    margin: 0 0 5px;
    font: 34px/40px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #eff5fa; }
    @media (max-width: 1023px) {
      .banner h1 {
        font-size: 30px;
        line-height: 35px; } }
    @media (max-width: 767px) {
      .banner h1 {
        margin: 0;
        font-size: 18px;
        line-height: 22px;
        color: inherit; } }
  .banner h2 {
    margin: 0 0 54px;
    font: 18px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #eff5fa; }
    @media (max-width: 1023px) {
      .banner h2 {
        margin: 0 0 30px; } }
    @media (max-width: 767px) {
      .banner h2 {
        margin: 0 0 5px;
font-size: 15px;
line-height: 20px;
color: inherit; } }
  .banner .btn {
    padding: 15px 57px;
    font-size: 16px;
    line-height: 31px;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .banner .btn {
        padding: 10px 50px; } }
    @media (max-width: 767px) {
      .banner .btn {
        font-size: 14px;
        line-height: 18px; } }
    @media (max-width: 767px) {
      .banner .btn.btn-white {
        color: #202022;
        border: 2px solid #202022; } }
    @media (max-width: 767px) {
      .banner .btn.btn-white:hover {
        color: #fff;
        background: #202022; } }

.container.breadcrumbs{
    margin: 0 auto 75px;
}
.container.breadcrumbs p{
    margin: 0;
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
}

.product-gallery {
  padding: 0 42px;
  font-size: 0;
  line-height: 0;
position: relative;  }
.product-gallery .pagination ul{
	padding-right: 265px;
}
.product-gallery:not(.not-enough-slides) address{
	position: absolute;
	right: 42px;
	bottom: 20px;
}
.product-gallery.not-enough-slides address{
	margin: 15px 15px 15px 0;
	float: left;
}
.product-gallery.not-enough-slides .gallery-notes{
	float: right;
	max-width: 500px;
}
@media (max-width: 830px){
	.product-gallery.not-enough-slides .gallery-notes{
	float: left;
}
}
.product-gallery.not-enough-slides .gallery-notes p{
	font-size: 18px;
	line-height: 1.2;
	padding: 15px 5px 0 5px;
}
.product-gallery address{
	width: 255px;
	font-size: 18px;
	line-height: 28px;
	font-style: normal;
}
.product-gallery address .phone{
	display: block;
	border: 1px solid #202022;
    color: #202022;
	font-weight: bold;
	font-size: 20px;
	padding: 0 5px;
	margin-bottom: 10px;
}
  @media (max-width: 1023px) {
    .product-gallery {
      padding: 0 16px; }
	  .product-gallery:not(.not-enough-slides) address{
		  right: 16px;
		  bottom: 10px;
	  }
  }
  @media (max-width: 767px) {
    .product-gallery {
      padding: 0; }
	  .product-gallery:not(.not-enough-slides) address{
		  position: relative;
		  bottom: auto;
		  right: auto;
		  margin: 15px 0;
	  }
  }
  /* .product-gallery.not-enough-slides { padding: 0 0 35px; }
    @media (max-width: 1023px) {
      .product-gallery.not-enough-slides {
        padding: 0 0 25px; } }
    @media (max-width: 767px) {
      .product-gallery.not-enough-slides {
        padding: 0 0 20px; } }  */
    .product-gallery.not-enough-slides .pagination {
      display: none; }
  .product-gallery .slide {
    overflow: hidden; }
  .product-gallery .slider img {
    width: 100%;
    max-width: none; }
    @media (max-width: 767px) {
      .product-gallery .slider img {
        width: 140%;
        margin: 0 -20%; } }
  .product-gallery .pagination ul {
    margin: 0 -8px;
    padding: 4px 0 7px; }
    @media (max-width: 767px) {
      .product-gallery .pagination ul {
        padding: 0 8px; } }
    .product-gallery .pagination ul li {
      display: inline-block;
      vertical-align: top;
      padding: 8px;
      cursor: pointer; }
      @media (max-width: 1023px) {
        .product-gallery .pagination ul li {
          width: 110px; } }
      @media (max-width: 767px) {
        .product-gallery .pagination ul li {
          width: 95px; } }
      @media (max-width: 479px) {
        .product-gallery .pagination ul li {
          width: 80px; } }
      .product-gallery .pagination ul li:before {
        display: none; }

.overview-block {
  padding: 30px 0 71px;
  background: #f8f8f8; }
  @media (max-width: 767px) {
    .overview-block {
      padding: 30px 0; } }
  .overview-block .text-block {
    overflow: hidden;
    padding: 0 0 36px; }
    @media (max-width: 767px) {
      .overview-block .text-block {
        padding: 0 0 30px; } }
  .overview-block .product-view {
    width: 280px;
    margin-top: 26px; }
    @media (max-width: 767px) {
      .overview-block .product-view {
        float: none !important;
        margin: 0 auto 40px !important; } }
	.overview-block .product-view  .phone{
		border: 1px solid #202022;
		display: inline-block;
		color: #202022;
		font-size: 21px;
		line-height: 28px;
		padding: 0 10px;
		font-weight: bold;
		margin-bottom: 15px;
	}
    .overview-block .product-view.alignleft {
      float: left;
      margin-right: 80px; }
      @media (max-width: 1199px) {
        .overview-block .product-view.alignleft {
          margin-right: 40px; } }
    .overview-block .product-view.alignright {
      float: right;
      margin-left: 80px; }
      @media (max-width: 1199px) {
        .overview-block .product-view.alignright {
          margin-left: 40px; } }
    .overview-block .product-view img {
      margin: 0 0 22px; }
    .overview-block .product-view .link-more {
      display: block;
      padding: 0 4px;
      font-size: 20px;
      line-height: 27px;
      font-weight: bold;
      color: #f93648;
      text-align: center;
      text-transform: uppercase;
      border: 2px solid #fff;
      background: #fff; }
      .overview-block .product-view .link-more:hover {
        color: #dc071a;
        border-color: #dc071a; }
      .overview-block .product-view .link-more:after {
        content: "";
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        top: 2px;
        margin-left: 9px;
        font-size: 25px;
        line-height: 1; }
  .overview-block .text-holder {
    overflow: hidden; }
  .overview-block h1 {
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 25px;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .overview-block h1 {
        padding: 0 0 18px;
        margin: 0 0 30px; } }
    .overview-block h1:after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 62px;
      max-width: 100%;
      height: 4px;
      background: #ff5252; }
    .overview-block h1 + .product-slogan {
      margin-top: -17px; }
  .overview-block .product-slogan {
    display: block;
    padding: 0 0 58px; }
    @media (max-width: 767px) {
      .overview-block .product-slogan {
        padding: 0 0 30px; } }
  .overview-block .specification-block {
    padding: 20px 29px 16px;
    background: #fff; }
    @media (max-width: 767px) {
      .overview-block .specification-block {
        padding: 20px 15px; } }
    .overview-block .specification-block .block {
      padding: 42px 0 0; }
      .overview-block .specification-block .block:first-child {
        padding-top: 0; }
  .overview-block .three-columns {
    margin: 0 -15px;
    font-size: 0;
    line-height: 0; }
    .overview-block .three-columns > .column {
      display: inline-block;
      vertical-align: top;
      width: 33.3%;
      padding: 0 15px;
      font-size: 18px;
      line-height: 1.444; }
      @media (max-width: 767px) {
        .overview-block .three-columns > .column {
          width: 100%;
          padding: 40px 15px 0; } }
      @media (max-width: 767px) {
        .overview-block .three-columns > .column:first-child {
          padding-top: 0; } }
  .overview-block h2 {
    position: relative;
    margin: 0 0 14px;
    padding: 0 0 26px;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .overview-block h2 {
        padding: 0 0 15px;
        font-size: 20px;
        line-height: 25px; } }
    .overview-block h2:after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 132px;
      height: 1px;
      background: #d7d7d7; }
  .overview-block dl {
    margin: 0 0 -19px;
    font-size: 0;
    line-height: 0; }
    .overview-block dl dt, .overview-block dl dd {
      display: inline-block;
      vertical-align: top;
      padding-bottom: 19px;
      font-size: 18px;
      line-height: 1.444; }
      @media (max-width: 767px) {
        .overview-block dl dt, .overview-block dl dd {
          font-size: 16px;
          line-height: 22px; } }
    .overview-block dl dt {
      width: 160px;
      max-width: 48%;
      padding-right: 10px;
      font-weight: bold; }
    .overview-block dl dd {
      width: calc(100% - 160px);
      min-width: 52%;
      margin: 0; }
  .overview-block .btn-holder {
    text-align: center; }
  .overview-block .btn {
    min-width: 291px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .overview-block .btn {
        min-width: 200px;
        width: 300px;
        max-width: 100%; } }

.additional-products {
  padding: 63px 0 100px; }
  @media (max-width: 767px) {
    .additional-products {
      padding: 40px 0 50px; } }
  .additional-products.alt {
    padding: 63px 0 50px; }
    @media (max-width: 767px) {
      .additional-products.alt {
        padding: 40px 0; } }
    .additional-products.alt:last-child {
      margin-bottom: 30px; }
    .additional-products.alt + .additional-products.alt {
      padding-top: 47px;
      border-top: 1px solid #ebebeb; }
      @media (max-width: 767px) {
        .additional-products.alt + .additional-products.alt {
          padding-top: 40px; } }
    .additional-products.alt h1 {
      margin: 0 0 15px;
      font-family: "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
      @media (max-width: 767px) {
        .additional-products.alt h1 {
          margin: 0 0 8px; } }
    .additional-products.alt .subtitle {
      padding: 0 0 61px;
      font: 23px/30px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      color: #000; }
      @media (max-width: 767px) {
        .additional-products.alt .subtitle {
          padding: 0 0 35px; } }
  .additional-products h1 {
    margin: 0 0 12px;
    font: 40px/48px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center; }
    @media (max-width: 767px) {
      .additional-products h1 {
        margin: 0 0 5px;
        font-size: 30px;
        line-height: 36px; } }
  .additional-products .subtitle {
    display: block;
    padding: 0 0 76px;
    font: 20px/24px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #a8abaf;
    text-align: center; }
    @media (max-width: 767px) {
      .additional-products .subtitle {
        padding: 0 0 40px;
        font-size: 18px;
        line-height: 22px; } }
  .additional-products .additional-carousel {
    position: relative;
    margin: 0 -15px;
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .additional-products .additional-carousel.additional-carousel-4 .slick-arrow {
      top: 35%;
      -ms-transform: scale(0.6) translate(0, -50%);
      transform: scale(0.6) translate(0, -50%); }
    .additional-products .additional-carousel .slide {
      position: relative;
      padding: 0 15px; }
      .additional-products .additional-carousel .slide > a {
        display: block;
        position: relative; }
        .additional-products .additional-carousel .slide > a:hover {
          opacity: 0.9; }
      .additional-products .additional-carousel .slide img {
        width: 100%; }
    .additional-products .additional-carousel .text-box {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      min-height: 100px;
      padding: 26px 40px 34px;
      color: #fff;
      background: -moz-linear-gradient(top, transparent 0%, transparent 6%, rgba(0, 0, 0, 0.02) 10%, rgba(0, 0, 0, 0.14) 18%, rgba(0, 0, 0, 0.21) 27%, rgba(0, 0, 0, 0.43) 47%, rgba(0, 0, 0, 0.51) 56%, rgba(0, 0, 0, 0.55) 66%, rgba(0, 0, 0, 0.55) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 6%, rgba(0, 0, 0, 0.02) 10%, rgba(0, 0, 0, 0.14) 18%, rgba(0, 0, 0, 0.21) 27%, rgba(0, 0, 0, 0.43) 47%, rgba(0, 0, 0, 0.51) 56%, rgba(0, 0, 0, 0.55) 66%, rgba(0, 0, 0, 0.55) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 6%, rgba(0, 0, 0, 0.02) 10%, rgba(0, 0, 0, 0.14) 18%, rgba(0, 0, 0, 0.21) 27%, rgba(0, 0, 0, 0.43) 47%, rgba(0, 0, 0, 0.51) 56%, rgba(0, 0, 0, 0.55) 66%, rgba(0, 0, 0, 0.55) 100%); }
      .additional-products .additional-carousel .text-box .title {
        display: block;
        padding: 0 0 8px;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase; }
      .additional-products .additional-carousel .text-box .brand {
        display: block;
        font-size: 14px;
        line-height: 18px; }
    .additional-products .additional-carousel .slick-arrow {
      position: absolute;
      z-index: 2;
      left: 15px;
      top: 0;
      width: 50px;
      height: 100%;
      padding: 0;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      line-height: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      transition-duration: 0.4s; }
      @media (max-width: 767px) {
        .additional-products .additional-carousel .slick-arrow {
          display: none !important; } }
      .additional-products .additional-carousel .slick-arrow:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.2); }
        .additional-products .additional-carousel .slick-arrow:hover:before {
          opacity: 1; }
        .additional-products .additional-carousel .slick-arrow:hover:after {
          opacity: 0; }
      .additional-products .additional-carousel .slick-arrow.slick-next {
        left: auto;
        right: 15px; }
        .additional-products .additional-carousel .slick-arrow.slick-next:before {
          background-position: -24px -65px; }
        .additional-products .additional-carousel .slick-arrow.slick-next:after {
          background-position: -24px 0; }
      .additional-products .additional-carousel .slick-arrow:before, .additional-products .additional-carousel .slick-arrow:after {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        width: 20px;
        height: 61px;
        background: url(../images/sprite-arrows.png) no-repeat;
        transition: inherit;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .additional-products .additional-carousel .slick-arrow:before {
        z-index: 1;
        background-position: 0 -65px;
        opacity: 0; }
    .additional-products .additional-carousel .text-frame {
      padding: 26px 0 0;
      font: bold 20px/22px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      color: #202022;
      text-align: center; }
      .additional-products .additional-carousel .text-frame .title {
        display: block; }
      .additional-products .additional-carousel .text-frame .sup-title {
        padding: 0 0 10px;
        font-size: 23px;
        line-height: 25px;
        color: rgba(32, 32, 34, 0.5); }
  .additional-products .btn-holder {
    padding: 50px 0 0;
    text-align: center; }
  .additional-products .btn {
    font-size: 18px;
    line-height: 21px;
    font-weight: normal; }

.review-block {
  padding: 64px 40px 67px;
  color: rgba(0, 0, 0, 0.76);
  text-align: center;
  background: #f4f8fc; }
  @media (max-width: 767px) {
    .review-block {
      margin: 0 -15px;
      padding: 60px 20px; } }
  .review-block h2 {
    margin: 0 0 38px;
    font: 24px/30px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 767px) {
      .review-block h2 {
        margin: 0 0 20px; } }
  .review-block blockquote {
    max-width: 780px;
    margin: 0 auto; }
  .review-block .star-rating {
    padding: 0 0 39px; }
    .review-block .star-rating li {
      padding: 0; }
      .review-block .star-rating li:first-child {
        display: none; }
      .review-block .star-rating li:before {
        display: none; }

.star-rating {
  font-size: 0;
  line-height: 0;
  color: #929597; }
  .star-rating li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 4px 3px;
    font-size: 20px;
    line-height: 1; }
    .star-rating li.active ~ li {
      color: #d3dbe1; }

.map-holder {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 650px; }
  @media (max-width: 959px) {
    .map-holder {
      height: 450px; } }
  @media (max-width: 767px) {
    .map-holder {
      height: 280px; } }
  .map-holder img {
    max-width: none; }
  .map-holder .placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }

.map-container {
  position: relative;
  z-index: 2; }
  .map-holder + .map-container .map-holder-box {
    float: left;
    width: 100%;
    margin-top: -145px; }
    @media (max-width: 959px) {
      .map-holder + .map-container .map-holder-box {
        margin-top: 0; } }
  .map-container .map-holder-box {
    padding: 70px 40px 100px;
    background: #fff; }
    @media (max-width: 959px) {
      .map-container .map-holder-box {
        padding: 50px 20px 80px; } }
    @media (max-width: 767px) {
      .map-container .map-holder-box {
        padding: 30px 0 40px; } }
  .map-container h1 {
    margin: 0 0 84px;
    font: 40px/48px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center; }
    @media (max-width: 767px) {
      .map-container h1 {
        margin: 0 0 40px;
        font-size: 30px;
        line-height: 36px; } }
    .map-container h1 + .slogan {
      margin-top: -70px; }
      @media (max-width: 767px) {
        .map-container h1 + .slogan {
          margin-top: -30px; } }
  .map-container .slogan {
    display: block;
    padding: 0 0 84px;
    font: 20px/25px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #a8abaf;
    text-align: center; }
    @media (max-width: 959px) {
      .map-container .slogan {
        padding: 0 0 60px; } }
    @media (max-width: 767px) {
      .map-container .slogan {
        padding: 0 0 20px;
        font-size: 18px;
        line-height: 24px; } }
  .map-container .address-info {
    padding: 0 0 47px;
    font: 22px/28px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center; }
    @media (max-width: 767px) {
      .map-container .address-info {
        padding: 0 0 21px;
        font-size: 15px;
        line-height: 20px; } }
    .map-container .address-info li {
      padding: 0 0 21px; }
      @media (max-width: 767px) {
        .map-container .address-info li {
          padding: 0 0 10px; } }
      .map-container .address-info li:before {
        display: none; }
    .map-container .address-info address {
      padding: 0;
      font-style: normal; }
    .map-container .address-info a {
      color: inherit; }
      .map-container .address-info a:hover {
        color: #f93648; }

.benefits-block {
  position: relative;
  padding: 10px 0;
  font: 24px/32px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #000;
  background-position: 50% 0;
  background-size: cover; }
  @media (max-width: 959px) {
    .benefits-block {
      padding: 80px 0 60px; } }
  @media (max-width: 767px) {
    .benefits-block {
      padding: 50px 0 0; } }
  .benefits-block:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .benefits-block + .container .review-block {
    margin-top: 81px; }
    @media (max-width: 1023px) {
      .benefits-block + .container .review-block {
        margin-top: 60px; } }
    @media (max-width: 767px) {
      .benefits-block + .container .review-block {
        margin-top: 0; } }
  .benefits-block .container {
    position: relative;
    z-index: 1; }
  .benefits-block h2 {
    margin: 0 0 100px;
    font-size: 40px;
    line-height: 44px; }
    @media (max-width: 959px) {
      .benefits-block h2 {
        margin: 0 0 80px; } }
    @media (max-width: 767px) {
      .benefits-block h2 {
        margin: 0 0 50px;
        font-size: 30px;
        line-height: 32px; } }
  .benefits-block .benefits-list {
    overflow: hidden;
    margin: 0 -15px; }
    .benefits-block .benefits-list ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 0 0 -1px;
      padding: 0; }
      @media (max-width: 767px) {
        .benefits-block .benefits-list ul {
          -ms-flex-direction: column;
          flex-direction: column;
          margin: 0; } }
      .benefits-block .benefits-list ul li {
        position: relative;
        width: 33.3333333%;
        margin: 0 0 20px;
        padding: 22px 6% 60px;
        border-left: 1px solid rgba(255, 255, 255, 0.4); }
        @media (max-width: 959px) {
          .benefits-block .benefits-list ul li {
            padding: 16px 15px 40px; } }
        @media (max-width: 767px) {
          .benefits-block .benefits-list ul li {
            width: 100%;
            padding: 25px 15px 18px;
            border: solid rgba(255, 255, 255, 0.4);
            border-width: 1px 0 0; } }
        .benefits-block .benefits-list ul li:before {
          display: none; }
    .benefits-block .benefits-list img {
      margin: 0 0 31px; }
    .benefits-block .benefits-list p {
      margin: 0; }

.content-panel {
  margin: 0 0 29px;
  padding: 0 0 11px;
  font: 14px/20px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border-bottom: 1px solid #f6f6f6; }
  @media (max-width: 767px) {
    .content-panel {
      margin: 0 -15px 29px;
      padding: 0 15px 11px; } }
  .content-panel h1 {
    margin: 0 0 37px; }
    @media (max-width: 767px) {
      .content-panel h1 {
        margin: 0 0 20px; } }
  .content-panel .sort-frame {
    overflow: hidden; }
  .content-panel .sort-block {
    overflow: hidden;
    line-height: 35px; }
    .content-panel .sort-block strong {
      float: left;
      font-size: 16px;
      font-weight: normal;
      color: rgba(79, 80, 80, 0.7); }
    .content-panel .sort-block .sort-list {
      overflow: hidden;
      padding: 0 0 0 15px; }
      .content-panel .sort-block .sort-list li {
        float: left;
        padding: 0 4px 8px 0; }
        .content-panel .sort-block .sort-list li:before {
          display: none; }
      .content-panel .sort-block .sort-list a {
        display: block;
        padding: 0 18px;
        color: #474a4f;
        border-radius: 18px; }
      .content-panel .sort-block .sort-list a:hover,
      .content-panel .sort-block .sort-list .active a {
        color: #202022;
        background: #fafafa; }

.note-frame {
  padding: 0 0 50px; }
  @media (max-width: 767px) {
    .note-frame {
      padding: 0 0 20px; } }

.show-info {
  float: right;
  padding: 8px 0 0 20px;
  font: 14px/20px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: rgba(32, 32, 34, 0.5); }
  @media (max-width: 767px) {
    .show-info {
      float: none;
      display: block;
      padding: 0 0 15px; } }

.ajax-container h1 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 49px;
  text-transform: uppercase;
  letter-spacing: 0.029em; }
  @media (max-width: 767px) {
    .ajax-container h1 {
      margin: 0 0 28px;
      font-size: 25px;
      line-height: 30px; } }

.ajax-container .btn-rounded {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  border-radius: 28px; }
  @media (max-width: 479px) {
    .ajax-container .btn-rounded {
      width: 100%; } }

.main .items-list {
  margin: 0 -10px;
  padding: 0 0 3px;
  font-size: 0;
  line-height: 0; }
  .main .items-list.products {
    padding: 0 0 23px;
    text-align: center; }
    @media (max-width: 767px) {
      .main .items-list.products {
        padding: 0 0 10px; } }
    .main .items-list.products li {
      padding: 10px 10px 29px; }
      @media (max-width: 767px) {
        .main .items-list.products li {
          padding: 10px 10px 24px; } }
    .main .items-list.products img {
      margin: 0 0 26px; }
      @media (max-width: 767px) {
        .main .items-list.products img {
          margin: 0 0 18px; } }
    .main .items-list.products .title {
      font-size: 16px;
      line-height: 22px; }
      .main .items-list.products .title a {
        color: inherit; }
        .main .items-list.products .title a:hover {
          color: #f93648; }
    .main .items-list.products .sup-title {
      color: rgba(32, 32, 34, 0.5); }
  .main .items-list.four-cols li {
    width: 25%; }
    @media (max-width: 959px) {
      .main .items-list.four-cols li {
        width: 50%; } }
    @media (max-width: 767px) {
      .main .items-list.four-cols li {
        width: 100%; } }
    @media (max-width: 479px) {
      .main .items-list.four-cols li {
        width: 100%; } }
  .main .items-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 10px 10px 54px;
    font: 18px/24px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 959px) {
      .main .items-list li {
        width: 50%; } }
    @media (max-width: 767px) {
      .main .items-list li {
        display: block;
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        padding: 10px 10px 40px;
        font-size: 16px;
        line-height: 22px; } }
    @media (max-width: 479px) {
      .main .items-list li {
        width: 100%; } }
    .main .items-list li:before {
      display: none; }
    .main .items-list li.double {
      width: 66.666%; }
      @media (max-width: 959px) {
        .main .items-list li.double {
          width: 100%; } }
  .main .items-list img {
    max-width: none;
    width: 100%;
    margin: 0 0 28px; }
    @media (max-width: 767px) {
      .main .items-list img {
        margin: 0 0 20px; } }
  .main .items-list .title {
    display: block;
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal; }
    .main .items-list .title a {
      color: inherit; }
      .main .items-list .title a:hover {
        color: #f93648; }
  .main .items-list .descriptions {
    display: block;
    padding-top: 18px;
    color: rgba(32, 32, 34, 0.5); }
    @media (max-width: 767px) {
      .main .items-list .descriptions {
        padding-top: 10px; } }
  .main .items-list .price {
    display: block;
    font: 24px/22px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    color: #f00; }

.partners,
.additional-items {
  padding: 0 0 22px; }
.partners{text-align:center;
  @media (max-width: 767px) {
}
.partners,
    .additional-items {
      text-align: center; } }
.partners + .additional-items,
  .ajax-container + .additional-items {
    padding-top: 125px; }
.partners h2,
  .additional-items h2 {
    margin: 0 0 38px;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold; }
.partners ul,
  .additional-items ul {
    margin: 0 -10px;
    padding: 0;
    font-size: 0;
    line-height: 0; }
.partners li,
  .additional-items li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    min-width: 220px;
    padding: 0 10px 30px; }
.partners li{
  width:auto;
  min-width:0;
  vertical-align:middle;
}
.partners li:before,
    .additional-items li:before {
      display: none; }
.partners a,
  .additional-items a {
    display: block; }
.partners a:hover,
    .additional-items a:hover {
      opacity: 0.85; }

.vertical-carousel {
  position: relative;
  margin: 0 0 12px; }
  .vertical-carousel .slide {
    position: relative; }
    .vertical-carousel .slide:after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.2;
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.69) 19%, rgba(0, 0, 0, 0.64) 34%, rgba(0, 0, 0, 0.61) 51%, rgba(0, 0, 0, 0.6) 100%);
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.69) 19%, rgba(0, 0, 0, 0.64) 34%, rgba(0, 0, 0, 0.61) 51%, rgba(0, 0, 0, 0.6) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.69) 19%, rgba(0, 0, 0, 0.64) 34%, rgba(0, 0, 0, 0.61) 51%, rgba(0, 0, 0, 0.6) 100%); }
      @media (max-width: 767px) {
        .vertical-carousel .slide:after {
          opacity: 0.26; } }
  .vertical-carousel img {
    width: 100%;
    max-width: none; }
    @media (max-width: 767px) {
      .vertical-carousel img {
        width: 140%;
        margin: 0 -20%; } }
  .vertical-carousel .text-block {
    position: absolute;
    z-index: 1;
    top: 54.9%;
    left: 0;
    width: 100%;
    color: #fff;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .vertical-carousel .text-block .container {
      padding-right: 140px;
      padding-left: 75px; }
      @media (max-width: 1023px) {
        .vertical-carousel .text-block .container {
          padding-right: 100px; } }
      @media (max-width: 767px) {
        .vertical-carousel .text-block .container {
          padding-right: 30px;
		  padding-left: 40px;} }
  .vertical-carousel .type {
    display: block;
    padding: 0 0 37px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .vertical-carousel .type {
        padding: 0 0 20px; } }
    @media (max-width: 767px) {
      .vertical-carousel .type {
        padding: 0 0 10px;
        font-size: 12px;
        line-height: 16px;
        color: #fff; } }
  .vertical-carousel h1 {
    margin: 0 0 31px;
    font-size: 44px;
    line-height: 50px;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .vertical-carousel h1 {
        margin: 0 0 16px;
        font-size: 42px;
        line-height: 45px; } }
    @media (max-width: 767px) {
      .vertical-carousel h1 {
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 26px; } }
  .vertical-carousel h2 {
    margin: 0 0 54px;
    font: 18px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #eff5fa; }
    @media (max-width: 1023px) {
      .vertical-carousel h2 {
        margin: 0 0 30px; } }
    @media (max-width: 767px) {
      .vertical-carousel h2 {
        margin: 0 0 15px;
        font-size: 12px;
        line-height: 16px;
        color: #fff; } }
  @media (max-width: 767px) {
    .vertical-carousel .btn.btn-view {
      min-width: 0;
      padding: 5px;
      color: #fff;
      border: 0;
      background: transparent; } }
  @media (max-width: 767px) {
    .vertical-carousel .btn.btn-view:hover {
      color: #f93648; } }
  .vertical-carousel .controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 100px;
    text-align: center;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (max-width: 1023px) {
      .vertical-carousel .controls {
        right: 60px; } }
    @media (max-width: 767px) {
      .vertical-carousel .controls {
        right: 15px; } }
  .vertical-carousel .slick-arrow {
    width: auto;
    padding: 0;
    font-size: 28px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
    border: 0;
    border-radius: 0;
    background: transparent; }
    @media (max-width: 767px) {
      .vertical-carousel .slick-arrow {
        display: none !important; } }
    .vertical-carousel .slick-arrow:hover {
      color: #fff; }
  .vertical-carousel .next {
    -ms-flex-order: 3;
    order: 3; }
  .vertical-carousel .pagination {
    -ms-flex-order: 2;
    order: 2;
    padding: 71px 0;
    text-align: left; }
    @media (max-width: 1023px) {
      .vertical-carousel .pagination {
        padding: 30px 0; } }
    @media (max-width: 767px) {
      .vertical-carousel .pagination {
        padding: 10px 0; } }
    .vertical-carousel .pagination li {
      width: 10px;
      margin: 0 auto;
      padding: 10px 0; }
      .vertical-carousel .pagination li:before {
        display: none; }
      .vertical-carousel .pagination li:after {
        position: absolute;
        content: "";
        left: -10px;
        right: -10px;
        top: 0;
        bottom: 0;
        cursor: pointer;
        background: transparent; }
      .vertical-carousel .pagination li:hover button, .vertical-carousel .pagination li.slick-active button {
        background: #fff; }
    .vertical-carousel .pagination button {
      display: block;
      position: relative;
      width: 10px;
      height: 10px;
      padding: 0;
      font-size: 0;
      line-height: 0;
      border: 0;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5); }

#content {
  float: right;
  width: 74.58%;
  margin: 0 0 7px;
  padding: 0 0 70px;
  border-bottom: 1px solid #e5e5e5; }
  @media (max-width: 767px) {
    #content {
      width: 100%;
      padding: 0 0 40px; } }

#content.fullwidth{
  width:100%;
}
.main .product-list{
  margin:0 0 -20px;
  padding:0;
  text-align:center;
  font-size:0;
}
.main .product-list li{
  display:inline-block;
  vertical-align:top;
  width:256px;
  padding:0 20px 40px;
}
.main .product-list li:before{display:none;}
.main .product-list a{
  display:block;
  font:16px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color:#fff;
  background:#535353;
}
.main .product-list img{
  width:100%;
}
.main .product-list .text-block{
  padding:20px 10px 23px 10px;
}
.main .product-list .title{
  display:block;
  padding:0 0 18px;
}
.main .product-list .link{
  display:inline-block;
  vertical-align:top;
  font-size:12px;
  line-height:16px;
  padding:8px 20px;
  border:1px solid #fff;
}
.main .product-list a:hover{opacity:0.9;}
#sidebar {
  float: left;
  width: 19.83%;
  padding: 5px 0 20px; }
  @media (max-width: 767px) {
    #sidebar {
      width: 100%;
      padding: 30px 0 20px; } }
  #sidebar .block {
    padding: 8px 0 10px;
    border-top: 3px solid #f6f6f6; }
    @media (max-width: 767px) {
      #sidebar .block {
        padding: 16px 0 0; } }
    #sidebar .block:first-child {
      padding-top: 0 !important;
      border: 0; }
  #sidebar h2 {
    margin: 0 0 21px;
    font-weight: bold;
    color: #b9bfca;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      #sidebar h2 {
        margin: 0 0 10px; } }
    #sidebar h2.alt {
      color: #242527; }
    #sidebar h2.filter-title {
      margin: 0 0 9px;
      padding: 0 0 3px;
      color: rgba(79, 80, 80, 0.7);
      text-transform: none;
      border-bottom: 3px solid #f6f6f6; }
  #sidebar .aside-list {
    padding: 0 0 23px;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      #sidebar .aside-list {
        padding: 0 0 18px; } }
    #sidebar .aside-list.filters {
      font-size: 20px;
      line-height: 25px;
      font-weight: bold;
      color: rgba(0, 0, 0, 0.5); }
      #sidebar .aside-list.filters li {
        padding: 15px 0 28px; }
        @media (max-width: 767px) {
          #sidebar .aside-list.filters li {
            padding: 10px 0 20px; } }
      #sidebar .aside-list.filters .sub-menu {
        padding: 19px 0 0; }
        @media (max-width: 767px) {
          #sidebar .aside-list.filters .sub-menu {
            padding: 12px 0 0; } }
    #sidebar .aside-list li {
      padding: 23px 0; }
      @media (max-width: 767px) {
        #sidebar .aside-list li {
          padding: 10px 0; } }
      #sidebar .aside-list li:before {
        display: none; }
      #sidebar .aside-list li.active > .slider-opener:before, #sidebar .aside-list li.active > .slider-opener:after {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    #sidebar .aside-list a {
      display: block;
      color: inherit; }
      #sidebar .aside-list a:hover {
        color: #f93648; }
      #sidebar .aside-list a.slider-opener {
        position: relative;
        padding-right: 14px; }
        #sidebar .aside-list a.slider-opener:before, #sidebar .aside-list a.slider-opener:after {
          position: absolute;
          content: "";
          right: 0;
          top: 10px;
          width: 8px;
          height: 2px;
          background: #4c4c4c;
          transition: transform 0.4s ease;
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        #sidebar .aside-list a.slider-opener:after {
          -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
    #sidebar .aside-list .sub-menu {
      padding: 36px 0 0;
      font: 14px/20px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      color: #242424;
      text-transform: none; }
      @media (max-width: 767px) {
        #sidebar .aside-list .sub-menu {
          padding: 18px 0 0;
          font-size: 13px;
          line-height: 16px; } }
      #sidebar .aside-list .sub-menu li {
        padding: 0 0 10px; }
      #sidebar .aside-list .sub-menu a {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 0 0 20px;
        color: inherit; }
        #sidebar .aside-list .sub-menu a:before {
          position: absolute;
          content: "";
          left: 0;
          top: 6px;
          width: 9px;
          height: 9px;
          border-radius: 50%;
          border: 1px solid #f93648;
          transition: inherit; }
        #sidebar .aside-list .sub-menu a:hover {
          color: #f93648; }
          #sidebar .aside-list .sub-menu a:hover:before {
            background: #f93648; }
      #sidebar .aside-list .sub-menu .active > a:before {
        background: #f93648; }

#footer {
  position: relative;
  z-index: 1;
  padding: 90px 0 40px;
  font-size: 20px;
  line-height: 26px;
  color: #242527; }
  @media (max-width: 1199px) {
    #footer {
      padding: 60px 0 30px;
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 767px) {
    #footer {
      padding: 30px 0 20px; } }
  #footer .three-cols {
    overflow: hidden;
    padding: 0 0 38px; }
    @media (max-width: 1199px) {
      #footer .three-cols {
        padding: 0 0 26px; } }
    #footer .three-cols > .column {
      float: left;
      width: 33.3%;
      padding: 0 20px 40px; }
      @media (max-width: 767px) {
        #footer .three-cols > .column {
          width: 100%;
          padding: 0 20px; } }
    #footer .three-cols li {
      padding: 0 0 6px; }
    #footer .three-cols a {
      color: inherit; }
      #footer .three-cols a:hover {
        color: #f93648; }
  #footer .title {
    display: block;
    padding: 0 0 20px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      #footer .title {
        padding: 0 0 14px;
        font-size: 18px;
        line-height: 26px; } }
    @media (max-width: 767px) {
      #footer .title {
        padding: 7px 0;
        border-bottom: 1px solid #e5e5e5; } }
  #footer .mobile-slider.active .mobile-opener:before {
    -ms-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  #footer .mobile-slider.active .mobile-opener:after {
    -ms-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  @media (max-width: 767px) {
    #footer .mobile-opener {
      display: block;
      position: relative;
      padding: 0 30px 0 0;
      cursor: pointer; }
      #footer .mobile-opener:before, #footer .mobile-opener:after {
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        width: 14px;
        height: 2px;
        background: #202022;
        -ms-transform: translate(0, -50%) rotate(180deg);
        transform: translate(0, -50%) rotate(180deg);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease; }
      #footer .mobile-opener:after {
        -ms-transform: translate(0, -50%) rotate(270deg);
        transform: translate(0, -50%) rotate(270deg); } }
  @media (max-width: 767px) {
    #footer .mobile-slide {
      padding: 15px 0;
      border-bottom: 1px solid #e5e5e5; } }

.email-column {
  float: right;
  width: 323px;
  padding: 0 18px 40px 20px; }
  @media (max-width: 1199px) {
    .email-column {
      width: 280px; } }
  @media (max-width: 959px) {
    .email-column {
      float: none;
      width: auto;
      padding: 0 20px 40px; } }
  @media (max-width: 767px) {
    .email-column {
      padding: 0 20px; } }
  .email-column .phone {
    display: block;
    font: 14px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #999; }
    @media (max-width: 1199px) {
      .email-column .phone {
        font-size: 13px; } }
    .email-column .phone a {
      color: #000; }

.sub-items {
  text-align: center; }

.social-networks {
  padding: 0 0 33px;
  font-size: 0;
  line-height: 0; }
  @media (max-width: 1199px) {
    .social-networks {
      padding: 0 0 10px; } }
  .social-networks li {
    display: inline-block;
    vertical-align: top;
    padding: 0 14px 20px;
    font-size: 20px;
    line-height: 1; }
  .social-networks a {
    color: #202022; }
    .social-networks a:hover {
      color: #f93648; }
  .social-networks .facebook:hover {
    color: #3b5997; }
  .social-networks .twitter:hover {
    color: #55acef; }
  .social-networks .instagram:hover {
    color: #9d7144; }
  .social-networks .linkedin:hover {
    color: #007ab9; }

.copyrights {
  display: block;
  font: 11px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #adb2bb; }

.modal-popup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 320px;
  height: 100%;
  overflow: hidden;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .modal-popup.develop-mode {
    -ms-flex-align: start;
    align-items: flex-start; }
  .modal-popup.popup-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
    .modal-popup.popup-active .popup-holder {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .modal-popup .overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7); }
  .modal-popup .popup-holder {
    position: relative;
    z-index: 2;
    min-width: 380px;
    max-height: 100%;
    overflow: auto;
    margin: 0 15px;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    box-shadow: -5px 5px 30px rgba(0, 0, 0, 0.4);
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px); }
    @media (max-width: 767px) {
      .modal-popup .popup-holder {
        min-width: 200px;
        max-width: calc(100% - 30px); } }
  .modal-popup .popap-block {
    position: relative;
    overflow: hidden;
    padding: 28px 30px 41px;
    font: 14px/18px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    white-space: normal; }
  .modal-popup .popup-image-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .modal-popup .popup-image-wrap .img-box {
      display: inline-block;
      vertical-align: top;
      width: 380px;
      background-color: #000;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 767px) {
        .modal-popup .popup-image-wrap .img-box {
          display: none; } }
    .modal-popup .popup-image-wrap .popap-block {
      display: inline-block;
      vertical-align: top;
      width: 380px; }
      @media (max-width: 767px) {
        .modal-popup .popup-image-wrap .popap-block {
          max-width: 100%; } }
  .modal-popup .close {
    right: 22px;
    top: 20px; }
  .modal-popup .title {
    display: block;
    padding: 0 14px 43px 0;
    font: bold 12px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase; }
  .modal-popup .sub-action {
    display: block;
    margin: 26px 0 0;
    padding: 28px 0 0;
    font: 12px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #242424;
    text-align: center;
    border-top: 1px solid #e9e9e9; }
  .modal-popup .heading {
    display: block;
    position: relative;
    margin: 0 0 29px;
    padding: 0 20px 29px 0;
    font: bold 22px/28px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .modal-popup .heading {
        margin: 0;
        padding: 0 40px 20px 0; } }
    @media (max-width: 767px) {
      .modal-popup .heading {
        font-size: 20px;
        line-height: 1; } }
    .modal-popup .heading:after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 62px;
      height: 4px;
      background: #ff5252; }

.info-popup .overlay {
  background: transparent; }

.info-popup .close {
  z-index: 2;
  right: 70px;
  top: 80px;
  width: 32px;
  height: 32px;
  border-width: 3px; }
  @media (max-width: 1023px) {
    .info-popup .close {
      right: 30px;
      top: 28px; } }
  @media (max-width: 479px) {
    .info-popup .close {
      right: 20px; } }

.info-popup .popup-holder {
  width: 1200px;
  max-width: 100%; }
  @media (max-width: 479px) {
    .info-popup .popup-holder {
      margin: 0; } }

.info-popup .popap-block {
  padding: 79px 90px 90px 89px; }
  @media (max-width: 1023px) {
    .info-popup .popap-block {
      padding: 30px 30px 40px; } }
  @media (max-width: 479px) {
    .info-popup .popap-block {
      padding: 30px 20px; } }

.window-resize .nav-slider .slider-holder,
.window-resize .nav-slider .slider {
  transition: none !important; }

#overlayImage {
  max-width: none; }

/*  ADDITIONAL    */
.vertical-carousel .image {
  display: block;
  height: 500px;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;}
  @media (max-width: 1023px) {
    .vertical-carousel .image {
      height: 400px; } }
  @media (max-width: 767px) {
    .vertical-carousel .image {
      height: 250px; } }

.main .items-list.products {
  text-align: left; }
  .main .items-list.products li {
    text-align: center; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

#header .logo a {
	position: relative;
	z-index: 1;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.product-gallery .lightbox-opener {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.6) url(../images/enlarge-icon.png) no-repeat 50% 50%;
  background-size: 30px 30px; }
  .product-gallery .lightbox-opener:hover {
    background-color: rgba(255, 255, 255, 0.8); }

/*# sourceMappingURL=additional.css.map */

/* Start 21.05 */
.overview-block .two-columns {
  margin: 0 -15px;
  font-size: 0;
  line-height: 0; }
  .overview-block .two-columns:after {
    display: block;
    content: "";
    clear: both; }
  .overview-block .two-columns > .column {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.444; }
    @media (max-width: 767px) {
      .overview-block .two-columns > .column {
        width: 100%;
        padding: 40px 15px 0; } }
    @media (max-width: 767px) {
      .overview-block .two-columns > .column:first-child {
        padding-top: 0; } }

.overview-block table {
  table-layout: fixed;
  width: 100%;
  font: 14px/20px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #444;
  border-collapse: collapse; }
  .overview-block table th, .overview-block table td {
    vertical-align: top;
    padding: 5px 8px;
    border: solid #bdb9b0;
    border-width: 0 0 1px 1px; }
    .overview-block table th:first-child, .overview-block table td:first-child {
      border-width: 0 0 1px; }
  .overview-block table th {
    font-weight: 500;
    color: #000; }
  .overview-block table thead th {
    background: #f2eee5; }
  .overview-block table tbody th {
    text-align: left; }
  .overview-block table .col1 {
    width: 47px; }
  .overview-block table .col2 {
    width: 22.8%; }
  .overview-block table .col3 {
    width: 34.7%; }

@media (max-width: 1023px) {
  .overview-block dl .full-d-width {
    width: 100%; } }


@media (max-width: 1023px){
	.vertical-carousel .text-block .btn{
		min-width: 190px;
	}
}
@media (max-width: 991px){
	.vertical-carousel .text-block .btn{
		min-width: 160px;
	}
}
@media (max-width: 767px){
	.vertical-carousel .text-block .btn{
		min-width: 0;
	}
}

/* end 21.05 */

/*# sourceMappingURL=additional.css.map */
