@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; }

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

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-ThinItalic.eot");
  src: url("../fonts/Raleway-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-ThinItalic.woff2") format("woff2"), url("../fonts/Raleway-ThinItalic.woff") format("woff"), url("../fonts/Raleway-ThinItalic.ttf") format("truetype"), url("../fonts/Raleway-ThinItalic.svg#Raleway-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-ExtraLightItalic.eot");
  src: url("../fonts/Raleway-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Raleway-ExtraLightItalic.woff") format("woff"), url("../fonts/Raleway-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Raleway-ExtraLightItalic.svg#Raleway-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-LightItalic.eot");
  src: url("../fonts/Raleway-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-LightItalic.woff2") format("woff2"), url("../fonts/Raleway-LightItalic.woff") format("woff"), url("../fonts/Raleway-LightItalic.ttf") format("truetype"), url("../fonts/Raleway-LightItalic.svg#Raleway-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

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

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

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

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-MediumItalic.eot");
  src: url("../fonts/Raleway-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-MediumItalic.woff2") format("woff2"), url("../fonts/Raleway-MediumItalic.woff") format("woff"), url("../fonts/Raleway-MediumItalic.ttf") format("truetype"), url("../fonts/Raleway-MediumItalic.svg#Raleway-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-SemiBoldItalic.eot");
  src: url("../fonts/Raleway-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Raleway-SemiBoldItalic.woff") format("woff"), url("../fonts/Raleway-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Raleway-SemiBoldItalic.svg#Raleway-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-BoldItalic.eot");
  src: url("../fonts/Raleway-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-BoldItalic.woff2") format("woff2"), url("../fonts/Raleway-BoldItalic.woff") format("woff"), url("../fonts/Raleway-BoldItalic.ttf") format("truetype"), url("../fonts/Raleway-BoldItalic.svg#Raleway-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-ExtraBoldItalic.eot");
  src: url("../fonts/Raleway-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Raleway-ExtraBoldItalic.woff") format("woff"), url("../fonts/Raleway-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Raleway-ExtraBoldItalic.svg#Raleway-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-BlackItalic.eot");
  src: url("../fonts/Raleway-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-BlackItalic.woff2") format("woff2"), url("../fonts/Raleway-BlackItalic.woff") format("woff"), url("../fonts/Raleway-BlackItalic.ttf") format("truetype"), url("../fonts/Raleway-BlackItalic.svg#Raleway-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'KyivType Sans Medium2';
  src: url("../fonts/KyivTypeSans-Medium2.eot");
  src: url("../fonts/KyivTypeSans-Medium2.eot?#iefix") format("embedded-opentype"), url("../fonts/KyivTypeSans-Medium2.woff2") format("woff2"), url("../fonts/KyivTypeSans-Medium2.woff") format("woff"), url("../fonts/KyivTypeSans-Medium2.ttf") format("truetype"), url("../fonts/KyivTypeSans-Medium2.svg#KyivTypeSans-Medium2") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'KyivType Sans2';
  src: url("../fonts/KyivTypeSans-Regular2.eot");
  src: url("../fonts/KyivTypeSans-Regular2.eot?#iefix") format("embedded-opentype"), url("../fonts/KyivTypeSans-Regular2.woff2") format("woff2"), url("../fonts/KyivTypeSans-Regular2.woff") format("woff"), url("../fonts/KyivTypeSans-Regular2.ttf") format("truetype"), url("../fonts/KyivTypeSans-Regular2.svg#KyivTypeSans-Regular2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.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 {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

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

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
a:hover, a:focus {
  text-decoration: none; }

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;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #000; }
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: #999; }
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: #999; }
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: #999; }
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: #999; }
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #999; }

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

textarea {
  resize: vertical;
  vertical-align: top; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

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

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

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

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

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

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 14px; }
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px !important;
  margin: 0 2px;
  padding: 0 !important;
  cursor: pointer; }
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  margin: 0;
  -webkit-transition: .35s all;
  transition: .35s all; }
@media (max-width: 479px) {
  .slick-dots li button {
    width: 8px;
    height: 8px; } }
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.7); }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none; }
.slick-dots li.slick-active button {
  background: #1E201F; }
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }
.main-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 120px;
  width: initial; }
@media (max-width: 1199px) {
  .main-slider .slick-dots {
    left: 20px; } }
@media (max-width: 767px) {
  .main-slider .slick-dots {
    left: 0; } }
@media (max-width: 479px) {
  .main-slider .slick-dots {
    left: initial;
    bottom: 10px; } }
.main-slider .slick-dots li button {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5); }

.slick-slider,
.slick-list,
.slick-track {
  min-width: 100%; }

.gal .slick-prev {
  z-index: 99;
  top: initial;
  left: 490px;
  bottom: 0;
  background: url("../images/left_gal.svg");
  width: 40px;
  height: 40px; }
@media (max-width: 1023px) {
  .gal .slick-prev {
    left: calc(50% - 50px); } }
.gal .slick-prev:before {
  display: none; }
.gal .slick-prev:hover {
  background: url("../images/left_gal.svg");
  opacity: 0.7; }
.gal .slick-prev:active, .gal .slick-prev:focus {
  background: url("../images/left_gal_a.svg"); }

.gal .slick-next {
  z-index: 99;
  top: initial;
  right: 480px;
  bottom: 0;
  background: url("../images/right_gal_a.svg");
  width: 40px;
  height: 40px; }
@media (max-width: 1023px) {
  .gal .slick-next {
    right: calc(50% - 50px); } }
.gal .slick-next:before {
  display: none; }
.gal .slick-next:hover {
  background: url("../images/right_gal.svg");
  opacity: 0.7; }
.gal .slick-next:active, .gal .slick-next:focus {
  background: url("../images/right_gal_a.svg"); }

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent; }

.slick-lightbox .slick-prev {
  left: 15px; }

.slick-lightbox .slick-next {
  right: 15px; }

.slick-lightbox-hide {
  opacity: 0; }

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0; }

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden; }

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center; }

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white; }

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none; }

.slick-lightbox-close:focus {
  outline: none; }

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×"; }

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before {
  left: 50%; }

.slick-lightbox-close {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.75); }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.popup-holder,
.popup-hover {
  position: relative; }
.popup-holder .popup-holder-inner,
.popup-holder .popup-hover-inner,
.popup-hover .popup-holder-inner,
.popup-hover .popup-hover-inner {
  position: relative; }
.popup-holder .open,
.popup-hover .open {
  display: inline-block; }
.popup-holder .popup,
.popup-hover .popup {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding: 10px;
  width: 240px;
  max-height: 100vh; }
.popup-holder .popup .popup-content,
.popup-hover .popup .popup-content {
  border-radius: 25px 0 25px 25px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 20px; }
.popup-holder .popup .popup-inner,
.popup-hover .popup .popup-inner {
  overflow-y: auto;
  height: 100%;
  overflow-x: hidden; }
.popup-holder .popup .close,
.popup-hover .popup .close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  overflow: hidden;
  background: #B27C66;
  color: #fff; }
.popup-holder .popup .close i,
.popup-hover .popup .close i {
  font-size: 2em; }
.popup-holder .popup .close:hover,
.popup-hover .popup .close:hover {
  background: #778DA9;
  opacity: 1; }
.popup-holder .popup .close:hover i,
.popup-hover .popup .close:hover i {
  color: #000; }
.popup-holder.popup-active .popup-holder-inner:before,
.popup-holder.popup-active .popup-hover-inner:before,
.popup-hover.popup-active .popup-holder-inner:before,
.popup-hover.popup-active .popup-hover-inner:before {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  clear: both;
  background: rgba(0, 0, 0, 0.5); }
.popup-holder.popup-active .popup,
.popup-hover.popup-active .popup {
  display: block;
  overflow: hidden; }

.popup-holder-menu .popup-menu {
  width: 90%;
  height: 100vh;
  background: #fff;
  padding: 10px; }
@media (max-width: 479px) {
  .popup-holder-menu .popup-menu {
    width: 85%; } }
.popup-holder-menu .popup-menu .popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.popup-holder-menu .popup-menu .popup-inner > * {
  margin: 10px 0; }

.popup-holder-menu.popup-active-menu {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
@media (max-width: 1023px) {
  .popup-holder-menu.popup-active-menu .gofast {
    right: 20px; } }
@media (max-width: 1023px) {
  .popup-holder-menu.popup-active-menu {
    padding-right: 0; } }
.popup-holder-menu.popup-active-menu .popup-holder-inner-menu:before {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  clear: both;
  background: rgba(0, 0, 0, 0.5); }
.popup-holder-menu.popup-active-menu .popup-menu {
  z-index: 100; }

.open-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #B27C66;
  margin: 0 5px; }
.open-menu i {
  font-size: 2.5em; }
@media (max-width: 479px) {
  .open-menu i {
    font-size: 1.75em; } }
.open-menu:hover {
  color: #1E201F; }

.popup-holder-contacts .popup-contacts {
  width: 90%;
  height: 100vh;
  background: #fff;
  padding: 10px; }
@media (max-width: 479px) {
  .popup-holder-contacts .popup-contacts {
    width: 85%; } }
.popup-holder-contacts .popup-contacts .popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.popup-holder-contacts .popup-contacts .popup-inner > * {
  margin: 10px 0; }

.popup-holder-contacts.popup-active-contacts {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
@media (max-width: 1023px) {
  .popup-holder-contacts.popup-active-contacts .gofast {
    right: 20px; } }
@media (max-width: 1023px) {
  .popup-holder-contacts.popup-active-contacts {
    padding-right: 0; } }
.popup-holder-contacts.popup-active-contacts .popup-holder-inner-contacts:before {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  clear: both;
  background: rgba(0, 0, 0, 0.5); }
.popup-holder-contacts.popup-active-contacts .popup-contacts {
  z-index: 100; }

.open-contacts {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #B27C66;
  margin: 0 5px; }
.open-contacts i {
  font-size: 2.5em; }
@media (max-width: 479px) {
  .open-contacts i {
    font-size: 1.75em; } }
.open-contacts:hover {
  color: #1E201F; }

.popup-active-menu .block-menu {
  z-index: 20 !important; }

.popup-active-contacts .block-contacts {
  z-index: 20 !important; }

.popup-menu {
  position: fixed !important; }

.popup-contacts {
  position: fixed !important; }

.popup-holder-menu .popup-menu {
  padding: 50px; }
@media (max-width: 479px) {
  .popup-holder-menu .popup-menu {
    padding: 50px 20px; } }

.popup-holder-contacts .popup-contacts {
  padding: 50px; }
@media (max-width: 479px) {
  .popup-holder-contacts .popup-contacts {
    padding: 50px 20px; } }

.popup-holder-thanks .popup-holder-inner-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.popup-holder-thanks .popup-thanks {
  top: initial;
  left: initial;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 300px);
  overflow-x: hidden;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.06), 0px 10px 15px rgba(0, 0, 0, 0.03);
  border-radius: 6px; }
@media (max-width: 479px) {
  .popup-holder-thanks .popup-thanks {
    width: 85%; } }
.popup-holder-thanks .popup-thanks .popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.popup-holder-thanks .popup-thanks .popup-inner > * {
  margin: 10px 0; }
.popup-holder-thanks .popup-thanks .popup-inner .text .caption {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px; }
@media (max-width: 479px) {
  .popup-holder-thanks .popup-thanks .popup-inner .text .caption {
    font-size: 18px; } }
.popup-holder-thanks .popup-thanks .popup-inner .text .caption2 {
  font-size: 1em;
  margin-bottom: 40px; }
@media (max-width: 479px) {
  .popup-holder-thanks .popup-thanks .popup-inner .text .caption2 {
    margin-bottom: 20px; } }
.popup-holder-thanks .popup-thanks .popup-inner .text .description {
  font-size: 16px;
  margin-bottom: 40px; }
@media (max-width: 479px) {
  .popup-holder-thanks .popup-thanks .popup-inner .text .description {
    font-size: 14px;
    margin-bottom: 20px; } }
.popup-holder-thanks .popup-thanks .popup-inner .text .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 30px;
  background: #B27C66;
  font-size: 20px;
  font-weight: bold; }
@media (max-width: 479px) {
  .popup-holder-thanks .popup-thanks .popup-inner .text .button {
    padding: 20px; } }
.popup-holder-thanks .popup-thanks .popup-inner .text .button:hover {
  background: #1E201F; }
.popup-holder-thanks .popup-thanks .popup-inner .text .button.close-thanks {
  color: #fff;
  height: initial;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600; }

.popup-holder-thanks.popup-active-thanks {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
@media (max-width: 1023px) {
  .popup-holder-thanks.popup-active-thanks .gofast {
    right: 20px; } }
@media (max-width: 1023px) {
  .popup-holder-thanks.popup-active-thanks {
    padding-right: 0; } }
.popup-holder-thanks.popup-active-thanks .popup-holder-inner-thanks:before {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  clear: both;
  background: rgba(81, 81, 81, 0.75); }
.popup-holder-thanks.popup-active-thanks .popup-thanks {
  z-index: 100; }

.w1,
section > .container > .row > .w1,
footer section > .container > .row > .w1,
section form fieldset .w1 {
  width: 1%; }

.w2,
section > .container > .row > .w2,
footer section > .container > .row > .w2,
section form fieldset .w2 {
  width: 2%; }

.w3,
section > .container > .row > .w3,
footer section > .container > .row > .w3,
section form fieldset .w3 {
  width: 3%; }

.w4,
section > .container > .row > .w4,
footer section > .container > .row > .w4,
section form fieldset .w4 {
  width: 4%; }

.w5,
section > .container > .row > .w5,
footer section > .container > .row > .w5,
section form fieldset .w5 {
  width: 5%; }

.w6,
section > .container > .row > .w6,
footer section > .container > .row > .w6,
section form fieldset .w6 {
  width: 6%; }

.w7,
section > .container > .row > .w7,
footer section > .container > .row > .w7,
section form fieldset .w7 {
  width: 7%; }

.w8,
section > .container > .row > .w8,
footer section > .container > .row > .w8,
section form fieldset .w8 {
  width: 8%; }

.w9,
section > .container > .row > .w9,
footer section > .container > .row > .w9,
section form fieldset .w9 {
  width: 9%; }

.w10,
section > .container > .row > .w10,
footer section > .container > .row > .w10,
section form fieldset .w10 {
  width: 10%; }

.w11,
section > .container > .row > .w11,
footer section > .container > .row > .w11,
section form fieldset .w11 {
  width: 11%; }

.w12,
section > .container > .row > .w12,
footer section > .container > .row > .w12,
section form fieldset .w12 {
  width: 12%; }

.w13,
section > .container > .row > .w13,
footer section > .container > .row > .w13,
section form fieldset .w13 {
  width: 13%; }

.w14,
section > .container > .row > .w14,
footer section > .container > .row > .w14,
section form fieldset .w14 {
  width: 14%; }

.w15,
section > .container > .row > .w15,
footer section > .container > .row > .w15,
section form fieldset .w15 {
  width: 15%; }

.w16,
section > .container > .row > .w16,
footer section > .container > .row > .w16,
section form fieldset .w16 {
  width: 16%; }

.w17,
section > .container > .row > .w17,
footer section > .container > .row > .w17,
section form fieldset .w17 {
  width: 17%; }

.w18,
section > .container > .row > .w18,
footer section > .container > .row > .w18,
section form fieldset .w18 {
  width: 18%; }

.w19,
section > .container > .row > .w19,
footer section > .container > .row > .w19,
section form fieldset .w19 {
  width: 19%; }

.w20,
section > .container > .row > .w20,
footer section > .container > .row > .w20,
section form fieldset .w20 {
  width: 20%; }

.w21,
section > .container > .row > .w21,
footer section > .container > .row > .w21,
section form fieldset .w21 {
  width: 21%; }

.w22,
section > .container > .row > .w22,
footer section > .container > .row > .w22,
section form fieldset .w22 {
  width: 22%; }

.w23,
section > .container > .row > .w23,
footer section > .container > .row > .w23,
section form fieldset .w23 {
  width: 23%; }

.w24,
section > .container > .row > .w24,
footer section > .container > .row > .w24,
section form fieldset .w24 {
  width: 24%; }

.w25,
section > .container > .row > .w25,
footer section > .container > .row > .w25,
section form fieldset .w25 {
  width: 25%; }

.w26,
section > .container > .row > .w26,
footer section > .container > .row > .w26,
section form fieldset .w26 {
  width: 26%; }

.w27,
section > .container > .row > .w27,
footer section > .container > .row > .w27,
section form fieldset .w27 {
  width: 27%; }

.w28,
section > .container > .row > .w28,
footer section > .container > .row > .w28,
section form fieldset .w28 {
  width: 28%; }

.w29,
section > .container > .row > .w29,
footer section > .container > .row > .w29,
section form fieldset .w29 {
  width: 29%; }

.w30,
section > .container > .row > .w30,
footer section > .container > .row > .w30,
section form fieldset .w30 {
  width: 30%; }

.w31,
section > .container > .row > .w31,
footer section > .container > .row > .w31,
section form fieldset .w31 {
  width: 31%; }

.w32,
section > .container > .row > .w32,
footer section > .container > .row > .w32,
section form fieldset .w32 {
  width: 32%; }

.w33,
section > .container > .row > .w33,
footer section > .container > .row > .w33,
section form fieldset .w33 {
  width: 33%; }

.w34,
section > .container > .row > .w34,
footer section > .container > .row > .w34,
section form fieldset .w34 {
  width: 34%; }

.w35,
section > .container > .row > .w35,
footer section > .container > .row > .w35,
section form fieldset .w35 {
  width: 35%; }

.w36,
section > .container > .row > .w36,
footer section > .container > .row > .w36,
section form fieldset .w36 {
  width: 36%; }

.w37,
section > .container > .row > .w37,
footer section > .container > .row > .w37,
section form fieldset .w37 {
  width: 37%; }

.w38,
section > .container > .row > .w38,
footer section > .container > .row > .w38,
section form fieldset .w38 {
  width: 38%; }

.w39,
section > .container > .row > .w39,
footer section > .container > .row > .w39,
section form fieldset .w39 {
  width: 39%; }

.w40,
section > .container > .row > .w40,
footer section > .container > .row > .w40,
section form fieldset .w40 {
  width: 40%; }

.w41,
section > .container > .row > .w41,
footer section > .container > .row > .w41,
section form fieldset .w41 {
  width: 41%; }

.w42,
section > .container > .row > .w42,
footer section > .container > .row > .w42,
section form fieldset .w42 {
  width: 42%; }

.w43,
section > .container > .row > .w43,
footer section > .container > .row > .w43,
section form fieldset .w43 {
  width: 43%; }

.w44,
section > .container > .row > .w44,
footer section > .container > .row > .w44,
section form fieldset .w44 {
  width: 44%; }

.w45,
section > .container > .row > .w45,
footer section > .container > .row > .w45,
section form fieldset .w45 {
  width: 45%; }

.w46,
section > .container > .row > .w46,
footer section > .container > .row > .w46,
section form fieldset .w46 {
  width: 46%; }

.w47,
section > .container > .row > .w47,
footer section > .container > .row > .w47,
section form fieldset .w47 {
  width: 47%; }

.w48,
section > .container > .row > .w48,
footer section > .container > .row > .w48,
section form fieldset .w48 {
  width: 48%; }

.w49,
section > .container > .row > .w49,
footer section > .container > .row > .w49,
section form fieldset .w49 {
  width: 49%; }

.w50,
section > .container > .row > .w50,
footer section > .container > .row > .w50,
section form fieldset .w50 {
  width: 50%; }

.w51,
section > .container > .row > .w51,
footer section > .container > .row > .w51,
section form fieldset .w51 {
  width: 51%; }

.w52,
section > .container > .row > .w52,
footer section > .container > .row > .w52,
section form fieldset .w52 {
  width: 52%; }

.w53,
section > .container > .row > .w53,
footer section > .container > .row > .w53,
section form fieldset .w53 {
  width: 53%; }

.w54,
section > .container > .row > .w54,
footer section > .container > .row > .w54,
section form fieldset .w54 {
  width: 54%; }

.w55,
section > .container > .row > .w55,
footer section > .container > .row > .w55,
section form fieldset .w55 {
  width: 55%; }

.w56,
section > .container > .row > .w56,
footer section > .container > .row > .w56,
section form fieldset .w56 {
  width: 56%; }

.w57,
section > .container > .row > .w57,
footer section > .container > .row > .w57,
section form fieldset .w57 {
  width: 57%; }

.w58,
section > .container > .row > .w58,
footer section > .container > .row > .w58,
section form fieldset .w58 {
  width: 58%; }

.w59,
section > .container > .row > .w59,
footer section > .container > .row > .w59,
section form fieldset .w59 {
  width: 59%; }

.w60,
section > .container > .row > .w60,
footer section > .container > .row > .w60,
section form fieldset .w60 {
  width: 60%; }

.w61,
section > .container > .row > .w61,
footer section > .container > .row > .w61,
section form fieldset .w61 {
  width: 61%; }

.w62,
section > .container > .row > .w62,
footer section > .container > .row > .w62,
section form fieldset .w62 {
  width: 62%; }

.w63,
section > .container > .row > .w63,
footer section > .container > .row > .w63,
section form fieldset .w63 {
  width: 63%; }

.w64,
section > .container > .row > .w64,
footer section > .container > .row > .w64,
section form fieldset .w64 {
  width: 64%; }

.w65,
section > .container > .row > .w65,
footer section > .container > .row > .w65,
section form fieldset .w65 {
  width: 65%; }

.w66,
section > .container > .row > .w66,
footer section > .container > .row > .w66,
section form fieldset .w66 {
  width: 66%; }

.w67,
section > .container > .row > .w67,
footer section > .container > .row > .w67,
section form fieldset .w67 {
  width: 67%; }

.w68,
section > .container > .row > .w68,
footer section > .container > .row > .w68,
section form fieldset .w68 {
  width: 68%; }

.w69,
section > .container > .row > .w69,
footer section > .container > .row > .w69,
section form fieldset .w69 {
  width: 69%; }

.w70,
section > .container > .row > .w70,
footer section > .container > .row > .w70,
section form fieldset .w70 {
  width: 70%; }

.w71,
section > .container > .row > .w71,
footer section > .container > .row > .w71,
section form fieldset .w71 {
  width: 71%; }

.w72,
section > .container > .row > .w72,
footer section > .container > .row > .w72,
section form fieldset .w72 {
  width: 72%; }

.w73,
section > .container > .row > .w73,
footer section > .container > .row > .w73,
section form fieldset .w73 {
  width: 73%; }

.w74,
section > .container > .row > .w74,
footer section > .container > .row > .w74,
section form fieldset .w74 {
  width: 74%; }

.w75,
section > .container > .row > .w75,
footer section > .container > .row > .w75,
section form fieldset .w75 {
  width: 75%; }

.w76,
section > .container > .row > .w76,
footer section > .container > .row > .w76,
section form fieldset .w76 {
  width: 76%; }

.w77,
section > .container > .row > .w77,
footer section > .container > .row > .w77,
section form fieldset .w77 {
  width: 77%; }

.w78,
section > .container > .row > .w78,
footer section > .container > .row > .w78,
section form fieldset .w78 {
  width: 78%; }

.w79,
section > .container > .row > .w79,
footer section > .container > .row > .w79,
section form fieldset .w79 {
  width: 79%; }

.w80,
section > .container > .row > .w80,
footer section > .container > .row > .w80,
section form fieldset .w80 {
  width: 80%; }

.w81,
section > .container > .row > .w81,
footer section > .container > .row > .w81,
section form fieldset .w81 {
  width: 81%; }

.w82,
section > .container > .row > .w82,
footer section > .container > .row > .w82,
section form fieldset .w82 {
  width: 82%; }

.w83,
section > .container > .row > .w83,
footer section > .container > .row > .w83,
section form fieldset .w83 {
  width: 83%; }

.w84,
section > .container > .row > .w84,
footer section > .container > .row > .w84,
section form fieldset .w84 {
  width: 84%; }

.w85,
section > .container > .row > .w85,
footer section > .container > .row > .w85,
section form fieldset .w85 {
  width: 85%; }

.w86,
section > .container > .row > .w86,
footer section > .container > .row > .w86,
section form fieldset .w86 {
  width: 86%; }

.w87,
section > .container > .row > .w87,
footer section > .container > .row > .w87,
section form fieldset .w87 {
  width: 87%; }

.w88,
section > .container > .row > .w88,
footer section > .container > .row > .w88,
section form fieldset .w88 {
  width: 88%; }

.w89,
section > .container > .row > .w89,
footer section > .container > .row > .w89,
section form fieldset .w89 {
  width: 89%; }

.w90,
section > .container > .row > .w90,
footer section > .container > .row > .w90,
section form fieldset .w90 {
  width: 90%; }

.w91,
section > .container > .row > .w91,
footer section > .container > .row > .w91,
section form fieldset .w91 {
  width: 91%; }

.w92,
section > .container > .row > .w92,
footer section > .container > .row > .w92,
section form fieldset .w92 {
  width: 92%; }

.w93,
section > .container > .row > .w93,
footer section > .container > .row > .w93,
section form fieldset .w93 {
  width: 93%; }

.w94,
section > .container > .row > .w94,
footer section > .container > .row > .w94,
section form fieldset .w94 {
  width: 94%; }

.w95,
section > .container > .row > .w95,
footer section > .container > .row > .w95,
section form fieldset .w95 {
  width: 95%; }

.w96,
section > .container > .row > .w96,
footer section > .container > .row > .w96,
section form fieldset .w96 {
  width: 96%; }

.w97,
section > .container > .row > .w97,
footer section > .container > .row > .w97,
section form fieldset .w97 {
  width: 97%; }

.w98,
section > .container > .row > .w98,
footer section > .container > .row > .w98,
section form fieldset .w98 {
  width: 98%; }

.w99,
section > .container > .row > .w99,
footer section > .container > .row > .w99,
section form fieldset .w99 {
  width: 99%; }

.w100,
section > .container > .row > .w100,
footer section > .container > .row > .w100,
section form fieldset .w100 {
  width: 100%; }

.column1,
section > .container > .row > .column1,
section > .container form .column1 {
  width: 1%; }
@media (max-width: 1023px) {
  .column1,
  section > .container > .row > .column1,
  section > .container form .column1 {
    width: 100%; } }

.column2,
section > .container > .row > .column2,
section > .container form .column2 {
  width: 2%; }
@media (max-width: 1023px) {
  .column2,
  section > .container > .row > .column2,
  section > .container form .column2 {
    width: 100%; } }

.column3,
section > .container > .row > .column3,
section > .container form .column3 {
  width: 3%; }
@media (max-width: 1023px) {
  .column3,
  section > .container > .row > .column3,
  section > .container form .column3 {
    width: 100%; } }

.column4,
section > .container > .row > .column4,
section > .container form .column4 {
  width: 4%; }
@media (max-width: 1023px) {
  .column4,
  section > .container > .row > .column4,
  section > .container form .column4 {
    width: 100%; } }

.column5,
section > .container > .row > .column5,
section > .container form .column5 {
  width: 5%; }
@media (max-width: 1023px) {
  .column5,
  section > .container > .row > .column5,
  section > .container form .column5 {
    width: 100%; } }

.column6,
section > .container > .row > .column6,
section > .container form .column6 {
  width: 6%; }
@media (max-width: 1023px) {
  .column6,
  section > .container > .row > .column6,
  section > .container form .column6 {
    width: 100%; } }

.column7,
section > .container > .row > .column7,
section > .container form .column7 {
  width: 7%; }
@media (max-width: 1023px) {
  .column7,
  section > .container > .row > .column7,
  section > .container form .column7 {
    width: 100%; } }

.column8,
section > .container > .row > .column8,
section > .container form .column8 {
  width: 8%; }
@media (max-width: 1023px) {
  .column8,
  section > .container > .row > .column8,
  section > .container form .column8 {
    width: 100%; } }

.column9,
section > .container > .row > .column9,
section > .container form .column9 {
  width: 9%; }
@media (max-width: 1023px) {
  .column9,
  section > .container > .row > .column9,
  section > .container form .column9 {
    width: 100%; } }

.column10,
section > .container > .row > .column10,
section > .container form .column10 {
  width: 10%; }
@media (max-width: 1023px) {
  .column10,
  section > .container > .row > .column10,
  section > .container form .column10 {
    width: 100%; } }

.column11,
section > .container > .row > .column11,
section > .container form .column11 {
  width: 11%; }
@media (max-width: 1023px) {
  .column11,
  section > .container > .row > .column11,
  section > .container form .column11 {
    width: 100%; } }

.column12,
section > .container > .row > .column12,
section > .container form .column12 {
  width: 12%; }
@media (max-width: 1023px) {
  .column12,
  section > .container > .row > .column12,
  section > .container form .column12 {
    width: 100%; } }

.column13,
section > .container > .row > .column13,
section > .container form .column13 {
  width: 13%; }
@media (max-width: 1023px) {
  .column13,
  section > .container > .row > .column13,
  section > .container form .column13 {
    width: 100%; } }

.column14,
section > .container > .row > .column14,
section > .container form .column14 {
  width: 14%; }
@media (max-width: 1023px) {
  .column14,
  section > .container > .row > .column14,
  section > .container form .column14 {
    width: 100%; } }

.column15,
section > .container > .row > .column15,
section > .container form .column15 {
  width: 15%; }
@media (max-width: 1023px) {
  .column15,
  section > .container > .row > .column15,
  section > .container form .column15 {
    width: 100%; } }

.column16,
section > .container > .row > .column16,
section > .container form .column16 {
  width: 16%; }
@media (max-width: 1023px) {
  .column16,
  section > .container > .row > .column16,
  section > .container form .column16 {
    width: 100%; } }

.column17,
section > .container > .row > .column17,
section > .container form .column17 {
  width: 17%; }
@media (max-width: 1023px) {
  .column17,
  section > .container > .row > .column17,
  section > .container form .column17 {
    width: 100%; } }

.column18,
section > .container > .row > .column18,
section > .container form .column18 {
  width: 18%; }
@media (max-width: 1023px) {
  .column18,
  section > .container > .row > .column18,
  section > .container form .column18 {
    width: 100%; } }

.column19,
section > .container > .row > .column19,
section > .container form .column19 {
  width: 19%; }
@media (max-width: 1023px) {
  .column19,
  section > .container > .row > .column19,
  section > .container form .column19 {
    width: 100%; } }

.column20,
section > .container > .row > .column20,
section > .container form .column20 {
  width: 20%; }
@media (max-width: 1023px) {
  .column20,
  section > .container > .row > .column20,
  section > .container form .column20 {
    width: 100%; } }

.column21,
section > .container > .row > .column21,
section > .container form .column21 {
  width: 21%; }
@media (max-width: 1023px) {
  .column21,
  section > .container > .row > .column21,
  section > .container form .column21 {
    width: 100%; } }

.column22,
section > .container > .row > .column22,
section > .container form .column22 {
  width: 22%; }
@media (max-width: 1023px) {
  .column22,
  section > .container > .row > .column22,
  section > .container form .column22 {
    width: 100%; } }

.column23,
section > .container > .row > .column23,
section > .container form .column23 {
  width: 23%; }
@media (max-width: 1023px) {
  .column23,
  section > .container > .row > .column23,
  section > .container form .column23 {
    width: 100%; } }

.column24,
section > .container > .row > .column24,
section > .container form .column24 {
  width: 24%; }
@media (max-width: 1023px) {
  .column24,
  section > .container > .row > .column24,
  section > .container form .column24 {
    width: 100%; } }

.column25,
section > .container > .row > .column25,
section > .container form .column25 {
  width: 25%; }
@media (max-width: 1023px) {
  .column25,
  section > .container > .row > .column25,
  section > .container form .column25 {
    width: 100%; } }

.column26,
section > .container > .row > .column26,
section > .container form .column26 {
  width: 26%; }
@media (max-width: 1023px) {
  .column26,
  section > .container > .row > .column26,
  section > .container form .column26 {
    width: 100%; } }

.column27,
section > .container > .row > .column27,
section > .container form .column27 {
  width: 27%; }
@media (max-width: 1023px) {
  .column27,
  section > .container > .row > .column27,
  section > .container form .column27 {
    width: 100%; } }

.column28,
section > .container > .row > .column28,
section > .container form .column28 {
  width: 28%; }
@media (max-width: 1023px) {
  .column28,
  section > .container > .row > .column28,
  section > .container form .column28 {
    width: 100%; } }

.column29,
section > .container > .row > .column29,
section > .container form .column29 {
  width: 29%; }
@media (max-width: 1023px) {
  .column29,
  section > .container > .row > .column29,
  section > .container form .column29 {
    width: 100%; } }

.column30,
section > .container > .row > .column30,
section > .container form .column30 {
  width: 30%; }
@media (max-width: 1023px) {
  .column30,
  section > .container > .row > .column30,
  section > .container form .column30 {
    width: 100%; } }

.column31,
section > .container > .row > .column31,
section > .container form .column31 {
  width: 31%; }
@media (max-width: 1023px) {
  .column31,
  section > .container > .row > .column31,
  section > .container form .column31 {
    width: 100%; } }

.column32,
section > .container > .row > .column32,
section > .container form .column32 {
  width: 32%; }
@media (max-width: 1023px) {
  .column32,
  section > .container > .row > .column32,
  section > .container form .column32 {
    width: 100%; } }

.column33,
section > .container > .row > .column33,
section > .container form .column33 {
  width: 33%; }
@media (max-width: 1023px) {
  .column33,
  section > .container > .row > .column33,
  section > .container form .column33 {
    width: 100%; } }

.column34,
section > .container > .row > .column34,
section > .container form .column34 {
  width: 34%; }
@media (max-width: 1023px) {
  .column34,
  section > .container > .row > .column34,
  section > .container form .column34 {
    width: 100%; } }

.column35,
section > .container > .row > .column35,
section > .container form .column35 {
  width: 35%; }
@media (max-width: 1023px) {
  .column35,
  section > .container > .row > .column35,
  section > .container form .column35 {
    width: 100%; } }

.column36,
section > .container > .row > .column36,
section > .container form .column36 {
  width: 36%; }
@media (max-width: 1023px) {
  .column36,
  section > .container > .row > .column36,
  section > .container form .column36 {
    width: 100%; } }

.column37,
section > .container > .row > .column37,
section > .container form .column37 {
  width: 37%; }
@media (max-width: 1023px) {
  .column37,
  section > .container > .row > .column37,
  section > .container form .column37 {
    width: 100%; } }

.column38,
section > .container > .row > .column38,
section > .container form .column38 {
  width: 38%; }
@media (max-width: 1023px) {
  .column38,
  section > .container > .row > .column38,
  section > .container form .column38 {
    width: 100%; } }

.column39,
section > .container > .row > .column39,
section > .container form .column39 {
  width: 39%; }
@media (max-width: 1023px) {
  .column39,
  section > .container > .row > .column39,
  section > .container form .column39 {
    width: 100%; } }

.column40,
section > .container > .row > .column40,
section > .container form .column40 {
  width: 40%; }
@media (max-width: 1023px) {
  .column40,
  section > .container > .row > .column40,
  section > .container form .column40 {
    width: 100%; } }

.column41,
section > .container > .row > .column41,
section > .container form .column41 {
  width: 41%; }
@media (max-width: 1023px) {
  .column41,
  section > .container > .row > .column41,
  section > .container form .column41 {
    width: 100%; } }

.column42,
section > .container > .row > .column42,
section > .container form .column42 {
  width: 42%; }
@media (max-width: 1023px) {
  .column42,
  section > .container > .row > .column42,
  section > .container form .column42 {
    width: 100%; } }

.column43,
section > .container > .row > .column43,
section > .container form .column43 {
  width: 43%; }
@media (max-width: 1023px) {
  .column43,
  section > .container > .row > .column43,
  section > .container form .column43 {
    width: 100%; } }

.column44,
section > .container > .row > .column44,
section > .container form .column44 {
  width: 44%; }
@media (max-width: 1023px) {
  .column44,
  section > .container > .row > .column44,
  section > .container form .column44 {
    width: 100%; } }

.column45,
section > .container > .row > .column45,
section > .container form .column45 {
  width: 45%; }
@media (max-width: 1023px) {
  .column45,
  section > .container > .row > .column45,
  section > .container form .column45 {
    width: 100%; } }

.column46,
section > .container > .row > .column46,
section > .container form .column46 {
  width: 46%; }
@media (max-width: 1023px) {
  .column46,
  section > .container > .row > .column46,
  section > .container form .column46 {
    width: 100%; } }

.column47,
section > .container > .row > .column47,
section > .container form .column47 {
  width: 47%; }
@media (max-width: 1023px) {
  .column47,
  section > .container > .row > .column47,
  section > .container form .column47 {
    width: 100%; } }

.column48,
section > .container > .row > .column48,
section > .container form .column48 {
  width: 48%; }
@media (max-width: 1023px) {
  .column48,
  section > .container > .row > .column48,
  section > .container form .column48 {
    width: 100%; } }

.column49,
section > .container > .row > .column49,
section > .container form .column49 {
  width: 49%; }
@media (max-width: 1023px) {
  .column49,
  section > .container > .row > .column49,
  section > .container form .column49 {
    width: 100%; } }

.column50,
section > .container > .row > .column50,
section > .container form .column50 {
  width: 50%; }
@media (max-width: 1023px) {
  .column50,
  section > .container > .row > .column50,
  section > .container form .column50 {
    width: 100%; } }

.column51,
section > .container > .row > .column51,
section > .container form .column51 {
  width: 51%; }
@media (max-width: 1023px) {
  .column51,
  section > .container > .row > .column51,
  section > .container form .column51 {
    width: 100%; } }

.column52,
section > .container > .row > .column52,
section > .container form .column52 {
  width: 52%; }
@media (max-width: 1023px) {
  .column52,
  section > .container > .row > .column52,
  section > .container form .column52 {
    width: 100%; } }

.column53,
section > .container > .row > .column53,
section > .container form .column53 {
  width: 53%; }
@media (max-width: 1023px) {
  .column53,
  section > .container > .row > .column53,
  section > .container form .column53 {
    width: 100%; } }

.column54,
section > .container > .row > .column54,
section > .container form .column54 {
  width: 54%; }
@media (max-width: 1023px) {
  .column54,
  section > .container > .row > .column54,
  section > .container form .column54 {
    width: 100%; } }

.column55,
section > .container > .row > .column55,
section > .container form .column55 {
  width: 55%; }
@media (max-width: 1023px) {
  .column55,
  section > .container > .row > .column55,
  section > .container form .column55 {
    width: 100%; } }

.column56,
section > .container > .row > .column56,
section > .container form .column56 {
  width: 56%; }
@media (max-width: 1023px) {
  .column56,
  section > .container > .row > .column56,
  section > .container form .column56 {
    width: 100%; } }

.column57,
section > .container > .row > .column57,
section > .container form .column57 {
  width: 57%; }
@media (max-width: 1023px) {
  .column57,
  section > .container > .row > .column57,
  section > .container form .column57 {
    width: 100%; } }

.column58,
section > .container > .row > .column58,
section > .container form .column58 {
  width: 58%; }
@media (max-width: 1023px) {
  .column58,
  section > .container > .row > .column58,
  section > .container form .column58 {
    width: 100%; } }

.column59,
section > .container > .row > .column59,
section > .container form .column59 {
  width: 59%; }
@media (max-width: 1023px) {
  .column59,
  section > .container > .row > .column59,
  section > .container form .column59 {
    width: 100%; } }

.column60,
section > .container > .row > .column60,
section > .container form .column60 {
  width: 60%; }
@media (max-width: 1023px) {
  .column60,
  section > .container > .row > .column60,
  section > .container form .column60 {
    width: 100%; } }

.column61,
section > .container > .row > .column61,
section > .container form .column61 {
  width: 61%; }
@media (max-width: 1023px) {
  .column61,
  section > .container > .row > .column61,
  section > .container form .column61 {
    width: 100%; } }

.column62,
section > .container > .row > .column62,
section > .container form .column62 {
  width: 62%; }
@media (max-width: 1023px) {
  .column62,
  section > .container > .row > .column62,
  section > .container form .column62 {
    width: 100%; } }

.column63,
section > .container > .row > .column63,
section > .container form .column63 {
  width: 63%; }
@media (max-width: 1023px) {
  .column63,
  section > .container > .row > .column63,
  section > .container form .column63 {
    width: 100%; } }

.column64,
section > .container > .row > .column64,
section > .container form .column64 {
  width: 64%; }
@media (max-width: 1023px) {
  .column64,
  section > .container > .row > .column64,
  section > .container form .column64 {
    width: 100%; } }

.column65,
section > .container > .row > .column65,
section > .container form .column65 {
  width: 65%; }
@media (max-width: 1023px) {
  .column65,
  section > .container > .row > .column65,
  section > .container form .column65 {
    width: 100%; } }

.column66,
section > .container > .row > .column66,
section > .container form .column66 {
  width: 66%; }
@media (max-width: 1023px) {
  .column66,
  section > .container > .row > .column66,
  section > .container form .column66 {
    width: 100%; } }

.column67,
section > .container > .row > .column67,
section > .container form .column67 {
  width: 67%; }
@media (max-width: 1023px) {
  .column67,
  section > .container > .row > .column67,
  section > .container form .column67 {
    width: 100%; } }

.column68,
section > .container > .row > .column68,
section > .container form .column68 {
  width: 68%; }
@media (max-width: 1023px) {
  .column68,
  section > .container > .row > .column68,
  section > .container form .column68 {
    width: 100%; } }

.column69,
section > .container > .row > .column69,
section > .container form .column69 {
  width: 69%; }
@media (max-width: 1023px) {
  .column69,
  section > .container > .row > .column69,
  section > .container form .column69 {
    width: 100%; } }

.column70,
section > .container > .row > .column70,
section > .container form .column70 {
  width: 70%; }
@media (max-width: 1023px) {
  .column70,
  section > .container > .row > .column70,
  section > .container form .column70 {
    width: 100%; } }

.column71,
section > .container > .row > .column71,
section > .container form .column71 {
  width: 71%; }
@media (max-width: 1023px) {
  .column71,
  section > .container > .row > .column71,
  section > .container form .column71 {
    width: 100%; } }

.column72,
section > .container > .row > .column72,
section > .container form .column72 {
  width: 72%; }
@media (max-width: 1023px) {
  .column72,
  section > .container > .row > .column72,
  section > .container form .column72 {
    width: 100%; } }

.column73,
section > .container > .row > .column73,
section > .container form .column73 {
  width: 73%; }
@media (max-width: 1023px) {
  .column73,
  section > .container > .row > .column73,
  section > .container form .column73 {
    width: 100%; } }

.column74,
section > .container > .row > .column74,
section > .container form .column74 {
  width: 74%; }
@media (max-width: 1023px) {
  .column74,
  section > .container > .row > .column74,
  section > .container form .column74 {
    width: 100%; } }

.column75,
section > .container > .row > .column75,
section > .container form .column75 {
  width: 75%; }
@media (max-width: 1023px) {
  .column75,
  section > .container > .row > .column75,
  section > .container form .column75 {
    width: 100%; } }

.column76,
section > .container > .row > .column76,
section > .container form .column76 {
  width: 76%; }
@media (max-width: 1023px) {
  .column76,
  section > .container > .row > .column76,
  section > .container form .column76 {
    width: 100%; } }

.column77,
section > .container > .row > .column77,
section > .container form .column77 {
  width: 77%; }
@media (max-width: 1023px) {
  .column77,
  section > .container > .row > .column77,
  section > .container form .column77 {
    width: 100%; } }

.column78,
section > .container > .row > .column78,
section > .container form .column78 {
  width: 78%; }
@media (max-width: 1023px) {
  .column78,
  section > .container > .row > .column78,
  section > .container form .column78 {
    width: 100%; } }

.column79,
section > .container > .row > .column79,
section > .container form .column79 {
  width: 79%; }
@media (max-width: 1023px) {
  .column79,
  section > .container > .row > .column79,
  section > .container form .column79 {
    width: 100%; } }

.column80,
section > .container > .row > .column80,
section > .container form .column80 {
  width: 80%; }
@media (max-width: 1023px) {
  .column80,
  section > .container > .row > .column80,
  section > .container form .column80 {
    width: 100%; } }

.column81,
section > .container > .row > .column81,
section > .container form .column81 {
  width: 81%; }
@media (max-width: 1023px) {
  .column81,
  section > .container > .row > .column81,
  section > .container form .column81 {
    width: 100%; } }

.column82,
section > .container > .row > .column82,
section > .container form .column82 {
  width: 82%; }
@media (max-width: 1023px) {
  .column82,
  section > .container > .row > .column82,
  section > .container form .column82 {
    width: 100%; } }

.column83,
section > .container > .row > .column83,
section > .container form .column83 {
  width: 83%; }
@media (max-width: 1023px) {
  .column83,
  section > .container > .row > .column83,
  section > .container form .column83 {
    width: 100%; } }

.column84,
section > .container > .row > .column84,
section > .container form .column84 {
  width: 84%; }
@media (max-width: 1023px) {
  .column84,
  section > .container > .row > .column84,
  section > .container form .column84 {
    width: 100%; } }

.column85,
section > .container > .row > .column85,
section > .container form .column85 {
  width: 85%; }
@media (max-width: 1023px) {
  .column85,
  section > .container > .row > .column85,
  section > .container form .column85 {
    width: 100%; } }

.column86,
section > .container > .row > .column86,
section > .container form .column86 {
  width: 86%; }
@media (max-width: 1023px) {
  .column86,
  section > .container > .row > .column86,
  section > .container form .column86 {
    width: 100%; } }

.column87,
section > .container > .row > .column87,
section > .container form .column87 {
  width: 87%; }
@media (max-width: 1023px) {
  .column87,
  section > .container > .row > .column87,
  section > .container form .column87 {
    width: 100%; } }

.column88,
section > .container > .row > .column88,
section > .container form .column88 {
  width: 88%; }
@media (max-width: 1023px) {
  .column88,
  section > .container > .row > .column88,
  section > .container form .column88 {
    width: 100%; } }

.column89,
section > .container > .row > .column89,
section > .container form .column89 {
  width: 89%; }
@media (max-width: 1023px) {
  .column89,
  section > .container > .row > .column89,
  section > .container form .column89 {
    width: 100%; } }

.column90,
section > .container > .row > .column90,
section > .container form .column90 {
  width: 90%; }
@media (max-width: 1023px) {
  .column90,
  section > .container > .row > .column90,
  section > .container form .column90 {
    width: 100%; } }

.column91,
section > .container > .row > .column91,
section > .container form .column91 {
  width: 91%; }
@media (max-width: 1023px) {
  .column91,
  section > .container > .row > .column91,
  section > .container form .column91 {
    width: 100%; } }

.column92,
section > .container > .row > .column92,
section > .container form .column92 {
  width: 92%; }
@media (max-width: 1023px) {
  .column92,
  section > .container > .row > .column92,
  section > .container form .column92 {
    width: 100%; } }

.column93,
section > .container > .row > .column93,
section > .container form .column93 {
  width: 93%; }
@media (max-width: 1023px) {
  .column93,
  section > .container > .row > .column93,
  section > .container form .column93 {
    width: 100%; } }

.column94,
section > .container > .row > .column94,
section > .container form .column94 {
  width: 94%; }
@media (max-width: 1023px) {
  .column94,
  section > .container > .row > .column94,
  section > .container form .column94 {
    width: 100%; } }

.column95,
section > .container > .row > .column95,
section > .container form .column95 {
  width: 95%; }
@media (max-width: 1023px) {
  .column95,
  section > .container > .row > .column95,
  section > .container form .column95 {
    width: 100%; } }

.column96,
section > .container > .row > .column96,
section > .container form .column96 {
  width: 96%; }
@media (max-width: 1023px) {
  .column96,
  section > .container > .row > .column96,
  section > .container form .column96 {
    width: 100%; } }

.column97,
section > .container > .row > .column97,
section > .container form .column97 {
  width: 97%; }
@media (max-width: 1023px) {
  .column97,
  section > .container > .row > .column97,
  section > .container form .column97 {
    width: 100%; } }

.column98,
section > .container > .row > .column98,
section > .container form .column98 {
  width: 98%; }
@media (max-width: 1023px) {
  .column98,
  section > .container > .row > .column98,
  section > .container form .column98 {
    width: 100%; } }

.column99,
section > .container > .row > .column99,
section > .container form .column99 {
  width: 99%; }
@media (max-width: 1023px) {
  .column99,
  section > .container > .row > .column99,
  section > .container form .column99 {
    width: 100%; } }

.column100,
section > .container > .row > .column100,
section > .container form .column100 {
  width: 100%; }
@media (max-width: 1023px) {
  .column100,
  section > .container > .row > .column100,
  section > .container form .column100 {
    width: 100%; } }

.col1 {
  width: 100%; }

.col2 {
  width: 50%; }

.col3 {
  width: 33.3333333333%; }

.col4 {
  width: 25%; }

.col5 {
  width: 20%; }

.col6 {
  width: 16.6666666667%; }

.col7 {
  width: 14.2857142857%; }

.col8 {
  width: 12.5%; }

.col9 {
  width: 11.1111111111%; }

.col10 {
  width: 10%; }

.col11 {
  width: 9.0909090909%; }

.col12 {
  width: 8.3333333333%; }

.col13 {
  width: 7.6923076923%; }

.col14 {
  width: 7.1428571429%; }

.col15 {
  width: 6.6666666667%; }

.col16 {
  width: 6.25%; }

.col17 {
  width: 5.8823529412%; }

.col18 {
  width: 5.5555555556%; }

.col19 {
  width: 5.2631578947%; }

.col20 {
  width: 5%; }

.col21 {
  width: 4.7619047619%; }

.col22 {
  width: 4.5454545455%; }

.col23 {
  width: 4.347826087%; }

.col24 {
  width: 4.1666666667%; }

.col25 {
  width: 4%; }

.col26 {
  width: 3.8461538462%; }

.col27 {
  width: 3.7037037037%; }

.col28 {
  width: 3.5714285714%; }

.col29 {
  width: 3.4482758621%; }

.col30 {
  width: 3.3333333333%; }

.col31 {
  width: 3.2258064516%; }

.col32 {
  width: 3.125%; }

.col33 {
  width: 3.0303030303%; }

.col34 {
  width: 2.9411764706%; }

.col35 {
  width: 2.8571428571%; }

.col36 {
  width: 2.7777777778%; }

.col37 {
  width: 2.7027027027%; }

.col38 {
  width: 2.6315789474%; }

.col39 {
  width: 2.5641025641%; }

.col40 {
  width: 2.5%; }

.col41 {
  width: 2.4390243902%; }

.col42 {
  width: 2.380952381%; }

.col43 {
  width: 2.3255813953%; }

.col44 {
  width: 2.2727272727%; }

.col45 {
  width: 2.2222222222%; }

.col46 {
  width: 2.1739130435%; }

.col47 {
  width: 2.1276595745%; }

.col48 {
  width: 2.0833333333%; }

.col49 {
  width: 2.0408163265%; }

.col50 {
  width: 2%; }

.col51 {
  width: 1.9607843137%; }

.col52 {
  width: 1.9230769231%; }

.col53 {
  width: 1.8867924528%; }

.col54 {
  width: 1.8518518519%; }

.col55 {
  width: 1.8181818182%; }

.col56 {
  width: 1.7857142857%; }

.col57 {
  width: 1.7543859649%; }

.col58 {
  width: 1.724137931%; }

.col59 {
  width: 1.6949152542%; }

.col60 {
  width: 1.6666666667%; }

.col61 {
  width: 1.6393442623%; }

.col62 {
  width: 1.6129032258%; }

.col63 {
  width: 1.5873015873%; }

.col64 {
  width: 1.5625%; }

.col65 {
  width: 1.5384615385%; }

.col66 {
  width: 1.5151515152%; }

.col67 {
  width: 1.4925373134%; }

.col68 {
  width: 1.4705882353%; }

.col69 {
  width: 1.4492753623%; }

.col70 {
  width: 1.4285714286%; }

.col71 {
  width: 1.4084507042%; }

.col72 {
  width: 1.3888888889%; }

.col73 {
  width: 1.3698630137%; }

.col74 {
  width: 1.3513513514%; }

.col75 {
  width: 1.3333333333%; }

.col76 {
  width: 1.3157894737%; }

.col77 {
  width: 1.2987012987%; }

.col78 {
  width: 1.2820512821%; }

.col79 {
  width: 1.2658227848%; }

.col80 {
  width: 1.25%; }

.col81 {
  width: 1.2345679012%; }

.col82 {
  width: 1.2195121951%; }

.col83 {
  width: 1.2048192771%; }

.col84 {
  width: 1.1904761905%; }

.col85 {
  width: 1.1764705882%; }

.col86 {
  width: 1.1627906977%; }

.col87 {
  width: 1.1494252874%; }

.col88 {
  width: 1.1363636364%; }

.col89 {
  width: 1.1235955056%; }

.col90 {
  width: 1.1111111111%; }

.col91 {
  width: 1.0989010989%; }

.col92 {
  width: 1.0869565217%; }

.col93 {
  width: 1.0752688172%; }

.col94 {
  width: 1.0638297872%; }

.col95 {
  width: 1.0526315789%; }

.col96 {
  width: 1.0416666667%; }

.col97 {
  width: 1.0309278351%; }

.col98 {
  width: 1.0204081633%; }

.col99 {
  width: 1.0101010101%; }

.col100 {
  width: 1%; }

.col-li1 li {
  width: 100%; }

.col-li2 li {
  width: 50%; }

.col-li3 li {
  width: 33.3333333333%; }

.col-li4 li {
  width: 25%; }

.col-li5 li {
  width: 20%; }

.col-li6 li {
  width: 16.6666666667%; }

.col-li7 li {
  width: 14.2857142857%; }

.col-li8 li {
  width: 12.5%; }

.col-li9 li {
  width: 11.1111111111%; }

.col-li10 li {
  width: 10%; }

.col-li11 li {
  width: 9.0909090909%; }

.col-li12 li {
  width: 8.3333333333%; }

.col-li13 li {
  width: 7.6923076923%; }

.col-li14 li {
  width: 7.1428571429%; }

.col-li15 li {
  width: 6.6666666667%; }

.col-li16 li {
  width: 6.25%; }

.col-li17 li {
  width: 5.8823529412%; }

.col-li18 li {
  width: 5.5555555556%; }

.col-li19 li {
  width: 5.2631578947%; }

.col-li20 li {
  width: 5%; }

.col-li21 li {
  width: 4.7619047619%; }

.col-li22 li {
  width: 4.5454545455%; }

.col-li23 li {
  width: 4.347826087%; }

.col-li24 li {
  width: 4.1666666667%; }

.col-li25 li {
  width: 4%; }

.col-li26 li {
  width: 3.8461538462%; }

.col-li27 li {
  width: 3.7037037037%; }

.col-li28 li {
  width: 3.5714285714%; }

.col-li29 li {
  width: 3.4482758621%; }

.col-li30 li {
  width: 3.3333333333%; }

.col-li31 li {
  width: 3.2258064516%; }

.col-li32 li {
  width: 3.125%; }

.col-li33 li {
  width: 3.0303030303%; }

.col-li34 li {
  width: 2.9411764706%; }

.col-li35 li {
  width: 2.8571428571%; }

.col-li36 li {
  width: 2.7777777778%; }

.col-li37 li {
  width: 2.7027027027%; }

.col-li38 li {
  width: 2.6315789474%; }

.col-li39 li {
  width: 2.5641025641%; }

.col-li40 li {
  width: 2.5%; }

.col-li41 li {
  width: 2.4390243902%; }

.col-li42 li {
  width: 2.380952381%; }

.col-li43 li {
  width: 2.3255813953%; }

.col-li44 li {
  width: 2.2727272727%; }

.col-li45 li {
  width: 2.2222222222%; }

.col-li46 li {
  width: 2.1739130435%; }

.col-li47 li {
  width: 2.1276595745%; }

.col-li48 li {
  width: 2.0833333333%; }

.col-li49 li {
  width: 2.0408163265%; }

.col-li50 li {
  width: 2%; }

.col-li51 li {
  width: 1.9607843137%; }

.col-li52 li {
  width: 1.9230769231%; }

.col-li53 li {
  width: 1.8867924528%; }

.col-li54 li {
  width: 1.8518518519%; }

.col-li55 li {
  width: 1.8181818182%; }

.col-li56 li {
  width: 1.7857142857%; }

.col-li57 li {
  width: 1.7543859649%; }

.col-li58 li {
  width: 1.724137931%; }

.col-li59 li {
  width: 1.6949152542%; }

.col-li60 li {
  width: 1.6666666667%; }

.col-li61 li {
  width: 1.6393442623%; }

.col-li62 li {
  width: 1.6129032258%; }

.col-li63 li {
  width: 1.5873015873%; }

.col-li64 li {
  width: 1.5625%; }

.col-li65 li {
  width: 1.5384615385%; }

.col-li66 li {
  width: 1.5151515152%; }

.col-li67 li {
  width: 1.4925373134%; }

.col-li68 li {
  width: 1.4705882353%; }

.col-li69 li {
  width: 1.4492753623%; }

.col-li70 li {
  width: 1.4285714286%; }

.col-li71 li {
  width: 1.4084507042%; }

.col-li72 li {
  width: 1.3888888889%; }

.col-li73 li {
  width: 1.3698630137%; }

.col-li74 li {
  width: 1.3513513514%; }

.col-li75 li {
  width: 1.3333333333%; }

.col-li76 li {
  width: 1.3157894737%; }

.col-li77 li {
  width: 1.2987012987%; }

.col-li78 li {
  width: 1.2820512821%; }

.col-li79 li {
  width: 1.2658227848%; }

.col-li80 li {
  width: 1.25%; }

.col-li81 li {
  width: 1.2345679012%; }

.col-li82 li {
  width: 1.2195121951%; }

.col-li83 li {
  width: 1.2048192771%; }

.col-li84 li {
  width: 1.1904761905%; }

.col-li85 li {
  width: 1.1764705882%; }

.col-li86 li {
  width: 1.1627906977%; }

.col-li87 li {
  width: 1.1494252874%; }

.col-li88 li {
  width: 1.1363636364%; }

.col-li89 li {
  width: 1.1235955056%; }

.col-li90 li {
  width: 1.1111111111%; }

.col-li91 li {
  width: 1.0989010989%; }

.col-li92 li {
  width: 1.0869565217%; }

.col-li93 li {
  width: 1.0752688172%; }

.col-li94 li {
  width: 1.0638297872%; }

.col-li95 li {
  width: 1.0526315789%; }

.col-li96 li {
  width: 1.0416666667%; }

.col-li97 li {
  width: 1.0309278351%; }

.col-li98 li {
  width: 1.0204081633%; }

.col-li99 li {
  width: 1.0101010101%; }

.col-li100 li {
  width: 1%; }

.item100 li,
.item100 figure {
  width: 1%; }

.item99 li,
.item99 figure {
  width: 1.0101010101%; }

.item98 li,
.item98 figure {
  width: 1.0204081633%; }

.item97 li,
.item97 figure {
  width: 1.0309278351%; }

.item96 li,
.item96 figure {
  width: 1.0416666667%; }

.item95 li,
.item95 figure {
  width: 1.0526315789%; }

.item94 li,
.item94 figure {
  width: 1.0638297872%; }

.item93 li,
.item93 figure {
  width: 1.0752688172%; }

.item92 li,
.item92 figure {
  width: 1.0869565217%; }

.item91 li,
.item91 figure {
  width: 1.0989010989%; }

.item90 li,
.item90 figure {
  width: 1.1111111111%; }

.item89 li,
.item89 figure {
  width: 1.1235955056%; }

.item88 li,
.item88 figure {
  width: 1.1363636364%; }

.item87 li,
.item87 figure {
  width: 1.1494252874%; }

.item86 li,
.item86 figure {
  width: 1.1627906977%; }

.item85 li,
.item85 figure {
  width: 1.1764705882%; }

.item84 li,
.item84 figure {
  width: 1.1904761905%; }

.item83 li,
.item83 figure {
  width: 1.2048192771%; }

.item82 li,
.item82 figure {
  width: 1.2195121951%; }

.item81 li,
.item81 figure {
  width: 1.2345679012%; }

.item80 li,
.item80 figure {
  width: 1.25%; }

.item79 li,
.item79 figure {
  width: 1.2658227848%; }

.item78 li,
.item78 figure {
  width: 1.2820512821%; }

.item77 li,
.item77 figure {
  width: 1.2987012987%; }

.item76 li,
.item76 figure {
  width: 1.3157894737%; }

.item75 li,
.item75 figure {
  width: 1.3333333333%; }

.item74 li,
.item74 figure {
  width: 1.3513513514%; }

.item73 li,
.item73 figure {
  width: 1.3698630137%; }

.item72 li,
.item72 figure {
  width: 1.3888888889%; }

.item71 li,
.item71 figure {
  width: 1.4084507042%; }

.item70 li,
.item70 figure {
  width: 1.4285714286%; }

.item69 li,
.item69 figure {
  width: 1.4492753623%; }

.item68 li,
.item68 figure {
  width: 1.4705882353%; }

.item67 li,
.item67 figure {
  width: 1.4925373134%; }

.item66 li,
.item66 figure {
  width: 1.5151515152%; }

.item65 li,
.item65 figure {
  width: 1.5384615385%; }

.item64 li,
.item64 figure {
  width: 1.5625%; }

.item63 li,
.item63 figure {
  width: 1.5873015873%; }

.item62 li,
.item62 figure {
  width: 1.6129032258%; }

.item61 li,
.item61 figure {
  width: 1.6393442623%; }

.item60 li,
.item60 figure {
  width: 1.6666666667%; }

.item59 li,
.item59 figure {
  width: 1.6949152542%; }

.item58 li,
.item58 figure {
  width: 1.724137931%; }

.item57 li,
.item57 figure {
  width: 1.7543859649%; }

.item56 li,
.item56 figure {
  width: 1.7857142857%; }

.item55 li,
.item55 figure {
  width: 1.8181818182%; }

.item54 li,
.item54 figure {
  width: 1.8518518519%; }

.item53 li,
.item53 figure {
  width: 1.8867924528%; }

.item52 li,
.item52 figure {
  width: 1.9230769231%; }

.item51 li,
.item51 figure {
  width: 1.9607843137%; }

.item50 li,
.item50 figure {
  width: 2%; }

.item49 li,
.item49 figure {
  width: 2.0408163265%; }

.item48 li,
.item48 figure {
  width: 2.0833333333%; }

.item47 li,
.item47 figure {
  width: 2.1276595745%; }

.item46 li,
.item46 figure {
  width: 2.1739130435%; }

.item45 li,
.item45 figure {
  width: 2.2222222222%; }

.item44 li,
.item44 figure {
  width: 2.2727272727%; }

.item43 li,
.item43 figure {
  width: 2.3255813953%; }

.item42 li,
.item42 figure {
  width: 2.380952381%; }

.item41 li,
.item41 figure {
  width: 2.4390243902%; }

.item40 li,
.item40 figure {
  width: 2.5%; }

.item39 li,
.item39 figure {
  width: 2.5641025641%; }

.item38 li,
.item38 figure {
  width: 2.6315789474%; }

.item37 li,
.item37 figure {
  width: 2.7027027027%; }

.item36 li,
.item36 figure {
  width: 2.7777777778%; }

.item35 li,
.item35 figure {
  width: 2.8571428571%; }

.item34 li,
.item34 figure {
  width: 2.9411764706%; }

.item33 li,
.item33 figure {
  width: 3.0303030303%; }

.item32 li,
.item32 figure {
  width: 3.125%; }

.item31 li,
.item31 figure {
  width: 3.2258064516%; }

.item30 li,
.item30 figure {
  width: 3.3333333333%; }

.item29 li,
.item29 figure {
  width: 3.4482758621%; }

.item28 li,
.item28 figure {
  width: 3.5714285714%; }

.item27 li,
.item27 figure {
  width: 3.7037037037%; }

.item26 li,
.item26 figure {
  width: 3.8461538462%; }

.item25 li,
.item25 figure {
  width: 4%; }

.item24 li,
.item24 figure {
  width: 4.1666666667%; }

.item23 li,
.item23 figure {
  width: 4.347826087%; }

.item22 li,
.item22 figure {
  width: 4.5454545455%; }

.item21 li,
.item21 figure {
  width: 4.7619047619%; }

.item20 li,
.item20 figure {
  width: 5%; }

.item19 li,
.item19 figure {
  width: 5.2631578947%; }

.item18 li,
.item18 figure {
  width: 5.5555555556%; }

.item17 li,
.item17 figure {
  width: 5.8823529412%; }

.item16 li,
.item16 figure {
  width: 6.25%; }

.item15 li,
.item15 figure {
  width: 6.6666666667%; }

.item14 li,
.item14 figure {
  width: 7.1428571429%; }

.item13 li,
.item13 figure {
  width: 7.6923076923%; }

.item12 li,
.item12 figure {
  width: 8.3333333333%; }

.item11 li,
.item11 figure {
  width: 9.0909090909%; }

.item10 li,
.item10 figure {
  width: 10%; }

.item9 li,
.item9 figure {
  width: 11.1111111111%; }

.item8 li,
.item8 figure {
  width: 12.5%; }

.item7 li,
.item7 figure {
  width: 14.2857142857%; }

.item6 li,
.item6 figure {
  width: 16.6666666667%; }

.item5 li,
.item5 figure {
  width: 20%; }

.item4 li,
.item4 figure {
  width: 25%; }

.item3 li,
.item3 figure {
  width: 33.3333333333%; }

.item2 li,
.item2 figure {
  width: 50%; }

.item1 li,
.item1 figure {
  width: 100%; }

.none {
  display: none; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.hor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.block {
  width: 100%; }

header .block,
footer .block {
  width: initial; }

section > .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
section > .container > .row.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
section > .container > .row.around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }
section > .container > .row.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
section > .container > .row.nw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
section > .container > .row > .block.center {
  text-align: center; }

ul,
ol {
  margin: 0;
  padding: 0; }
ul li,
ol li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

ol {
  counter-reset: my-counter; }
ol li {
  position: relative;
  counter-increment: my-counter;
  padding: 5px 0 5px 20px; }
ol li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  display: block;
  content: counter(my-counter) ".";
  clear: both;
  font-size: 1em;
  margin-right: 10px;
  line-height: 1;
  color: #000; }

body {
  color: #000;
  font-weight: 500;
  overflow-x: hidden; }

#wrapper {
  position: relative;
  z-index: 1; }

a {
  text-decoration: none;
  color: #1E201F;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
a:hover {
  color: #778DA9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
a:active {
  color: #B27C66;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

footer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.container {
  max-width: 1320px;
  margin: auto; }

.section_slider .container {
  max-width: 100%; }

.section_bg_1 {
  background: #f0f7f4; }

.section_bg_2 {
  background: #ced6e0; }

header .section .container .row {
  min-height: 78px; }
header .section .container .row .block {
  text-align: center; }

header a {
  color: #000; }

@media (max-width: 479px) {
  header .block_logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: auto;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

@media (max-width: 479px) {
  header .block_logo .logo {
    padding-bottom: 0; } }

@media (max-width: 479px) {
  header .block_logo .logo br {
    display: none; } }

.logo {
  display: inline-block;
  padding: 10px; }
.logo .caption {
  text-align: center; }

.adress {
  min-width: 200px;
  padding: 10px;
  text-align: left; }
@media (max-width: 767px) {
  .adress {
    min-width: 160px; } }

.phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 200px; }
@media (max-width: 767px) {
  .phones {
    min-width: 160px; } }
.popup .phones {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.phones li {
  padding: 10px; }
.phones li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
@media (max-width: 1023px) {
  .phones li .inner .img {
    display: none; } }

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%; }
.slider .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%; }
.slider .item .img {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%; }
.slider .item .img:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  clear: both;
  background: rgba(0, 0, 0, 0.25); }
@media (min-width: 1900px) {
  .slider .item .img img {
    min-width: 100%; } }
.slider .item .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff; }
.slider .item .text .caption {
  font-family: "KyivType Sans Medium2";
  font-weight: 500;
  font-size: 88px;
  margin-bottom: 10px;
  text-align: center; }
@media (max-width: 1199px) {
  .slider .item .text .caption {
    font-size: 64px; } }
@media (max-width: 1023px) {
  .slider .item .text .caption {
    font-size: 48px; } }
@media (max-width: 479px) {
  .slider .item .text .caption {
    font-size: 24px; } }
.slider .item .text .description {
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px; }
@media (max-width: 1199px) {
  .slider .item .text .description {
    font-size: 36px; } }
@media (max-width: 1023px) {
  .slider .item .text .description {
    font-size: 24px; } }
@media (max-width: 479px) {
  .slider .item .text .description {
    font-size: 18px; } }

.char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 0;
  width: 100%; }
.char .maincaption {
  width: 50%;
  font-size: 26px;
  text-align: right;
  padding: 0 24px;
  font-weight: 600; }
@media (max-width: 1023px) {
  .char .maincaption {
    font-size: 20px; } }
@media (max-width: 479px) {
  .char .maincaption {
    font-size: 16px; } }
.char .text {
  width: 50%;
  border-left: 1px solid #ced6e0;
  padding: 0 24px; }
.char .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.char .text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  font-size: 22px; }
@media (max-width: 1023px) {
  .char .text ul li {
    font-size: 14px; } }
.char .text ul li .img {
  margin-right: 16px; }
.char .text ul li .img img {
  min-width: 32px;
  min-height: 32px; }

.heading {
  font-family: "KyivType Sans Medium2";
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 40px; }
@media (max-width: 1023px) {
  .heading {
    font-size: 32px; } }

.link {
  text-decoration: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.link.link_button {
  display: inline-block;
  background: #B27C66;
  padding: 16px 24px;
  border-radius: 4px;
  color: #fff;
  font-size: 24px; }
@media (max-width: 1023px) {
  .link.link_button {
    font-size: 16px; } }
.link.link_button_white {
  display: inline-block;
  background: #fff;
  padding: 16px 24px;
  border-radius: 4px;
  color: #000;
  font-size: 24px; }
@media (max-width: 1023px) {
  .link.link_button_white {
    font-size: 16px; } }
.link.link_button_m40 {
  margin: 40px auto; }
.link.link_button_m20 {
  margin: 40px auto; }
.link:hover {
  background: #778DA9;
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 10px 10px 20px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

main section .container {
  padding: 60px 40px; }
@media (max-width: 1023px) {
  main section .container {
    padding: 40px 20px; } }
@media (max-width: 479px) {
  main section .container {
    padding: 30px 15px; } }

main .section_slider .container {
  padding: 0; }

.block .img {
  max-width: 100%; }

@media (min-width: 1200px) {
  .row_pump {
    position: relative;
    left: -10%; } }

@media (min-width: 1200px) {
  .row_pump .column30 {
    min-width: 30%; } }

@media (min-width: 1200px) {
  .row_pump .column70 {
    min-width: 75%; } }

@media (max-width: 1023px) {
  .row_team .block {
    width: 48% !important; } }

@media (max-width: 479px) {
  .row_team .block {
    width: 100% !important; } }

@media (max-width: 1023px) {
  .row_pump {
    position: relative; } }

.block_img_abso {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
@media (max-width: 1023px) {
  .block_img_abso {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }
@media (max-width: 1023px) {
  .block_img_abso .img {
    width: 220px; } }
@media (max-width: 479px) {
  .block_img_abso .img {
    width: 150px; } }
@media (max-width: 1023px) {
  .block_img_abso + .block {
    position: relative;
    z-index: 1; } }

.content {
  font-size: 22px; }
@media (max-width: 1023px) {
  .content {
    font-size: 16px; } }
.content ol.big {
  font-size: 28px; }
@media (max-width: 1023px) {
  .content ol.big {
    font-size: 24px; } }
@media (max-width: 479px) {
  .content ol.big {
    font-size: 20px; } }
.content ol.big li {
  padding-left: 36px; }
@media (max-width: 1023px) {
  .content ol.big li {
    padding-left: 28px; } }

.caption_team {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1em; }
@media (max-width: 1023px) {
  .caption_team {
    font-size: 20px; } }

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.faq li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #fff;
  padding: 25px 0; }
.faq li .inner .caption {
  position: relative;
  font-size: 26px;
  padding-right: 50px;
  font-weight: 600; }
@media (max-width: 1023px) {
  .faq li .inner .caption {
    font-size: 24px; } }
@media (max-width: 1023px) {
  .faq li .inner .caption {
    font-size: 20px; } }
.faq li .inner .caption .img {
  position: absolute;
  right: 0;
  top: -4px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.faq li .inner .caption:hover {
  color: #778DA9;
  cursor: pointer; }
.faq li .inner .content {
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px; }
@media (max-width: 1023px) {
  .faq li .inner .content {
    font-size: 16px; } }
@media (max-width: 1023px) {
  .faq li .inner .opener .img {
    width: 32px;
    height: 32px; } }
.faq li .inner .opener .img .up {
  display: none; }
.faq li .inner .opener .img .down {
  display: initial; }
.faq li .inner .slide {
  display: none; }
.faq li:last-child .inner {
  border-bottom: 0; }
.faq li.active .inner .slide {
  display: initial; }
.faq li.active .inner .opener .img .up {
  display: initial; }
.faq li.active .inner .opener .img .down {
  display: none; }

@media (max-width: 1023px) {
  .row_compl {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; } }

.gal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 80px; }
.gal .slick-list {
  max-width: 1080px; }
.gal .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.gal li {
  padding: 10px;
  width: initial !important; }
.gal li .inner {
  width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 1023px) {
  .gal li .inner {
    width: initial;
    height: 320px; } }
@media (max-width: 479px) {
  .gal li .inner {
    height: 220px; } }
.gal li .inner .img {
  max-width: initial;
  border-radius: 8px; }
.gal li .inner .img img {
  max-width: initial;
  border-radius: 8px;
  overflow: hidden; }

.thumbnail {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border-radius: 8px;
  overflow: hidden; }
.thumbnail:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 0.9; }

.section_timer {
  position: relative;
  overflow: hidden;
  text-align: center; }
.section_timer * {
  color: #fff; }

.bg_abso {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.bg_abso:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.1); }
.bg_abso img {
  max-width: initial;
  min-height: 100%; }

#countdown {
  max-width: 600px;
  margin: 30px auto; }
@media (max-width: 1023px) {
  #countdown {
    margin: 20px auto; } }
@media (max-width: 479px) {
  #countdown {
    margin: 0 auto 20px; } }
#countdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
#countdown ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 25%;
  font-weight: 300; }
#countdown ul li span {
  font-size: 72px;
  font-family: "KyivType Sans Medium2";
  font-weight: 500; }
@media (max-width: 479px) {
  #countdown ul li span {
    font-size: 56px; } }

.row_sel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
.row_sel .sel {
  margin: auto; }

.sel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  background: #fff;
  border-radius: 8px;
  color: #000;
  max-width: 420px;
  overflow: hidden; }
@media (max-width: 1023px) {
  .sel {
    width: 200px; } }
@media (max-width: 479px) {
  .sel {
    width: initial;
    max-width: 200px;
    min-width: 160px; } }
.sel * {
  color: #000; }
.sel .caption {
  font-size: 32px;
  padding: 10px 20px; }
@media (max-width: 1023px) {
  .sel .caption {
    font-size: 16px;
    padding: 10px; } }
.sel .description {
  padding: 0 20px; }
@media (max-width: 1023px) {
  .sel .description {
    padding: 0 10px;
    font-weight: 300; } }
.sel .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 1023px) {
  .sel .img {
    height: 160px;
    overflow: hidden; } }
@media (max-width: 1023px) {
  .sel .img img {
    max-width: initial;
    max-height: 100%; } }

.section_form .heading {
  text-align: center; }

.section_form .form_caption {
  font-size: 28px;
  line-height: 1.5; }
@media (max-width: 1023px) {
  .section_form .form_caption {
    font-size: 16px;
    line-height: initial;
    margin-top: 10px; } }
@media (max-width: 479px) {
  .section_form .form_caption {
    margin: 10px auto;
    max-width: 60%;
    text-align: center; } }

@media (max-width: 1023px) {
  .row_form > .block {
    width: 48% !important; } }

@media (max-width: 479px) {
  .row_form > .block {
    width: 100% !important; } }

.form {
  position: relative; }
@media (max-width: 479px) {
  .form {
    padding: 10px 30px; } }
.form .row {
  position: relative;
  padding: 12px 0; }
.form .block {
  position: relative; }
.form .block.end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
@media (max-width: 479px) {
  .form .block.end {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.form .block label {
  position: absolute;
  z-index: 2;
  top: -18px;
  left: 20px;
  background: #F0F7F4;
  padding: 5px;
  color: #797979; }
.form .block input[type='text'],
.form .block input[type='tel'],
.form .block input[type='email'],
.form .block input[type='search'],
.form .block input[type='password'],
.form .block textarea {
  background: #F0F7F4;
  position: relative;
  width: 100%;
  color: #343330;
  border-radius: 8px;
  padding: 20px 40px 20px 20px;
  border: 1px solid #B27C66; }
.form .block input[type='text'].error,
.form .block input[type='tel'].error,
.form .block input[type='email'].error,
.form .block input[type='search'].error,
.form .block input[type='password'].error,
.form .block textarea.error {
  border: 1px solid #F00A41; }
.form .block input + b {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 10px;
  display: none; }
.form .block input + b.ok {
  display: block; }
.form .block .button,
.form .block button,
.form .block input[type='button'],
.form .block input[type='reset'],
.form .block input[type='file'],
.form .block input[type='submit'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px;
  border-radius: 8px;
  background: #B27C66;
  color: #fff;
  border: 0; }
@media (max-width: 479px) {
  .form .block .button,
  .form .block button,
  .form .block input[type='button'],
  .form .block input[type='reset'],
  .form .block input[type='file'],
  .form .block input[type='submit'] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.form .block .button:hover,
.form .block button:hover,
.form .block input[type='button']:hover,
.form .block input[type='reset']:hover,
.form .block input[type='file']:hover,
.form .block input[type='submit']:hover {
  cursor: pointer;
  background: #778DA9; }

.footer .container {
  padding: 30px 10px; }

.footer .content {
  font-size: 16px; }
.footer .content .small {
  font-size: 8px; }

@media (max-width: 1023px) {
  .footer .row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; } }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.social li {
  padding: 5px; }
.social li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px); }
.social li .inner .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.social li .inner:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  opacity: 0.5; }

.ajax_form .error {
  color: brown;
  border: 1px solid red !important; }

.jGrowl-notification .jGrowl-close {
  background-color: transparent;
  color: #ffffff;
  border: none;
  z-index: 99;
  float: right;
  font-weight: 700;
  font-size: 1em;
  cursor: pointer;
  padding: 0;
  margin: 0; }

input[engine="hidden"] {
  display: none; }

#jGrowl {
  display: none; }
/*# sourceMappingURL=main.css.map */