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

.clearfix:after, #header: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; }

.header-holder {
  width: 100%;
  background: #000 url(../images/bg01.jpg) 50% 0 no-repeat;
  padding: 20px 15px;
  overflow: hidden;
  color: #fff;
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    .header-holder {
      padding: 30px 15px 0;
      margin-bottom: 30px; } }

#header {
  padding: 10px 0;
  vertical-align: middle;
  overflow: hidden; }
  @media (min-width: 1025px) {
    #header {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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;
      max-width: 1250px;
      margin: 0 auto; } }
  @media (min-width: 1025px) {
    #header .logo {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      margin-right: 20px; } }
  #header .logo img {
    display: block;
    margin: 0 auto 20px;
    width: 60%; }
    @media (min-width: 769px) {
      #header .logo img {
        width: 40%; } }
    @media (min-width: 1025px) {
      #header .logo img {
        width: auto; } }
  #header .hold {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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; }
    @media (min-width: 1025px) {
      #header .hold {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  @media (min-width: 769px) {
    #header .place {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  @media (min-width: 1025px) {
    #header .place {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%; } }
  #header .phones {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 16px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: right; }
    @media (min-width: 769px) {
      #header .phones {
        font-size: 24px; } }
    #header .phones a {
      color: #fff;
      text-decoration: none; }

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

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

.intro .text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px; }
  @media (min-width: 1025px) {
    .intro .text {
      float: left;
      max-width: 50%;
      font-size: 24px;
      margin-bottom: 0; } }
  .intro .text .subtitle {
    display: block;
    margin-bottom: 10px;
    color: #7e293d;
    text-transform: uppercase;
    font-size: 20px; }
  @media (min-width: 1025px) {
    .intro .text h3 {
      font-size: 30px; } }
  .intro .text h3 span {
    color: #ff0; }
  .intro .text .note {
    font-size: 16px; }

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

.intro 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 a {
      font-size: 25px;
      line-height: 50px; } }

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

.counter strong {
  display: block;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .counter strong {
      font-size: 16px; } }

#CDT {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 35px; }

#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); }

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

.brows {
  padding: 15px 0;
  font-size: 18px;
  text-align: justify; }
  @media (min-width: 1025px) {
    .brows {
      max-width: 1250px;
      margin: 0 auto;
      padding: 20px 0; } }
  .brows h1 {
    text-transform: uppercase;
    text-align: center; }
  .brows .holder {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .brows .holder h2 {
      text-align: center; }
    .brows .holder img {
      display: block;
      margin: 0 auto 20px;
      max-width: 550px;
      width: 70%; }
    .brows .holder .block {
      width: 40%; }

.principles {
  background-color: #000;
  padding: 20px 10px;
  color: #fff;
  text-align: center; }
  @media (min-width: 1025px) {
    .principles {
      padding: 40px 0;
      font-size: 18px; } }
  .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: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -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; }

.cosmetic {
  background: url(../images/bg02.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;
        margin-bottom: 20px; } }
  .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; } }

.portfolio {
  overflow: hidden;
  margin-bottom: 20px; }
  @media (min-width: 1025px) {
    .portfolio {
      margin-bottom: 40px; } }
  .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: 30px; } }

.teacher {
  background-color: #fff;
  padding: 20px 0;
  text-transform: uppercase; }
  @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: left;
        max-width: 400px;
        margin: 0 40px 0 0; } }
  .teacher .text {
    overflow: hidden; }
    @media (min-width: 769px) {
      .teacher .text {
        font-size: 20px; } }
    .teacher .text ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media (min-width: 769px) {
        .teacher .text ul {
          font-size: 20px; } }
      .teacher .text ul li {
        padding-left: 35px;
        background: url(../images/arrow3.png) 0 4px no-repeat;
        line-height: 26px;
        margin-bottom: 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: 1000px;
        margin: 0 auto; } }
  .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; } }

.address {
  background: url(../images/bg03.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: 15px; }
  @media (min-width: 1025px) {
    #i-testimonials {
      max-width: 1250px;
      margin: 0 auto;
      padding: 30px 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; } }

.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 .title a {
      color: #333; }
  #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; }

.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 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; }
/*# sourceMappingURL=main.css.map */