/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}
/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 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 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


.mypl {
	/*padding-left: 150px;*/
}



@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  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;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  color: #333;
}
img {
  /* max-width: 100%; - мешает модулю ОФИСЫ+ */
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
a:focus {
  outline: 0;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
html[w-dynpage] [w-cloak] {
  color: transparent !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
blockquote {
  margin: 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 10px;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999999;
}
.w-input:focus,
.w-select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select[multiple] {
  height: auto;
}
.w-button {
  display: inline-block;
  padding: 12px;
  background-color: black;
  color: white;
  border: 0;
  line-height: inherit;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}
.w-checkbox:after,
.w-radio:after {
  clear: both;
}
.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-col-push-1 {
  left: 8.33333333%;
}
.w-col-push-2 {
  left: 16.66666667%;
}
.w-col-push-3 {
  left: 25%;
}
.w-col-push-4 {
  left: 33.33333333%;
}
.w-col-push-5 {
  left: 41.66666667%;
}
.w-col-push-6 {
  left: 50%;
}
.w-col-push-7 {
  left: 58.33333333%;
}
.w-col-push-8 {
  left: 66.66666667%;
}
.w-col-push-9 {
  left: 75%;
}
.w-col-push-10 {
  left: 83.33333333%;
}
.w-col-push-11 {
  left: 91.66666667%;
}
.w-col-pull-1 {
  right: 8.33333333%;
}
.w-col-pull-2 {
  right: 16.66666667%;
}
.w-col-pull-3 {
  right: 25%;
}
.w-col-pull-4 {
  right: 33.33333333%;
}
.w-col-pull-5 {
  right: 41.66666667%;
}
.w-col-pull-6 {
  right: 50%;
}
.w-col-pull-7 {
  right: 58.33333333%;
}
.w-col-pull-8 {
  right: 66.66666667%;
}
.w-col-pull-9 {
  right: 75%;
}
.w-col-pull-10 {
  right: 83.33333333%;
}
.w-col-pull-11 {
  right: 91.66666667%;
}
.w-col-offset-1 {
  margin-left: 8.33333333%;
}
.w-col-offset-2 {
  margin-left: 16.66666667%;
}
.w-col-offset-3 {
  margin-left: 25%;
}
.w-col-offset-4 {
  margin-left: 33.33333333%;
}
.w-col-offset-5 {
  margin-left: 41.66666667%;
}
.w-col-offset-6 {
  margin-left: 50%;
}
.w-col-offset-7 {
  margin-left: 58.33333333%;
}
.w-col-offset-8 {
  margin-left: 66.66666667%;
}
.w-col-offset-9 {
  margin-left: 75%;
}
.w-col-offset-10 {
  margin-left: 83.33333333%;
}
.w-col-offset-11 {
  margin-left: 91.66666667%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 1251px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-medium-push-1 {
    left: 8.33333333%;
  }
  .w-col-medium-push-2 {
    left: 16.66666667%;
  }
  .w-col-medium-push-3 {
    left: 25%;
  }
  .w-col-medium-push-4 {
    left: 33.33333333%;
  }
  .w-col-medium-push-5 {
    left: 41.66666667%;
  }
  .w-col-medium-push-6 {
    left: 50%;
  }
  .w-col-medium-push-7 {
    left: 58.33333333%;
  }
  .w-col-medium-push-8 {
    left: 66.66666667%;
  }
  .w-col-medium-push-9 {
    left: 75%;
  }
  .w-col-medium-push-10 {
    left: 83.33333333%;
  }
  .w-col-medium-push-11 {
    left: 91.66666667%;
  }
  .w-col-medium-pull-1 {
    right: 8.33333333%;
  }
  .w-col-medium-pull-2 {
    right: 16.66666667%;
  }
  .w-col-medium-pull-3 {
    right: 25%;
  }
  .w-col-medium-pull-4 {
    right: 33.33333333%;
  }
  .w-col-medium-pull-5 {
    right: 41.66666667%;
  }
  .w-col-medium-pull-6 {
    right: 50%;
  }
  .w-col-medium-pull-7 {
    right: 58.33333333%;
  }
  .w-col-medium-pull-8 {
    right: 66.66666667%;
  }
  .w-col-medium-pull-9 {
    right: 75%;
  }
  .w-col-medium-pull-10 {
    right: 83.33333333%;
  }
  .w-col-medium-pull-11 {
    right: 91.66666667%;
  }
  .w-col-medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .w-col-medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .w-col-medium-offset-3 {
    margin-left: 25%;
  }
  .w-col-medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .w-col-medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .w-col-medium-offset-6 {
    margin-left: 50%;
  }
  .w-col-medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .w-col-medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .w-col-medium-offset-9 {
    margin-left: 75%;
  }
  .w-col-medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .w-col-medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
  .w-col-small-push-1 {
    left: 8.33333333%;
  }
  .w-col-small-push-2 {
    left: 16.66666667%;
  }
  .w-col-small-push-3 {
    left: 25%;
  }
  .w-col-small-push-4 {
    left: 33.33333333%;
  }
  .w-col-small-push-5 {
    left: 41.66666667%;
  }
  .w-col-small-push-6 {
    left: 50%;
  }
  .w-col-small-push-7 {
    left: 58.33333333%;
  }
  .w-col-small-push-8 {
    left: 66.66666667%;
  }
  .w-col-small-push-9 {
    left: 75%;
  }
  .w-col-small-push-10 {
    left: 83.33333333%;
  }
  .w-col-small-push-11 {
    left: 91.66666667%;
  }
  .w-col-small-pull-1 {
    right: 8.33333333%;
  }
  .w-col-small-pull-2 {
    right: 16.66666667%;
  }
  .w-col-small-pull-3 {
    right: 25%;
  }
  .w-col-small-pull-4 {
    right: 33.33333333%;
  }
  .w-col-small-pull-5 {
    right: 41.66666667%;
  }
  .w-col-small-pull-6 {
    right: 50%;
  }
  .w-col-small-pull-7 {
    right: 58.33333333%;
  }
  .w-col-small-pull-8 {
    right: 66.66666667%;
  }
  .w-col-small-pull-9 {
    right: 75%;
  }
  .w-col-small-pull-10 {
    right: 83.33333333%;
  }
  .w-col-small-pull-11 {
    right: 91.66666667%;
  }
  .w-col-small-offset-1 {
    margin-left: 8.33333333%;
  }
  .w-col-small-offset-2 {
    margin-left: 16.66666667%;
  }
  .w-col-small-offset-3 {
    margin-left: 25%;
  }
  .w-col-small-offset-4 {
    margin-left: 33.33333333%;
  }
  .w-col-small-offset-5 {
    margin-left: 41.66666667%;
  }
  .w-col-small-offset-6 {
    margin-left: 50%;
  }
  .w-col-small-offset-7 {
    margin-left: 58.33333333%;
  }
  .w-col-small-offset-8 {
    margin-left: 66.66666667%;
  }
  .w-col-small-offset-9 {
    margin-left: 75%;
  }
  .w-col-small-offset-10 {
    margin-left: 83.33333333%;
  }
  .w-col-small-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
  .w-col-tiny-push-1 {
    left: 8.33333333%;
  }
  .w-col-tiny-push-2 {
    left: 16.66666667%;
  }
  .w-col-tiny-push-3 {
    left: 25%;
  }
  .w-col-tiny-push-4 {
    left: 33.33333333%;
  }
  .w-col-tiny-push-5 {
    left: 41.66666667%;
  }
  .w-col-tiny-push-6 {
    left: 50%;
  }
  .w-col-tiny-push-7 {
    left: 58.33333333%;
  }
  .w-col-tiny-push-8 {
    left: 66.66666667%;
  }
  .w-col-tiny-push-9 {
    left: 75%;
  }
  .w-col-tiny-push-10 {
    left: 83.33333333%;
  }
  .w-col-tiny-push-11 {
    left: 91.66666667%;
  }
  .w-col-tiny-pull-1 {
    right: 8.33333333%;
  }
  .w-col-tiny-pull-2 {
    right: 16.66666667%;
  }
  .w-col-tiny-pull-3 {
    right: 25%;
  }
  .w-col-tiny-pull-4 {
    right: 33.33333333%;
  }
  .w-col-tiny-pull-5 {
    right: 41.66666667%;
  }
  .w-col-tiny-pull-6 {
    right: 50%;
  }
  .w-col-tiny-pull-7 {
    right: 58.33333333%;
  }
  .w-col-tiny-pull-8 {
    right: 66.66666667%;
  }
  .w-col-tiny-pull-9 {
    right: 75%;
  }
  .w-col-tiny-pull-10 {
    right: 83.33333333%;
  }
  .w-col-tiny-pull-11 {
    right: 91.66666667%;
  }
  .w-col-tiny-offset-1 {
    margin-left: 8.33333333%;
  }
  .w-col-tiny-offset-2 {
    margin-left: 16.66666667%;
  }
  .w-col-tiny-offset-3 {
    margin-left: 25%;
  }
  .w-col-tiny-offset-4 {
    margin-left: 33.33333333%;
  }
  .w-col-tiny-offset-5 {
    margin-left: 41.66666667%;
  }
  .w-col-tiny-offset-6 {
    margin-left: 50%;
  }
  .w-col-tiny-offset-7 {
    margin-left: 58.33333333%;
  }
  .w-col-tiny-offset-8 {
    margin-left: 66.66666667%;
  }
  .w-col-tiny-offset-9 {
    margin-left: 75%;
  }
  .w-col-tiny-offset-10 {
    margin-left: 83.33333333%;
  }
  .w-col-tiny-offset-11 {
    margin-left: 91.66666667%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden;
}
.w-widget-map .gm-style-iw + div {
  display: none;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: rgba(153, 153, 153, 0.5);
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  -webkit-transition: background-color 100ms, color 100ms;
  -moz-transition: background-color 100ms, color 100ms;
  -o-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #f2f2f2;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
}
.w-dropdown-link.w--current {
  color: #339ce1;
}
.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}
@media screen and (max-width: 1251px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
.w-lightbox-image {
  display: block;
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-nav {
  position: relative;
  background: #BBB;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #222;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #339ce1;
}
.w-nav-menu {
  position: relative;
  float: right;
}
.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #999;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay .w--nav-menu-open {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button.w--open {
  background-color: #999;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
@media screen and (max-width: 1251px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 8px 30px;
  text-align: left;
  cursor: pointer;
  background-color: #E8E8E8;
}
.w-tab-link.w--current {
  background-color: #BCD3F3;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-loading {
  display: block;
  padding: 10px;
}
.w-dyn-items {
  display: none;
}
.w-dyn-items.visible {
  display: block;
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-error {
  display: none;
  padding: 10px;
  background-color: #ffdede;
}



html,body {
	height: 100%; /* задаем высоту тела документа */
}
.main { /* основной блок, который должен растянуться до подвала */
	min-height: 100%; /* задаем минимальную высоту основного блока */
	position: relative;
}
* html .main { /* хак для ie6 */
	height: 100%; /* для ие6, т.к. не понимает min-height */
}
.hFooter { /* это распорка в основном блоке - резервируем место для подвала */
	height: 60px; /* высота нашего подвала */
}
.count_min, .count_max {
	-webkit-user-select: none;
    /* user-select -- это нестандартное свойство */
    -moz-user-select: none;
    /* поэтому нужны префиксы */
    -ms-user-select: none;
}

body {
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}
h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #686868;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #535353;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #373737;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  color: #686868;
}
a {
  color: #373737;
  text-align: left;
}
img[align="middle"] {
	display: block;
	margin: 30px auto;
}
img[align="left"] {
	float: left;
	margin: 30px 30px 30px 0px;
}
img[align="right"] {
	float: right;
	margin: 30px 0px 30px 30px;
}
.button {
  display: inline-block;
  padding: 7px 27px;
  background-color: black;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  
}
.button.btn_red {
  background-color: #c5091c!important;
  border: 0px;
}
.button.btn_red._07_btn_cart {
  padding-left: 45px;
  background-image: url('./images/icon-cart-white.png');
  background-position: 15px 50%;
  background-repeat: no-repeat;
  border: 0px;
}
.button.btn_transparent {
  padding: 6px 26px;
  border: 1px solid white;
  background-color: transparent;
  
}
.button.btn_transparent:hover, .button.btn_transparent._08_grey.active, .button.btn_transparent._08_grey.selected{
  padding: 7px 27px;
  border-style: none;
  background-color: #c5091c;
}
.main_header_section {
  position: fixed;
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.main_header_col1 {
  line-height: 87px;
}
.main_header_col2 {
  line-height: 87px;
  text-align: center;
}
.main_header_col3 {
  line-height: 87px;
  text-align: center;
}
.main_header_col4 {
  min-height: 87px;
  line-height: 87px;
  text-align: right;
}
.main_header_col5 {
  line-height: 87px;
  text-align: right;
}
.header_menu_li {
  display: inline-block;
}
.header_menu_a {
  margin-right: 20px;
  margin-left: 20px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.header_menu_a:hover {
  text-decoration: underline;
}
.main_header_cart_div {
  display: inline-block;
  line-height: 20px;
  margin-right: 45px;
  
}
.main_header_cart_icon {
  float: left;
  margin-top: 4px;
  width: 15px;
  height: 14px;
  background-image: url('./images/icon-cart.png');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
.main_header_cart_link {
  margin-left: 10px;
  color: white;
  font-size: 11px;
}
.icon-search-white {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('./images/icon-search-white.png');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
.icon-search {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('./images/icon-search.png');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.main_header_cart_link:hover {
  text-decoration: none;
}
.main_header_phones_div {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.main_header_phones_div a {
  display: block;
  color: white;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}

.main_slider {
  height: 584px;
}
.main_slide {
  background-image: url('./images/main-slider-img1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.main_slide_ctr {
  position: relative;
  min-height: 584px;
}
.main_slide_info_div {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 620px;
  height: 294px;
  margin-top: -103.5px;
  padding: 33px;
  background-color: rgba(0, 0, 0, 0.70);
}
.mytitle {
  margin-bottom: 30px;
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.mytitle a {
  color: white;
  text-decoration: none;
}
.mytitle a:hover {
  color: white;
  text-decoration: underline;
}
.white {
  margin-top: 30px;
  margin-bottom: 20px;
  color: white;
}
.main_slide_info_div_footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-right: 33px;
  padding-bottom: 33px;
  padding-left: 33px;
}
.main_slider_arrows_div {
  display: inline-block;
  width: 105px;
}
.main_slide_info_div_col2 {
  text-align: right;
}
.slide_arrows_left {
  text-align: right;
  cursor: pointer;
}
.slide_arrows_right {
  text-align: left;
  cursor: pointer;
}
.slide_arrows_center {
  height: 54px;
  background-image: url('./images/main-slider-devider.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}
.slide_arrows_text1 {
  color: white;
  font-size: 11px;
  line-height: 41px;
  font-weight: 600;
  text-align: left;
}
.slide_arrows_text1.slide_arrows_text2 {
  margin-top: -28px;
  text-align: right;
}
.main_slider_nav {
  display: none;
}
.pattern {
  background-image: url('./images/pattern.jpg');
  background-position: 50% 50%;
  background-size: auto;
}
.ctr {
  padding-top: 50px;
  padding-bottom: 50px;

}
.ctr.center {
  text-align: center;
}
.featured_text1 {
  font-size: 70px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -7px;
}
.featured_text2 {
  color: #373737;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
.pt50 {
  padding-top: 50px;
}
.pt50.center {
  text-align: center;
}
.line_red_section {
  height: 9px;
  background-color: #c5091c;
}
.main_catalog_section {
  font-size: 0px;
}
.main_catalog_item {
  position: relative;
  display: inline-block;
  width: 33.33%;
  min-height: 350px;
  float: left;
  line-height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
	
}
.helper {
	display:inline-block;
	vertical-align:middle;
	height:100%;
	width:0px;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
}
.overlay.main_catalog_bg2 {
  background-image: url('./images/main-slider-img2.jpg');
}
.main_catalog_text_div {
  position: relative;
  z-index: 1;
  display:inline-block;
  line-height: 20px;
  vertical-align:middle;
}
.main_catalog_text_wrap {

}
.main_catalog_title {
  margin-bottom: 30px;
  color: white;
  font-size: 25px;
  line-height: 30px;
}
.main_preview_div {
  position: relative;
  float: left;
  width: 282px;
  min-height: 282px;
  margin-right: 24px;
  margin-bottom: 24px;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.buttons_wrap .button {
	margin-right: 24px;
	margin-bottom: 24px;
}
.main_preview_div:nth-child(4n)  {
  margin-right: 0px;
}
/*
.main_preview_div.main_preview_bg1 {
  background-image: url('./images/preview-img1.jpg');
}
.main_preview_div.main_preview_bg2 {
  background-image: url('./images/preview-img2.jpg');
}
.main_preview_div.main_preview_bg3 {
  background-image: url('./images/preview-img3.jpg');
}
.main_preview_div.main_preview_bg4 {
  background-image: url('./images/preview-img4.jpg');
}
*/
.main_preview_over {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 88px;
  background-color: rgba(0, 0, 0, 0.70);
  line-height: 88px;
}
.main_preview_div_wrap {
  text-align: center;
}
.preview_text {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
}
.preview_text:hover {
  text-decoration: underline;
}
.preview_type_div {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 74px;
  height: 20px;
  margin-top: -20px;
  color: white;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
}
.preview_type_div.type_posts {
  background-color: #393939;
}
.preview_type_div.type_news {
  background-color: #9d9d9d;
}
.preview_type_div.type_video {
  background-color: #c5091c;
}
.preview_type_div.type_offers {
  background-color: #493BC5;
}
.main_quote_col2 {
  text-align: right;
}
.quote {
  display: block;
  float: left;
  color: #535353;
  font-size: 20px;
  line-height: 25px;
}
.quote_wrap {
  position: relative;
}
.quote_wrap_col1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  float: left;
  text-align: right;
}
.quote_author {
  font-family:'Open Sans', sans-serif;
  color: #535353;
  line-height: 34px;
  font-weight: 700;
}
.quote_wrap_col2 {
  padding-left: 80px;
  float: left;
}
.services_section {
  background-image: url('./images/services-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.service_title {
  display: inline-block;
  color: white;
  min-width: 200px;
  text-decoration: none;
  text-transform: uppercase;
}
.service_title:hover {
  text-decoration: underline;
}
.main_service_img_div {
  min-height: 120px;
}
.main_services_row {
  padding-top: 20px;
  padding-bottom: 70px;
}
.footer_section {
  background-color: #121212;
  margin-top: -60px;
}
.social_link_div {
  margin-right: 7px;
  margin-left: 7px;
  line-height: 25px;
}
.footer_col {
  min-height: 60px;
  line-height: 60px;
}
.footer_col.right {
  text-align: right;
}
.footer_text {
  color: #939393;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
.seo_text {
  color: #939393;
  font-size: 10px;
  line-height: 10px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
.seo_text a {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}
.seo_text a:hover {
	text-decoration: underline;
}
.icon_fb {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url('./images/icon-fb.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.icon_ig {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url('./images/icon-ig.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.icon_gb {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url('./images/icon-gb.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.icon_yt {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url('./images/icon-yt.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.icon_vk {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url('./images/icon-vk.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.main-slider-arrow-left {
	width: 27px;
	height: 54px;
	background-image: url('./images/main-slider-arrow-left.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.main-slider-arrow-right {
	width: 27px;
	height: 54px;
	background-image: url('./images/main-slider-arrow-right.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.quote-img {
	width: 31px;
	height: 28px;
	background-image: url('./images/quote-img.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.textalign_right {
	text-align: right;
}
.main_slider_left {
  /* display: none; */
  display: block;
  width: 27px;
  height: 54px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 100px;
  margin-left: -130px;
}
.main_slider_right {
  /* display: none; */
  display: block;
  width: 27px;
  height: 54px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: 100px;
}
.main_header_section._05_single_section {
  margin-bottom: 0px;
  background-color: white;
}
.header_menu_a._05_single_header_menu_a {
  color: #373737;
}
.header_menu_a._05_single_header_menu_a:hover, .header_menu_a._05_single_header_menu_a.selected.w--current{ 
  color: #c5091c;
  text-decoration: underline;
}
.main_header_cart_link._05_single_header_cart_link {
  color: #373737;
}
._05_single_header_phone_link a {
  color: #373737;
}
._05_main {
  padding-top: 87px;
}
._05_bread_section {
  min-height: 21px;
  background-color: #c5091c;
}
._05_bread_li {
  display: inline-block;
  padding-right: 5px;
  color: white;
  font-size: 10px;
  line-height: 21px;
}
._05_bread_a {
  color: white;
  font-size: 10px;
  line-height: 21px;
}
._05_pagi_div {
  display: inline-block;
}
._05_pagi_text {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: #535353;
  font-size: 11px;
  font-weight: 600;
}
._05_pagi_text:hover {
  color: #c5091c;
}
._05_pagi_text._05_active {
  color: #c5091c;
}
._05_pagi_wrap {
  padding-top: 50px;
  text-align: center;
}
._06_grey_section {
  background-color: #f2f2f2;
}
._06_left_menu_ul._06_left_menu2_ul {
  margin-top: 10px;
  padding-left: 20px;
  display: none;
}
._06_left_menu_a.selected + ._06_left_menu_ul._06_left_menu2_ul {
	display: block;
}
._06_left_menu_li {
  padding-bottom: 10px;
  line-height: 15px;
}
._06_left_menu_li._06_left_menu2_li {
  padding-bottom: 5px;
}
._06_left_menu_a {
  font-family:'Open Sans', sans-serif;
  color: #686868;
  font-weight: 600;
  text-decoration: none;
}
._06_left_menu_a:hover, ._06_left_menu_a.selected {
  color: #c5091c;
  text-decoration: none;
}
._06_catalog_items_wrap {
  font-size: 0px;
}
._06_catalog_item {
  display: inline-block;
  min-height: 282px;
  min-width: 203px;
  width: 203px;
  margin-right: 22px;
  margin-bottom: 22px;
}
._06_catalog_item:hover ._06_catalog_item_description {
	display: block;
	position: absolute;
	z-index: 10;
	background-color: #fff;
	width: 203px;
	margin-left: -10px;
	margin-top: 0px;
	padding: 0px 10px 10px 10px;
	height: auto;
}
._06_catalog_item:nth-child(4n) {
  margin-right: 0px;
}
._06_catalog_item_text_wrap a._06_catalog_item_link {
	/* line-height: 18px; */
	line-height: 10px;
}
._06_catalog_item_text_div ._06_catalog_item_link, ._06_catalog_item_text_div ._06_catalog_item_description {
	padding-left: 0px;
	line-height: 13px;
	
	max-height: 40px;
	margin-top: 5px;
	overflow: hidden;
}
._06_catalog_item_img {
  min-height: 204px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
._06_catalog_item_img._06_catalog_item_bg1 {
  background-image: url('./images/catalog-item-img1.jpg');

}
._06_catalog_item_text_div {
  height: 78px;
  padding: 10px;
  background-color: white;
  overflow: hidden;
}
._06_catalog_item_text_wrap {
  display: inline-block;
  line-height: 12px;
  text-align: left;
  width: 100%;

}
._06_catalog_item_link {
  color: #686868;
  font-size: 18px;
  text-decoration: none;
  padding-left: 30px;
}
._06_catalog_item_link:hover {
  text-decoration: underline;
}
._06_catalog_item_description {
  color: #686868;
  font-size: 12px;
  line-height: 18px;
  padding-left: 30px;
  display: none;
}

._06_catalog_btn_wrap {
  padding-top: 20px;
  text-align: center;
}
._06_catalog_title_wrap {
  padding-bottom: 30px;
}
._06_ul {
  padding-left: 20px;
  color: #686868;
}
._07_complect_item {
  width: 203px;
  height: 236px;
  min-height: 236px;
  margin-right: 24px;
}
._07_complect_item:last-child {
  margin-right: 0px!important;
}
._06_catalog_item_img._07_complect_item_img {
  height: 118px;
  min-height: 118px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
._06_catalog_item_img._07_complect_item_img._07_complect_bg1 {
  background-image: url('./images/complect-img1.jpg');

}
._06_catalog_item_text_div._07_complect_item_text_div {
  height: 118px;
}
._06_catalog_btn_wrap._07_right {
  text-align: right;
}
._07_thumb_catalog_img {
  width: 203px;
  height: 204px;
  background-image: url('./images/catalog-thumb-img1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
._07_category_text {
  margin-bottom: 15px;
  color: #686868;
  font-size: 13px;
  line-height: 15px;
}
._07_calculator_link {
  color: #686868;
  font-size: 15px;
}
._07_calculator_link:hover {
  text-decoration: none;
}
._07_count_div {
  display: inline-block;
  width: 108px;
  height: 24px;
}
._07_count_min {
  width: 26px;
  height: 24px;
  float: left;
  background-color: #d6d6d6;
  color: white;
  font-size: 31px;
  line-height: 17px;
  text-align: center;
}
._07_count_min:hover {
  background-color: #c5091c;
  cursor: pointer;
}
._07_count_max {
  width: 26px;
  height: 24px;
  float: left;
  background-color: #d6d6d6;
  color: white;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
._07_count_max:hover {
  background-color: #c5091c;
  cursor: pointer;
}
._07_count_value {
  width: 56px;
  height: 24px;
  float: left;
  border: 1px solid #d6d6d6;
  color: #373737;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
._07_catalog_slider {
  height: 188px;
  background-color: transparent;
}
._07_catalog_slider_nav {
  display: none;
}
._07_catalog_slider_left {
  width: 34px;
  background-color: rgba(0, 0, 0, 0.49);
  line-height: 188px;
}
._07_catalog_slider_left_icon {
  font-family:'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 400;
}
._07_catalog_slider_right {
  width: 34px;
  background-color: rgba(0, 0, 0, 0.49);
  line-height: 188px;
}
._07_catalog_slide {
  width: 33.33%;
  height: 188px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
._07_catalog_slide._07_catalog_slide_bg {
  background-image: url('./images/catalog-slide-img1.jpg');
  
}
.button.btn_transparent._08_grey {
  border-color: #535353;
  color: #535353;
}
.button.btn_transparent._08_grey:hover, .button.btn_transparent._08_grey.active, .button.btn_transparent._08_grey.selected  {
  color: white;
}
._08_contac_icon_div {
  display: inline-block;
  width: 30px;
  min-height: 70px;
  float: left;
}
._08_contac_text7_div {
    padding-left: 30px;
}
._08_contact_col {
  width: 20%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}
._08_contact_row {
  margin-right: -10px;
  margin-left: -10px;
}
._08_delivery_div {
  min-height: 50px;
  min-width: 170px;
  padding: 10px;
  border: 1px solid #c6c6c6;
}
._08_delivery_text1 {
  color: #555;
  font-size: 17px;
  text-transform: uppercase;
}
._08_delivery_text2 {
  color: #555;
  font-size: 10px;
}
._08_map {
  min-height: 464px;
}
._08_input {
  height: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #dedede;
  color: #535353;
}
._08_textarea {
  min-height: 76px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #dedede;
  color: #535353;
}
._08_contact_form_col {
  padding-right: 5px;
  padding-left: 5px;
}
._09_news_wrap {
  padding-top: 50px;
}
._09_news_wrap {
  padding-top: 50px;
}
._09_about_slider {
  height: 350px;
  background-color: transparent;
}
._09_about_slider_left {
  width: 64px;
  background-color: rgba(0, 0, 0, 0.49);
  line-height: 350px;
  background-image: url('./images/about-slider-left-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
._09_about_slider_right {
  width: 64px;
  background-color: rgba(0, 0, 0, 0.49);
  line-height: 350px;
  background-image: url('./images/about-slider-right-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.icon-phone {
  background-image: url('./images/icon-phone.png');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
.icon-pointer {
  background-image: url('./images/icon-pointer.png');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
.icon-email {
  background-image: url('./images/icon-email.png');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
.icon-skype {
  background-image: url('./images/icon-skype.png');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
.icon-map {
  width: 44px;
  height: 38px;
  background-image: url('./images/icon-map.png');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
._09_about_slide {
  width: 33.33%;
}
._09_about_slide._09_about_slide_-bg1 {
  background-image: url('./images/about-slide-img1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
._09_about_slider_overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
}
._09_about_slider_overlay:hover {
  background-color: transparent;
}
._09_about_slider_nav {
  display: none;
}
._09_about_slider_left_icon {
  font-family:'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 300;
}
.progress_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 30px;
}
._09_progress_slider {
  height: 197px;
  margin-top: 30px;
  background-color: transparent;
}
._09_progress_slider_left {
  width: 45px;
  margin-left: -45px;
  font-size: 0px;
  line-height: 197px;
}
._09_progress_slider_nav {
  display: none;
}
._09_progress_slider_right {
  width: 45px;
  margin-right: -45px;
  font-size: 0px;
  line-height: 197px;
}
._09_progress_slide {
  width: 20%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
._09_progress_slide._09_progress_slide_bg1 {
  background-image: url('./images/progress-img1.png');

}
._10_cart_item {
  height: 80px;
  margin-bottom: 15px;
}
._10_cart_item_thumb {
  width: 80px;
  height: 80px;
  float: left;
  /* background-image: url('./images/cart-img.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
._10_cart_item_col2 {
  display: block;
  width: 782px;
  height: 80px;
  float: left;
  background-color: white;
}
._10_cart_item_col3 {
  width: 32px;
  height: 80px;
  float: left;
  background-color: transparent;
  font-size: 0px;
  line-height: 80px;
  text-align: right;
}
._10_cart_item_col3 img {
	cursor: pointer;
}
._10_cart_item_col2_1 {
  height: 80px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
}
._10_cart_item_col2_2 {
  height: 80px;
}
._10_cart_item_count {
  color: #373737;
  font-size: 25px;
  line-height: 80px;
  text-align: center;
}
._10_count_btn_div {
  height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
._10_cart_textarea {
  min-height: 119px;
}
.w-col ._10_cart_order_col1 {
  padding-left: 5px;
  padding-right: 5px;
}
.w-col ._10_cart_order_col2 {
  padding-left: 5px;
  padding-right: 5px;
}
.w-col ._10_cart_order_col3 {
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
}
._10_count_max, ._10_count_min {
	float: none;
	display: block;
}
._11_review_title {
  color: #c5091c;
  font-size: 18px;
  line-height: 34px;
}
._11_review_item {
  margin-bottom: 20px;
}
._11_add_review_section {
  background-image: url('./images/add-review-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
._11_review_form_wrap {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
._11_input_review {
  height: 33px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
._11_right {
  text-align: right;
}
._11_textarea_review {
  height: 84px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
.main_services_row._12_services_center {
  padding-top: 0px;
  padding-bottom: 0px;
  /*text-align: center;*/
}
.main_service_img_div._12_services_div {
  min-height: 90px;
}
.service_title._12_services_title {
  color: #535353;
}
._13_h2 {
  margin-top: 0px;
}
.menu_pc {
	display: block;
}
.menu_tablet {
	display: none;
}
.menu_mobile {
	display: none;
}
#tablet_menu_btn, #mobile_menu_btn {
	cursor: pointer;
}
#tablet_menu_list, #mobile_menu_list {
	position: absolute;
	background: #000;
	top: 87px;
	width: 100%;
	padding: 30px;
	left: 0;
}
#tablet_menu_list li, #mobile_menu_list li  {
	display: block;
	padding: 20px;
}
._06_catalog_item {

	position: relative;

}



._06_catalog_item_img_wrap
{
	display: none;
	height:204px;
	width:203px;
	background-color:rgba(128,128,128,0.8);
	position: absolute;
	top: 0;
	left: 0;
}

._06_catalog_item:hover ._06_catalog_item_img_wrap
{
	display: block;
	color:#FFF;
	font-size:16px;
	padding-top:80px;
	text-align: center;
}

/****************************************************/
/**********RED "MEBEL_IDEA" BUTTON*******************/
.mebidea
{
	background-color: #C60B1E;
	color: #fff;
	padding: 5px 10px;
}
._06_left_menu_a.selected.mebidea.w--current, ._06_left_menu_a.selected.mebidea
{
	color:#fff;
}
._06_left_menu_a.mebidea:hover
{
	color:#fff;
	text-decoration:none;
}
.width20 {
	width: 20%!important;
}

@media (max-width: 1251px) {
.mypl {
	padding-left: 0px;
}


	.button {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	._09_progress_slider_left {
		margin-left: 0px;
	}
	._09_progress_slider_right {
		margin-right: 0px;
	}
	.menu_pc {
		display: none;
	}
	.menu_tablet {
		display: block;
	}
	.menu_mobile {
		display: none;
	}
	.main_slider_left {
	  /* display: none; */
	  display: block;
	  width: 27px;
	  height: 54px;
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  margin-top: 55px;
	  margin-left: 110px;
	}
	.main_slider_right {
	  /* display: none; */
	  display: block;
	  width: 27px;
	  height: 54px;
	  position: absolute;
	  right: 50%;
	  top: 50%;
	  margin-top: 55px;
	  margin-right: -230px;
	}
  ._06_catalog_item:nth-child(4n) {
	margin-right: 24px;
  }
  .main_preview_div:nth-child(4n)  {
	margin-right: 1%;
  }
  p {
    /* text-align: center; */
  }
  .main_header_section {
    position: relative;
    text-align: center;
	margin-bottom: -87px;
  }
  .main_header_col3 {
    line-height: 30px;
  }
  .main_header_col4 {
    min-height: 20px;
    line-height: 20px;
    text-align: center;
  }
  .main_header_col5 {
    text-align: center;
  }
  .main_slide_info_div {
    margin-top: -147px;
  }
  .main_preview_div {
    width: 48%;
    margin: 1%;
  }
  
  ._05_main {
    padding-top: 0px;
  }
  ._07_thumb_catalog_img {
    display: block;
  }
  ._08_contact_col {
    display: inline-block;
    width: 33.33%;
    min-height: 100px;
    float: left;
  }
  ._09_about_slide._09_about_slide_-bg1 {
    width: 50%;
  }
  ._09_progress_slide {
    width: 33.33%;
  }
  ._09_progress_slide._09_progress_slide_bg1 {
    width: 33.33%;
  }
  ._10_cart_item_col2 {
    width: 75%;
  }
}
@media (max-width: 767px) {
	.buttons_wrap {
		text-align: center;
	}
	.buttons_wrap a.button {
		width: 90%!important;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		border-bottom: 0px;
	}
	.buttons_wrap a.button:last-child  {
		border-bottom: 1px solid #535353;
	}
	
	.buttons_wrap a.button:hover {
		border-bottom: 0px;
	}
	.buttons_wrap a.button:last-child:hover  {
		border-bottom: 1px solid #535353;
	}
	
	._06_catalog_items_wrap, ._06_left_menu_ul {
		text-align: center;
	}
	._06_catalog_item, .06_catalog_item:nth-child(4n) {
		margin-right: 0px!important;
	}
	.progress_title {
		margin-bottom: 15px;
	}
	.main_header_section {
		position: relative;
		text-align: center;
		margin-bottom: 0px;
	  }
	.menu_tablet {
		display: none;
	}
	.menu_mobile {
		display: block;
	}

	.main_slider_left {
	  display: none;
	}
	.main_slider_right {
	  display: none; 
	}
  .ctr {
	padding-left: 10px;
	padding-right: 10px;
  }
  .main_services_row._12_services_center {
    padding-bottom: 30px;
  }
  .buttons_wrap {
	padding-left: 10px;
	padding-right: 10px;
  }
  .main_slider {
    height: 340px;
  }
  .main_slide_ctr {
    min-height: 340px;
  }
  .main_slide_info_div {
    width: 100%;
    height: 80%;
    margin-top: -33%;
  }
  .main_catalog_item {
    width: 100%;
  }
  
  .main_quote_col2 {
    text-align: center;
  }
  .main_service_img_div {
    min-height: 144px;
    padding-top: 30px;
  }
  .footer_col {
    text-align: center;
  }
  .footer_col.right {
    text-align: center;
  }
  ._05_bread_section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .center._07_count_wrap {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
  }
  ._07_thumb_catalog_img {
    margin-right: auto;
    margin-left: auto;
  }
  ._07_catalog_slide {
    width: 50%;
  }
  ._08_contact_row {
    margin-right: 0px;
    margin-left: 0px;
  }
  ._08_delivery_text2 {
    line-height: 12px;
  }
  ._09_progress_slide {
    width: 50%;
  }
  ._11_review_form_wrap {
    width: 90%;
  }
  .main_slide_info_div {
    top: 0%;
    height: 100%;
    margin-top: 0%;
    text-align: center;
  }
}
@media (max-width: 479px) {
	.main_header_col2 {
	  padding-left: 0px;
	  padding-right: 0px;
	}
  .mytitle {
	margin-bottom: 0px;
  }

  .main_header_phones_div a {
	font-size: 12px;
  }
  .main_preview_div {
    width: 98%;
    margin: 1%;
  }
  .main_slider {
    height: 500px;
  }
  .main_slide_ctr {
    min-height: 500px;
  }
  
  .main_slide_info_div_col2 {
    padding-top: 10px;
    text-align: center;
  }
 
  .main_preview_div_wrap {
    text-align: center;
  }
  .main_services_row {
    padding-bottom: 20px;
  }
  ._07_catalog_slide {
    width: 100%;
  }
  ._08_contact_col {
    width: 100%;
  }
  ._09_about_slide._09_about_slide_-bg1 {
    width: 100%;
  }
  ._09_progress_slide._09_progress_slide_bg1 {
    width: 100%;
  }
  ._10_cart_item {
    margin-bottom: 25px;
  }
  ._10_cart_item_thumb {
    width: 100%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: repeat-x;
  }
  ._10_cart_item_col2 {
    width: 88%;
  }
  ._10_cart_item_col2_1 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  ._10_cart_order_titile {
    padding-top: 50px;
  }
  ._11_review_form_wrap {
    width: 100%;
  }
}



/*! 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;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        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('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('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('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	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('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);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        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, .8);
}

/*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('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('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8, .s9, .s10, .s11, .s12, .s12_2, .s13, .s14, .s15, .s16, .s17, .s18, .s19, .s20, .s21, .s22 {
	display: none;
}
.t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8, .t9, .t10, .t11, .t12, .t12_2, .t13, .t14, .t15, .t16, .t17, .t18, .t19, .t20, .t21, .t22 {
	cursor: pointer;
}