﻿@charset "utf-8";
@import url('../../../css');
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input, textarea {
  margin: 0; }

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

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

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  background-color: #fff; }

ol, ul {
  list-style: none; }

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

:focus {
  outline: 0; }

b, strong {
  font-weight: 700; }

i, em {
  font-style: italic; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/awesome/fontawesome-webfont.eot');
  src: url('../fonts/awesome/fontawesome-webfont-1.eot') format('embedded-opentype'), url('../fonts/awesome/fontawesome-webfont.woff2') format('woff2'), url('../fonts/awesome/fontawesome-webfont.woff') format('woff'), url('../fonts/awesome/fontawesome-webfont.ttf') format('truetype'), url('../fonts/awesome/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: 0.3em; }

.fa.fa-pull-right {
  margin-left: 0.3em; }
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: 0.3em; }

.fa.pull-right {
  margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

@font-face {
  font-family: 'clear';
  src: url('../fonts/clear/clearsans-regular.eot');
  src: url('../fonts/clear/clearsans-regular-1.eot') format('embedded-opentype'), url('../fonts/clear/clearsans-regular.woff2') format('woff2'), url('../fonts/clear/clearsans-regular.woff') format('woff'), url('../fonts/clear/clearsans-regular.ttf') format('truetype'), url('../fonts/clear/clearsans-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'clear';
  src: url('../fonts/clear/clearsans-bold.eot');
  src: url('../fonts/clear/clearsans-bold-1.eot') format('embedded-opentype'), url('../fonts/clear/clearsans-bold.woff2') format('woff2'), url('../fonts/clear/clearsans-bold.woff') format('woff'), url('../fonts/clear/clearsans-bold.ttf') format('truetype'), url('../fonts/clear/clearsans-bold.svg') format('svg');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'clear';
  src: url('../fonts/clear/clearsans-italic.eot');
  src: url('../fonts/clear/clearsans-italic-1.eot') format('embedded-opentype'), url('../fonts/clear/clearsans-italic.woff2') format('woff2'), url('../fonts/clear/clearsans-italic.woff') format('woff'), url('../fonts/clear/clearsans-italic.ttf') format('truetype'), url('../fonts/clear/clearsans-italic.svg') format('svg');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Intro';
  src: url('../fonts/intro/intro.woff2') format('woff2'), url('../fonts/intro/intro.woff') format('woff'), url('../fonts/intro/intro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }
/*-------Ошибки--------*/
.show_all {
  padding: 20px 0; }

.previous_next_links {
  padding-top: 40px;
  height: 40px; }

.previous_link {
  width: 40%;
  float: left; }

.next_link {
  width: 40%;
  float: right;
  text-align: right; }

.errors {
  color: red;
  margin: 5px 0 10px;
  font-size: 0.9em; }

.error_message, .error {
  position: absolute;
  padding: 5px 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  opacity: 0.95;
  z-index: 10; }

.captcha ul {
  list-style-type: none; }

.captcha_enter {
  font-weight: bold; }

.infoform {
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 10px; }

.required_field {
  font-size: 0.9em;
  margin-top: 10px; }

.inpattachment {
  padding-bottom: 5px; }

.attachment {
  padding-bottom: 5px; }

.paginator {
  text-align: center;
  margin: 20px; }

.paginator a:link, .paginator a:visited, .paginator span {
  margin: 0 5px; }

.shop_search .infofield {
  display: block; }

.bbcode_toolbar {
  margin-bottom: 0; }

.bbcode_toolbar img {
  cursor: pointer; }

.shop_list {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee; }

.shop {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
  width: 95%; }

.childshop {
  margin: 10px 0 0 40px; }

.shop td {
  padding: 0 !important; }

.shop_list .block_header {
  background-color: #dfdfdf;
  padding: 10px;
  margin-bottom: 10px; }

.shop_cat_link {
  padding: 10px;
  font-size: 130%;
  font-weight: bold;
  background-color: #efefef;
  margin-bottom: 12px; }

.shop_sort {
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 90%;
  font-weight: bold; }

.shop_name a:link, .shop_name a:visited {
  font-weight: bold; }

.shop_name a:hover {
  text-decoration: none; }

.shop_param, .shop_id .shop_rel .shop_param {
  font-size: 11px;
  font-style: italic; }

.shop_param a:link, .shop_param a:visited {
  color: #142a35; }

.shop_param_price {
  display: none; }

.shop_param_price:first-of-type {
  display: block; }

.shop_new, .shop_action, .shop_hit {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  padding: 2px; }

.shop_new {
  background: #080;
  width: 53px; }

.shop_action {
  background: red;
  width: 39px; }

.shop_hit {
  background: #00f;
  width: 24px; }

.shop_price_value, .shop_price_currency {
  color: #bf4600;
  font-weight: bold;
  font-size: 15px; }

.shop_old_price {
  color: #89949a;
  font-weight: normal;
  font-size: 13px;
  font-style: italic; }

.shop_old_price .shop_price_value, .shop_old_price .shop_price_currency {
  color: #89949a;
  font-weight: normal;
  font-size: 13px;
  font-style: italic; }

.shop_id .shop_param {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  margin-top: 3px;
  margin-left: 5px;
  background-color: #eee;
  padding: 3px; }

.shop_id .shop_param_title {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 3px;
  background: #dfdfdf;
  padding: 5px; }

.shop_id .shop_param_value {
  font-weight: normal; }

.shop_left {
  float: left;
  padding: 0 20px 0 0; }

.shop_right {
  float: left;
  padding: 18px 0 0; }

.shop_id .shop_right {
  padding: 0; }

.shop-form {
  margin-bottom: 10px; }

.shop_compare_description {
  margin: 0;
  padding: 1px 0; }

.shop_compare_left {
  float: left;
  width: 19%; }

.shop_compare_list {
  float: left;
  width: 70%;
  padding: 0 5%;
  overflow: hidden; }

.shop_compare_page {
  overflow: hidden; }

.shop_compare_list .shop {
  width: 30%;
  margin: 0 10px 3% 0;
  float: left; }

.shop_compare_list .shop_basic {
  overflow: hidden;
  margin: 0 0 5px; }

.shop_compare_list .shop_param {
  padding: 4px;
  background: #eee;
  border-top: #cacaca solid 1px;
  border-bottom: #cacaca solid 1px;
  margin: 1px 0;
  font-size: 13px; }

.shop_param_existed {
  padding: 4px;
  background: #eee;
  border-top: #cacaca solid 1px;
  border-bottom: #cacaca solid 1px;
  margin: 1px 0;
  font-size: 13px; }

.shop_compare_list .shop_param_difference, .shop_compare_left .shop_param_difference {
  background: #f4c1c1;
  border-top: #c69393 solid 1px;
  border-bottom: #c69393 solid 1px; }

.shop_category_block_2 {
  padding-left: 20px; }

.shop_category_block_3 {
  padding-left: 40px; }

.shop_category_block_4 {
  padding-left: 60px; }

.ab_date {
  font-size: 11px;
  font-style: italic; }

.ab_param {
  margin-right: 5px; }

.ab_param_value, .ab_name {
  font-weight: bold; }

.ab_id .ab_param {
  float: none; }

.ab_actions {
  width: 100px; }

.ab_actions a {
  display: none; }

.ab_all_img {
  min-width: 160px; }

.rating {
  display: inline-block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin: 0 0 10px; }

.rating_votes {
  white-space: nowrap; }

.comments_name {
  font-weight: bold; }

.comments_date {
  font-size: 11px;
  font-style: italic; }

.comment {
  padding: 10px 0; }

.comment .comments_form {
  padding: 15px 0 15px 30px; }

a.comments_show_form:link, a.comments_show_form:visited {
  text-decoration: none;
  border-bottom: 1px dashed !important; }

.comments_level {
  background: url("../modules/forum/img/arrow.gif") no-repeat scroll 10px 8px transparent;
  padding-left: 30px; }

.comments_form div {
  margin-bottom: 10px; }

.comments_form textarea {
  width: 580px;
  height: 180px; }

.comments_param_title {
  font-weight: bold; }
/** REVIEWS **/
.reviews_name {
  font-weight: bold; }

.reviews_date {
  font-size: 11px;
  font-style: italic; }

.reviews_form textarea {
  width: 580px;
  height: 180px; }

.reviews_param_title {
  font-weight: bold; }
/** CART **/
.cart {
  width: 100%; }

.cart_not_registrations {
  padding: 30px 0; }

.cart_autorization {
  padding: 30px 0; }

.cart_registration {
  padding: 30px 0; }

.cart_payment_text, .cart_additional_cost_text, .cart_delivery_text {
  margin-left: 20px;
  font-size: 11px;
  font-style: italic; }

.cart_right {
  width: 200px;
  margin: 7px 0 35px;
  position: relative;
  padding: 10px; }

.cart_right_top {
  width: 220px;
  height: 7px;
  position: absolute;
  top: -7px;
  left: 0; }

.cart_right_bottom {
  width: 220px;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: 0; }

.cart_last_tr {
  font-weight: bold; }

td.cart_summ, td.cart_count {
  font-weight: bold; }

.cart td {
  vertical-align: middle;
  padding: 3px; }

.cart_recalc, .wishlist_recalc {
  float: right;
  margin-right: 60px; }

.cart_count_minus, .cart_count_plus, .wishlist_count_minus, .wishlist_count_plus {
  color: #665950;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px; }

.cart_remove span, .wishlist_remove span {
  display: block;
  background: url(../img/remove.png) no-repeat center center;
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin: 0 auto; }

.cart_remove span.useradmin_contener, .wishlist_remove span.useradmin_contener {
  background: none;
  display: inline; }

.cart_check {
  text-align: center; }

.cart_summ, .cart_price {
  text-align: right; }

.cart_form input[type=text], .cart_form input[type=email], .cart_form textarea {
  margin-top: 10px;
  width: 400px; }

.cart_form select {
  margin-top: 10px; }

.cart_payments {
  overflow: hidden; }

.cart_payment {
  margin-top: 10px; }

.cart_form .button_wrap {
  margin: 20px 0 0 220px; }

.cart_summ_old_total {
  text-decoration: line-through; }

.cart_img img {
  width: 100%;
  height: auto; }

@media (max-width: 800px) {
  .cart_img, .cart_price, .cart_old_price, .cart_discount, .cart_count_minus, .cart_count_plus {
    display: none; } }
/** /CART **/
.balance_form textarea {
  width: 580px;
  height: 180px; }

.balance_form p {
  margin-bottom: 0; }

.news_img {
  padding: 3px;
  float: left; }

.news_all_img {
  padding: 3px; }

.news_all_img img {
  margin: 0 5px 5px 0; }

.news_all_img img:after {
  clear: left; }

.news_day_current, .news_year_current, .news_month_current {
  background: #ccc; }

.news_day_today {
  border: 1px solid #999; }

.bs_block {
  padding: 20px 0;
  text-align: center; }

.clauses {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0 0 11px;
  margin: 0 0 11px;
  min-height: 90px; }

.clauses_date {
  font-size: 11px;
  font-style: italic; }

.clauses_name a:link, .clauses_name a:visited {
  font-weight: bold; }

.clauses_img {
  padding: 0 5px 5px 0;
  float: left; }

.faq_block p {
  margin: 0;
  padding: 0; }

.faq_list {
  padding-top: 15px; }

.faq {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0 0 11px;
  margin: 0 0 11px; }

.faq_date {
  font-size: 11px;
  font-style: italic; }

.faq_question {
  padding: 5px 0; }

.faq_answer {
  padding-left: 15px; }

.faq_id .faq_answer {
  padding: 0 0 20px 15px; }

.faq_id .faq_question {
  font-weight: bold; }

.tags {
  margin: 10px 0 5px; }

.tags_block {
  padding: 10px;
  background: #e8e8e1;
  margin: 20px 0 25px; }

.files_block {
  padding: 10px;
  border: 1px solid #eee;
  margin: 0 0 25px; }

.files {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0 0 20px 0;
  margin: 30px 0 0;
  min-height: 90px; }

.files_date {
  font-size: 11px;
  font-style: italic; }

.files_name a:link, .files_name a:visited {
  font-weight: bold; }

.files_anons {
  margin-top: 10px; }

.files_download {
  margin-top: 50px;
  margin-bottom: 20px; }

.files_download a {
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  padding: 7px;
  background: #f60; }

.file-row .files_img {
  padding: 3px;
  float: left; }

.files_all_img {
  padding: 3px; }

.files_all_img img {
  clear: left; }

.votes_block {
  margin: 0 0 25px; }

.votes_block h2 {
  padding: 0 10px; }

.votes_question {
  margin: 0 0 15px;
  padding: 0 10px; }

.votes_form_answer {
  padding: 0 10px; }

.votes_block .button_wrap {
  padding: 0 0 0 7px; }

.votes_block .button {
  padding: 0 7px 0 0; }

* + html .votes_block .button_wrap {
  padding: 0 0 0 5px; }

* + html .votes_block .button {
  padding: 0 5px 0 0;
  font-size: 12px; }

.votes_block .votes_wrap {
  padding: 0 0 0 7px;
  display: inline-block;
  margin: 0; }

.votes_block .votes_result {
  height: 36px;
  padding: 0 7px 0 0;
  border: 0;
  color: #142a35;
  margin: 0;
  font-weight: bold; }

* + html .votes_block .votes_wrap {
  padding: 0 0 0 3px; }

* + html .votes_block .votes_result {
  padding: 0 3px 0 0;
  font-size: 12px; }

.votes_block .votes_wrap, .votes_block .button_wrap {
  margin: 10px 0 0 0; }

.votes_persent {
  font-weight: bold;
  display: inline;
  padding-left: 10px; }

.votes_line {
  background: #ff8702;
  height: 15px;
  margin-top: -15px; }

.votes_line_count {
  background: #f2f2f2;
  height: 15px;
  text-align: center;
  color: #999;
  line-height: 15px;
  font-size: 13px; }
/* photo */
.photo_first_page .photo_cat, .photo_list .photo_item, .photo_list .photo_cat {
  background: #fff;
  width: 30%;
  display: inline-block;
  padding: 13px 21px;
  margin: 0 10px 20px; }

@media (max-width: 575.98px) {
  /* Extra small devices (portrait phones, less than 576px) */
    .photo_first_page .photo_cat, .photo_list .photo_item, .photo_list .photo_cat {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.photo_item .photo_image > img {
  width: 100%;
  height: auto; }

.photo_item .photo_image {
  display: block;
  margin-bottom: 16px; }

.photo_item .photo_name {
  margin-bottom: 16px; }

.photo_cat .photo_cat_images .photo_name {
  display: none; }

.photo_cat .photo_cat_link {
  margin: 20px 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  display: block; }
/*.photo_list .photo_images, .photo_first_page, .photo_cats
 {
 -moz-column-count: 3;
 -moz-column-gap: 20px;
 -webkit-column-count: 3;
 -webkit-column-gap: 20px;
 column-count: 3;
 column-gap: 20px;
 }*/
.photo_list .photo_images:before, .photo_list .photo_images:after, .photo_first_page:before, .photo_first_page:after, .photo_cats:before, .photo_cats:after {
  display: table;
  content: " "; }

.photo_list .photo_images:after, .photo_first_page:after, .photo_cats:after {
  clear: both; }
/* forum */
table.forum_list {
  width: 100%; }

table.forum_list td {
  padding-bottom: 10px;
  padding-top: 20px;
  vertical-align: top; }

.forum_name {
  font-weight: bold; }

.forum_title {
  font-weight: bold; }

.forum_category .forum_name {
  font-weight: normal; }

.forum_category_name .forum_name {
  margin-left: 0; }

.forum_category_name a {
  margin-left: 10px; }

a.forum_blocked:link, a.forum_blocked:visited, .forum_blocked {
  color: gray; }

.forum_date {
  color: #999; }

.forum_author {
  font-style: italic; }

a.forum_message_show_form:link, a.forum_message_show_form:visited {
  text-decoration: none;
  border-bottom: 1px dashed !important; }

.forum_actions {
  float: right;
  width: 130px;
  height: 20px;
  text-align: right; }

.forum_actions .fa {
  margin-right: 10px;
  font-size: 16px; }

.forum_actions .fa-times-circle {
  color: red; }

.forum_actions .fa-pencil {
  color: #964003; }

.forum_actions .fa-lock, .forum_actions .fa-unlock {
  color: #555; }

.forum_actions span {
  display: none;
  padding: 0 5px; }

.forum_actions img {
  margin: 0 5px; }

.forum_search {
  text-align: right;
  padding: 10px 0 20px 0;
  white-space: nowrap; }

.forum_search .button1 {
  font-weight: normal;
  font-size: 0.9em;
  text-transform: lowercase;
  margin-top: 10px;
  padding: 3px 7px;
  border: 0; }

.forum_add {
  font-weight: bold;
  margin: 30px 0; }

.forum_add .fa {
  margin-right: 7px; }

.forum_list {
  width: 100%;
  border: 0px;
  border-collapse: collapse; }

.forum_list th {
  color: #999;
  font-weight: normal;
  font-size: 1.3em;
  padding: 0 20px 15px 0;
  text-align: left; }

.forum_list td {
  border-top: 1px solid #e0e0e0;
  vertical-align: middle;
  padding: 10px 0px; }

.forum_form {
  margin-top: 10px; }

.forum_form textarea {
  width: 100%;
  height: 100px;
  margin-top: 10px; }

.forum_form .hide_form {
  display: none; }

.forum_message {
  padding: 10px 0 0; }

.forum_message_form {
  padding: 10px 0; }

.forum_message .forum_author {
  font-weight: bold; }

.forum_message_form input[type=text] {
  margin-bottom: 10px; }

.forum_message_form textarea {
  width: 500px;
  height: 200px; }

.message_new {
  background: #ffecf1; }

.message_list .actions_message {
  float: right;
  width: 90px;
  height: 20px;
  text-align: right; }

.message_list .message .quote {
  background: #f9f2f2;
  border: 1px solid #c2c0b4;
  padding: 10px;
  margin: 5px 0; }

.message_list .message .code {
  background: #f2f9f9;
  border: 1px solid #c2c0b4;
  padding: 10px;
  margin: 5px 0; }

.message_list .message .quote_header, .message_list .message .code_header {
  font-weight: bold; }

.forum_message_level {
  background: url("../modules/forum/img/arrow.gif") no-repeat scroll 10px 8px transparent;
  padding-left: 30px; }

.message_result {
  display: none; }

.bbutton {
  border: 1px solid #ccc;
  margin: 1px;
  padding: 2px; }

.bbutton:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  -moz-opacity: 0.6; }

.bbcode_smiles {
  float: left;
  border: 1px solid #ccc;
  margin: 1px;
  background: #fff url("../modules/bbcode/smiles/smile.gif") no-repeat center;
  width: 25px;
  height: 27px; }

.bbcode_smiles div {
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  margin: 29px 0 0 -1px;
  display: none; }

.message_toolbar {
  margin: 10px 0 0 0; }

.avatar {
  float: left;
  margin: 0 10px 10px 0; }

.forum_list .actions_message {
  height: 20px;
  width: 70px; }

.forum_form textarea, .ab_form textarea {
  height: 100px;
  margin-top: 10px;
  width: 100%; }

.forum_form .hide_form {
  display: none; }

.forum_new_messages {
  margin: 0 0 10px; }

.shop_compare_contaner {
  display: inline-block;
  padding: 0 0 0 14px; }

.shop_compare_button {
  border: none;
  padding: 0;
  background: none;
  text-decoration: underline; }

.shop_compare_button:hover {
  text-decoration: none; }

.shop_compare_checked {
  background-position: left -19px; }

.shop_compared_remove {
  float: right;
  display: none; }

.shop_no_buy, .shop_no_buy_good {
  color: #000;
  font-weight: bold;
  background-color: #ddd;
  padding: 7px; }

.shop_waitlist {
  background-color: #fff;
  padding: 7px; }

.shop_discount {
  font-weight: bold;
  font-size: 16px;
  color: #ff6102; }

.messages tr:hover {
  background: #f8f8f8; }

.search_list {
  margin-top: 10px; }

.users_admin_message {
  margin-bottom: 20px; }

.users_admin_message_date {
  font-size: 11px;
  font-style: italic; }

.privacy_field {
  font-size: 80%;
  line-height: 1.2em;
  margin-top: 1em; }

.privacy_field a, .privacy_field a:hover {
  color: inherit;
  text-decoration: underline; }
/* |===============| global start |===============| */
html, body {
  height: 100%;
  width: 100%; }

body {
  font: 16px/24px clear, sans-serif;
  color: #5a5a5a;
  background-color: #fff; }

#wrapper {
  position: relative;
  /*overflow: hidden;*/
  min-height: 100%;
  /*width: 1180px;
   margin: 0 auto;*/ }

[class*="__center"] {
  position: relative;
  margin: auto;
  padding: 0;
  width: 1180px; }

[class*="__center__wide"] {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1180px; }

[class*="__center"]:before, #wrapper:before, [class*="__center"]:after, #wrapper:after {
  content: "";
  display: block;
  clear: both; }

@media (max-width: 1180px) {
  [class*="__center__wide"] {
    width: 100%;
    max-width: 1180px; } }

@media (max-width: 1000px) {
  [class*="__center"] {
    width: 480px;
    padding: 0; }

  [class*="__center__wide"] {
    width: 100%;
    max-width: 980px; }

  .about__center, .iworks__center, .testimonials__center {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 480px) {
  [class*="__center"] {
    width: 100%;
    padding: 0; }

  [class*="__center__wide"] {
    width: 100%; } }
/* |===============| Отмена сбросса стилей start |===============| */
p, .text ul, .text ol, .text dl {
  margin: 25px 0 22px; }

.text ul, .text ol, .text dd {
  padding-left: 18px; }

.text ul {
  list-style-type: circle; }

.text ol {
  list-style-type: decimal; }

.text ul {
  margin: 20px 0; }

.text li {
  margin: 5px 0 5px 3px; }
/*.text li:before{
 content:"— ";
 color: #e0b42f;
 margin-left: -21px;
 }*/
h1, h2, h3, h4, h5, h6, .block_header {
  margin: 24px 0 24px;
  font-weight: bold;
  color: #2e2e2e;
  line-height: 1.4; }

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

h2 {
  font-size: 26px;
  margin: 28px 0 20px; }

h3, .block_header {
  font-size: 1.17em;
  margin: 28px 0 17px; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.67em; }

a {
  color: #deaf21;
  text-decoration: none; }

a:hover {
  color: #b6901d; }

a:visited {
  color: #889397; }

img {
  max-width: 100%; }
/* |===============| Отмена сбросса стилей end |===============| */
.fa-vk {
  color: #607e9c; }

.fa-facebook-official {
  color: #46629b; }

[class*="__block"] {
  padding: 40px 0; }

[class*="__block"] h1, [class*="__block"] h2.heading {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0; }

.big__icons {
  /*text-align:center;
   display:table;
   margin:0 auto;
   width:auto !important;*/
  margin-right: -20px;
  text-align: center; }

.big__icons > * {
  display: inline-block; }

.big__icon {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  min-height: 128px;
  font-size: 20px;
  font-weight: bold;
  color: #2e2e2e;
  padding: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.5; }

.big__icon a {
  color: #2e2e2e; }

.big__icon a:hover {
  color: #deaf21; }

.big__icon .big__icon-text {
  display: block;
  text-align: center;
  margin-top: 18px; }
/* |===============| form start |===============| */
form input[type="checkbox"], form input[type="radio"] {
  display: none; }

form input[type="checkbox"] + label, form input[type="radio"] + label {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/radio.png) no-repeat 0 40%;
  cursor: pointer;
  margin: 0 36px 5px 0;
  padding: 0 0 0 24px; }

form input[type="radio"]:checked + label {
  background-image: url(../img/radio_checked.png); }

form input[type="checkbox"] + label {
  background: url(../img/checkbox.png) no-repeat 0 40%; }

form input[type="checkbox"]:checked + label {
  background-image: url(../img/checkbox_checked.png); }

input, textarea {
  font: 16px/20px clear, sans-serif; }

input:not([type="submit"]):not([type="button"]):not([type="image"]), textarea, select {
  padding: 11px 14px 11px;
  border: 1px solid #bbc3c6;
  /* width: 194px; */
  max-width: 100%;
  color: #000;
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

input:not([type="submit"]):not([type="button"]):not([type="image"]):hover, textarea:hover, select:hover {
  border-color: #a8afb2; }

input:not([type="submit"]):not([type="button"]):not([type="image"]):focus, textarea:focus, select:focus {
  border-color: #deaf21; }

textarea {
  height: 176px;
  resize: none; }

label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px; }

.infofield {
  display: block;
  margin: 0 0 8px; }

#wrapper .error_input {
  background: #ffeff3; }

::-webkit-input-placeholder {
  color: #9ca4a7; }

::-moz-placeholder {
  color: #9ca4a7; }
/* Firefox 19+ */
:-moz-placeholder {
  color: #9ca4a7; }
/* Firefox 18- */
:-ms-input-placeholder {
  color: #9ca4a7; }

:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0); }

:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0); }
/* Firefox 19+ */
:focus:-moz-placeholder {
  color: rgba(0, 0, 0, 0); }
/* Firefox 18- */
:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0); }

.btn, a.btn, input[type="button"], input[type="submit"], input[type="reset"], button, .button, .button:visited {
  cursor: pointer;
  display: inline-block;
  font: bold 18px/18px clear, sans-serif;
  border: none;
  padding: 17px 23px;
  color: #000;
  background-color: #fcdb04;
  text-decoration: none;
  /* text-transform: uppercase; */
  text-align: center;
  min-width: 186px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.btn:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
  background-color: #deaf21;
  color: #2e2e2e; }

.btn:disabled, a.btn:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, button:disabled, .button:disabled {
  cursor: default;
  opacity: 0.3; }
/* |===============| selectbox start |===============| */
.selectbox {
  position: relative;
  vertical-align: top;
  cursor: pointer;
  color: #2e2e2e;
  min-width: 194px; }

.selectbox .select {
  border: 1px solid #bbc3c6;
  padding: 11px 14px 11px;
  line-height: 20px;
  background-color: transparent;
  min-width: 194px; }

.selectbox .select:active {
  border-color: #deaf21; }

.selectbox.focused .select {
  border: 1px solid #deaf21; }

.selectbox .select .text {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font: 16px/20px clear; }

.selectbox .trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%; }

.selectbox .trigger .arrow {
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -2px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #bbc3c6;
  width: 0;
  height: 0;
  overflow: hidden; }

.selectbox .select, .selectbox .dropdown {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectbox .dropdown {
  z-index: 9;
  margin: -1px 0;
  padding: 4px 9px;
  background: #fff;
  border: 1px solid #bbc3c6; }

.selectbox .dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.selectbox li {
  margin: 0;
  border-top: 1px solid #cdc9c9;
  padding: 12px 0;
  font: 16px/20px clear; }

.selectbox li:first-child {
  border-top: 0; }

.selectbox li.sel, .selectbox li.sel:hover {
  cursor: default;
  color: #a8afb2; }

.selectbox li:hover {
  color: #deaf21; }

.selectbox li.disabled {
  color: #aaa; }

.selectbox li.disabled:hover {
  background: none; }
/* |===============| selectbox end |===============| */
/* |===============| form end |===============| */
/* |===============| global end |===============| */
.jumbo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 582px;
  padding: 136px 0 0; }

.jumbo__text {
  width: 614px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 135%;
  background-color: rgba(16, 97, 194, 0.612); }

.jumbo__form {
  margin-top: 147px; }

.jumbo-form {
  text-align: center; }

.jumbo-form .feedback_form_param, .jumbo-form .feedback_form_submit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px; }

.jumbo-form .inptext {
  background-color: #fff !important;
  border-width: 2px !important;
  border-radius: 24px !important; }

.jumbo-form .inpsubmit {
  padding: 9px 23px;
  border-width: 2px !important;
  border-radius: 24px !important; }

.jumbo-form .inpsubmit_2rows {
  font-size: 14px;
  line-height: 100%; }

.jumbo-form .error {
  position: static; }
/* |===============| ourworks start |===============| */
.ourworks {
  position: relative;
  margin-bottom: 10px; }

.ourworks__crop {
  overflow: hidden; }

.ourworks__wrap {
  margin: auto;
  padding: 0 20px;
  width: 1120px;
  max-width: 100%; }
  @media (max-width: 1200px) {
  .ourworks__wrap {
    padding: 0 90px; } }

.ourworks__item {
  float: left;
  margin-right: 15px;
  width: 204px;
  background: #fff;
  display: block;
  position: relative; }

.ourworks__item:hover {
  opacity: 0.9; }

.ourworks__item:last-child {
  margin-right: 0; }

.ourworks__pic {
  display: block;
  margin: 0 0 0px;
  width: 100%; }

.ourworks__next, .ourworks__prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -57px;
  margin: -23px 0 0;
  width: 47px;
  height: 47px;
  text-align: center;
  font: 43px/47px fontawesome;
  color: #009fe3; }

.ourworks__next {
  left: auto;
  right: -57px; }

.ourworks__next:hover, .ourworks__prev:hover {
  color: #deaf21; }

.ourworks__prev:before {
  content: "\f137"; }

.ourworks__next:before {
  content: "\f138"; }
/* |===============| ourworks end |===============| */
.contact__map {
  width: 700px;
  height: 460px;
  margin-top: 11px;
  float: left;
  background: #eee; }
  @media (max-width: 1200px) {
  .contact__map {
    float: none;
    width: 100%; } }

p.contact__text {
  margin-left: 720px; }
  @media (max-width: 1200px) {
  p.contact__text {
    margin-left: 0;
    padding: 0 20px;
    width: 100%; } }
/* footer */
.footer {
  color: #fff;
  background: #356094; }

.footer .table > * {
  vertical-align: top; }

.footer .cell_logo, .footer .cell_itel {
  vertical-align: middle; }

.footer .cell_itel {
  text-align: right; }

.footer h3 {
  color: inherit; }

.footer a {
  color: inherit; }

.footer .itel__num {
  color: inherit; }

.footer .itel {
  background: none;
  text-align: right; }
  @media (max-width: 490px) {
  .footer .itel {
    text-align: center;
    padding: 0; } }

.footer .sitestroi {
  position: absolute;
  right: 0;
  bottom: 0; }

@media (max-width: 490px) {
      .footer_nav .nav__item {
        min-width: 40%; } }
/* |===============| header start |===============| */
.header {
  z-index: 3;
  position: relative;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.93); }

.header_top {
  display: table;
  width: 100%;
  border-bottom: 1px solid #cdc9c9; }
  @media (max-width: 780px) {
  .header_top {
    padding: 0 15px; } }

.header_top > * {
  padding: 19px 0;
  display: table-cell;
  vertical-align: middle; }

.header_top .call-container {
  width: 220px;
  padding-left: 0px; }

.header_nav {
  position: relative;
  border-bottom: 1px solid #cdc9c9;
  width: 100%;
  min-height: 74px;
  padding: 1px 0;
  display: table; }

.mainpage .header_nav {
  border-bottom: none; }

.header_nav > * {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0; }

.header_nav .search_form .submit_search:hover {
  background-color: inherit; }
/*.logo, .logo * {
 line-height: 1px;
 }*/
.logo {
  padding-right: 20px; }

.logo .logo__wrap {
  font-family: "Intro";
  font-size: 30px;
  text-transform: uppercase;
  background: #fcdb04;
  color: black;
  padding: 13px 28px;
  display: inline-block;
  line-height: normal; }

.header_top p {
  margin: 0; }

.itel {
  text-align: left;
  padding: 8px 0 8px 60px;
  background: url(../img/phone.png) no-repeat 0px center; }

.itel__num {
  display: block;
  font: bold 30px/26px clear;
  margin-bottom: 8px;
  white-space: nowrap;
  color: #4e8fdd; }

.itel__text {
  display: block;
  font: bold 12px/11px clear; }

.call-back {
  display: block; }

.call-back .fa {
  margin-right: 5px;
  font-size: 13px; }

.mobile_top {
  display: none;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.9); }

.nav-toggle {
  display: block;
  text-align: left;
  cursor: pointer;
  font: bold 16px/18px clear;
  color: #2e2e2e;
  padding: 23px 0; }

.nav-toggle .fa {
  display: inline-block;
  margin-right: 8px;
  padding-bottom: 3px;
  font-size: 24px;
  vertical-align: middle; }

.header.active .nav-toggle .fa:before {
  content: "\f00d"; }
/* |===============| header end |===============| */
/* |===============| nav start |===============| */
.nav {
  /*text-align: justify;*/ }

.nav:after {
  content: "";
  clear: both;
  display: block; }

.nav__item {
  float: left;
  position: relative; }

.nav__item a {
  display: block;
  padding: 15px 0;
  padding-right: 38px;
  font: bold 16px/30px clear;
  color: #2e2e2e;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden; }

.nav__item a:hover {
  color: #deaf21; }

.nav__item:first-child a {
  padding-left: 0; }

.nav__item:last-child a, .footer .nav__item:last-child a {
  padding-right: 0; }

.nav__item a .fa {
  margin-right: 8px; }

.nav__item > * a:hover {
  padding-left: 20px !important; }

.header_nav .call-container {
  display: none; }

.header_nav .call-container a {
  display: inline-block;
  padding: 10px 20px; }

.header_nav .call-container .button {
  width: 240px;
  font-size: 18px; }

.search-container {
  text-align: right; }

.search_form {
  position: relative;
  white-space: nowrap; }

.submit_search {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0 15px 0 -32px;
  background-color: transparent;
  min-width: 0; }

.input_search {
  width: 220px;
  padding-right: 28px;
  margin-right: -2px;
  border: none; }

input.input_search:hover {
  border: 1px solid #bbc3c6; }

.nav__popup {
  z-index: 1;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 13px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  padding: 9px 0 4px;
  min-width: 211px;
  background: #f9f9f9; }

.nav__popup:before {
  content: "asdasdas";
  text-indent: -1000px;
  overflow: hidden;
  height: 17px;
  position: absolute;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.0000001);
  top: -17px; }

.nav__popup .nav__item {
  height: auto;
  float: none;
  padding: 0;
  border-top: 1px solid #cdc9c9;
  margin: 0 18px; }

.nav__popup .nav__item:first-child {
  border-top: 0; }

.nav__popup a {
  border-right: 0;
  padding: 12px 0; }

.nav__popup a:before {
  content: "\f0a9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 8px; }
/* |===============| nav end |===============| */
/* |===============| slider start |===============| */
.slider {
  position: relative; }

.slider__crop {
  overflow: hidden; }

.slider__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.slider__list {
  overflow: hidden; }

.slider__item {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 562px; }

.slider__text {
  color: #2e2e2e;
  background-color: rgba(252, 219, 4, 0.9);
  display: block;
  left: 120px;
  width: 564px;
  padding: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.4; }

.slider__text:visited {
  color: #2e2e2e; }

.slider__title {
  font-family: Clear;
  font-size: 40px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #bea810;
  padding-bottom: 19px;
  margin-bottom: 19px;
  line-height: 1.2; }

.slider__info {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  display: block; }

.slider__slidenator {
  display: block;
  position: absolute;
  bottom: 18px;
  padding: 0 10px;
  width: 100%;
  text-align: center; }

.slider__slidenator__item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 0 2px;
  width: 8px;
  height: 8px;
  background-color: #2e2e2e; }

.slider__slidenator__item_active, .slider__slidenator__item:hover {
  background: #fcdb04; }

.slider .slider__next {
  right: 38px;
  color: #2e2e2e; }

.slider .slider__prev {
  left: 38px;
  color: #2e2e2e; }
/* |===============| slider end |===============| */
/* |===============| request start |===============| */
.request__block {
  padding: 40px 0;
  text-align: center; }

.request__form {
  /*display: table;
   width: auto;
   margin: 0 auto;
   min-width:100px;
   text-align:center;*/
  margin-right: -18px; }

.request__form > * {
  width: 220px;
  margin-right: 18px;
  margin-bottom: 18px;
  display: inline-block;
  vertical-align: top; }
/*.request__form >*:last-child{
 margin-right:0;
 border:1px solid #fcdb04;
 }*/
.request__form input:not([type="submit"]):not([type="button"]):not([type="image"]), .request__form .selectbox .select {
  padding: 15px 20px;
  width: 100%; }

.request__block .error.error_message, .popup .error.error_message {
  position: static;
  padding: 15px 20px;
  box-shadow: none;
  background-color: inherit;
  opacity: 1;
  z-index: 0; }
/* |===============| request end |===============| */
/* |===============| services start |===============| */
.services__block {
  background-color: #f9f9f9;
  padding: 40px 0 20px; }
/* |===============| services end |===============| */
/* |===============| how start |===============| */
.how__block .big__icon {
  font-size: 18px; }

.how__block .big__icon:after {
  content: "\f105";
  font: 48px/47px fontawesome;
  display: block;
  color: #e7e7e7;
  width: auto;
  height: auto;
  position: absolute;
  top: 42px;
  right: -8px; }

.how__block .big__icon a {
  display: block; }

.big__icon:last-child:after {
  display: none; }
/* |===============| how end |===============| */
/* |===============| about start |===============| */
.about__block {
  background: #f9f9f9; }
/* |===============| about end |===============| */
/* |===============| iworks start |===============| */
.iworks {
  position: relative;
  margin-bottom: 10px; }

.iworks__crop {
  overflow: hidden; }

.iworks__item {
  float: left;
  margin-right: 20px;
  width: 220px;
  background: #fff;
  display: block;
  position: relative; }

.iworks__item:hover {
  opacity: 0.9; }

.iworks__item:last-child {
  margin-right: 0; }

.iworks__pic {
  display: block;
  margin: 0 0 0px;
  width: 100%; }

[class*="__next"], [class*="__prev"] {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -82px;
  margin: -23px 0 0;
  width: 47px;
  height: 47px;
  text-align: center;
  font: 22px/47px fontawesome;
  color: #cdc9c9; }

[class*="__next"] {
  left: auto;
  right: -82px; }

[class*="__next"]:hover, [class*="__prev"]:hover {
  color: #deaf21; }

[class*="__prev"]:before {
  content: "\f137"; }

[class*="__next"]:before {
  content: "\f138"; }
/* |===============| iworks end |===============| */
/* |===============| testimonials start |===============| */
.testimonials__block {
  background-color: #f9f9f9; }

.testimonials {
  position: relative;
  /*width: 620px;*/
  margin: 0 auto; }

.testimonials__crop {
  overflow: hidden; }

.testimonials__item {
  float: left;
  width: 100%;
  position: relative; }

.testimonials__text {
  font-size: 16px;
  line-height: 26px; }

.testimonials__author {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #cdc9c9;
  margin-top: 22px;
  padding-top: 23px; }
/* |===============| testimonials end |===============| */
/* |===============| popups start |===============| */
.popups {
  display: none;
  z-index: 9; }

.popups, .popups__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.popups__overlay {
  background: #000;
  opacity: 0.8;
  position: fixed; }

.popup__close {
  cursor: pointer;
  float: right;
  font-size: 24px;
  line-height: 30px; }

.popup__close:hover {
  color: #ff4a0b; }

.popup {
  display: none;
  position: relative;
  margin: auto;
  border: 3px solid #fff;
  padding: 24px 20px 24px;
  width: 300px;
  background: #fff; }

.popup__heading {
  margin: 0 0 25px;
  padding-right: 10px;
  overflow: hidden;
  font-size: 20px; }

.popup input {
  margin: 0 0 15px;
  width: 100%; }

.popup button {
  margin: 15px 0 0; }
/* |===============| popups end |===============| */
/* |===============| news start |===============| */
.news {
  overflow: hidden;
  margin: 28px 0; }

a.block-row-img {
  margin: 6px 20px 0 2px; }

.block-row-img {
  float: left;
  width: 151px; }

.block-text {
  overflow: hidden; }

.block-text h4 {
  margin: 0 0 6px; }

.block-text h4 a {
  text-transform: none;
  font: 16px/24px clear;
  color: #fff; }

.news_date {
  font-size: 10px; }

.block-text > * {
  margin-bottom: 6px; }
/* |===============| news end |===============| */
/* |===============| other start |===============| */
.btn, a, input, button, textarea, .slider__slidenator__item, .services__item:after, [class*="__next"], [class*="__prev"], .popup__close, .header, .header_nav {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.slider__slidenator__item, .social .fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

img.left {
  float: left;
  margin: 0 40px 0 0; }

.wrap {
  margin-top: 40px; }

.mainpage .wrap {
  margin-top: 0; }

.wrap__center > h2 {
  text-align: center;
  margin-top: 48px; }

.left_col {
  float: left;
  width: 220px;
  margin: 0px 0 10px;
  font-size: 14px; }

/* |===============| left nav start |===============| */

.l_nav__item a {
  display: block;
  padding: 0 18px;
  font: bold 16px/30px clear;
  color: #2e2e2e;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden; }

.l_nav .l_nav__item a .fa {
  margin-right: 8px; }

.l_nav .l_nav__item a:hover {
  padding-left: 9px;
  color: #deaf21; }

.l_nav {
  margin: 54px 0 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  padding: 0 !important;
  min-width: 211px;
  list-style-type: none !important; }

.l_nav * {
  list-style-type: none !important; }

.l_nav ul {
  margin: 0;
  padding-left: 0;
  margin-left: 20px; }

.l_nav:before {
  content: "asdasdas";
  text-indent: -1000px;
  overflow: hidden;
  height: 17px;
  position: absolute;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.0000001);
  top: -17px; }

.l_nav .l_nav__item {
  height: auto;
  float: none;
  padding: 0;
  border-top: 1px solid #cdc9c9;
  margin: 0 0px;
  position: relative; }

.l_nav .l_nav__item:before {
  display: none; }

.l_nav > .l_nav__item:first-child {
  border-top: 0; }

.l_nav .l_nav__item a {
  border-right: 0;
  padding: 11px 0;
  margin-left: 21px;
  color: #2e2e2e; }

.l_nav .l_nav__item a:hover {
  text-decoration: none; }

.l_nav .l_nav__item a:before {
  content: "\f0a9";
  display: inline-block;
  position: absolute;
  /* left: -22px; */
  margin-left: -20px;
  margin-top: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 8px; }
/* |===============| left nav end |===============| */
.content {
  margin-left: 248px;
  padding-bottom: 20px; }

.footer {
  border-top: 1px solid #cdc9c9;
  margin-top: 0;
  padding-top: 10px; }

.table {
  display: table;
  width: 100%; }

.table > * {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0; }

.footer .links {
  padding-right: 20px; }
/* |===============| footer nav start |===============| */
.footer .nav__item a {
  padding-bottom: 12px;
  padding-top: 14px; }

.footer_nav:before, .footer_nav:after {
  content: "";
  display: block;
  clear: both; }
/* |===============| footer nav end |===============| */
.copyright > p {
  margin: 0; }

.footer .itel {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  width: auto; }

.footer .itel__num > p {
  margin-top: 0; }

.wrap_inside {
  margin: 50px 0 44px; }

.wrap_inside .wrap__center {
  border: 3px solid #fff;
  width: 940px;
  background: #000; }

.wrap_inside .wrap__center {
  padding: 34px 29px; }

.text .wrap__center > :first-child {
  margin-top: 0; }

.text h1 {
  margin: 18px 0; }

.text h2 {
  margin: 18px 0;
  text-align: left; }

.text h3 {
  margin: 18px 0; }

.text p {
  margin: 18px 0 24px; }

.text a {
  color: #deaf21; }

.text a:hover {
  text-decoration: underline;
  color: #b6901d; }
/* |===============| other end |===============| */
.cell_copyright {
  width: 80%; }

.show_mobile {
  display: none; }
/* |===============| @media start |===============| */
@media (max-width: 780px) {
  /*.itel{
   width:283px;
   }*/
  /*.iworks__center {
   padding:0;
   }*/
    #wrapper {
      width: 100%; }
    .logo {
      width: 80%; }
    .header {
      left: auto;
      right: auto;
      position: relative;
      width: auto; }
    .logo .logo__wrap {
      font-size: 26px;
      padding: 9px 21px; }
    .header.active {
      overflow: visible;
      bottom: 0; }
    .nav {
      display: block;
      position: relative;
      width: 100%;
      overflow: hidden;
      margin: 0;
      padding: 0; }
    .header.active .header_nav .nav {
      display: block;
      background-color: #f9f9f9; }
    .header_top .call-container {
      display: none; }
    .header_nav {
      position: relative;
      left: 0px;
      right: 0px;
      z-index: 3;
      top: 0px;
      width: auto;
      overflow: hidden;
      display: table;
      background: rgba(255, 255, 255, 0.9);
      border-bottom: none;
      min-height: 0;
      padding: 0;
      /* margin: 0 15px; */
      display: block;
      height: 74px; }
    .header_nav.fixed {
      position: fixed;
      padding: 0 16px; }
    .header_nav > * {
      display: block;
      padding-top: 0;
      padding-bottom: 0; }
    .header.active .header_nav {
      /* bottom:0; */
      height: 100%;
      /* bottom: 0; */
      overflow-y: auto; }
    .header .nav__item {
      float: none;
      margin: 0 23px;
      padding: 0;
      height: auto;
      border: none; }
    .header .nav__item:first-child {
      border-top: 0; }
    .header .nav__item a {
      padding: 16px 0;
      border: none; }
    .nav__popup .nav__item {
      border-top: none; }
    .header_nav .call-container {
      display: block; }
    .nav__popup {
      position: static;
      background-color: transparent;
      display: block !important;
      opacity: 1 !important;
      margin: 0;
      border: 0;
      padding: 0; }
    .nav__popup .nav__item:first-child {
      border: none; }
    .nav__item > * a:hover {
      padding-left: 0 !important; }
    .nav__item > * a:before {
      display: none; }
    .header_nav .call-container {
      display: block;
      border-top: 1px solid #cdc9c9;
      padding: 20px 0;
      text-align: left;
      background: #f9f9f9; }
    .search-container {
      position: absolute;
      right: 15px;
      top: 14px;
      display: block; }
    .header_nav.fixed .search-container {
      right: 20px; }
    .header .soc_nav {
      display: none; }
    .wrap {
      margin-top: 0; }
    .slider__item {
      min-height: 350px; }
    .slider__text {
      left: 40px;
      width: 480px; }
    .slider__title {
      font-size: 30px;
      margin-bottom: 10px;
      padding-bottom: 10px; }
    .slider__info {
      font-size: 14px; }
    .slider .slider__next {
      right: -2px; }
    .slider .slider__prev {
      left: -2px; }
    .slider__slidenator {
      bottom: 10px; }
    .how__block .big__icon:nth-child(2):after {
      display: none; }
    .footer {
      padding: 20px;
      position: relative; }
    .footer .table > * {
      vertical-align: top;
      padding: 0 0 20px 0; }
    .left_col {
      float: none;
      width: auto;
      margin: auto;
      display: none; }
    .left_col > * {
      margin: 20px 0; }
    .content {
      margin-left: 0; }
    .l_nav {
      margin-top: 0 !important; }
    .iworks__crop {
      width: 100%;
      margin: auto; }
    .iworks [class*="__next"] {
      right: -40px; }
    .iworks [class*="__prev"] {
      left: -40px; }
    .testimonials {
      padding: 0 60px; }
    .testimonials [class*="__next"] {
      right: -20px; }
    .testimonials [class*="__prev"] {
      left: -20px; }
    .footer__center__wide {
      display: none; }
    .footer__center__wide.show_mobile {
      display: block; }
    .footer .nav__item a {
      padding-top: 0;
      padding-bottom: 10px;
      padding-right: 20px; } }

@media (max-width: 480px) {
  .footer .table > * {
    display: block; }

  .header_nav {
    position: static;
    padding: 0; }

  .header_nav .search-container {
    display: none; }

  #wrapper {
    margin-top: 0; }

  .header_top > * {
    display: block; }

  .logo {
    padding: 20px 0;
    width: 100%; }

  .itel {
    padding-bottom: 20px;
    padding-top: 0;
    background-position: top left; }

  .slider__title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px; }

  .slider__info {
    font-size: 12px; }

  .slider__text {
    left: 20px;
    right: 20px;
    width: auto;
    padding: 21px 13px; }

  .slider__prev, .slider__next {
    display: none; }

  h1 {
    font-size: 20px;
    margin: 15px 0; }

  h2 {
    font-size: 19px;
    margin: 15px 0; }

  h3 {
    font-size: 16px;
    margin: 15px 0; }

  .request__form {
    margin-right: 0; }

  .request__form > * {
    width: 100%;
    display: block;
    margin-right: 0; }

  .request__block {
    padding: 20px 0; }

  .about__center, .testimonials {
    padding: 0 15px; }

  .big__icon-text {
    font-size: 14px; }

  .big__icon {
    width: 133px; }

  .how__block .big__icon:after {
    right: -22px; }

  .big__icon img {
    /*width: 70%;*/
    /*height: auto;*/
    max-height: 100%; }

  [class*="__block"] {
    padding: 20px 0; }

  .iworks__crop {
    width: 220px; }

  .iworks [class*="__next"] {
    right: -16px; }

  .iworks [class*="__prev"] {
    left: -16px; }

  .testimonials [class*="__next"], .testimonials [class*="__prev"] {
    position: static;
    display: inline-block;
    margin: 0; }

  .testimonials {
    text-align: center; }

  .testimonials__crop {
    text-align: left; }

  .testimonials__author {
    font-size: 12px; } }
/*@media (max-width: 480px) {
 [class*="__center"] {
 width:100%;
 padding: 0;
 }
 [class*="__center__wide"] {
 width:100%;
 max-width: 420px;
 }
 h1{font-size:20px;margin: 15px 0;}
 h2{font-size:19px;margin: 15px 0;}
 h3{font-size:16px;margin: 15px 0;}
 .header_top > *{
 padding-top: 0;
 padding-bottom: 0;
 }
 .logo {
 display: block;
 margin: 11px auto;
 text-align: center;
 width: 100%;
 line-height: normal;
 padding:0;
 }
 .itel {
 display: table;
 margin: 17px auto;
 }
 .header_nav{
 height: 56px;
 padding: 0 11px;
 }	
 .header_nav:after{
 left: 11px;
 right: 11px;
 }
 .nav{
 padding: 13px 0;
 }
 .nav-toggle{
 padding: 17px 0;
 }
 .nav-toggle .fa{
 font-size: 18px;
 }
 .header .nav__item{
 }
 .header .nav__item a{
 padding: 8px 0;
 }
 .input_search{
 border:1px solid #BBC3C6;
 width:240px;
 }
 .header_nav .call-container{ 
 text-align:center	
 }	
 .header_nav .search-container{
 border-top: 1px solid #cdc9c9;
 padding: 20px 0;
 text-align: center;
 position: relative;
 right: auto;
 top: auto;
 background: #f9f9f9;
 }
 .slider__title{
 font-size: 18px;
 margin-bottom:10px;
 padding-bottom:10px;
 }	
 .slider__info{
 font-size: 12px;
 }
 .slider__text{
 left: 15px;
 right:15px;
 width:auto;
 padding: 21px 13px;
 }
 .slider__prev,
 .slider__next{
 display:none;
 }
 .request__form {
 width:100%
 }
 .request__form > * {
 width:100%;
 margin-right:0;
 }
 .request__form input:not([type="submit"]):not([type="button"]):not([type="image"]),
 .request__form .selectbox .select, .request__form .selectbox, 
 .request__form textarea {
 width:100%;
 min-width: 100%;
 }
 .big__icon{
 width: 149px;
 background-size: 100%;
 font-size:15px;
 padding: 13px 7px;
 }
 .big__icon .big__icon-text {
 margin-top: 5px;
 }
 .how__block .big__icon{
 font-size: 12px;
 }		
 .how__block .big__icon:after{
 content:"\f105";
 font-size:30px;
 top: 30px;
 right: -8px;
 }
 .iworks__crop{
 width:220px;
 }
 .iworks [class*="__next"]{
 right: -15px;
 }
 .iworks [class*="__prev"]{
 left: -15px;
 }
 .testimonials{
 width: 100%;
 padding: 0 10px;
 }
 .testimonials__item{
 padding:10px 0;
 }
 .testimonials__block{
 padding-bottom: 60px !important;
 }
 .testimonials [class*="__next"]{
 top:auto;
 left:50%;
 right:auto;
 bottom: -47px;
 }
 .testimonials [class*="__prev"]{
 top:auto;
 left:auto;
 right:50%;
 bottom: -47px;
 }	
 .table{
 display:block;
 height: auto;
 }
 .table >*{
 display:block;
 padding-left: 0;
 }
 .footer .links{
 padding-right:0;
 }	
 .footer .nav__item a{
 font-size:14px;
 padding-right: 31px;
 }
 .footer .itel{
 position:relative;
 }	
 }*/
/* |===============| @media end |===============| */
.clauses_all_img > a, .news_all_img > a {
  display: inline-block;
  height: 120px;
  overflow: hidden;
  width: 180px;
  margin-right: 10px; }

.clauses_all_img > a > img, .news_all_img > a > img {
  width: 100%;
  height: auto; }

.previous_next_links:before, .previous_next_links:after {
  display: table;
  content: " "; }

.previous_next_links:after {
  clear: both; }

.previous_next_links {
  height: auto; }

.search_list .search_text {
  margin-bottom: 20px; }

[class$="_list"] .block:before, [class$="_list"] .block:after {
  display: table;
  content: " "; }

[class$="_list"] .block:after {
  clear: both; }

[class$="_list"] .block {
  margin-bottom: 20px; }

[class$="_list"] .block-row-img {
  float: left;
  margin-right: 15px;
  width: 120px;
  overflow: hidden; }

[class$="_list"] .block-row-img img {
  width: 100%;
  height: auto; }

[class$="_list"] .block-text {
  float: left;
  width: 84%; }

[class$="_list"] .block h4 {
  margin: 0 0 10px; }

.captcha, .comments_form .captcha {
  margin: 14px 0 30px; }

.captcha .captcha-image {
  margin: 0 10px;
  vertical-align: top; }

.captcha input:not([type="submit"]):not([type="button"]):not([type="image"])[name="captcha"] {
  width: 150px; }

.js_captcha_update .button-refresh {
  text-decoration: none; }

.js_captcha_update .button-refresh:after {
  content: '\f021';
  font: 12px/12px FontAwesome; }

.photo_list .photo_images, .photo_first_page {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px; }

.photo_first_page .photo_cat, .photo_list .photo_item, .photo_list .photo_cat {
  width: 100%; }

.left_col input:not([type="submit"]):not([type="button"]):not([type="image"]), .left_col textarea, .left_col select, .popup select {
  width: 100%;
  min-width: 100%; }

.infofield + input, .infofield + select, .infofield + textarea {
  margin-bottom: 16px; }

.main-section {
  min-height: 200px; }
  @media (max-width: 1200px) {
  .main-section {
    padding: 0 15px; } }

.clear {
  clear: both; }

.imgleft {
  float: left;
  margin-right: 20px; }

.imgright {
  float: right;
  margin-left: 20px; }

a:hover {
  text-decoration: underline; }

.header_top > * {
  padding: 9px 0; }

.logo a, .logo span, .logo img {
  display: block; }

.itel {
  padding: 16px 0 8px 60px; }

.itel__num {
  font-weight: normal; }

.nav__item {
  margin-right: 18px; }

.products {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 30px; }
  @media (max-width: 700px) {
  .products {
    justify-content: space-around;
    flex-wrap: wrap; } }

.products__item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px; }

.products__item img {
  display: block;
  margin-bottom: 19px; }

.btn, a.btn, input[type="button"], input[type="submit"], input[type="reset"], button, .button, .button:visited {
  padding: 11px 23px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: normal; }

.nav__item a {
  font-size: 20px;
  font-weight: normal; }

input:not([type="submit"]):not([type="button"]):not([type="image"]), textarea, select {
  border-radius: 0; }

.mainpage h2 {
  color: #4e8fdd;
  text-align: center; }
/* |===============| about start |===============| */
.about__block {
  background: url(../../../userfls/images/about_bg.jpg) center no-repeat;
  background-size: cover;
  text-align: justify; }

.about__block img.left {
  margin: 0 22px 0 0;
  padding-top: 7px; }

.about__center {
  width: 1220px;
  max-width: 100%; }
/* |===============| about end |===============| */
/* |===============| izkirpicha start |===============| */
.izkirpicha {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.izkirpicha img {
  margin-bottom: 22px; }
/* |===============| izkirpicha end |===============| */
/* good-block */
.good-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.good-block__img, .good-block__params {
  display: block;
  float: left; }
  @media (max-width: 1000px) {
  .good-block__img, .good-block__params {
    float: none; } }

.good-block__img {
  margin-right: 10px; }

.good-block__img img {
  display: block; }

ul.good-block__param-names {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.good-block__param-names li {
  white-space: nowrap; }

.good-block input:not([type="submit"]):not([type="button"]):not([type="image"]) {
  width: 100px;
  margin-left: 17px; }

.good-block .shop_buy {
  margin-top: 10px; }

.good-block .good-block__buy {
  min-width: unset;
  width: 132px; }
/* /good-block */
/* calc */
.left_col a.get-price {
  display: block;
  padding: 8px;
  border: 1px solid #4e8fdd;
  border-radius: 20px;
  color: #4e8fdd;
  text-align: center;
  text-decoration: none; }

.left_col a.get-price:hover {
  background: #4e8fdd;
  color: #fff;
  text-decoration: none; }

#calc {
  margin-top: 20px;
  border: 1px solid #01c3db;
  padding: 16px; }

#calc h3 {
  margin-top: 0; }

#price-list:hover {
  background-color: #ffdc32; }

.field-box {
  width: 100%;
  margin: 0 0 10px 0; }

.field-name {
  display: block;
  margin: 3px 0 8px;
  font-weight: bold; }

.field {
  width: 100%;
  padding: 3px;
  border: 2px solid #092f4c;
  border-radius: 3px;
  color: #000; }

.calc-result {
  color: #f10d0d;
  margin: 15px 0;
  text-align: center;
  font-size: 26px; }
/** shop_list **/
.shop_list {
  display: inline-block;
  box-sizing: border-box;
  width: calc(50% - 40px);
  margin: 0 15px 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee; }

.shop_list .block_header {
  background-color: unset; }
/** cart_block **/
.cart_block .cart-icon {
  margin-right: 5px;
  font-size: 25px; }

.cart-block__info {
  color: #f29b11; }
/** cart_table **/
.cart_table .cart_name {
  width: 45%; }

.cart td {
  vertical-align: middle;
  padding: 10px;
  background: #fafafa;
  border: 5px solid #fff; }

form input[type="checkbox"] + label, form input[type="radio"] + label {
  margin: 0;
  padding: 0;
  width: 15px; }

.cart .cart_check {
  text-align: center; }
/* начало галереи */
.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 450px) {
  .gallery {
    justify-content: space-around; } }

.gallery a {
  display: block;
  margin-bottom: 4px; }

.gallery img {
  border: 1px solid #4e8fdd;
  width: 178px;
  height: 178px; }
/* конец галереи */
/*# sourceMappingURL=generated.css.map */