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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

.clearfix:after, #inner-header:after, .navbar:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 1em; }

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

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

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

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

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

.logo-holder {
  padding: 15px;
  text-align: center;
  color: #fff; }
  .logo-holder a.logo img {
    display: block;
    margin: auto;
    max-width: 170px;
    height: 100%;
    margin-bottom: 40px; }
  @media (min-width: 769px) {
    .logo-holder {
      padding: 30px 0; } }
  .logo-holder strong.slogan {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 30px;
    display: block; }
  .logo-holder .btn {
    width: 100%; }
    @media (min-width: 769px) {
      .logo-holder .btn {
        width: 300px; } }

.btn {
  background: #e25440;
  border: 1px solid #ca331e !important;
  box-shadow: 0 1px #ca331e;
  display: block;
  margin: auto;
  color: white;
  font-weight: bold;
  text-decoration: none;
  line-height: 40px;
  border-radius: 7px;
  text-align: center; }
  @media (min-width: 769px) {
    .btn {
      font-size: 20px !important; } }

.intro .questions {
  background: white;
  padding: 15px; }
  @media (min-width: 769px) {
    .intro .questions {
      padding: 30px; } }

.counter-holder {
  margin-bottom: 10px; }
  @media (min-width: 769px) {
    .counter-holder {
      max-width: 950px;
      padding: 0 15px;
      margin: auto; } }

.counter-holder:after {
  clear: both;
  content: "";
  display: block; }

.date-holder {
  color: #000;
  width: 100%; }
  .date-holder span {display: block;}

.date {
  background: #fff;
  box-shadow: 0 0 5px #333;
  border-radius: 5px;
  padding: 10px;
  font-size: 22px;
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    .date {
      margin-top: 20px; } }

.counter-holder .counter {
  width: 100%;
  padding-bottom: 50px; }
  @media (min-width: 769px) {
    .counter-holder .counter {
      padding-bottom: 50px; } }
  .counter-holder .counter strong {
    display: block;
    text-align: center;
    margin-bottom: 10px; }

#CDT {
  font-size: 60px;
  color: #eee;
  font-weight: bold; }

#CDT .number-wrapper {
  margin: 10px;
  box-shadow: 0 5px 8px #000000;
  position: relative; }

#CDT .number {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #000;
  background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 7px;
  background-clip: padding-box;
  padding: 0 12px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #555;
  box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
  -moz-text-shadow: 0 3px 3px #000000;
  -webkit-text-shadow: 0 3px 3px #000000;
  text-shadow: 0 3px 3px #000000; }

#CDT .line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 52%;
  left: 0;
  background: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }

.caption {
  font-size: 12px;
  position: absolute;
  bottom: -30px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #777; }

.problems {
  margin-top: -70px; }
  .problems .top {
    width: 100%;
    height: 70px;
    background: url(../images/arrow.png) 50% 0 no-repeat; }
  .problems h2 {
    font-size: 30px; }
    @media (min-width: 769px) {
      .problems h2 {
        margin-left: 10px; } }
  .problems .pholder {
    padding: 15px; }
    @media (min-width: 769px) {
      .problems .pholder {
        padding: 0;
        max-width: 980px;
        margin: auto; } }
  .problems ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px; }
    @media (min-width: 769px) {
      .problems ul {
        margin: 0 0 25px; } }
    .problems ul li {
      margin-bottom: 15px;
      border: 2px solid #eee;
      border-radius: 2px;
      padding: 5px; }
      @media (min-width: 769px) {
        .problems ul li {
          display: inline-block;
          width: 47%;
          margin: 0 1% 15px; } }
  .problems img {
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 769px) {
      .problems img {
        max-height: 285px; } }

.solution {
  border-top: 3px solid #7e293d;
  border-bottom: 3px solid #7e293d;
  background: url(../images/bg03.jpg) 0 0 no-repeat fixed; }
  .solution .holder {
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden; }
  .solution .container {
    padding: 25px 15px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5; }
    @media (min-width: 769px) {
      .solution .container {
        padding: 50px 15px 25px;
        max-width: 950px;
        margin: auto; } }
    .solution .container h2 {
      font-size: 20px;
      margin-bottom: 1em; }

.solution2 {
  background: url(../images/bg04.jpg) 50% 50% repeat fixed; }
  .solution2 .holder {
    background-color: rgba(255, 255, 255, 0.8);
    overflow: hidden; }
  .solution2 .container {
    padding: 40px 15px 100px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold; }
    @media (min-width: 769px) {
      .solution2 .container {
        padding: 70px 15px 130px;
        max-width: 950px;
        margin: auto; } }
  .solution2 h1 {
    text-align: center; }
    @media (min-width: 769px) {
      .solution2 h1 {
        font-size: 32px;
        margin-bottom: 2em; } }
  .solution2 .mark {
    color: #f00;
    display: block;
    margin-bottom: 1em; }
    @media (min-width: 769px) {
      .solution2 .mark {
        margin-bottom: 2em; } }
  @media (min-width: 769px) {
    .solution2 p {
      margin-bottom: 2em; } }

.changes {
  margin-top: -70px;
  text-transform: uppercase;
  overflow: hidden; }
  .changes .top {
    width: 100%;
    height: 70px;
    background: url(../images/arrow.png) 50% 0 no-repeat; }
  .changes .holder {
    padding: 10px 15px 20px; }
    @media (min-width: 769px) {
      .changes .holder {
        padding: 20px 15px 50px;
        max-width: 950px;
        margin: auto; } }
  .changes h1 {
    text-align: center; }
    @media (min-width: 769px) {
      .changes h1 {
        font-size: 36px;
        font-weight: normal;
        line-height: 1.4; } }
  .changes ul {
    margin: 0 0 30px;
    padding: 20px 15px 10px;
    list-style: none;
    border: 2px solid #7e293d; }
    @media (min-width: 769px) {
      .changes ul {
        font-size: 20px; } }
    .changes ul li {
      padding-left: 35px;
      background: url(../images/arrow2.png) 0 0 no-repeat;
      line-height: 26px;
      margin-bottom: 10px; }
  .changes .btn {
    font-size: 22px; }

.info {
  border-top: 3px solid #7e293d;
  border-bottom: 3px solid #7e293d;
  background: url(../images/bg03.jpg) 50% 50% no-repeat fixed;
  text-align: center; }
  .info .holder {
    padding: 30px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5; }
    @media (min-width: 769px) {
      .info .holder {
        padding: 50px 15px;
        max-width: 950px;
        margin: auto; } }
  @media (min-width: 769px) {
    .info h1 {
      font-size: 30px;
      margin-bottom: 2em; } }

.benefits {
  border-top: 3px solid #7e293d;
  border-bottom: 3px solid #7e293d;
  background: url(../images/bg03.jpg) 50% 50% no-repeat fixed;
  text-align: center; }
  .benefits .holder {
    padding: 30px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5;
    overflow: hidden; }
    @media (min-width: 769px) {
      .benefits .holder {
        padding: 50px 15px;
        max-width: 950px;
        margin: auto; } }
  @media (min-width: 769px) {
    .benefits h1 {
      font-size: 30px;
      margin-bottom: 2em;
      font-weight: normal; } }
  .benefits ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left; }
    @media (min-width: 769px) {
      .benefits ul {
        font-size: 20px;
        max-width: 600px;
        margin: 0 auto 10px; } }
    .benefits ul li {
      padding: 0 0 10px 50px;
      background: url(../images/finger.png) 0 3px no-repeat;
      line-height: 30px;
      min-height: 60px; }

#why {
  border-top: 3px solid #7e293d;
  border-bottom: 3px solid #7e293d; 
  background-color: #fff;
  padding: 30px;
  }
  @media (min-width: 769px) {
    #why {padding: 50px 15px;}
  }
  #why h1 {
    text-align: center; }
    @media (min-width: 769px) {
      #why h1 {
        font-size: 32px;
        font-weight: normal;
        margin-bottom: 1.5em; } }
  #why .holder {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5;
    overflow: hidden; }
    @media (min-width: 769px) {
      #why .holder {
        max-width: 950px;
        margin: auto; } }
  @media (min-width: 769px) {
    #wh h1 {
      font-size: 30px;
      margin-bottom: 2em;
      font-weight: normal; } }
  #why img {
    display: block;
    margin: 0 auto 20px; }
    @media (min-width: 769px) {
      #why img {
        float: left;
        max-width: 40%;
        margin: 0 40px 0 0; } }
    @media (min-width: 769px) {
      #why .text {
        overflow: hidden;
        font-size: 20px; } }
  #why .text ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media (min-width: 769px) {
        #why .text ul {
          font-size: 20px; } }
      #why .text ul li {
        padding-left: 35px;
        background: url(../images/arrow3.png) 0 4px no-repeat;
        line-height: 26px;
        margin-bottom: 10px; }

#know {
  border-top: 3px solid #7e293d;
  border-bottom: 3px solid #7e293d; 
  background-color: #fff;
  padding: 30px;
  }
  @media (min-width: 769px) {
    #know {padding: 50px 15px;}
  }
  #know h1 {
    text-align: center; }
    @media (min-width: 769px) {
      #know h1 {
        font-size: 32px;
        font-weight: normal;
        margin-bottom: 1.5em; } }
  #know .holder {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5;
    overflow: hidden; }
    @media (min-width: 769px) {
      #know .holder {
        max-width: 950px;
        margin: auto; } }
  @media (min-width: 769px) {
    #know h1 {
      font-size: 30px;
      margin-bottom: 2em;
      font-weight: normal; } }
  #know img {
    display: block;
    margin: 0 auto 20px; }
    @media (min-width: 769px) {
      #know img {
        float: left;
        max-width: 40%;
        margin: 0 40px 0 0; } }
  #know .text {
    overflow: hidden; }
    @media (min-width: 769px) {
      #know .text {
        font-size: 20px; } }
  #know .text ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media (min-width: 769px) {
        #know .text ul {
          font-size: 20px; } }
      #know .text ul li {
        padding-left: 35px;
        background: url(../images/arrow3.png) 0 4px no-repeat;
        line-height: 26px;
        margin-bottom: 10px; }
  
.price {
  text-transform: uppercase; }
  .price .holder {
    padding: 30px 15px; }
    @media (min-width: 769px) {
      .price .holder {
        max-width: 950px;
        margin: auto;
        padding: 50px 15px;
        font-size: 22px;
        line-height: 1.5; } }
  @media (min-width: 769px) {
    .price h1 {
      font-size: 32px;
      font-weight: normal; } }
  .price span {
    background-color: #fff102; }
  .price p {
    margin-bottom: 1.5em; }

#header {
  background: #000 url(../images/bg01.jpg) 50% 0 no-repeat;
  padding: 20px 15px;
  overflow: hidden;
  color: #fff;
  }
  #header .holder {
    max-width: 1250px;
    margin: 0 auto 20px; }
  #header a.logo img {
    margin: 0 auto 30px;
    display: block;
    width: 80%; }
    @media (min-width: 769px) {
      #header a.logo img {
        float: left;
        margin: 0 60px 0 0;
        max-width: 170px;
        width: auto; } }
  @media (min-width: 769px) {
    #header {
      padding: 40px 15px 0;
    } }

#header .main-top {
  max-width: 950px;
  overflow: hidden;
  text-align: left; }
  #header .main-top .phones {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 26px; }
    @media (min-width: 1025px) {
      #header .main-top .phones {
        float: right;
        text-align: left;
        margin-bottom: 30px; } }
    @media (min-width: 769px) {
      #header .main-top .phones {
        font-size: 28px; } }
    #header .main-top .phones a {
      color: #fff;
      text-decoration: none; }
  #header .main-top .title {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 1025px) {
      #header .main-top .title {
        float: left;
        text-align: left;
        margin-bottom: 10px; } }
  @media (min-width: 1025px) {
    #header .main-top {
      padding-top: 20px; } }

.menu .opener {
  display: block; }
  @media (min-width: 1025px) {
    .menu .opener {
      display: none; } }

.opener {
  float: right;
  width: 41px;
  height: 32px;
  position: relative;
  border-radius: 3px;
  text-indent: -9999px;
  overflow: hidden; }

.opener:before,
.opener:after,
.opener span {
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 16px;
  left: 25%;
  right: 25%;
  height: 3px;
  margin-top: -2px;
  /* height/2 */
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.opener:before,
.opener:after {
  content: '';
  top: 10px; }

.opener:after {
  top: 22px; }

.close-btn span,
.active .opener span {
  opacity: 0; }

.opener:hover {
  opacity: .9; }

.close-btn:after,
.close-btn:before,
.active .opener:after,
.active .opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 15%;
  right: 15%; }

.close-btn:after,
.active .opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu .drop {
  overflow: hidden;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  z-index: 999; }
  @media (min-width: 1025px) {
    .menu .drop {
      position: static; } }

.menu {
  position: relative;
  width: 100%; }

.menu .drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #000;
  background: #fff; }
  @media (min-width: 1025px) {
    .menu .drop ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border: 0;
      background: none; } }
  .menu .drop ul li a {
    display: block;
    padding: 3px 5px;
    text-decoration: none;
    color: #333;
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .menu .drop ul li a {
        display: inline;
        padding: 0;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 16px;
        line-height: 45px;
        margin: 0 auto;
        position: relative;
        text-decoration: none;
        font-weight: bold;
        vertical-align: middle;
        width: 100%; } }
    .menu .drop ul li a:hover {
      background: #ededeb; }
      @media (min-width: 1025px) {
        .menu .drop ul li a:hover {
          background: none; } }
    @media (min-width: 1025px) {
      .menu .drop ul li a:after, .menu .drop ul li a:before {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        border: 1px solid rgba(126, 41, 61, 0);
        bottom: 0px;
        content: " ";
        display: block;
        margin: 0 auto;
        position: relative;
        -webkit-transition: all 280ms ease-in-out;
                transition: all 280ms ease-in-out;
        width: 0; } }
    .menu .drop ul li a:hover:after, .menu .drop ul li a:hover:before {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      border-color: #7e293d;
      -webkit-transition: width 350ms ease-in-out;
              transition: width 350ms ease-in-out;
      width: 100%; }

.wrap.fade .drop {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  height: 0; }
  @media (min-width: 1025px) {
    .wrap.fade .drop {
      height: auto;
      opacity: 1;
      visibility: visible; } }

.wrap.active.fade .drop {
  opacity: 1;
  visibility: visible;
  height: auto; }

.intro-i {
  overflow: hidden;
  max-width: 1250px;
  margin: 0 auto 20px;
  clear: both; }
  .intro-i h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 40px; }
    @media (min-width: 1025px) {
      .intro-i h1 {
        font-size: 50px;
        margin: 0 auto 30px; } }
    .intro-i h1 span {
      display: block; }

.intro-i .text {
  text-align: center; }
  @media (min-width: 1025px) {
    .intro-i .text {
      float: left;
      max-width: 50%;
      margin-top: 90px; } }

.intro-i img {
  width: 100%;
  max-width: 70%;
  display: block;
  margin: auto; }
  @media (min-width: 1025px) {
    .intro-i img {
      float: right;
      max-width: 43%; } }

.intro-i a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  width: auto !important;
  text-decoration: none;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  background-color: #7e293d; }
  @media (min-width: 1025px) {
    .intro-i a {
      font-size: 25px;
      line-height: 50px; } }

.intro-i a:hover {
  background-color: #fff;
  color: #7e293d; }

@media (min-width: 1025px) {
  .index-gallery {
    max-width: 1250px;
    margin: 0 auto 30px; } }

.index-gallery .slide {
  background-color: #353333;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .index-gallery .slide {
      float: left; } }
  .index-gallery .slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    color: #fff; }
    .index-gallery .slide a:after, .index-gallery .slide a:before {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      border: 1px solid rgba(126, 41, 61, 0);
      content: " ";
      display: block;
      margin: 0 auto;
      position: relative;
      -webkit-transition: all 280ms ease-in-out;
              transition: all 280ms ease-in-out;
      width: 0; }
    .index-gallery .slide a:hover:after, .index-gallery .slide a:hover:before {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      border-color: #7e293d;
      -webkit-transition: width 350ms ease-in-out;
              transition: width 350ms ease-in-out;
      width: 100%; }
  .index-gallery .slide img {
    max-width: 40%;
    float: right; }
  .index-gallery .slide strong {
    display: block;
    margin-bottom: 20px;
    font-size: 17px; }
  .index-gallery .slide span {
    font-size: 14px; }
  .index-gallery .slide span.more {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-bottom: 2px solid #7e293d; }
  .index-gallery .slide .text {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5; }

.index-gallery .slide .hold {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%; }

.index-gallery .owl-nav {
  text-align: center;
  margin-top: 15px; }

.index-gallery .owl-prev,
.index-gallery .owl-next {
  display: inline-block !important;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  margin: 0 10px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  line-height: 38px;
  text-align: center;
  font-size: 26px;
  -webkit-transition-property: border-color, color;
          transition-property: border-color, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }
  .index-gallery .owl-prev:hover,
  .index-gallery .owl-next:hover {
    color: #7e293d;
    border-color: #7e293d; }

#benefits {
  margin-bottom: 20px;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 1025px) {
    #benefits {
      max-width: 1150px;
      margin: 0 auto 30px; } }
  #benefits h1 {
    text-transform: uppercase;
    letter-spacing: 3px; }
    @media (min-width: 1025px) {
      #benefits h1 {
        font-size: 43px;
        font-weight: normal; } }

.benefit {
  margin-bottom: 15px;
  border: 2px solid #eee;
  border-radius: 2px;
  padding: 5px;
  width: 80%;
  box-sizing: border-box;
  display: inline-block; }
  @media (min-width: 769px) {
    .benefit {
      display: inline-block;
      width: 47%;
      margin: 0 1% 15px;
      vertical-align: top;
      box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75); } }
  @media (min-width: 1025px) {
    .benefit {
      display: inline-block;
      width: 30%;
      margin: 0 1% 25px;
      vertical-align: top;
      box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75); } }
  .benefit h2 {
    font-size: 22px; }
    @media (min-width: 769px) {
      .benefit h2 {
        font-size: 24px; } }
  .benefit img {
    display: block;
    margin-bottom: 10px; }
    @media (min-width: 769px) {
      .benefit img {
        margin-bottom: 20px; } }

.cosmetic {
  background: url(../images/bg06.jpg) 50% 50% repeat fixed;
  color: #fff;
  text-align: center; }
  .cosmetic .holder {
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    padding: 60px 10px; }
    @media (min-width: 769px) {
      .cosmetic .holder {
        padding: 90px 15px; } }
    @media (min-width: 1025px) {
      .cosmetic .holder {
        padding: 160px 15px; } }
  .cosmetic h1 {
    text-transform: uppercase;
    margin: 0;
    font-size: 32px;
    line-height: 42px; }
    @media (min-width: 1025px) {
      .cosmetic h1 {
        font-size: 50px;
        line-height: 64px; } }

.c-no-scroll {
  background: url(../images/bg06.jpg) 50% 50% repeat scroll; }
  .c-no-scroll h1 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 20px; }
    @media (min-width: 1025px) {
      .c-no-scroll h1 {
        margin: 0 0 30px;
        font-size: 40px;
        line-height: 54px; } }

.cosmetic a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  width: auto !important;
  text-decoration: none;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  background-color: #7e293d; }
  @media (min-width: 1025px) {
    .cosmetic a {
      font-size: 25px;
      line-height: 50px; } }

.cosmetic a:hover {
  background-color: #fff;
  color: #7e293d; }

img {
  max-width: 100%; }

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.popup, .popup2 {
  display: inline-block;
  left: 50%;
  opacity: 0;
  position: fixed;
  text-align: justify;
  top: 40%;
  visibility: hidden;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s, top .5s;
  transition: opacity .5s, top .5s; }

.popup form {
  padding: 20px 27px;
  right: 0;
  width: 300px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #333; }

.popup2 .window {
  padding: 27px;
  right: 0;
  width: 373px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #333; }
.popup span {
  display: block;
  padding-bottom: 10px;
}
.popup form input {
  background: #eee;
  margin-bottom: 20px;
  width: 100%; }

.popup form label {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 20px; }

.popup form input[type="submit"] {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  width: 100%;
  text-decoration: none;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  background-color: #7e293d;
  border: 0;
  border: 1px solid #7e293d;
  margin-bottom: 0;
  cursor: pointer; }
  @media (min-width: 1025px) {
    .popup form input[type="submit"] {
      font-size: 25px;
      line-height: 50px; } }

.popup form input[type="submit"]:hover {
  background-color: #eee;
  color: #333;
  border: 1px solid #000; }

.popup form input[type="submit"]:disabled {
  opacity: .3;
  cursor: none; }

.popup form input[type="checkbox"] {
  width: auto;
  margin: 2px;
  padding: 2px;
  float: left;
  width: 15px;
  height: 15px; }

.popup .close_modal,
.popup2 .close_modal {
  border-radius: 50%;
  position: absolute;
  padding: 1px 9px 4px 9px;
  top: -15px;
  right: -15px;
  cursor: pointer;
  color: #fff;
  font-family: 'tahoma', sans-serif;
  background: #7e293d;
  text-align: center;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.popup .close_modal:hover,
.popup2 .close_modal:hover {
  background-color: #eee;
  color: #333; }

.popup2 p {
  font-family: verdana;
  font-size: 18px;
  line-height: 24px;
  text-align: center; }

.popup2 p strong {
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
  display: block; }

/*.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}
.lightbox {
    width: 300px;
    .error {color: $red;}
    .error, .good {
      display: none;
    }
    input {
    border: 1px solid #000;
    border-radius: 7px;
    display: block;
    font: 14px/18px Arial,Helvetica,san-serif;
    margin-bottom: 10px;
    padding: 3px;
    width: 300px;
  }
  input[type="submit"] {
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 300px;
    box-sizing: border-box;
    font-weight: bold;
  }
}*/
.teacher {
  background-color: #fff;
  padding: 20px 0;
  }
  @media (min-width: 769px) {
    .teacher {
      padding: 50px 0 30px; } }
  .teacher .holder {
    padding: 0 15px 20px;
    overflow: hidden; }
    @media (min-width: 769px) {
      .teacher .holder {
        max-width: 950px;
        margin: auto; } }
  .teacher h1 {
    text-align: center; }
    @media (min-width: 769px) {
      .teacher h1 {
        font-size: 32px;
        font-weight: normal;
        margin-bottom: 1.5em; } }
    @media (min-width: 1025px) {
      .teacher h1 {
        font-size: 43px;
        font-weight: normal; } }
  .teacher img {
    display: block;
    margin: 0 auto 20px; }
    @media (min-width: 769px) {
      .teacher img {
        float: right;
        max-width: 400px;
        margin: 0 0 0 40px; } }
  
    @media (min-width: 769px) {
      .teacher .text {
        font-size: 20px; } }
    .teacher .text ul {
      margin: 0 0 20px 0;
      padding: 0;
      list-style: none; }
      @media (min-width: 769px) {
        .teacher .text ul {
          font-size: 20px; } }
      .teacher .text ul li {
        padding:0 0 2px 35px;
        background: url(../images/arrow3.png) 0 2px no-repeat;
        line-height: 26px;
        margin-bottom: 10px; }

.address {
  background: url(../images/bg05.jpg) 50% 50% repeat fixed;
  margin-bottom: 15px; }
  @media (min-width: 1025px) {
    .address {
      margin-bottom: 25px; } }
  .address .holder {
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden; }
  .address .container {
    padding: 60px 15px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: bold;
    color: #fff; }
    @media (min-width: 769px) {
      .address .container {
        padding: 100px 15px;
        max-width: 950px;
        margin: 0 auto;
        font-size: 22px; } }
    @media (min-width: 1025px) {
      .address .container {
        font-size: 32px; } }
  .address h1 {
    text-align: center; }
    @media (min-width: 769px) {
      .address h1 {
        font-size: 32px;
        margin-bottom: 2em; } }
    @media (min-width: 1025px) {
      .address h1 {
        font-size: 50px; } }
  .address .place {
    padding-left: 60px;
    line-height: 50px;
    background: url(../images/place.png) 0 50% no-repeat;
    display: block;
    margin-bottom: 20px; }
  .address .date-h {
    padding-left: 60px;
    line-height: 50px;
    background: url(../images/date-icon.png) 0 50% no-repeat;
    display: block;
    margin-bottom: 20px; }

#i-testimonials {
  padding: 30px;
  margin-bottom: 20px; }
  @media (min-width: 1025px) {
    #i-testimonials {
      max-width: 1250px;
      margin: 0 auto 50px;
      padding: 50px 0 0; } }
  #i-testimonials .holder {
    overflow: hidden;
    display: none; }

    @media (min-width: 769px) {
      #i-testimonials .holder {
        display: block; } }
  #i-testimonials img {
    width: 100%;
    display: block; }
  @media (min-width: 769px) {
    #i-testimonials .t-gallery {
      display: none; } }
  #i-testimonials h1 {
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center; }
    @media (min-width: 1025px) {
      #i-testimonials h1 {
        font-size: 43px;
        font-weight: normal; } }

@media (min-width: 1025px) {
  #i-testimonials article {
    float: left; } }

@media (min-width: 1025px) {
  #i-testimonials .block {
    width: 50%; } }

#i-testimonials .block img {
  width: 50%; }

#i-testimonials .block .box {
  width: 50%; }

@media (min-width: 1025px) {
  #i-testimonials .row {
    overflow: hidden; } }

@media (min-width: 769px) {
  #i-testimonials .testimonial {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media (min-width: 1025px) {
  #i-testimonials .testimonial {
    font-size: 14px; } }

#i-testimonials .r-testimonial {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

#i-testimonials .box {
  position: relative;
  background: #7e293d;
  color: #fff;
  padding: 15px;
  text-align: justify; }

#i-testimonials .black {
  background: #000; }

#i-testimonials .box:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 30px;
  margin-top: -30px; }

#i-testimonials .r-testimonial .box:after {
  right: 0;
  left: 100%;
  border-left-color: #7e293d; }

#i-testimonials .r-testimonial .box.black:after {
  border-left-color: #000; }

#i-testimonials .l-testimonial .box:after {
  border-right-color: #7e293d; }

#i-testimonials .l-testimonial .box.black:after {
  border-right-color: #000; }

.feedback {
  padding: 15px;
  margin-bottom: 15px;
  overflow: hidden; }
  @media (min-width: 1025px) {
    .feedback {
      border: 3px solid #353333;
      box-sizing: border-box;
      max-width: 1214px;
      margin: 0 auto 50px; } }
  .feedback .error {
    color: #f00; }
  .feedback .error, .feedback .good {
    display: none; }
  .feedback h2 {
    text-transform: uppercase; }
    @media (min-width: 769px) {
      .feedback h2 {
        float: left;
        width: 45%; } }
    @media (min-width: 1025px) {
      .feedback h2 {
        font-size: 40px; } }
    .feedback h2 span {
      color: #7e293d; }
  @media (min-width: 769px) {
    .feedback .form {
      float: right;
      width: 45%; } }
  .feedback .form .row {
    overflow: hidden; }
  .feedback .form strong {
    font-weight: normal;
    display: block;
    margin-bottom: 10px; }

.feedback .open_modal {
  float: right;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  background-color: #7e293d;
  border: 0;
  border: 1px solid #7e293d;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 5px; }
  @media (min-width: 769px) {
    .feedback .open_modal {
      width: 40%;
      margin-top: 20px; } }
  @media (min-width: 1025px) {
    .feedback .open_modal {
      font-size: 25px;
      line-height: 50px;
      margin-top: 40px; } }

.feedback .open_modal:hover {
  background-color: #eee;
  color: #333;
  border: 1px solid #000; }

.feedback input {
  border: 1px solid #eee;
  background-color: #eee;
  display: block;
  font: 14px/22px Arial,Helvetica,san-serif;
  margin-bottom: 10px;
  padding: 3px;
  box-sizing: border-box;
  width: 100%; }

.feedback input.phone {
  float: left;
  width: 92%; }

.feedback input[type="submit"] {
  cursor: pointer;
  background-color: #7e293d;
  border-color: #7e293d;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 22px;
  padding: 0 0 2px;
  text-align: center;
  width: 8%;
  box-sizing: border-box;
  font-weight: bold; }

#footer {
  padding: 0 15px 20px;
  overflow: hidden;
  color: #333;
  max-width: 1250px;
  margin: 0 auto; }
  #footer .holder {
    overflow: hidden; }
  #footer .icons {
    font-size: 9px;
    text-align: center; }
  #footer a.logo img {
    height: 100%;
    margin: 0 auto 15px;
    display: block;
    width: 80%; }
    @media (min-width: 769px) {
      #footer a.logo img {
        max-width: 180px;
        width: auto; } }
    @media (min-width: 1025px) {
      #footer a.logo img {
        float: left;
        width: 24%;
        margin-right: 3%;
        margin-bottom: 0; } }
  #footer .c-info {
    float: right;
    width: 50%;
    text-align: right; }
    @media (min-width: 769px) {
      #footer .c-info {
        font-size: 22px; } }
    @media (min-width: 1025px) {
      #footer .c-info {
        width: 30%;
        padding-top: 10px;
        font-size: 20px; } }
    #footer .c-info strong {
      font-weight: normal; }
  #footer .phones {
    margin: 0 0 10px;
    padding: 0;
    list-style: none; }
    #footer .phones a {
      color: #333;
      text-decoration: none; }
  #footer .title {
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px; }
    @media (min-width: 769px) {
      #footer .title {
        font-size: 26px; } }
    @media (min-width: 1025px) {
      #footer .title {
        float: left;
        text-align: left;
        margin: 15px 3% 10px 0;
        width: 24%;
        font-size: 22px; } }
  #footer .social {
    float: left;
    width: 40%; }
    #footer .social strong {
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px; }
    @media (min-width: 1025px) {
      #footer .social {
        float: left;
        width: 16%;
        padding: 15px 0 0; } }
    #footer .social ul {
      margin: 0;
      padding: 0;
      list-style: none;
      overflow: hidden; }
    #footer .social ul li {
      display: inline-block;
      margin-right: 5px; }
    #footer .social ul a {
      display: block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background-color: #eee;
      text-align: center;
      color: #333;
      border-radius: 50%;
      text-decoration: none;
      -webkit-transition-property: background-color, color;
              transition-property: background-color, color;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
      -webkit-transition-timing-function: linear;
              transition-timing-function: linear; }
    #footer .social ul a:hover {
      background-color: #7e293d;
      color: #fff; }

#inner-header {
  width: 100%;
  background-color: #000; }
  #inner-header .top-block {
    background-color: #000;
    color: #fff; }
    #inner-header .top-block .holder {
      padding: 10px 0;
      vertical-align: middle;
      overflow: hidden; }
      @media (min-width: 1025px) {
        #inner-header .top-block .holder {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          max-width: 1250px;
          margin: 0 auto; } }
  #inner-header .logo-hold {
    padding: 0 15px;
    margin-bottom: 20px; }
    @media (min-width: 1025px) {
      #inner-header .logo-hold {
        width: 50%;
        margin-bottom: 0; } }
    #inner-header .logo-hold .hold {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (min-width: 1025px) {
        #inner-header .logo-hold .hold {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
  #inner-header a.logo {
    width: 40%;
    margin: 0 20px 0 0; }
    @media (min-width: 769px) {
      #inner-header a.logo {
        margin: 0 20px 0 0;
        width: 30%; } }
  #inner-header a.logo img {
    margin: 0 auto; }
  @media (min-width: 769px) {
    #inner-header .place {
      width: 60%; } }
  #inner-header .open_modal {
    float: right;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 5px;
    -webkit-transition-property: background-color, color;
            transition-property: background-color, color;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    margin-left: 30px; }
    #inner-header .open_modal:hover {
      border-color: #7e293d; }
    @media (min-width: 1025px) {
      #inner-header .open_modal {
        font-size: 16px;
        line-height: 28px; } }
  #inner-header .info-hold {
    padding: 0 15px; }
    @media (min-width: 1025px) {
      #inner-header .info-hold {
        width: 50%; } }
    #inner-header .info-hold .hold {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1025px) {
        #inner-header .info-hold .hold {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
  #inner-header .phones {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 16px; }
    @media (min-width: 1025px) {
      #inner-header .phones {
        float: right;
        text-align: left; } }
    @media (min-width: 769px) {
      #inner-header .phones {
        font-size: 24px; } }
    #inner-header .phones a {
      color: #fff;
      text-decoration: none; }}

  #header .top-block {
    color: #fff; }
    #header .top-block .holder {
      padding: 10px 0;
      vertical-align: middle;
      overflow: hidden; }
      @media (min-width: 1025px) {
        #header .top-block .holder {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          max-width: 1250px;
          margin: 0 auto; } }
  #header .top-block .logo-hold {
    padding: 0 15px;
    margin-bottom: 20px; }
    @media (min-width: 1025px) {
      #header .top-block .logo-hold {
        width: 50%;
        margin-bottom: 0; } }
    #header .top-block .logo-hold .hold {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (min-width: 1025px) {
        #header .top-block .logo-hold .hold {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
  #header .top-block a.logo {
    width: 40%;
    margin: 0 20px 0 0; }
    @media (min-width: 769px) {
      #header .top-block a.logo {
        margin: 0 20px 0 0;
        width: 30%; } }
  #header .top-block a.logo img {
    margin: 0 auto; }
  @media (min-width: 769px) {
    #header .top-block .place {
      width: 60%; } }
  #header .top-block .open_modal {
    float: right;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 5px;
    -webkit-transition-property: background-color, color;
            transition-property: background-color, color;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    margin-left: 30px; }
    #header .top-block .open_modal:hover {
      border-color: #7e293d; }
    @media (min-width: 1025px) {
      #header .top-block .open_modal {
        font-size: 16px;
        line-height: 28px; } }
  #header .top-block .info-hold {
    padding: 0 15px; }
    @media (min-width: 1025px) {
      #header .top-block .info-hold {
        width: 50%; } }
    #header .top-block .info-hold .hold {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1025px) {
        #header .top-block .info-hold .hold {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
  #header .top-block .phones {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 16px; }
    @media (min-width: 1025px) {
      #header .top-block .phones {
        float: right;
        text-align: left; } }
    @media (min-width: 769px) {
      #header .top-block .phones {
        font-size: 24px; } }
    #header .top-block .phones a {
      color: #fff;
      text-decoration: none; }

.promo {
  background: url(../images/bg04.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff; }
  .promo .container {
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .promo .container .holder {
      padding: 30px 15px; }
      @media (min-width: 769px) {
        .promo .container .holder {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 50px 10px; } }
      @media (min-width: 1025px) {
        .promo .container .holder {
          max-width: 1250px;
          margin: 0 auto;
          padding: 160px 0 110px; } }
    .promo .container .text strong {
      display: block;
      margin-bottom: 5px;
      font-size: 36px; }
      @media (min-width: 1025px) {
        .promo .container .text strong {
          font-size: 60px; } }
    .promo .container .text h1 {
      text-transform: uppercase;
      font-size: 46px;
      margin-bottom: 20px; }
      @media (min-width: 1025px) {
        .promo .container .text h1 {
          font-size: 70px; } }
    .promo .container .text h2 {
      font-size: 22px; }
    @media (min-width: 769px) {
      .promo .container .form {
        max-width: 40%; } }
    .promo .container .form h2 {
      font-size: 26px; }
    .promo .container .form input[type="text"] {
      border-radius: 5px;
      width: 100%;
      margin-bottom: 15px;
      color: #000; }
    .promo .container .form .error {
      color: #f00; }
    .promo .container .form .error, .promo .container .form .good {
      display: none; }
    .promo .container .form input[type="submit"] {
      color: #fff;
      text-transform: uppercase;
      display: inline-block;
      font-size: 20px;
      line-height: 40px;
      width: 100%;
      text-decoration: none;
      -webkit-transition-property: background-color, color;
              transition-property: background-color, color;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
      -webkit-transition-timing-function: linear;
              transition-timing-function: linear;
      background-color: #7e293d;
      border: 0;
      border: 1px solid #7e293d;
      margin-bottom: 0;
      cursor: pointer;
      border-radius: 5px; }
      @media (min-width: 1025px) {
        .promo .container .form input[type="submit"] {
          font-size: 25px;
          line-height: 50px; } }
    .promo .container .form input[type="submit"]:hover {
      background-color: #eee;
      color: #333;
      border: 1px solid #000; }

.navbar {
  background-color: #000; }
  @media (min-width: 1025px) {
    .navbar .holder {
      max-width: 1250px;
      margin: 0 auto; } }

.whom-block {
  padding: 15px 10px;
  text-align: center; }
  @media (min-width: 1025px) {
    .whom-block {
      max-width: 1250px;
      margin: 0 auto;
      padding: 40px 0; } }
  .whom-block h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal; }
    @media (min-width: 1025px) {
      .whom-block h1 {
        font-size: 43px;
        margin-bottom: 45px; } }
  .whom-block .holder {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .whom-block .block {
    width: 100%; }
    @media (min-width: 769px) {
      .whom-block .block {
        width: 45%; } }
    @media (min-width: 1025px) {
      .whom-block .block {
        width: 22%; } }
  .whom-block i {
    color: #7e293d;
    font-size: 120px;
    display: inline-block;
    margin-bottom: 10px; }

.principles {
  background-color: #000;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;}
  @media (min-width: 1025px) {
    .principles {
      padding: 40px 0;
      font-size: 18px;
      margin-bottom: 50px;} }
  .principles h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: normal; }
    @media (min-width: 1025px) {
      .principles h1 {
        font-size: 40px;
        margin-bottom: 45px; } }
  .principles .holder {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1250px;
    margin: 0 auto; }
  .principles .block {
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 769px) {
      .principles .block {
        width: 45%;
        margin-bottom: 15px; } }
    @media (min-width: 1025px) {
      .principles .block {
        width: 30%; } }
    .principles .block h2 {
      text-transform: uppercase; }
  .principles i {
    color: #7e293d;
    font-size: 120px;
    display: inline-block;
    margin-bottom: 15px; }

.portfolio {
  overflow: hidden;
  border-top: 3px solid #7e293d;
  border-bottom: 3px solid #7e293d; 
  background-color: #fff;
  padding: 30px; }
  @media (min-width: 1025px) {
    .portfolio {
      padding: 50px 15px; } }
  .portfolio .holder {
    text-align: center;
    padding: 10px; }
    @media (min-width: 1025px) {
      .portfolio .holder {
        max-width: 1250px;
        margin: 0 auto; } }
  .portfolio img {
    width: 100%;
    display: block; }
    @media (min-width: 769px) {
      .portfolio img {
        width: 50%;
        float: left; } }
    @media (min-width: 1025px) {
      .portfolio img {
        width: 33%; } }
  .portfolio h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: normal; }
    @media (min-width: 1025px) {
      .portfolio h1 {
        font-size: 40px;
        margin-bottom: 45px; } }

.practice-i {
  background-color: #000;
  color: #fff;
  padding: 15px 10px; }
  .practice-i .holder {
    vertical-align: middle; }
    @media (min-width: 1025px) {
      .practice-i .holder {
        max-width: 1250px;
        margin: 0 auto;
        padding: 30px 0;
        font-size: 22px; } }
  .practice-i h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: normal; }
    @media (min-width: 1025px) {
      .practice-i h1 {
        font-size: 40px;
        margin-bottom: 45px; } }
  .practice-i ul {
    overflow: hidden; }
    .practice-i ul li {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px; }
      @media (min-width: 769px) {
        .practice-i ul li {
          float: left;
          width: 50%;
          margin-bottom: 40px; } }
  .practice-i i {
    color: #7e293d;
    font-size: 60px;
    margin-right: 10px; }

.workflow {
  background-color: #eee;
  padding: 15px 10px; }
  @media (min-width: 1025px) {
    .workflow {
      padding: 40px 0; } }
  .workflow .holder {
    overflow: hidden; }
    @media (min-width: 1025px) {
      .workflow .holder {
        max-width: 1250px;
        margin: 0 auto; } }
  @media (min-width: 1025px) {
    .workflow .block {
      float: left;
      width: 50%; } }
  .workflow img {
    display: block;
    width: 100%;
    clear: both; }
  .workflow img.small {
    float: left;
    width: 50%;
    clear: none !important; }
  .workflow h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: normal; }
    @media (min-width: 1025px) {
      .workflow h1 {
        font-size: 40px;
        margin-bottom: 45px; } }
/*# sourceMappingURL=main.css.map */