@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:700,100&subset=latin,cyrillic);
@import "../css/vendor/animate.css";
@import "../css/vendor/fancybox/jquery.fancybox.css";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 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;
}
/* ==========================================================================
  Color variables
  ========================================================================== */
/* ==========================================================================
  Fonts variables
  ========================================================================== */
/* ==========================================================================
  Base styles: opinionated defaults
  ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
textarea {
  resize: vertical;
}
/* ==========================================================================
  Author's custom styles
  ========================================================================== */
body {
  color: #000000;
  min-width: 320px;
  font: 18px/1.2 'Open Sans', sans-serif;
  font-weight: 300;
}
.wrapper {
  max-width: 1014px;
  margin: 0 auto;
}
.wrapper-2 {
  max-width: 1290px;
  margin: 0 auto;
}
.wrapper-3 {
  max-width: 1560px;
  margin: 0 auto;
}
.wrapper,
.wrapper-2,
.wrapper-3 {
  padding: 0 10px;
}
a {
  color: #ffffff;
  text-decoration: underline;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
h1 {
  font-size: 54px;
  line-height: 1.354;
  margin-bottom: 40px;
}
h2 {
  font-size: 54px;
  line-height: 1.2;
  color: #000000;
  letter-spacing: 1px;
}
.title-3 {
  color: #114654;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 1;
}
.title-4 {
  color: #aaaaaa;
  font: 700 19px/1.2 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.title-5 {
  font: 100 30px/1 'Roboto Slab', serif;
}
.title-6 {
  font: 100 26px/1.2 'Roboto Slab', serif;
}
.fl-left {
  float: left;
}
.extra {
  overflow: hidden;
}
.color {
  color: #9b3d3d;
}
.relative {
  position: relative;
}
#header {
  color: #ffffff;
  text-align: center;
  background: url(../images/header.jpg) no-repeat scroll 100% 100% / cover rgba(0, 0, 0, 0);
  padding: 135px 0 144px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .wrapper {
  position: relative;
}
.lt-ie9 #header {
  background: url(../images/header.jpg) no-repeat scroll 100% 100%;
}
.color-red {
  color: #f00;
}
.h-phones {
  position: absolute;
  right: 120px;
  top: -80px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  font-size: 28px;
  padding: 13px 20px;
  z-index: 2;
}
#logo {
  margin-bottom: 60px;
  margin-top: 60px;
}
.h-text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 300;
  padding: 57px 0 0 0;
}
.h-text p {
  margin-bottom: 35px;
}
.line {
  background: url(../images/line.png) 50% 0 no-repeat;
}
.line.line-bottom {
  background-position: 50% 100%;
}
.row {
  overflow: hidden;
  position: relative;
}
.row.row-white {
  padding: 34px 0;
}
.row.row-white .title-3 {
  margin-bottom: 32px;
}
.row.row-white .title-4 {
  padding-bottom: 39px;
  margin-bottom: 37px;
}
.row.products {
  padding-top: 54px;
}
.row.products h2 {
  margin-bottom: 46px;
}
.row.products .p-row .item {
  float: left;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2%;
  margin-top: 30px;
  margin-bottom: 10px;
}
.row.products .p-row .item .title-6 {
  margin-bottom: 16px;
  text-align: center;
}
.row.products .p-row .item .product-img {
  text-align: center;
  margin-bottom: 42px;
}
.row.products .p-row .item .product-desc {
  width: 246px;
  margin: 0 auto;
  font-size: 18px;
}
.row.products .p-row .item .product-desc p {
  margin-bottom: 4px;
}
.row.advantages {
  padding-top: 50px;
}
.row.advantages h2 {
  margin-bottom: 60px;
}
.row.advantages .item {
  width: 33.333%;
  position: relative;
  padding-left: 60px;
  padding-right: 100px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-top: 35px;
}
.row.advantages .item .adv-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 100%;
  text-align: center;
  color: #ffffff;
  background: #1ebad6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 13px solid #1aa7c0;
  font-size: 24px;
  font-weight: 700;
  padding-top: 7px;
}
.row.advantages .item .title-5 {
  margin-bottom: 20px;
}
.row.properties {
  font-size: 14px;
  padding-top: 48px;
  color: #292929;
}
.row.properties h2 {
  margin-bottom: 90px;
}
.row.properties .title-3 {
  margin-bottom: 22px;
}
.row.properties .title-4 {
  margin-bottom: 28px;
}
.row.properties .w-col {
  max-width: 520px;
  text-align: center;
  text-transform: uppercase;
}
.row.properties .w-col.left {
  float: left;
}
.row.properties .w-col.right {
  float: right;
  margin-right: 80px;
}
.row.properties .w-col.center {
  max-width: 100%;
}
.row.properties .w-col.center .item {
  padding-top: 28px;
  margin-bottom: 23px;
}
.row.properties .w-col .item.indent {
  margin-bottom: 74px;
}
.row.properties .img1 {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -184px;
}
.row.facts h2 {
  margin-bottom: 28px;
}
.row.facts .text-block {
  padding-top: 20px;
  color: #aaaaaa;
}
.row.facts .col-row {
  margin-bottom: 7px;
}
.row.facts .col {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row.facts .col.left {
  padding-right: 5%;
}
.row.facts .col.right {
  padding-left: 5%;
}
.row.facts .number {
  font: 100 174px/1 'Roboto Slab', serif;
  color: #114654;
  text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, 1px -1px 0 #000000, -1px -1px 0 #000000;
  margin-right: 10px;
  width: 210px;
  text-align: center;
}
.row.row-img {
  padding: 54px 0 40px 0;
  text-align: center;
  font: 100 34px/1.2 'Roboto Slab', serif;
  color: #ffffff;
}
.row.row-img.wiki-1 {
  background: url(../images/bg-1.jpg) no-repeat scroll 100% 100% / cover rgba(0, 0, 0, 0);
}
.row.row-img.wiki-2 {
  background: url(../images/bg-2.jpg) no-repeat scroll 100% 100% / cover rgba(0, 0, 0, 0);
}
.row.row-img.wiki-3 {
  background: url(../images/bg-3.jpg) no-repeat scroll 100% 100% / cover rgba(0, 0, 0, 0);
}
.row.row-img .w-text {
  margin-bottom: 37px;
}
.row.row-img .title-4 {
  color: #ffffff;
  padding: 40px 0 0 0;
}
.row.map {
  background: url(../images/map.jpg) no-repeat scroll 100% 100% / cover rgba(0, 0, 0, 0);
  min-height: 700px;
  padding: 48px 0;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row.map .title-4 {
  color: #ffffff;
  padding-bottom: 38px;
  margin-bottom: 52px;
}
.row.map .order-title {
  text-align: center;
  font: 700 54px/1.3 'Roboto Slab', serif;
  margin-bottom: 30px;
}
.lt-ie9 .img1 {
  width: 368px;
}
.lt-ie9 .wiki-1 {
  background: url(../images/bg-1.jpg) no-repeat scroll 100% 100% !important;
}
.lt-ie9 .wiki-2 {
  background: url(../images/bg-2.jpg) no-repeat scroll 100% 100% !important;
}
.lt-ie9 .wiki-3 {
  background: url(../images/bg-3.jpg) no-repeat scroll 100% 100% !important;
}
.lt-ie9 .map {
  background: url(../images/map.jpg) no-repeat scroll 100% 100% !important;
}
.strike {
  text-decoration: line-through;
  font-size: 40px;
}
.copyright {
  text-align: center;
  font-size: 24px;
}
label.error {
  display: none !important;
}
.form-order-wrap {
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.form-order-wrap form > div {
  overflow: hidden;
  margin-bottom: 12px;
}
.form-order-wrap form label {
  width: 120px;
  margin-right: 20px;
  float: left;
  line-height: 40px;
}
.form-order-wrap form label.empty {
  text-indent: -999em;
}
.form-order-wrap form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  overflow: hidden;
  border: 2px solid #cccccc;
  background: #cccccc;
  color: #fff;
  padding: 5px 18px;
  font-size: 16px;
}
.form-order-wrap form input.error {
  border-color: #f00;
}
.form-order-wrap form input.btn {
  background: #1ebad6;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  padding: 7px 10px 5px 10px;
  border-bottom: 4px solid #1aa7c0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.form-order-wrap form input.btn:hover {
  background: #1aa7c0;
}
.form-order-wrap form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-order-wrap form ::-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.form-order-wrap form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.form-order-wrap form :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.success-popup {
  display: none;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  margin-left: -200px;
  margin-top: -200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  color: #444;
  font: 24px 'Roboto Slab', serif;
  font-weight: 700;
  padding: 142px 20px 0 20px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
/* New styles START */

.product-footer {
  padding-top: 25px;
}

.prod-btn {
  background: #1ebad6;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  padding: 7px 10px 5px 10px;
  border-bottom: 4px solid #1aa7c0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
}

.prod-btn:hover {
  background: #1aa7c0;
}

.t-title {
  font: 700 19px/1.2 'Open Sans', sans-serif;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.t-item {
  width: 30%;
  display: inline-block;
  margin: 0 1%;
  margin-bottom: 20px;
  position: relative;
  background: #000;
}

.t-item:hover iframe {
  opacity: .8;
}

.t-item .fancybox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.t-item iframe {
  border: none;
  width: 100%;
  height: 200px;
}

/* New styles END */

/* ==========================================================================
  Helper classes
  ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media (max-width: 1024px) {
  .row.properties .w-col.left,
  .row.properties .w-col.right {
    float: none;
    width: auto;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .row.properties .w-col.left,
  .row.properties .w-col.right {
    margin-bottom: 50px;
  }
  .row.properties .w-col.center .item {
    padding-top: 0;
  }
  .row.properties .w-col .item.indent {
    margin-bottom: 40px;
  }
  .row.properties .img1 {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    text-align: center;
    width: 75%;
    margin: 30px auto;
  }
  .row.properties h2 {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 860px) {
  .row.facts .col,
  .row.facts .col.left,
  .row.facts .col.right {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .h-phones {
    position: relative;
    font-size: 20px;
    right: 0;
    top: -30px;
  }
  #header {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #header #logo {
    width: 75%;
    margin: 0 auto 80px auto;
  }
  .row.facts .col.left,
  .row.facts .col.right {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .row.facts .col.left .title-3,
  .row.facts .col.right .title-3 {
    text-align: center;
  }
  .row.advantages .item {
    width: auto;
    padding-right: 0;
  }
  h2 {
    margin-bottom: 25px !important;
  }
  .row.products .p-row .item {
    width: auto;
    padding: 0;
    margin-bottom: 45px;
    float: none;
  }
  .product-img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .form-order-wrap form input {
    width: 100%;
  }
  .row.facts .number {
    float: none;
    text-align: center;
    margin-right: 0;
    width: auto;
  }
  .title-3 {
    font-size: 24px !important;
  }
  .t-item {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .success-popup {
    width: 300px;
    margin-left: -150px;
    font-size: 18px;
  }
  #header {
    height: 760px;
  }
  .t-item {
    width: 100%;
    display: block;
  }
}
