@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,
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 styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

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

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: 'FRAMDCN';
  src: url("../fonts/FRAMDCN.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url("../fonts/OpenSansRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansBold';
  src: url("../fonts/OpenSansBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html, body {
  min-height: 100%;
}

body {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 320px;
  font-family: OpenSansRegular, sans-serif;
  font-size: 16px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

input,
button,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  outline: none !important;
}

input:hover, input:active, input:focus, input:visited,
button:hover,
button:active,
button:focus,
button:visited,
textarea:hover,
textarea:active,
textarea:focus,
textarea:visited {
  outline: none !important;
}

a,
button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active, a:focus, a:visited {
  text-decoration: none;
}

* {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

input {
  border: none;
  border-radius: 0;
  white-space: nowrap;
  text-overflow: ellipsis !important;
  background-color: transparent;
}

/* Slider */
/* Icons */
@font-face {}/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.page__footer {
  -webkit-box-shadow: 0px -20px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -20px 30px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 5;
}


/* serg_style */

.slider_logo {
  position: relative;
}

.slider_logo .site-title {
  text-align: center;
}

.slider_logo .title-descr {
  text-align: center;
}
.slider_logo  img{
  width: auto;
  display: block;
  margin: 0 auto;
}

.slider_logo .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.slider-prev,
.slider-next {
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #635145;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
    transition: 0.2s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    
}



.slider-prev {
  background-image: url('../img/content/left-arrow.svg');
  left: -50px;
}

.slider-prev:hover {
  background-image: url('../img/content/left-arrow_dark.svg');
}

.slider-next {
  background-image: url('../img/content/right-arrow.svg');
  right: -50px;
}

.slider-next:hover {
  background-image: url('../img/content/right-arrow_dark.svg');
}

@media (max-width: 1500px) {
  .slider_logo {
    padding-left: 60px;
    padding-right: 60px;
  }

  .slider-prev {
    left:0
  }

  .slider-next {
    right:0
  }
}

/* =========== */

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

.footer_wrapper > div {
  width: 33%;
}

.privacy_policy_wrapper {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #afafaf;
}

.privacy_policy_wrapper span {
  display: inline-block;
}

.privacy_policy_link {
  color: inherit;
}

.privacy_policy_link:hover {
  background-image: -webkit-linear-gradient(265deg, #947462 0%, #d4a991 100%);
  background-image: linear-gradient(-175deg, #947462 0%, #d4a991 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.privacy_policy_link:focus {
  color: inherit;
}

.web_sdudio {
  text-align: right;
}

.web_sdudio a {
  opacity: 0.8;
}

.web_sdudio a:hover {
  opacity: 1;
}

.footer-props {
  font-size: 12.22px;
  line-height: 16px;
  color: #afafaf;
}

.footer-props span {
  display: block;
}

@media (max-width: 767.98px) {
  .footer_wrapper {
    padding: 20px 0;
  }
  .footer_wrapper > div {
    width: auto;
  }
  .footer_wrapper .web_sdudio {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer_wrapper .privacy_policy_wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 10px;
  }
  .footer_wrapper .privacy_policy_link {
    display: block;
  }
}

@media (max-width: 479.98px) {
  .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_wrapper .web_sdudio {
    margin-top: 20px;
  }
  .footer_wrapper .privacy_policy_wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
  .footer_wrapper .web_sdudio {
    display: none;
  }
}

.main-header {
  position: relative;
  z-index: 2;
  min-height: 660px;
  padding-bottom: 70px;
}

.main-header:after {
  content: '';
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  border-top: 55px solid #fff;
}

.bg-slider-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.bg-slider-wrap .slick-list,
.bg-slider-wrap .slick-track,
.bg-slider-wrap .bg-slider-item-wrap {
  height: 100%;
}

.bg-slider-wrap .slick-slide > div {
  height: 100%;
}

.bg-slider-wrap:before {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(250deg, #252525 0%, #6e5b4f 100%);
  background-image: linear-gradient(-160deg, #252525 0%, #6e5b4f 100%);
  opacity: 0.8;
}

.bg-slider-wrap:after {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #212121;
  opacity: 0.18;
}

.bg-slider-item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.header-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.header-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0;
}

.top-line.fix-nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 40;
  background-color: rgba(45, 45, 45, 0.94);
  -webkit-box-shadow: 0px 0px 10px #3C3C3C;
          box-shadow: 0px 0px 10px #3C3C3C;
  -webkit-animation: scrollnav .4s linear normal;
          animation: scrollnav .4s linear normal;
}

.top-line.fix-nav .header-line {
  margin: 10px 0;
}

.top-line.fix-nav .mob-txt {
  display: none;
}

.top-line .site-btn {
  font-family: OpenSansRegular, sans-serif;
}

.top-line .mob-txt {
  display: none;
  font-size: 12px;
  text-align: center;
  color: #fff;
  max-width: 280px;
  margin-top: 10px;
}

@-webkit-keyframes scrollnav {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

@keyframes scrollnav {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

.btn-box {
  overflow: hidden;
  display: inline-block;
  padding: 5px;
}

@-webkit-keyframes btn-anim {
  0% {
    left: -100%;
  }
  66% {
    left: -100%;
  }
  100% {
    left: 130%;
  }
}

@keyframes btn-anim {
  0% {
    left: -100%;
  }
  66% {
    left: -100%;
  }
  100% {
    left: 130%;
  }
}

.logo-wrap span {
  max-width: 220px;
  margin-left: 15px;
  padding: 2px 10px 2px 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}

.logo-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}

.logo-wrap img {
  max-width: 100%;
}

.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-phone .phone-link {
  font-size: 23px;
  color: #fff;
}

.header-phone .phone-link:hover {
  background-image: -webkit-linear-gradient(265deg, #947462 0%, #d4a991 100%);
  background-image: linear-gradient(-175deg, #947462 0%, #d4a991 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-btn {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 265px;
  padding: 15px 30px;
  border: none;
  border-radius: 0;
  font-family: OpenSansBold, sans-serif;
  font-size: 18px;
  color: #fff;
  background-size: 200% auto;
  background-image: -webkit-linear-gradient(330deg, #d2a790 0%, #957563 51%, #d2a790 100%);
  background-image: linear-gradient(120deg, #d2a790 0%, #957563 51%, #d2a790 100%);
  -webkit-transition: .5s;
  transition: .5s;
}

.site-btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-btn span img {
  margin-left: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.site-btn:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background-image: -webkit-linear-gradient(330deg, #957563 0%, #d2a790 100%);
  background-image: linear-gradient(120deg, #957563 0%, #d2a790 100%);
  opacity: 0.231;
}

.site-btn:hover {
  background-position: right center;
}

.site-btn:hover span img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.site-btn:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  height: 68px;
  width: 50px;
  position: absolute;
  top: -8px;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-animation: btn-anim 3s ease infinite;
          animation: btn-anim 3s ease infinite;
}

.site-btn.no-bg {
  min-width: auto;
  margin-left: 25px;
  padding: 7px 10px;
  border: 2px solid #b5947e;
  font-size: 11.62px;
  background: transparent;
}

.site-btn.no-bg:before {
  display: none;
}

.site-btn.no-bg:after {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  width: 1px;
  height: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-animation: none;
          animation: none;
}

.site-btn.no-bg:hover {
  background-size: auto;
  background-image: -webkit-linear-gradient(330deg, #d2a790 0%, #957563 51%, #d2a790 100%);
  background-image: linear-gradient(120deg, #d2a790 0%, #957563 51%, #d2a790 100%);
}

.logo-company-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.logo-company-wrap > div {
   margin: 10px 12px;
}

.logo-company-item .company-thumb {
  opacity: 0.4;
  transition: 0.2s;
}

.logo-company-item .company-thumb-hover {
  display: none;
  transition: 0.2s;
}

.logo-company-item:hover {
  cursor: pointer;
}

.logo-company-item:hover .company-thumb-hover {
  display: block;
}

.logo-company-item:hover .company-thumb {
  display: none;
}

.main-title {
  display: block;
  margin: 5px 0 15px;
  text-align: center;
  font-family: FRAMDCN, sans-serif;
  font-size: 49px;
  line-height: 53px;
  color: #fff;
}

.main-title span {
  display: inline-block;
}

.scroll-to-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  margin: 55px auto 40px;
  min-width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 10em;
}

.scroll-to-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(50% - 3px);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #af8f79;
  border-bottom: 1.5px solid #af8f79;
}

.scroll-to-btn:hover {
  border-color: #af8f79;
  -webkit-transform: scale(1.08e);
          transform: scale(1.08e);
}

.bg-slider-wrap,
.porfolio-slider-w {
  visibility: hidden;
  height: 0;
}

.bg-slider-wrap.slick-initialized,
.porfolio-slider-w.slick-initialized {
  visibility: visible;
  height: auto;
}

@media (max-width: 991.98px) {
  .main-header {
    min-height: 580px;
  }
  .logo-wrap span {
    display: none;
  }
  .header-line {
    margin: 30px 0;
  }
  .logo-company-wrap {
    margin-top: 15px;
  }
  .main-title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .main-title span {
    display: inline;
  }
}

@media (max-width: 767.98px) {
  .header-phone .site-btn {
    display: none;
  }
  .logo-company-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .main-title {
    font-size: 35px;
    line-height: 39px;
  }
  .main-header {
    min-height: auto;
  }
  .header-line {
    margin: 20px 0;
  }
  .scroll-to-btn {
    margin: 25px auto 10px;
  }
}

@media (max-width: 479.98px) {
  .top-line .mob-txt {
    display: block;
  }
  .logo-company-wrap {
    display: none;
  }
  .header-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-phone {
    margin-top: 10px;
  }
  .main-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 35px;
  }
  .main-header:after {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #fff;
  }
  .scroll-to-btn {
    margin: 25px auto 0px;
  }
  .top-line.fix-nav .logo-wrap {
    width: 135px;
    margin-right: 10px;
  }
  .top-line.fix-nav .header-phone {
    margin-top: 0;
  }
  .top-line.fix-nav .header-phone .phone-link {
    font-size: 16px;
  }
  .top-line.fix-nav .header-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
  }
}

.popup_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 69;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup_list {
  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: 100%;
  min-height: 100vh;
}

.popup_item {
  position: relative;
  color: #000;
  width: 400px;
  margin: 10px 15px;
  max-width: 400px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(6, 6, 6, 0.63);
          box-shadow: 0px 5px 40px 0px rgba(6, 6, 6, 0.63);
  z-index: 70;
  display: none;
}

.popup_item.popup-politic {
  display: none;
  width: 900px;
  max-width: 900px;
  padding: 25px 20px 10px;
  color: #6b6b6b;
}

.popup_item.popup-politic ul {
  font-size: 15px;
  line-height: 19px;
  padding-left: 20px;
}

.popup_item.popup-politic .main_popup_title {
  font-family: FRAMDCN, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  padding-right: 55px;
  margin-bottom: 15px;
}

.popup_item.popup-politic .title_popup {
  font-size: 18px;
  line-height: 18px;
  font-family: FRAMDCN, sans-serif;
  display: block;
}

.site-btn.f-btn {
  display: block;
  width: 100%;
  margin-top: 10px;
  border: none;
}

.popup-title {
  position: relative;
  display: block;
  text-align: center;
  font-family: FRAMDCN, sans-serif;
  margin-top: 70px;
  font-size: 32px;
  line-height: 40px;
  color: #2f3034;
}

.site_politic {
  color: #AE8D77;
}

.popup_content {
  position: relative;
  padding: 20px;
  z-index: 55;
}

.popup_close_btn {
  position: absolute;
  z-index: 60;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: #fff;
}

.popup_close_btn:before, .popup_close_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #717171;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.popup_close_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup_close_btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup_close_btn:hover {
  background-color: #f0f0f0;
}

.popup_active {
  overflow: hidden;
  height: auto;
}

.success {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background-color: rgba(36, 36, 36, 0.95);
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  display: none;
  -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;
  z-index: 9999;
}

.success span {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 991.98px) {
  .popup_item.popup-politic:before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .popup_content {
    padding-top: 40px;
  }
  .popup_item.popup-politic {
    padding: 0;
  }
}

@media (max-width: 479.98px) {
  .popup_item:before {
    display: none;
  }
  .popup-title {
    margin-top: 50px;
    font-size: 25px;
    line-height: 30px;
  }
  .popup-form {
    margin: 20px 0 0;
    padding: 0;
  }
  .success {
    font-size: 26px;
    line-height: 30px;
  }
  .success span {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.header-descr {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 20px 0;
  font-family: FRAMDCN, sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #fff;
}

.header-descr:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 83%;
  background-color: #b5947e;
}

.site-btn .site-btn-title {
  font-weight: bold;
}

.site-btn .site-btn-subtitle {
  position: absolute;
  top: 35px;
  left: 3px;
  font-size: 9px;
}

.contacts-box span.site-btn-subtitle {
  top: 60px;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  left: 0;
}

.contacts-box .site-btn:hover .site-btn-subtitle {
  color: #2b2b2b;
}

.top-line.fix-nav .header-line {
  margin-bottom: 20px;
  margin-top: 15px;
}

.header-phone .phone-link.lang-ru, .header-phone .phone-link.lang-en {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
}

.header-phone .phone-link.lang-en {
  padding-right: 15px;
  position: relative;
}

.header-phone .phone-link.lang-en:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0);
  -webkit-animation: none;
  animation: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
}

.header-phone .phone-link.lang-active {
  background-image: -webkit-linear-gradient(265deg, #947462 0%, #d4a991 100%);
  background-image: linear-gradient(-175deg, #947462 0%, #d4a991 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-decoration: underline #947462;
          text-decoration: underline #947462;
  font-weight: bold;
}

/*формы*/
.popup-form {
  position: relative;
  z-index: 75;
  margin: 20px 0 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup-form .btn-box {
  width: 100%;
}

.popup-form .site-btn {
  width: 100%;
}

.popup-form input {
  outline: none !important;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #f6f6f6;
  padding: 13px 13px 13px 50px;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
}

.popup-form input:focus {
  border-color: #be9060;
  background-color: #fff;
}

.popup-form input.on {
  border-color: #be9060;
  background-color: #fff;
}

.popup-form textarea {
  width: 100%;
  min-height: 143px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
}

.popup-form textarea:focus {
  border-color: #be9060;
  background-color: #fff;
}

.popup-form textarea.on {
  border-color: #be9060;
  background-color: #fff;
}

.popup-form .f-name {
  background-image: url("../img/general/ic-user.svg");
  background-repeat: no-repeat;
  background-size: 12px 14px;
  background-position: 19px center;
}

.popup-form .f-phone {
  background-image: url("../img/general/ic-phone.svg");
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-position: 22px center;
}

.popup-form .f-email {
  background-image: url("../img/general/ic-mail.svg");
  background-repeat: no-repeat;
  background-size: 12px 14px;
  background-position: 19px center;
}

.popup-form .inp-w {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inp-w {
  position: relative;
}

.popup-info {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #d0cfd1;
  font-size: 13px;
  line-height: 17px;
  color: #868686;
}

.popup-title {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 35px;
  font-size: 29px;
  line-height: 29px;
  color: #2f3034;
  font-family: OpenSansRegular,sans-serif;
}

.popup-info span {
  display: inline-block;
  max-width: 350px;
  padding: 0 15px;
}

label.error {
  position: absolute;
  left: 20px;
  bottom: 0px;
  font-size: 13px;
  color: #f00;
}

.popup-title > span {
  display: inline-block;
  font-size: 15px;
  color: #868686;
}

.success {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background-color: rgba(36, 36, 36, 0.95);
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  display: none;
  -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;
  z-index: 9999;
}

@media (max-width: 767.98px) {
  .header-descr {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 575.98px) {
  .popup-title {
    margin-top: 15px;
  }
  .popup_content {
    padding-top: 20px;
  }
}

@media (max-width: 479.98px) {
  .popup_item:before {
    display: none;
  }
  .popup-title {
    font-size: 25px;
    line-height: 30px;
  }
  .popup-form {
    margin: 20px 0 0;
    padding: 0;
  }
  .success {
    font-size: 26px;
    line-height: 30px;
  }
  .success span {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}

.site-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 35px 0 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.site-section.perform-wrap {
  padding-bottom: 20px;
}

.site-section.bg-r {
  background-repeat: no-repeat;
  background-position: 1518px 0;
  background-size: auto;
}

.site-section.light-sect {
  padding-bottom: 90px;
}

.site-section.light-sect:before {
  content: '';
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  border-top: 55px solid #fff;
}

.site-section.light-sect:after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.site-section.dark-sect {
  padding-bottom: 90px;
}

.site-section.dark-sect .site-title-box .site-title {
  color: #fff;
}

.site-section.dark-sect .site-btn:hover span img {
  -webkit-transform: none;
          transform: none;
}

.site-section.dark-sect:before {
  content: '';
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  border-top: 55px solid #fff;
}

.site-section.dark-sect:after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/general/dark-sect.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.site-title-w {
  text-align: center;
  margin-bottom: 60px;
}

.site-title {
  font-family: FRAMDCN, sans-serif;
  font-size: 47px;
  line-height: 51px;
  color: #383737;
}

.site-title span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.site-title span:before, .site-title span:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 104px;
  height: 1px;
  background-color: #dadada;
}

.site-title span:before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.site-title span:after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.title-thumb {
  margin-bottom: 30px;
}

.title-thumb img {
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.title-thumb img:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.title-descr {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #848484;
}

.perform-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.perform-item {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  margin-left: 65px;
  margin-bottom: 70px;
  padding: 45px 0;
  background-repeat: no-repeat;
  background-size: 310px 100%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.perform-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.perform-thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 123px;
  min-width: 123px;
  height: 123px;
  margin-right: 30px;
  margin-left: -60px;
  padding: 12px;
  background-image: -webkit-linear-gradient(320deg, #6e5b4f 0%, #3e2e24 100%);
  background-image: linear-gradient(130deg, #6e5b4f 0%, #3e2e24 100%);
  -webkit-box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.3);
}

.perform-thumb:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.perform-thumb:hover img {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.perform-thumb img {
  max-width: 100%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.perform-title {
  position: relative;
  display: block;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  color: #232323;
}

.perform-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 3px;
  background-color: #d9d9d9;
}

.perform-content p {
  font-size: 14.44px;
  line-height: 18px;
  color: #7a7a7a;
}

@media (max-width: 1599.98px) {
  .site-section.bg-r {
    background-position: 1250px 0;
  }
}

@media (max-width: 1299.98px) {
  .site-section.bg-r {
    background-position: 1100px 0;
  }
}

@media (max-width: 991.98px) {
  .perform-thumb {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-left: -60px;
  }
  .perform-item {
    margin-bottom: 60px;
    padding: 45px 0;
    background-size: 280px 100%;
  }
  .title-thumb {
    margin-bottom: 15px;
  }
  .site-title-w {
    margin-bottom: 40px;
  }
  .site-section {
    padding: 30px 0 50px;
  }
  .perform-item {
    margin-bottom: 40px;
  }
  .site-title {
    font-size: 42px;
    line-height: 46px;
  }
  .title-descr {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .perform-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .perform-item {
    width: 80%;
    min-height: auto;
    margin-bottom: 25px;
    margin-left: 30px;
    background-size: 60% 100%;
  }
  .title-thumb {
    margin-bottom: 5px;
  }
  .title-thumb img {
    width: 50px;
  }
  .site-title {
    font-size: 25px;
    line-height: 29px;
  }
  .title-descr {
    font-size: 15px;
    line-height: 19px;
  }
  .site-title-w {
    margin-bottom: 30px;
  }
  .site-section {
    padding: 20px 0 40px;
  }
  .perform-thumb {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-left: -30px;
  }
  .perform-title {
    font-size: 16px;
    line-height: 20px;
  }
  .perform-content p {
    font-size: 12.44px;
    line-height: 16px;
  }
  .site-section.light-sect {
    padding-bottom: 50px;
  }
  .site-section.dark-sect {
    padding-bottom: 50px;
  }
  .site-section.light-sect:before {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #fff;
  }
  .site-section.dark-sect:before {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #fff;
  }
  .site-title span {
    display: inline;
    padding: 0;
  }
  .site-title span:before, .site-title span:after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .perform-item:hover {
    -webkit-transform: none;
            transform: none;
  }
  .perform-thumb:hover img {
    -webkit-transform: none;
            transform: none;
  }
  .title-thumb img:hover {
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 479.98px) {
  .perform-item {
    width: 90%;
    margin-bottom: 25px;
    padding: 30px 0;
    background-size: 80% 100%;
  }
  .perform-item:hover {
    -webkit-transform: none;
            transform: none;
  }
  .site-btn {
    padding: 12px 20px;
    font-size: 16px;
  }
}

@media (max-width: 359.98px) {
  .site-btn {
    padding: 12px 15px;
    font-size: 15px;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.site-title-box {
  text-align: center;
  margin: 25px 0;
}

.site-title-box span:before, .site-title-box span:after {
  display: none;
}

.site-title-box .site-title {
  color: #272727;
}

.site-title-box.wh-c .site-title {
  color: #fff;
}

.portfolio-wrap .site-title-w {
  margin-bottom: 15px;
}

.portfolio-thumb-box {
  position: relative;
  padding: 70px 40px 0;
}

.porfolio-slider-w {
  margin-top: -30px;
}

.porfolio-slider-w .slick-list {
  text-align: center;
}

.porfolio-slider-w .reviews_next_icon {
  display: inline-block;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -40px -22px;
  width: 24px;
  height: 18px;
  background-size: 64px, 65px;
  background-repeat: no-repeat;
}

.porfolio-slider-w .reviews_prev_icon {
  display: inline-block;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -40px 0px;
  width: 24px;
  height: 18px;
  background-size: 64px, 65px;
  background-repeat: no-repeat;
}

.porfolio-slider-w .slick-next {
  right: 10px;
  margin-right: 23.8%;
}

.porfolio-slider-w .slick-prev {
  left: 10px;
  margin-left: 23.8%;
}

.porfolio-slider-w .slick-slide {
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.porfolio-slider-w .slick-slide .porfolio-item-w {
  opacity: 0.1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.porfolio-slider-w .slick-slide.slick-center {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.porfolio-slider-w .slick-slide.slick-center .porfolio-item-w {
  opacity: 1;
}

.porfolio-slider-w .slick-slide.slick-center .portfolio-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.porfolio-slider-w .slick-slide.slick-center .num-wrap {
  opacity: 1;
}

.porfolio-slider-w .slide {
  padding: 0 24px;
}

.portfolio-item {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portfolio-wrap {
  overflow: hidden;
  padding-bottom: 60px;
  border-bottom: 1px solid #f8f4f2;
}

.portfolio-wrap .title-descr {
  margin-top: 5px;
}

.portfolio-thumb {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.35);
}

.portfolio-thumb img {
  width: 100%;
  max-width: 100%;
}

.portfolio-thumb:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 7px;
  right: 7px;
  bottom: 7px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.portfolio-thumb:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.portfolio-thumb:hover:after {
  opacity: 1;
}

.portfolio-thumb:hover .zoom-icon {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.portfolio-thumb .num-wrap {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 40%);
          transform: translate(-50%, 40%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 63px;
  min-width: 63px;
  height: 63px;
  padding: 8px;
  font-family: OpenSansRegular, sans-serif;
  font-size: 37px;
  color: #fff;
  background-image: -webkit-linear-gradient(320deg, #3e2e24 0%, #6e5b4f 100%);
  background-image: linear-gradient(130deg, #3e2e24 0%, #6e5b4f 100%);
  -webkit-box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.portfolio-thumb .num-wrap:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.zoom-icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  display: inline-block;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -4px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.portfolio-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin: 50px 20px 0;
  text-align: left;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  opacity: 0;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}

.portfolio-content .txt-thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  min-width: 65px;
  padding: 0 12px;
}

.portfolio-content .txt-thumb img {
  max-width: 100%;
}

.portfolio-content .txt-thumb:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 58px;
  background-color: #e4e4e4;
}

.portfolio-content .txt-thumb.no-thumb {
  width: 1px;
  min-width: 1px;
  padding-left: 0;
}

.portfolio-content .txt-thumb.no-thumb:after {
  right: auto;
  left: 0;
}

.portfolio-content .txt-box {
  padding: 0 15px;
}

.portfolio-content .txt-box p {
  margin: 10px 0 5px;
  font-size: 13.34px;
  line-height: 17px;
  color: #838383;
}

.portfolio-txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  margin: 10px 0;
}

.portfolio-txt-box:first-child {
  max-width: 385px;
  margin-left: 0;
}

.txt-title {
  font-size: 17px;
  line-height: 20px;
  color: #505050;
}

.txt-title strong {
  font-weight: normal;
  font-family: OpenSansBold, sans-serif;
}

.slick-btn {
  z-index: 10;
  top: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.slick-btn:hover, .slick-btn:focus {
  background-color: #fff;
}

.slick-btn:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  border: 2px solid #635145;
  opacity: 1;
}

.portfolio-thumb-label {
  position: absolute;
  z-index: 1;
  right: 35px;
  bottom: 35px;
  left: 35px;
  display: inline-block;
  max-width: 325px;
  padding: 18px;
  border-radius: 20px;
  text-align: left;
  font-size: 13.5px;
  line-height: 1.4em;
  -webkit-box-shadow: 0px 0px 22.5px 7.5px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 22.5px 7.5px rgba(0, 0, 0, 0.7);
  color: #FFF;
  background-color: rgba(12, 12, 12, 0.75);
}

.portfolio-thumb-label:before {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #6e5b4f;
  border-radius: 20px;
}

.portfolio-thumb-label span {
  display: inline-block;
}

.portfolio-thumb-label strong {
  font-family: OpenSansBold, sans-serif;
}

.txt-list {
  max-width: 410px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.txt-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 15px;
  font-size: 13.34px;
  line-height: 17px;
  color: #838383;
}

.txt-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6e5b4f;
}

.portfolio-thumb-inner {
  position: relative;
}

.yu-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  -webkit-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
  width: 84px;
  min-width: 84px;
  height: 84px;
  border-radius: 50%;
  border: none;
  background-color: #0f0f0f;
  -webkit-box-shadow: 0px 0px 35px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 35px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.yu-btn:hover {
  background-color: #262626;
}

.yu-btn:hover > span {
  border-color: #a6a6a6;
}

.yu-btn:hover:before {
  opacity: 0;
}

.yu-btn:hover:after {
  opacity: 1;
}

.yu-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -32px;
  width: 28px;
  height: 33px;
  background-size: 64px, 65px;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.yu-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px 0px;
  width: 36px;
  height: 28px;
  background-size: 64px, 65px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.yu-btn > span {
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  display: block;
  border-radius: 50%;
  border: 1px solid #3e3e3e;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (max-width: 1599.98px) {
  .portfolio-content {
    margin: 40px 0;
  }
  .portfolio-txt-box {
    width: 50%;
  }
  .portfolio-content .txt-thumb {
    width: 40px;
    min-width: 50px;
    padding: 0 12px 0 0;
  }
  .portfolio-content .txt-box {
    padding: 0 10px 0 15px;
  }
  .portfolio-wrap {
    padding-bottom: 0;
  }
  .porfolio-slider-w .slick-prev {
    margin-left: 18%;
  }
  .porfolio-slider-w .slick-next {
    right: 10px;
    margin-right: 18%;
  }
}

@media (max-width: 1399.98px) {
  .porfolio-slider-w .slick-prev {
    margin-left: 13%;
  }
  .porfolio-slider-w .slick-next {
    margin-right: 13%;
  }
}

@media (max-width: 1299.98px) {
  .porfolio-slider-w .slick-prev {
    margin-left: 20%;
  }
  .porfolio-slider-w .slick-next {
    right: 10px;
    margin-right: 20%;
  }
  .slick-btn {
    top: 265px;
  }
  .yu-btn {
    -webkit-transform: translate(8%, -25%);
            transform: translate(8%, -25%);
  }
  .portfolio-thumb .num-wrap {
    -webkit-transform: translate(-50%, 65%);
            transform: translate(-50%, 65%);
  }
}

@media (max-width: 1199.98px) {
  .slick-btn {
    top: 235px;
  }
  .yu-btn {
    -webkit-transform: translate(22%, -22%) scale(0.8);
            transform: translate(22%, -22%) scale(0.8);
  }
}

@media (max-width: 991.98px) {
  .porfolio-slider-w .slick-prev {
    margin-left: 15%;
  }
  .porfolio-slider-w .slick-next {
    right: 10px;
    margin-right: 15%;
  }
  .slick-btn {
    top: 195px;
  }
  .portfolio-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
  .portfolio-txt-box {
    width: 100%;
    max-width: none;
  }
  .slick-btn {
    width: 50px;
    height: 50px;
  }
  .slick-btn:before {
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
  }
  .portfolio-thumb-label {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: 500px;
    margin-top: 50px;
  }
  .slick-btn {
    top: 235px;
  }
  .portfolio-thumb .num-wrap {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .yu-btn {
    -webkit-transform: translate(22%, -30%) scale(0.7);
            transform: translate(22%, -30%) scale(0.7);
  }
  .portfolio-content .txt-thumb.no-thumb {
    width: 40px;
    min-width: 50px;
  }
  .portfolio-content .txt-thumb.no-thumb:after {
    left: auto;
    right: 0;
  }
  .portfolio-txt-box:first-child {
    max-width: none;
  }
  .portfolio-txt-box:first-child br {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .porfolio-slider-w .slick-prev {
    margin-left: 5%;
  }
  .porfolio-slider-w .slick-next {
    right: 10px;
    margin-right: 5%;
  }
  .txt-title {
    font-size: 16px;
    line-height: 20px;
  }
  .portfolio-content .txt-box p {
    font-size: 12.34px;
    line-height: 16px;
  }
}

@media (max-width: 575.98px) {
  .slick-btn {
    top: 190px;
  }
}

@media (max-width: 479.98px) {
  .portfolio-thumb .num-wrap {
    width: 40px;
    min-width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%);
    font-size: 24px;
  }
  .porfolio-slider-w .slick-prev {
    margin-left: 0%;
  }
  .porfolio-slider-w .slick-next {
    right: 10px;
    margin-right: 0%;
  }
  .slick-btn {
    top: 175px;
  }
  .slick-prev, .slick-next {
    -webkit-transform: translate(0, -50%) scale(0.8);
            transform: translate(0, -50%) scale(0.8);
  }
  .porfolio-slider-w {
    margin-top: -50px;
  }
}

@media (max-width: 359.98px) {
  .slick-btn {
    top: 150px;
  }
}

.confidence-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.confidence-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  margin-bottom: 20px;
  padding: 0 5px;
  text-align: center;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.confidence-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.confidence-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 123px;
  height: 123px;
  margin-bottom: 15px;
  padding: 10px;
  border: 3px solid #6e5b4f;
}

.confidence-thumb:hover img {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.confidence-thumb img {
  max-width: 100%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.confidence-title {
  position: relative;
  display: block;
  padding-top: 12px;
  font-size: 18px;
  line-height: 22px;
  color: #242424;
}

.confidence-title:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 58px;
  height: 3px;
  background-color: #d8d8d8;
}

.confidence-content {
  padding: 0 10px;
}

.confidence-content p {
  font-size: 12.22px;
  line-height: 16px;
  color: #757575;
}

.confidence-wrap {
  padding: 80px 0 50px;
}

@media (max-width: 991.98px) {
  .confidence-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .confidence-item {
    width: 50%;
  }
  .confidence-wrap.site-section.light-sect {
    padding: 60px 0 50px;
  }
}

@media (max-width: 767.98px) {
  .confidence-wrap.site-section.light-sect {
    padding: 30px 0 40px;
  }
  .confidence-title {
    font-size: 16px;
    line-height: 20px;
  }
  .confidence-thumb {
    width: 100px;
    height: 100px;
  }
  .confidence-item:hover,
  .confidence-thumb:hover img {
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 767.98px) {
  .confidence-item {
    width: 100%;
  }
}

.about-us-wrap {
  padding-bottom: 60px;
}

.about-us-wrap .site-title-w {
  margin-bottom: 25px;
}

.about-us-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-us-thumb {
  max-width: 530px;
}

.about-us-thumb:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.about-us-thumb img {
  max-width: 100%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.about-us-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 30px 20px;
  padding: 0;
  list-style: none;
}

.abot-us-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  margin-bottom: 20px;
}

.abot-us-item:last-child {
  margin-bottom: 0;
}

.abot-us-item:first-child .num-wrap:after {
  top: 0;
}

.abot-us-item .num-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33px;
  min-width: 33px;
  height: 33px;
  margin-right: 12px;
  padding: 8px;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  background-image: -webkit-linear-gradient(320deg, #6e5b4f 0%, #3e2e24 100%);
  background-image: linear-gradient(130deg, #6e5b4f 0%, #3e2e24 100%);
  -webkit-box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.3);
}

.abot-us-item .num-wrap:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.abot-us-item .num-wrap:after {
  content: '';
  position: absolute;
  top: -5px;
  right: -12px;
  width: 1px;
  height: 48px;
  background-color: #e2e2e2;
}

.abot-us-item p {
  margin: 0;
  padding-left: 12px;
  font-size: 14.44px;
  line-height: 18px;
  color: #6c6c6c;
}

.about-us-wrap.bg-r {
  background-position: 1573px 50%;
}

@media (max-width: 1599.98px) {
  .about-us-wrap.bg-r {
    background-position: 1300px 50%;
  }
}

@media (max-width: 1399.98px) {
  .about-us-wrap.bg-r {
    background-position: 1140px 50%;
  }
}

@media (max-width: 991.98px) {
  .about-us-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-us-list {
    margin: 10px 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .abot-us-item {
    max-width: none;
  }
  .about-us-thumb:hover img {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  .about-us-wrap {
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .abot-us-item p {
    font-size: 13.44px;
    line-height: 17px;
  }
  .abot-us-item .num-wrap {
    width: 27px;
    min-width: 27px;
    height: 27px;
    font-size: 15px;
  }
  .about-us-thumb:hover img {
    -webkit-transform: none;
            transform: none;
  }
}

.results-wrap {
  background-size: auto;
  background-position: 100% 0;
}

.results-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.result-item {
  max-width: 215px;
  min-width: 215px;
  margin: 0 10px 10px;
  padding: 0 10px;
}

.result-item a {
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.25);
}

.result-item a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}

.result-item a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -4px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}

.result-item a:hover:before, .result-item a:hover:after {
  opacity: 1;
}

.result-item img {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .results-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 479.98px) {
  .result-item {
    max-width: 140px;
  }
}

.contacts-wrap {
  position: relative;
  padding: 0;
}

.map-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.contacts-content {
  height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contacts-box {
  position: relative;
  max-width: 395px;
  width: 395px;
  margin: 25px;
  padding: 25px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 0px 29.75px 5.25px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 29.75px 5.25px rgba(0, 0, 0, 0.2);
}

.contacts-box:before {
  content: '';
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
  border: 7px solid;
  -webkit-border-image: -webkit-linear-gradient(330deg, #d2a790 0%, #957563 100%);
       -o-border-image: linear-gradient(120deg, #d2a790 0%, #957563 100%);
          border-image: linear-gradient(120deg, #d2a790 0%, #957563 100%);
  border-image-slice: 1;
  opacity: 0.8;
}

.contacts-box .phone-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 26.5px;
  line-height: 30px;
  color: #313131;
}

.contacts-box .phone-link:hover {
  background-image: -webkit-linear-gradient(265deg, #947462 0%, #d4a991 100%);
  background-image: linear-gradient(-175deg, #947462 0%, #d4a991 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contacts-box .site-btn {
  font-family: OpenSansRegular, sans-serif;
  border: 3px solid #b5947e;
  color: #2b2b2b;
  background: transparent;
  -webkit-transition: none;
  transition: none;
}

.contacts-box .site-btn .hover-arrow {
  display: none;
}

.contacts-box .site-btn:after {
  display: none;
}

.contacts-box .site-btn:hover {
  color: #fff;
  background-size: auto;
  background-image: -webkit-linear-gradient(330deg, #d2a790 0%, #957563 51%, #d2a790 100%);
  background-image: linear-gradient(120deg, #d2a790 0%, #957563 51%, #d2a790 100%);
}

.contacts-box .site-btn:hover img {
  display: none;
  -webkit-transform: none;
          transform: none;
}

.contacts-box .site-btn:hover img.hover-arrow {
  display: block;
}

.contacts-box .site-btn:before {
  display: none;
}

.contact-title {
  display: block;
  font-family: FRAMDCN, sans-serif;
  font-size: 33.33px;
  line-height: 37px;
  color: #383737;
}

.contact-title span {
  position: relative;
  display: inline-block;
  margin: 18px 0 10px;
  padding: 0 20px;
}

.contact-title span:before, .contact-title span:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 59px;
  height: 1px;
  background-color: #dadada;
}

.contact-title span:before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.contact-title span:after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.phone-descr {
  display: block;
  font-size: 11.5px;
  line-height: 16px;
  color: #888;
}

.soc-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0 10px;
  padding: 0 0 15px;
  list-style: none;
}

.soc-list:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 63px;
  height: 4px;
  background-color: #d9d9d9;
}

.soc-list li {
  margin: 5px;
}

.soc-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 10em;
  border: 2px solid #635145;
}

.soc-list a .soc-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.soc-list a .soc-thumb-hover {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.soc-list a:hover {
  background-color: #635145;
}

.soc-list a:hover .soc-thumb {
  display: none;
}

.soc-list a:hover .soc-thumb-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-icon {
  margin: 5px 0 10px;
}

.contact-address {
  display: block;
  font-size: 14.3px;
  line-height: 18px;
  color: #323131;
}

.email-link {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 18px;
  font-size: 14.3px;
  line-height: 18px;
  color: #323131;
}

.email-link:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 63px;
  height: 4px;
  background-color: #d9d9d9;
}

.email-link a {
  color: inherit;
}

.email-link a:hover {
  background-image: -webkit-linear-gradient(265deg, #947462 0%, #d4a991 100%);
  background-image: linear-gradient(-175deg, #947462 0%, #d4a991 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-thumb img {
  max-width: 100%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.contact-thumb:hover img {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media (max-width: 767.98px) {
  .contacts-content {
    height: auto;
  }
  .map-wrap {
    position: static;
    height: 300px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contacts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-box:before {
    display: none;
  }
  .contacts-box {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 25px 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contacts {
    -webkit-box-shadow: inset 0px 17px 16.75px -17.75px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0px 17px 16.75px -17.75px rgba(0, 0, 0, 0.2);
  }
  .contact-thumb img {
    max-width: 50px;
  }
  .contact-title {
    font-size: 25px;
    line-height: 29px;
  }
  .contact-title span {
    margin: 10px 0;
  }
  .contact-title span:before, .contact-title span:after {
    display: none;
  }
  .contacts-box .phone-link {
    font-size: 23.5px;
    line-height: 27px;
  }
  .contact-thumb:hover img {
    -webkit-transform: none;
            transform: none;
  }
}


/* s1egh4rdt edititon */
.yu-btn:before {
  width: 40px;
  height: 42px;
}