

/* Start:/local/templates/main/bem/pages/_merged/_merged.css?1762419656517568*/

/* begin: ../../blocks.01-base/page/__browsehappy/page__browsehappy.css */
.page__browsehappy {
  display: block;
  padding: 0.5em;
  margin: 0;
  background: #fdf6e3;
  border: 1px #f2ecda solid;
  color: #000;
  text-align: center;
}
/* end: ../../blocks.01-base/page/__browsehappy/page__browsehappy.css */


/* begin: ../../blocks.01-base/page/__noscript/page__noscript.css */
.no-js .page__noscript {
  display: block;
  padding: 0.5em;
  margin: 0;
  background: #fdf6e3;
  border: 1px #f2ecda solid;
  color: #000;
  text-align: center;
}
/* end: ../../blocks.01-base/page/__noscript/page__noscript.css */


/* begin: ../../blocks.01-base/page/__viewport-fix/page__viewport-fix.css */
/*csslint known-properties:false */
/*csslint duplicate-properties:false */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@viewport           { width: device-width; }
/*csslint known-properties:true */
/*csslint duplicate-properties:true */
/* end: ../../blocks.01-base/page/__viewport-fix/page__viewport-fix.css */


/* begin: ../../blocks.04-common/a/a.scss */
a:not([class]) {
  color: #ef0e29;
  text-decoration: underline;
  transition: color 0.2s ease-out;
}

a:not([class]):focus, a:not([class]):hover {
  text-decoration: none;
}
/* end: ../../blocks.04-common/a/a.scss */


/* begin: ../../blocks.02-plugins-libraries/fa/fa.css */
/*csslint adjoining-classes:false */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url('/local/templates/main/bem/pages/_merged/../../../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/main/bem/pages/_merged/../../../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/main/bem/pages/_merged/../../../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/main/bem/pages/_merged/../../../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/main/bem/pages/_merged/../../../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/main/bem/pages/_merged/../../../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') 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}
.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}
.fa-li.fa-lg{left:-1.85714286em}
.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
.fa-pull-left{float:left}
.fa-pull-right{float:right}
.fa.fa-pull-left{margin-right:.3em}
.fa.fa-pull-right{margin-left:.3em}
.pull-right{float:right}
.pull-left{float:left}
.fa.pull-left{margin-right:.3em}
.fa.pull-right{margin-left:.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-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{-webkit-filter:none;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}
.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-pp: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-resistance: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: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"}
.fa-gitlab:before{content:"\f296"}
.fa-wpbeginner:before{content:"\f297"}
.fa-wpforms:before{content:"\f298"}
.fa-envira:before{content:"\f299"}
.fa-universal-access:before{content:"\f29a"}
.fa-wheelchair-alt:before{content:"\f29b"}
.fa-question-circle-o:before{content:"\f29c"}
.fa-blind:before{content:"\f29d"}
.fa-audio-description:before{content:"\f29e"}
.fa-volume-control-phone:before{content:"\f2a0"}
.fa-braille:before{content:"\f2a1"}
.fa-assistive-listening-systems:before{content:"\f2a2"}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}
.fa-glide:before{content:"\f2a5"}
.fa-glide-g:before{content:"\f2a6"}
.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}
.fa-low-vision:before{content:"\f2a8"}
.fa-viadeo:before{content:"\f2a9"}
.fa-viadeo-square:before{content:"\f2aa"}
.fa-snapchat:before{content:"\f2ab"}
.fa-snapchat-ghost:before{content:"\f2ac"}
.fa-snapchat-square:before{content:"\f2ad"}
.fa-pied-piper:before{content:"\f2ae"}
.fa-first-order:before{content:"\f2b0"}
.fa-yoast:before{content:"\f2b1"}
.fa-themeisle:before{content:"\f2b2"}
.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}
.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}
.fa-handshake-o:before{content:"\f2b5"}
.fa-envelope-open:before{content:"\f2b6"}
.fa-envelope-open-o:before{content:"\f2b7"}
.fa-linode:before{content:"\f2b8"}
.fa-address-book:before{content:"\f2b9"}
.fa-address-book-o:before{content:"\f2ba"}
.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}
.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}
.fa-user-circle:before{content:"\f2bd"}
.fa-user-circle-o:before{content:"\f2be"}
.fa-user-o:before{content:"\f2c0"}
.fa-id-badge:before{content:"\f2c1"}
.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}
.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}
.fa-quora:before{content:"\f2c4"}
.fa-free-code-camp:before{content:"\f2c5"}
.fa-telegram:before{content:"\f2c6"}
.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}
.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}
.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}
.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}
.fa-shower:before{content:"\f2cc"}
.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}
.fa-podcast:before{content:"\f2ce"}
.fa-window-maximize:before{content:"\f2d0"}
.fa-window-minimize:before{content:"\f2d1"}
.fa-window-restore:before{content:"\f2d2"}
.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}
.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}
.fa-bandcamp:before{content:"\f2d5"}
.fa-grav:before{content:"\f2d6"}
.fa-etsy:before{content:"\f2d7"}
.fa-imdb:before{content:"\f2d8"}
.fa-ravelry:before{content:"\f2d9"}
.fa-eercast:before{content:"\f2da"}
.fa-microchip:before{content:"\f2db"}
.fa-snowflake-o:before{content:"\f2dc"}
.fa-superpowers:before{content:"\f2dd"}
.fa-wpexplorer:before{content:"\f2de"}
.fa-meetup:before{content:"\f2e0"}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*csslint adjoining-classes:true */
/* end: ../../blocks.02-plugins-libraries/fa/fa.css */


/* begin: ../../blocks.03-fonts/fa/fa.css */
/*csslint adjoining-classes:false */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url('/local/templates/main/bem/pages/_merged/../../../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/main/bem/pages/_merged/../../../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/main/bem/pages/_merged/../../../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/main/bem/pages/_merged/../../../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/main/bem/pages/_merged/../../../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/main/bem/pages/_merged/../../../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') 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}
.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}
.fa-li.fa-lg{left:-1.85714286em}
.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
.fa-pull-left{float:left}
.fa-pull-right{float:right}
.fa.fa-pull-left{margin-right:.3em}
.fa.fa-pull-right{margin-left:.3em}
.pull-right{float:right}
.pull-left{float:left}
.fa.pull-left{margin-right:.3em}
.fa.pull-right{margin-left:.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-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{-webkit-filter:none;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}
.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-pp: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-resistance: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: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"}
.fa-gitlab:before{content:"\f296"}
.fa-wpbeginner:before{content:"\f297"}
.fa-wpforms:before{content:"\f298"}
.fa-envira:before{content:"\f299"}
.fa-universal-access:before{content:"\f29a"}
.fa-wheelchair-alt:before{content:"\f29b"}
.fa-question-circle-o:before{content:"\f29c"}
.fa-blind:before{content:"\f29d"}
.fa-audio-description:before{content:"\f29e"}
.fa-volume-control-phone:before{content:"\f2a0"}
.fa-braille:before{content:"\f2a1"}
.fa-assistive-listening-systems:before{content:"\f2a2"}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}
.fa-glide:before{content:"\f2a5"}
.fa-glide-g:before{content:"\f2a6"}
.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}
.fa-low-vision:before{content:"\f2a8"}
.fa-viadeo:before{content:"\f2a9"}
.fa-viadeo-square:before{content:"\f2aa"}
.fa-snapchat:before{content:"\f2ab"}
.fa-snapchat-ghost:before{content:"\f2ac"}
.fa-snapchat-square:before{content:"\f2ad"}
.fa-pied-piper:before{content:"\f2ae"}
.fa-first-order:before{content:"\f2b0"}
.fa-yoast:before{content:"\f2b1"}
.fa-themeisle:before{content:"\f2b2"}
.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}
.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}
.fa-handshake-o:before{content:"\f2b5"}
.fa-envelope-open:before{content:"\f2b6"}
.fa-envelope-open-o:before{content:"\f2b7"}
.fa-linode:before{content:"\f2b8"}
.fa-address-book:before{content:"\f2b9"}
.fa-address-book-o:before{content:"\f2ba"}
.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}
.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}
.fa-user-circle:before{content:"\f2bd"}
.fa-user-circle-o:before{content:"\f2be"}
.fa-user-o:before{content:"\f2c0"}
.fa-id-badge:before{content:"\f2c1"}
.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}
.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}
.fa-quora:before{content:"\f2c4"}
.fa-free-code-camp:before{content:"\f2c5"}
.fa-telegram:before{content:"\f2c6"}
.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}
.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}
.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}
.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}
.fa-shower:before{content:"\f2cc"}
.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}
.fa-podcast:before{content:"\f2ce"}
.fa-window-maximize:before{content:"\f2d0"}
.fa-window-minimize:before{content:"\f2d1"}
.fa-window-restore:before{content:"\f2d2"}
.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}
.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}
.fa-bandcamp:before{content:"\f2d5"}
.fa-grav:before{content:"\f2d6"}
.fa-etsy:before{content:"\f2d7"}
.fa-imdb:before{content:"\f2d8"}
.fa-ravelry:before{content:"\f2d9"}
.fa-eercast:before{content:"\f2da"}
.fa-microchip:before{content:"\f2db"}
.fa-snowflake-o:before{content:"\f2dc"}
.fa-superpowers:before{content:"\f2dd"}
.fa-wpexplorer:before{content:"\f2de"}
.fa-meetup:before{content:"\f2e0"}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*csslint adjoining-classes:true */
.fa {
  font-family: FontAwesome;
  visibility: visible;
}
/* end: ../../blocks.03-fonts/fa/fa.css */


/* begin: ../../blocks.05-project/link/link.scss */
.link {
  color: #ef0e29;
}
/* end: ../../blocks.05-project/link/link.scss */


/* begin: ../../blocks.02-plugins-libraries/spaces/spaces.scss */
.last-col {
  overflow: hidden !important;
}

.ptn, .pvn, .pan {
  padding-top: 0 !important;
}

.ptx, .pvx, .pax {
  padding-top: 5px !important;
}

.pts, .pvs, .pas {
  padding-top: 10px !important;
}

.ptm, .pvm, .pam {
  padding-top: 15px !important;
}

.ptl, .pvl, .pal {
  padding-top: 30px !important;
}

.prn, .phn, .pan {
  padding-right: 0 !important;
}

.prx, .phx, .pax {
  padding-right: 5px !important;
}

.prs, .phs, .pas {
  padding-right: 10px !important;
}

.prm, .phm, .pam {
  padding-right: 15px !important;
}

.prl, .phl, .pal {
  padding-right: 30px !important;
}

.pbn, .pvn, .pan {
  padding-bottom: 0 !important;
}

.pbx, .pvx, .pax {
  padding-bottom: 5px !important;
}

.pbs, .pvs, .pas {
  padding-bottom: 10px !important;
}

.pbm, .pvm, .pam {
  padding-bottom: 15px !important;
}

.pbl, .pvl, .pal {
  padding-bottom: 30px !important;
}

.pln, .phn, .pan {
  padding-left: 0 !important;
}

.plx, .phx, .pax {
  padding-left: 5px !important;
}

.pls, .phs, .pas {
  padding-left: 10px !important;
}

.plm, .phm, .pam {
  padding-left: 15px !important;
}

.pll, .phl, .pal {
  padding-left: 30px !important;
}

.mtn, .mvn, .man {
  margin-top: 0px !important;
}

.mtx, .mvx, .max {
  margin-top: 5px !important;
}

.mts, .mvs, .mas {
  margin-top: 10px !important;
}

.mtm, .mvm, .mam {
  margin-top: 15px !important;
}

.mtl, .mvl, .mal {
  margin-top: 30px !important;
}

.mrn, .mhn, .man {
  margin-right: 0px !important;
}

.mrx, .mhx, .max {
  margin-right: 5px !important;
}

.mrs, .mhs, .mas {
  margin-right: 10px !important;
}

.mrm, .mhm, .mam {
  margin-right: 15px !important;
}

.mrl, .mhl, .mal {
  margin-right: 30px !important;
}

.mbn, .mvn, .man {
  margin-bottom: 0px !important;
}

.mbx, .mvx, .max {
  margin-bottom: 5px !important;
}

.mbs, .mvs, .mas {
  margin-bottom: 10px !important;
}

.mbm, .mvm, .mam {
  margin-bottom: 15px !important;
}

.mbl, .mvl, .mal {
  margin-bottom: 30px !important;
}

.mln, .mhn, .man {
  margin-left: 0px !important;
}

.mlx, .mhx, .max {
  margin-left: 5px !important;
}

.mls, .mhs, .mas {
  margin-left: 10px !important;
}

.mlm, .mhm, .mam {
  margin-left: 15px !important;
}

.mll, .mhl, .mal {
  margin-left: 30px !important;
}
/* end: ../../blocks.02-plugins-libraries/spaces/spaces.scss */


/* begin: ../../blocks.05-project/type/__hr/type__hr.scss */
hr {
  margin: 0.55em 0;
}
/* end: ../../blocks.05-project/type/__hr/type__hr.scss */


/* begin: ../../blocks.05-project/type/__img/type__img.scss */
.page-content__container img:not([class]), img[height], img[width] {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  height: auto !important;
}

.page-content__container img:not([class]).pull-left, .page-content__container img:not([class])[align='left'], img[height].pull-left, img[height][align='left'], img[width].pull-left, img[width][align='left'] {
  margin-right: 30px;
  max-width: 50%;
}

@media (max-width: 767px) {
  .page-content__container img:not([class]).pull-left, .page-content__container img:not([class])[align='left'], img[height].pull-left, img[height][align='left'], img[width].pull-left, img[width][align='left'] {
    max-width: 100%;
  }
}

.page-content__container img:not([class]).pull-right, .page-content__container img:not([class])[align='right'], img[height].pull-right, img[height][align='right'], img[width].pull-right, img[width][align='right'] {
  margin-left: 30px;
  max-width: 50%;
}

@media (max-width: 767px) {
  .page-content__container img:not([class]).pull-right, .page-content__container img:not([class])[align='right'], img[height].pull-right, img[height][align='right'], img[width].pull-right, img[width][align='right'] {
    max-width: 100%;
  }
}
/* end: ../../blocks.05-project/type/__img/type__img.scss */


/* begin: ../../blocks.05-project/body/body.scss */
body {
  background: url("/local/templates/main/bem/pages/_merged/../../../images/bg.jpg") repeat;
  min-width: 320px;
}
/* end: ../../blocks.05-project/body/body.scss */


/* begin: ../../blocks.05-project/to-up/to-up.scss */
.to-up {
  opacity: 0;
  transition: 0.3s;
  position: fixed;
  width: 40px;
  height: 64px;
  z-index: 10;
  left: 50%;
  bottom: 20px;
  margin-left: 600px;
}

@media (max-width: 1300px) {
  .to-up {
    margin-left: 575px;
  }
}

@media (max-width: 1199px) {
  .to-up {
    margin-left: 484px;
  }
}

.to-up .to-up__logo_dark {
  opacity: 1;
}

.to-up .to-up__logo_light {
  opacity: 0;
}
/* end: ../../blocks.05-project/to-up/to-up.scss */


/* begin: ../../blocks.05-project/to-up/__logo/to-up__logo.scss */
.to-up__logo {
  position: fixed;
  width: 40px;
  height: 64px;
  z-index: 10;
  bottom: 20px;
  transition: all 0.3s ease-in-out;
  left: 50%;
  margin-left: 600px;
}

@media (max-width: 1300px) {
  .to-up__logo {
    margin-left: 575px;
  }
}

@media (max-width: 1199px) {
  .to-up__logo {
    margin-left: 484px;
  }
}

@media (max-width: 1052px) {
  .to-up__logo {
    margin-left: calc(50% - 70px);
  }
}
/* end: ../../blocks.05-project/to-up/__logo/to-up__logo.scss */


/* begin: ../../blocks.05-project/to-up/__logo/_dark/to-up__logo_dark.scss */
.to-up__logo_dark {
  background: url("/local/templates/main/bem/pages/_merged/../../../images/to-up/to-up_dark.png");
}

@media (max-width: 1052px) {
  .to-up__logo_dark {
    background: url("/local/templates/main/bem/pages/_merged/../../../images/to-up/up.png") no-repeat;
  }
}
/* end: ../../blocks.05-project/to-up/__logo/_dark/to-up__logo_dark.scss */


/* begin: ../../blocks.05-project/to-up/__logo/_light/to-up__logo_light.scss */
.to-up__logo_light {
  background: url("/local/templates/main/bem/pages/_merged/../../../images/to-up/to-up_white.png");
}

@media (max-width: 1052px) {
  .to-up__logo_light {
    background: url("/local/templates/main/bem/pages/_merged/../../../images/to-up/up.png") no-repeat;
  }
}
/* end: ../../blocks.05-project/to-up/__logo/_light/to-up__logo_light.scss */


/* begin: ../../blocks.05-project/to-up/_active/to-up_active.scss */
.to-up_active .to-up__logo_dark {
  opacity: 0;
}

.to-up_active .to-up__logo_light {
  opacity: 1;
}
/* end: ../../blocks.05-project/to-up/_active/to-up_active.scss */


/* begin: ../../blocks.05-project/block/block.scss */
.block > .container {
  position: relative;
  z-index: 3;
}
/* end: ../../blocks.05-project/block/block.scss */


/* begin: ../../blocks.05-project/block/_theme/block_theme.scss */
.block_theme_dark {
  color: #fff;
}

.block_theme_light {
  color: #000;
  background: #fff url("/local/templates/main/bem/pages/_merged/../../../images/block-white/bg-main.jpg") top center;
  position: relative;
  min-height: 720px;
}

.block_theme_light:before {
  content: '';
  position: absolute;
  height: 701px;
  width: 100%;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/block-white/bg-full-top.png") no-repeat center top;
  top: 0;
}

@media (min-width: 1921px) {
  .block_theme_light:before {
    background: url("/local/templates/main/bem/pages/_merged/../../../images/block-white/bg-tl-min.png") no-repeat left top, url("/local/templates/main/bem/pages/_merged/../../../images/block-white/bg-tr-min.png") no-repeat right top;
  }
}

@media (max-width: 991px) {
  .block_theme_light:before {
    background: none;
  }
}

.block_theme_light:after {
  content: '';
  position: absolute;
  height: 614px;
  width: 100%;
  bottom: 0;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/block-white/bg-full-bottom.png") no-repeat center bottom;
}

@media (min-width: 1921px) {
  .block_theme_light:after {
    background: url("/local/templates/main/bem/pages/_merged/../../../images/block-white/bg-bl-min.png") no-repeat left bottom, url("/local/templates/main/bem/pages/_merged/../../../images/block-white/bg-br-min.png") no-repeat right bottom;
  }
}

.block_theme_dark-wallpapers {
  color: #fff;
  background: #242424 url("/local/templates/main/bem/pages/_merged/../../../images/rock-music-wallpapers.jpg") no-repeat bottom center;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 41px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
}

.block_theme_selection {
  color: #fff;
  background: #252525 url("/local/templates/main/bem/pages/_merged/../../../images/rock-music-wallpapers_selection.jpg") no-repeat top center;
  background-size: initial;
  padding-top: 0px;
  padding-bottom: 41px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
}

.block_theme_selection > .breadcrumb__active {
  color: #fff;
}

.block_theme_review-page {
  background: #252525;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.8);
}

.block_theme_blog {
  color: #fff;
  background: #7f0000 url("/local/templates/main/bem/pages/_merged/../../../images/block-rock.jpg") no-repeat bottom center;
  background-size: cover;
  padding-top: 31px;
  padding-bottom: 42px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
}

.block_theme_footer {
  background: #000000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  color: #fff;
  padding-top: 36px;
}

.block_theme_white {
  background: #fff;
}

.block_theme_read-more {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.32);
  z-index: 1;
  position: relative;
  padding: 41px 0;
  margin-bottom: 40px;
}
/* end: ../../blocks.05-project/block/_theme/block_theme.scss */


/* begin: ../../blocks.05-project/sidebar-flying/sidebar-flying.scss */
.sidebar-flying {
  display: none;
  color: #fff;
  width: 300px;
  position: fixed;
  padding: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  background: #252525;
  z-index: 12;
  box-shadow: 0 0 0px #000;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  transition: box-shadow 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease;
}

.sidebar-flying a {
  color: #fff;
}

@media (max-width: 767px) {
  .sidebar-flying {
    display: block;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}
/* end: ../../blocks.05-project/sidebar-flying/sidebar-flying.scss */


/* begin: ../../blocks.05-project/sidebar-flying/_active/sidebar-flying_active.scss */
.sidebar-flying_active {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  box-shadow: 0 0 20px #000;
}
/* end: ../../blocks.05-project/sidebar-flying/_active/sidebar-flying_active.scss */


/* begin: ../../blocks.05-project/sidebar-flying/__close/sidebar-flying__close.scss */
.sidebar-flying__close {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 3px;
  font-size: 20px;
  width: 34px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
}
/* end: ../../blocks.05-project/sidebar-flying/__close/sidebar-flying__close.scss */


/* begin: ../../blocks.05-project/phone/phone.scss */
@media (max-width: 767px) {
  .phone {
    margin-bottom: 22px;
  }
}
/* end: ../../blocks.05-project/phone/phone.scss */


/* begin: ../../blocks.05-project/phone/__numb/phone__numb.scss */
.phone__numb {
  float: left;
  margin-right: 11px;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 991px) {
  .phone__numb {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .phone__numb {
    line-height: 1;
  }
}
/* end: ../../blocks.05-project/phone/__numb/phone__numb.scss */


/* begin: ../../blocks.05-project/phone/__icon/phone__icon.scss */
.phone__icon {
  float: left;
  font-size: 5px;
  padding-top: 6px;
  margin-right: 6px;
}

@media (max-width: 991px) {
  .phone__icon {
    display: none;
  }
}
/* end: ../../blocks.05-project/phone/__icon/phone__icon.scss */


/* begin: ../../blocks.05-project/phone/__caption/phone__caption.scss */
.phone__caption {
  float: left;
  font-size: 12px;
  font-weight: 300;
  padding-top: 3px;
}

@media (max-width: 1199px) {
  .phone__caption {
    float: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    clear: both;
    padding-right: 5px;
    padding-left: 28px;
  }
}

@media (max-width: 991px) {
  .phone__caption {
    padding-left: 13px;
  }
}

@media (max-width: 767px) {
  .phone__caption {
    line-height: 1;
  }
}

.phone__caption a {
  color: #fff;
}

.phone__caption a:hover, .phone__caption a:focus {
  color: #fff;
}
/* end: ../../blocks.05-project/phone/__caption/phone__caption.scss */


/* begin: ../../blocks.05-project/feedback/feedback.scss */
.feedback {
  font-size: 11px;
  font-weight: 300;
  position: relative;
  padding-left: 25px;
  color: #00a857;
  display: block;
  line-height: 1;
}

.feedback:before {
  content: '';
  background: url("/local/templates/main/bem/pages/_merged/../../../images/feedback.png") no-repeat;
  width: 18px;
  height: 22px;
  position: absolute;
  left: 0;
}

.feedback:hover, .feedback:focus {
  color: #00a857;
  text-decoration: none;
}
/* end: ../../blocks.05-project/feedback/feedback.scss */


/* begin: ../../blocks.05-project/sidebar-menu/sidebar-menu.scss */
.sidebar-menu {
  list-style: none;
  padding-left: 15px;
  line-height: 1.7;
}
/* end: ../../blocks.05-project/sidebar-menu/sidebar-menu.scss */


/* begin: ../../blocks.05-project/sidebar-menu/__link/sidebar-menu__link.scss */
.sidebar-menu__link {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sidebar-menu__link:hover, .sidebar-menu__link:focus {
  text-decoration: none;
  color: #ef0e29;
}
/* end: ../../blocks.05-project/sidebar-menu/__link/sidebar-menu__link.scss */


/* begin: ../../blocks.05-project/sidebar-menu/__item/sidebar-menu__item.scss */
.sidebar-menu__item {
  position: relative;
  margin-bottom: 7px;
  font-weight: 300;
}

.sidebar-menu__item::before {
  content: '\002014';
  position: absolute;
  left: -18px;
  top: -3px;
  font-size: 18px;
  color: #ef0e29;
  vertical-align: middle;
}
/* end: ../../blocks.05-project/sidebar-menu/__item/sidebar-menu__item.scss */


/* begin: ../../blocks.05-project/sidebar-menu/__subitem/sidebar-menu__subitem.scss */
.sidebar-menu__subitem {
  font-size: 12px;
  margin-bottom: 10px;
}

.sidebar-menu__subitem .sidebar-menu__link {
  position: relative;
}

.sidebar-menu__subitem .sidebar-menu__link:before {
  content: '';
  width: 4px;
  height: 4px;
  margin-left: -6px;
  margin-right: 8px;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.sidebar-menu__subitem .sidebar-menu__link_active:before {
  background-color: #ef0e29;
}

.sidebar-menu__subitem .sidebar-menu__link:hover:before, .sidebar-menu__subitem .sidebar-menu__link:focus:before {
  background-color: #ef0e29;
}

.sidebar-menu__subitem:last-child {
  margin-bottom: 0;
}
/* end: ../../blocks.05-project/sidebar-menu/__subitem/sidebar-menu__subitem.scss */


/* begin: ../../blocks.05-project/sidebar-menu/__submenu/sidebar-menu__submenu.scss */
.sidebar-menu__submenu {
  list-style: none;
  padding-left: 29px;
  margin-top: 6px;
  margin-bottom: 0px;
}
/* end: ../../blocks.05-project/sidebar-menu/__submenu/sidebar-menu__submenu.scss */


/* begin: ../../blocks.05-project/header-top/header-top.scss */
.header-top {
  background-color: #000;
  box-shadow: 27px 0 150px #000;
  margin-bottom: 27px;
}
/* end: ../../blocks.05-project/header-top/header-top.scss */


/* begin: ../../blocks.05-project/header-line/header-line.scss */
.header-line {
  color: #fff;
  padding-top: 11px;
  padding-bottom: 10px;
}

.header-line:before, .header-line:after {
  content: " ";
  display: table;
}

.header-line:after {
  clear: both;
}
/* end: ../../blocks.05-project/header-line/header-line.scss */


/* begin: ../../blocks.05-project/header-line/__item/header-line__item.scss */
.header-line__item {
  float: left;
}
/* end: ../../blocks.05-project/header-line/__item/header-line__item.scss */


/* begin: ../../blocks.05-project/header-line/__item/_is/header-line__item_is.scss */
.header-line__item_is_btn-side {
  display: none;
}

@media (max-width: 767px) {
  .header-line__item_is_btn-side {
    display: block;
    width: 60px;
    position: absolute;
  }
}

.header-line__item_is_city {
  font-size: 12px;
  width: 265px;
  font-weight: normal;
  width: 23.3%;
}

@media (max-width: 1199px) {
  .header-line__item_is_city {
    width: 25.3%;
  }
}

@media (max-width: 767px) {
  .header-line__item_is_city {
    width: 100%;
    margin-bottom: 2px;
    padding-left: 60px;
    text-align: right;
    padding-right: 15px;
  }
}

.header-line__item_is_phone {
  width: 25.5%;
}

@media (max-width: 1199px) {
  .header-line__item_is_phone {
    width: 21.5%;
  }
}

@media (max-width: 991px) {
  .header-line__item_is_phone {
    width: 21%;
  }
}

@media (max-width: 767px) {
  .header-line__item_is_phone {
    display: none;
  }
}

.header-line__item_is_feedback {
  width: 11%;
  padding-left: 31px;
}

@media (max-width: 1199px) {
  .header-line__item_is_feedback {
    width: 13%;
    padding-left: 14px;
  }
}

@media (max-width: 991px) {
  .header-line__item_is_feedback {
    width: 14%;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .header-line__item_is_feedback {
    display: none;
  }
}

.header-line__item_is_user {
  width: 14.7%;
}

@media (max-width: 1199px) {
  .header-line__item_is_user {
    width: 18.7%;
  }
}

@media (max-width: 767px) {
  .header-line__item_is_user {
    width: 100%;
    padding-left: 60px;
  }
}
/* end: ../../blocks.05-project/header-line/__item/_is/header-line__item_is.scss */


/* begin: ../../blocks.05-project/city/city.scss */

/* end: ../../blocks.05-project/city/city.scss */


/* begin: ../../blocks.05-project/dropdown/__link/dropdown__link.scss */
.dropdown__link {
  color: #fff;
  display: block;
  padding: 5px 15px;
  font-weight: 300;
}

.dropdown__link:hover, .dropdown__link:focus {
  background: #ef0e29;
  color: #fff;
  text-decoration: none;
}
/* end: ../../blocks.05-project/dropdown/__link/dropdown__link.scss */


/* begin: ../../blocks.05-project/city/__label/city__label.scss */
.city__label {
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .city__label {
    display: block;
  }
}
/* end: ../../blocks.05-project/city/__label/city__label.scss */


/* begin: ../../blocks.05-project/city/__your/city__your.scss */
.city__your {
  text-decoration: none;
  border-bottom: 1px dashed;
}

.city__your:hover, .city__your:focus {
  text-decoration: none;
  border-bottom: none;
}
/* end: ../../blocks.05-project/city/__your/city__your.scss */


/* begin: ../../blocks.05-project/city-question/__title/city-question__title.scss */
.city-question__title {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
/* end: ../../blocks.05-project/city-question/__title/city-question__title.scss */


/* begin: ../../blocks.05-project/dropdown/__item/dropdown__item.scss */

/* end: ../../blocks.05-project/dropdown/__item/dropdown__item.scss */


/* begin: ../../blocks.05-project/dropdown/__hr/dropdown__hr.scss */
.dropdown__hr {
  margin: 5px 10px;
  border-bottom: 1px dashed #4c4c4c;
}
/* end: ../../blocks.05-project/dropdown/__hr/dropdown__hr.scss */


/* begin: ../../blocks.05-project/logo/logo.scss */
.logo {
  position: relative;
  text-decoration: none;
  display: block;
  color: #fff;
  max-width: 360px;
}

.logo:focus, .logo:hover {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 991px) {
  .logo {
    margin: 0 auto 25px;
  }
}
/* end: ../../blocks.05-project/logo/logo.scss */


/* begin: ../../blocks.05-project/logo/__img/logo__img.scss */
.logo__img {
  display: block;
  max-width: 100%;
}
/* end: ../../blocks.05-project/logo/__img/logo__img.scss */


/* begin: ../../blocks.05-project/logo/__title/logo__title.scss */
.logo__title {
  position: absolute;
  top: 64%;
  padding-left: 30%;
  text-align: center;
  padding-right: 5px;
  width: 100%;
}
/* end: ../../blocks.05-project/logo/__title/logo__title.scss */


/* begin: ../../blocks.05-project/advantages/advantages.scss */
.advantages:before, .advantages:after {
  content: " ";
  display: table;
}

.advantages:after {
  clear: both;
}
/* end: ../../blocks.05-project/advantages/advantages.scss */


/* begin: ../../blocks.05-project/advantages/__item/advantages__item.scss */
.advantages__item {
  color: #ffffff;
  float: left;
  width: 33.333333%;
  position: relative;
  font-size: 12px;
  font-weight: 300;
  padding-top: 12px;
  line-height: 1.2;
  margin-bottom: 47px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease-out;
}

.advantages__item:hover, .advantages__item:focus {
  text-decoration: none;
  color: #ef0e29;
}
/* end: ../../blocks.05-project/advantages/__item/advantages__item.scss */


/* begin: ../../blocks.05-project/advantages/__item/_icon/advantages__item_icon.scss */
.advantages__item_icon_plane {
  width: 36.7%;
  padding-left: 87px;
}

.advantages__item_icon_plane:before {
  content: '';
  position: absolute;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/advantages/plane.png") no-repeat;
  width: 69px;
  height: 59px;
  left: 2px;
  top: -3px;
}

.advantages__item_icon_wallet {
  width: 41%;
  padding-left: 102px;
}

.advantages__item_icon_wallet:before {
  content: '';
  position: absolute;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/advantages/wallet.png") no-repeat;
  width: 70px;
  height: 59px;
  left: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .advantages__item_icon_wallet {
    padding-left: 79px;
  }
}

.advantages__item_icon_clock {
  width: 22.3%;
  padding-left: 90px;
}

.advantages__item_icon_clock:before {
  content: '';
  position: absolute;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/advantages/clock.png") no-repeat;
  width: 62px;
  height: 67px;
  left: 0;
  top: -7px;
}

@media (max-width: 1199px) {
  .advantages__item_icon_clock {
    padding-left: 70px;
  }
}
/* end: ../../blocks.05-project/advantages/__item/_icon/advantages__item_icon.scss */


/* begin: ../../blocks.05-project/search/search.scss */
.search {
  width: 100%;
  color: #000;
  position: relative;
  padding-right: 30px;
}
/* end: ../../blocks.05-project/search/search.scss */


/* begin: ../../blocks.05-project/search/__input/search__input.scss */
.search__input {
  width: 100%;
  border-radius: 16px;
  border: none;
  padding: 7px 30px 7px 10px;
  line-height: 1.3;
  font-size: 12px;
}

.search__input::-webkit-input-placeholder {
  color: #000;
}

.search__input::-moz-placeholder {
  color: #000;
}

.search__input:-moz-placeholder {
  color: #000;
}

.search__input:-ms-input-placeholder {
  color: #000;
}

.search__input:-ms-input-placeholder {
  color: #000;
}

.search__input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search__input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search__input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search__input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search__input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search__input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search__input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search__input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search__input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search__input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* end: ../../blocks.05-project/search/__input/search__input.scss */


/* begin: ../../blocks.05-project/search/__btn/search__btn.scss */
.search__btn {
  border: none;
  background: transparent;
  position: absolute;
  right: 37px;
  top: 6px;
  font-size: 16px;
  color: #ee122b;
}

@media (max-width: 991px) {
  .search__btn {
    right: 3px;
  }
}

@media (max-width: 767px) {
  .search__btn {
    right: 8px;
  }
}
/* end: ../../blocks.05-project/search/__btn/search__btn.scss */


/* begin: ../../blocks.05-project/search/_header/search_header.scss */
@media (max-width: 991px) {
  .search_header {
    display: none;
    position: absolute;
    width: auto;
    left: 15px;
    right: 15px;
    padding: 7px 10px;
    background: #252525;
    z-index: 11;
    border-radius: 5px;
    margin-top: -6px;
  }
  .search_header .search__btn {
    right: 9px;
    top: 50%;
    margin-top: -9px;
  }
}

.search_header .search__input {
  height: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .search_header .search__input {
    font-size: 16px;
  }
  .search_header .search__input:focus {
    font-size: 16px;
  }
}
/* end: ../../blocks.05-project/search/_header/search_header.scss */


/* begin: ../../blocks.05-project/favorites/favorites.scss */
.favorites {
  text-decoration: none;
  position: relative;
  display: block;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/favorites.png") no-repeat;
  width: 33px;
  height: 32px;
  padding-top: 11px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  padding-right: 1px;
}

.favorites:hover, .favorites:focus {
  color: #fff;
  text-decoration: none;
}
/* end: ../../blocks.05-project/favorites/favorites.scss */


/* begin: ../../blocks.05-project/favorites/_header/favorites_header.scss */
.favorites_header {
  margin-left: -14px;
}

@media (max-width: 991px) {
  .favorites_header {
    margin-left: 0;
    z-index: 2;
  }
}
/* end: ../../blocks.05-project/favorites/_header/favorites_header.scss */


/* begin: ../../blocks.05-project/cart/__list/cart__list.scss */
.cart__list {
  max-height: 270px;
  overflow: hidden;
  position: relative;
}
/* end: ../../blocks.05-project/cart/__list/cart__list.scss */


/* begin: ../../blocks.05-project/cart/__item/cart__item.scss */
.cart__item {
  border-bottom: 1px dashed #4c4c4c;
  padding: 10px 0;
}

.cart__item:before, .cart__item:after {
  content: " ";
  display: table;
}

.cart__item:after {
  clear: both;
}
/* end: ../../blocks.05-project/cart/__item/cart__item.scss */


/* begin: ../../blocks.05-project/cart/__img/cart__img.scss */
.cart__img {
  border-radius: 9px;
  float: left;
  margin-right: 10px;
}
/* end: ../../blocks.05-project/cart/__img/cart__img.scss */


/* begin: ../../blocks.05-project/cart/__info/cart__info.scss */

/* end: ../../blocks.05-project/cart/__info/cart__info.scss */


/* begin: ../../blocks.05-project/cart/__title/cart__title.scss */
.cart__title {
  font-weight: 300;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 178px;
  display: inline-block;
  line-height: 1.2;
}

.cart__title:hover, .cart__title:focus {
  color: #ef0e29;
  text-decoration: underline;
}
/* end: ../../blocks.05-project/cart/__title/cart__title.scss */


/* begin: ../../blocks.05-project/cart/__price/cart__price.scss */
.cart__price {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px;
}
/* end: ../../blocks.05-project/cart/__price/cart__price.scss */


/* begin: ../../blocks.05-project/cart/__size/cart__size.scss */
.cart__size {
  display: inline-block;
  padding: 5px 7px;
  line-height: 12px;
  background-color: #00a651;
  color: #fff;
  border-radius: 13px;
  font-size: 12px;
  margin: 0 2px;
  min-width: 22px;
  height: 22px;
  text-align: center;
}
/* end: ../../blocks.05-project/cart/__size/cart__size.scss */


/* begin: ../../blocks.05-project/favorites/_mob/favorites_mob.scss */
.favorites_mob {
  float: right;
  margin-right: 10px;
  margin-top: -2px;
}
/* end: ../../blocks.05-project/favorites/_mob/favorites_mob.scss */


/* begin: ../../blocks.05-project/btn-search/btn-search.scss */
.btn-search {
  color: #ef0e29;
  width: 32px;
  height: 32px;
  z-index: 10;
  position: relative;
  font-size: 22px;
  text-align: center;
  float: right;
  margin-right: 12px;
}
/* end: ../../blocks.05-project/btn-search/btn-search.scss */


/* begin: ../../blocks.05-project/menu/menu.scss */
.menu {
  border-radius: 5px;
  background-color: #252525;
  margin-top: 31px;
  margin-bottom: 36px;
  position: relative;
}

.menu:before, .menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

@media (max-width: 991px) {
  .menu {
    margin-bottom: 36px;
    margin-top: -39px;
    min-height: 43px;
    position: relative;
    z-index: 1;
  }
}
/* end: ../../blocks.05-project/menu/menu.scss */


/* begin: ../../blocks.05-project/menu/__link/menu__link.scss */
.menu__link {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s linear;
  display: inline-block;
  padding: 0px 10px 0px;
  border-radius: 12px;
  margin: 12px 2px 10px;
}

.menu__link:hover, .menu__link:focus {
  text-decoration: underline;
  color: #ef0e29;
}

@media (max-width: 991px) {
  .menu__link {
    display: block;
    text-align: left;
    margin-left: 60%;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .menu__link {
    padding: 3px 15px;
    margin: 5px 5px;
    text-transform: none;
  }
}
/* end: ../../blocks.05-project/menu/__link/menu__link.scss */


/* begin: ../../blocks.05-project/menu/__btn-menu/menu__btn-menu.scss */
.menu__btn-menu {
  background: #ef0e29;
  border: none;
  float: left;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  padding: 9px 15px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
}

@media (min-width: 992px) {
  .menu__btn-menu {
    display: none;
  }
}
/* end: ../../blocks.05-project/menu/__btn-menu/menu__btn-menu.scss */


/* begin: ../../blocks.05-project/icon-bar/icon-bar.scss */
.icon-bar {
  display: inline-block;
  position: relative;
  width: 17px;
  height: 14px;
  margin-right: 5px;
}
/* end: ../../blocks.05-project/icon-bar/icon-bar.scss */


/* begin: ../../blocks.05-project/icon-bar/__item/icon-bar__item.scss */
.icon-bar__item {
  display: block;
  height: 2px;
  width: 17px;
  background: #fff;
  position: absolute;
  top: 2px;
}

.icon-bar__item:before {
  content: '';
  display: block;
  height: 2px;
  width: 17px;
  background: #fff;
  margin-top: 2px;
  top: 3px;
  position: absolute;
}

.icon-bar__item:after {
  content: '';
  display: block;
  height: 2px;
  width: 17px;
  background: #fff;
  position: absolute;
  top: 10px;
}
/* end: ../../blocks.05-project/icon-bar/__item/icon-bar__item.scss */


/* begin: ../../blocks.05-project/menu/__tablet-list/menu__tablet-list.scss */
.menu__tablet-list {
  position: absolute;
  margin-left: 18%;
  display: none;
  left: 0;
  right: 0;
  margin-right: 20%;
  justify-content: space-around;
  display: none;
}

@media (max-width: 991px) and (min-width: 768px) {
  .menu__tablet-list {
    display: flex;
  }
}
/* end: ../../blocks.05-project/menu/__tablet-list/menu__tablet-list.scss */


/* begin: ../../blocks.05-project/menu/__tablet-item/menu__tablet-item.scss */
.menu__tablet-item {
  display: inline-block;
  margin: 9px 0;
  border-radius: 12px;
  text-transform: uppercase;
  color: #fff;
}

.menu__tablet-item_green {
  margin: 6px 0 9px;
  padding: 3px 10px;
  background: #00a651;
}

.menu__tablet-item_green:hover, .menu__tablet-item_green:focus {
  color: #fff;
  text-decoration: none;
  background: #00813e;
}
/* end: ../../blocks.05-project/menu/__tablet-item/menu__tablet-item.scss */


/* begin: ../../blocks.05-project/menu/__point/menu__point.scss */
.menu__point {
  width: 4px;
  height: 4px;
  background: #ef0e29;
  border-radius: 50%;
  margin-top: 20px;
  display: inline-block;
}

@media (max-width: 991px) {
  .menu__point {
    display: none;
  }
}

.menu__point_tablet {
  display: none;
}

@media (max-width: 991px) {
  .menu__point_tablet {
    display: inline-block;
  }
}
/* end: ../../blocks.05-project/menu/__point/menu__point.scss */


/* begin: ../../blocks.05-project/menu/__list/menu__list.scss */
.menu__list:before, .menu__list:after {
  content: " ";
  display: table;
}

.menu__list:after {
  clear: both;
}

@media (min-width: 992px) {
  .menu__list {
    display: block !important;
    height: auto !important;
  }
}

@media (max-width: 991px) {
  .menu__list {
    width: 100%;
    margin-top: 43px;
    padding-left: 2px;
  }
}
/* end: ../../blocks.05-project/menu/__list/menu__list.scss */


/* begin: ../../blocks.05-project/menu/__list-item/menu__list-item.scss */
.menu__list-item {
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
}

@media (max-width: 991px) {
  .menu__list-item {
    display: block;
    float: left;
    width: 100%;
  }
}
/* end: ../../blocks.05-project/menu/__list-item/menu__list-item.scss */


/* begin: ../../blocks.05-project/catalog/__sublink/catalog__sublink.scss */
.catalog__sublink {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}

.catalog__sublink:hover, .catalog__sublink:focus {
  text-decoration: underline;
  color: #ef0e29;
}
/* end: ../../blocks.05-project/catalog/__sublink/catalog__sublink.scss */


/* begin: ../../blocks.05-project/catalog/__btn/catalog__btn.scss */
.catalog__btn {
  float: left;
  width: 131px;
  background: #ef0e29;
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
  border: none;
  border-radius: 6px;
  padding: 9px 0;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.catalog__btn:hover {
  background: #bf0b21;
}

@media (max-width: 991px) {
  .catalog__btn {
    display: none;
  }
}
/* end: ../../blocks.05-project/catalog/__btn/catalog__btn.scss */


/* begin: ../../blocks.05-project/catalog/__list/catalog__list.scss */
.catalog__list {
  list-style: none;
  padding-left: 0;
}
/* end: ../../blocks.05-project/catalog/__list/catalog__list.scss */


/* begin: ../../blocks.05-project/catalog/__item/catalog__item.scss */
.catalog__item {
  transition: all 0.3s ease-in-out;
  background: transparent;
  white-space: normal;
}

.catalog__item:hover {
  background: #ef0e29;
}
/* end: ../../blocks.05-project/catalog/__item/catalog__item.scss */


/* begin: ../../blocks.05-project/catalog/__link/catalog__link.scss */
.catalog__link {
  color: #fff;
  display: block;
  padding: 8px 20px;
  line-height: 1;
  font-weight: 300;
  width: 263px;
}

.catalog__link:hover, .catalog__link:focus {
  color: #fff;
  text-decoration: none;
}
/* end: ../../blocks.05-project/catalog/__link/catalog__link.scss */


/* begin: ../../blocks.05-project/catalog/__submenu/catalog__submenu.scss */
.catalog__submenu {
  display: none;
  list-style: none;
  padding-left: 15px;
  position: absolute;
  left: 100%;
  background: #383838;
  top: 0;
  width: 420px;
  box-shadow: inset 8px 0px 10px -8px #000;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: opacity 0.3s ease-in-out 0.3s;
  min-height: 100%;
  white-space: normal;
  border-radius: 0 6px 6px 0;
}

.no-touch .catalog__item:hover .catalog__submenu {
  display: block;
  -webkit-animation: showGo 0.3s ease-in-out;
  animation: showGo 0.3s ease-in-out;
}

@-webkit-keyframes showGo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes showGo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* end: ../../blocks.05-project/catalog/__submenu/catalog__submenu.scss */


/* begin: ../../blocks.05-project/catalog/__submenu/_rounded/catalog__submenu_rounded.scss */
.catalog__submenu_rounded {
  border-radius: 0 6px 6px 6px;
}
/* end: ../../blocks.05-project/catalog/__submenu/_rounded/catalog__submenu_rounded.scss */


/* begin: ../../blocks.05-project/catalog/__subitem/catalog__subitem.scss */
.catalog__subitem {
  float: left;
  width: 200px;
  display: block;
  line-height: 1.2;
  padding: 7px 5px 7px 15px;
  position: relative;
}
/* end: ../../blocks.05-project/catalog/__subitem/catalog__subitem.scss */


/* begin: ../../blocks.05-project/catalog/__subitem/_primary/catalog__subitem_primary.scss */
.catalog__subitem_primary:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #d00;
  border-radius: 50%;
  left: 0px;
  top: 12px;
}
/* end: ../../blocks.05-project/catalog/__subitem/_primary/catalog__subitem_primary.scss */


/* begin: ../../blocks.05-project/menu/__item/menu__item.scss */
.menu__item {
  font-weight: 300;
  position: relative;
  border-radius: 12px;
  text-align: center;
}

@media (max-width: 1199px) {
  .menu__item {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .menu__item {
    font-size: 14px;
    display: block;
    width: 100%;
    float: none;
  }
}
/* end: ../../blocks.05-project/menu/__item/menu__item.scss */


/* begin: ../../blocks.05-project/menu/__item/_color/menu__item_color.scss */
.menu__item_color_one .menu__link {
  background: #ef0e29;
}

.menu__item_color_one .menu__link:hover, .menu__item_color_one .menu__link:focus {
  color: #fff;
  text-decoration: none;
  background: #d20921;
}

.menu__item_color_two .menu__link {
  background: #00a651;
}

.menu__item_color_two .menu__link:hover, .menu__item_color_two .menu__link:focus {
  color: #fff;
  text-decoration: none;
  background: #00813e;
}
/* end: ../../blocks.05-project/menu/__item/_color/menu__item_color.scss */


/* begin: ../../blocks.05-project/breadcrumb/__link/breadcrumb__link.scss */
.breadcrumb__link {
  text-decoration: underline;
}

.breadcrumb__link:hover, .breadcrumb__link:focus {
  text-decoration: none;
}
/* end: ../../blocks.05-project/breadcrumb/__link/breadcrumb__link.scss */


/* begin: ../../blocks.05-project/lk-container/lk-container.scss */
.lk-container {
  padding-bottom: 55px;
}
/* end: ../../blocks.05-project/lk-container/lk-container.scss */


/* begin: ../../blocks.05-project/bk-pay/bk-pay.scss */

/* end: ../../blocks.05-project/bk-pay/bk-pay.scss */


/* begin: ../../blocks.05-project/bk-steps/bk-steps.scss */
.bk-steps {
  margin-bottom: 46px;
}
/* end: ../../blocks.05-project/bk-steps/bk-steps.scss */


/* begin: ../../blocks.05-project/bk-steps/__item/bk-steps__item.scss */
.bk-steps__item {
  margin-right: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  padding-left: 240px;
}

.bk-steps__item:before {
  content: '';
  width: 220px;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0;
}

.bk-steps__item:first-child {
  padding-left: 0;
  margin-top: 0;
}

.bk-steps__item:first-child:before {
  display: none;
}

.bk-steps__item:last-child {
  margin-right: 0;
}

.bk-steps__item_disable {
  color: #cccccc;
}

.bk-steps__item_disable .bk-steps__circle {
  background: #cccccc;
}

.bk-steps__item_disable:before {
  background: #cccccc;
}

.bk-steps__item_disable:hover, .bk-steps__item_disable:focus {
  color: #cccccc;
  text-decoration: none;
}

.bk-steps__item_current {
  color: #383838;
  text-decoration: underline;
}

.bk-steps__item_current .bk-steps__circle {
  background: #ff0000;
}

.bk-steps__item_current:before {
  background: #ff0000;
}

.bk-steps__item_current:hover, .bk-steps__item_current:focus {
  text-decoration: none;
  color: #383838;
}

.bk-steps__item_opened {
  color: #383838;
}

.bk-steps__item_opened .bk-steps__circle {
  background: #ff0000;
}

.bk-steps__item_opened:before {
  background: #ff0000;
}

.bk-steps__item_opened:hover, .bk-steps__item_opened:focus {
  text-decoration: underline;
  color: #383838;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .bk-steps__item {
    padding-left: 140px;
  }
  .bk-steps__item:before {
    width: 120px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .bk-steps__item {
    padding-left: 30px;
  }
  .bk-steps__item:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .bk-steps__item {
    padding-left: 0px;
    display: block;
    margin-top: 10px;
  }
  .bk-steps__item:before {
    display: none;
  }
}
/* end: ../../blocks.05-project/bk-steps/__item/bk-steps__item.scss */


/* begin: ../../blocks.05-project/bk-steps/__circle/bk-steps__circle.scss */
.bk-steps__circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0;
  line-height: 1;
  text-align: center;
  margin-right: 16px;
}
/* end: ../../blocks.05-project/bk-steps/__circle/bk-steps__circle.scss */


/* begin: ../../blocks.05-project/bk-pay/__select-label/bk-pay__select-label.scss */
.bk-pay__select-label {
  display: inline-block;
  margin-right: 10px;
}
/* end: ../../blocks.05-project/bk-pay/__select-label/bk-pay__select-label.scss */


/* begin: ../../blocks.05-project/bk-pay/__select-input/bk-pay__select-input.scss */
.bk-pay__select-input {
  display: inline-block;
  width: 345px;
}

@media (max-width: 767px) {
  .bk-pay__select-input {
    width: 100%;
    margin-top: 17px;
  }
}
/* end: ../../blocks.05-project/bk-pay/__select-input/bk-pay__select-input.scss */


/* begin: ../../blocks.05-project/bk-pay/__sity/bk-pay__sity.scss */
.bk-pay__sity {
  margin-top: 17px;
  margin-bottom: 27px;
}
/* end: ../../blocks.05-project/bk-pay/__sity/bk-pay__sity.scss */


/* begin: ../../blocks.05-project/bk-pay/__sity-name/bk-pay__sity-name.scss */
.bk-pay__sity-name {
  font-size: 18px;
  font-weight: 900;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}
/* end: ../../blocks.05-project/bk-pay/__sity-name/bk-pay__sity-name.scss */


/* begin: ../../blocks.05-project/link/_underline/link_underline.scss */
.link_underline {
  text-decoration: underline;
}

.link_underline:hover, .link_underline:focus {
  text-decoration: none;
}
/* end: ../../blocks.05-project/link/_underline/link_underline.scss */


/* begin: ../../blocks.05-project/bk-pay/__delivery-choice/bk-pay__delivery-choice.scss */
.bk-pay__delivery-choice .bk-delivery-item {
  width: 100%;
}

@media (min-width: 480px) {
  .bk-pay__delivery-choice .bk-delivery-item {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .bk-pay__delivery-choice .bk-delivery-item {
    width: 22%;
  }
}
/* end: ../../blocks.05-project/bk-pay/__delivery-choice/bk-pay__delivery-choice.scss */


/* begin: ../../blocks.05-project/bk-delivery-item/bk-delivery-item.scss */
.bk-delivery-item {
  margin: 15px;
}

.bk-delivery-item_point .bk-delivery-item__radio label {
  font-weight: 900;
}

.bk-delivery-item_point .bk-delivery-item__radio .radio__input:checked label {
  color: #ef0e29;
}

.bk-delivery-item_point .bk-delivery-item .bk-delivery-item_address {
  font-size: 12px;
}
/* end: ../../blocks.05-project/bk-delivery-item/bk-delivery-item.scss */


/* begin: ../../blocks.05-project/bk-delivery-item/__radio/bk-delivery-item__radio.scss */
.bk-delivery-item__radio.radio_custom {
  margin-bottom: 10px;
}
/* end: ../../blocks.05-project/bk-delivery-item/__radio/bk-delivery-item__radio.scss */


/* begin: ../../blocks.05-project/description/description.scss */
.description {
  display: table-row;
  font-size: 14px;
}

.description:last-child {
  margin-bottom: 0;
}

.description_delivery {
  line-height: 1.3;
}

.description_delivery .description__title {
  width: auto;
  line-height: 1.3;
}

.description_delivery .description__description {
  width: auto;
  line-height: 1.3;
  font-weight: 300;
}

.description_verify .description__title {
  width: auto;
  color: #2f2f2f;
}

@media (max-width: 991px) {
  .description_verify .description__title {
    width: 100%;
    display: inline-block;
  }
  .description_verify .description__description {
    width: 100%;
    display: inline-block;
  }
}

.description_short .description__title {
  width: 100%;
  display: inline-block;
}

.description_short .description__description {
  width: 100%;
  display: inline-block;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .description_short .description__description {
    display: table-cell;
    width: auto;
  }
  .description_short .description__title {
    display: table-cell;
    width: auto;
  }
}
/* end: ../../blocks.05-project/description/description.scss */


/* begin: ../../blocks.05-project/description/__description/description__description.scss */
.description__description {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-weight: 900;
  line-height: 1.6;
  word-break: break-word;
}
/* end: ../../blocks.05-project/description/__description/description__description.scss */


/* begin: ../../blocks.05-project/description/__title/description__title.scss */
.description__title {
  display: table-cell;
  font-weight: 300;
  color: #b7b7b7;
  width: 115px;
  font-weight: 300;
  padding-right: 10px;
  vertical-align: top;
}
/* end: ../../blocks.05-project/description/__title/description__title.scss */


/* begin: ../../blocks.05-project/bk-delivery-item/__checkbox/bk-delivery-item__checkbox.scss */

/* end: ../../blocks.05-project/bk-delivery-item/__checkbox/bk-delivery-item__checkbox.scss */


/* begin: ../../blocks.05-project/bk-delivery-item/__link/bk-delivery-item__link.scss */
.bk-delivery-item__link {
  margin-top: 16px;
  display: inline-block;
}
/* end: ../../blocks.05-project/bk-delivery-item/__link/bk-delivery-item__link.scss */


/* begin: ../../blocks.02-plugins-jquery-ui/jquery-ui-core/jquery-ui-core.css */
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end: ../../blocks.02-plugins-jquery-ui/jquery-ui-core/jquery-ui-core.css */


/* begin: ../../blocks.02-plugins-jquery-ui/jquery-ui-theme/jquery-ui-theme.css */
/*csslint duplicate-background-images:false */
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

  /* We use html here because we need a greater specificity to make sure disabled
  works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter:Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter:Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/local/templates/main/bem/pages/_merged/../../../bower_components/jquery-ui/themes/base/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/local/templates/main/bem/pages/_merged/../../../bower_components/jquery-ui/themes/base/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/local/templates/main/bem/pages/_merged/../../../bower_components/jquery-ui/themes/base/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/local/templates/main/bem/pages/_merged/../../../bower_components/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/local/templates/main/bem/pages/_merged/../../../bower_components/jquery-ui/themes/base/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/local/templates/main/bem/pages/_merged/../../../bower_components/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("/local/templates/main/bem/pages/_merged/../../../bower_components/jquery-ui/themes/base/images/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}
/*csslint duplicate-background-images:true */
/* end: ../../blocks.02-plugins-jquery-ui/jquery-ui-theme/jquery-ui-theme.css */


/* begin: ../../blocks.05-project/map/map.scss */
.map {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.map:before {
  content: '';
  display: block;
  padding-bottom: 50%;
  position: relative;
}

.map__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .map__inner {
    right: 260px;
  }
}

.map__controls {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 260px;
  background: #fff;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

@media (min-width: 768px) {
  .map__controls {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.open .map__controls {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.map__controls-list {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.map__toggle {
  position: absolute;
  top: 0;
  right: 100%;
  padding: 6px;
}

.map__balloon {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 260px;
}
/* end: ../../blocks.05-project/map/map.scss */


/* begin: ../../blocks.05-project/map/_touch-lock/map_touch-lock.scss */
.map_touch-lock:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.no-touch .map_touch-lock:after {
  display: none;
}
/* end: ../../blocks.05-project/map/_touch-lock/map_touch-lock.scss */


/* begin: ../../blocks.05-project/map/__mess/map__mess.scss */
.map__mess {
  padding: 5px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.56);
  text-align: center;
  box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.41);
}

.no-touch .map__mess {
  display: none;
}
/* end: ../../blocks.05-project/map/__mess/map__mess.scss */


/* begin: ../../blocks.05-project/radio/__text/radio__text.scss */
.radio__control:checked ~ .radio__text {
  color: #ef0e29;
}
/* end: ../../blocks.05-project/radio/__text/radio__text.scss */


/* begin: ../../blocks.05-project/bk-delivery-item/__address/bk-delivery-item__address.scss */

/* end: ../../blocks.05-project/bk-delivery-item/__address/bk-delivery-item__address.scss */


/* begin: ../../blocks.05-project/bk-pay/__pay-choice/bk-pay__pay-choice.scss */
.bk-pay__pay-choice {
  border-top: solid 1px #d7d7d7;
  padding-top: 14px;
}
/* end: ../../blocks.05-project/bk-pay/__pay-choice/bk-pay__pay-choice.scss */


/* begin: ../../blocks.05-project/bk-pay-item/bk-pay-item.scss */
.bk-pay-item {
  font-size: 12px;
  margin: 15px;
  width: calc(25% - 30px);
}

@media (max-width: 767px) {
  .bk-pay-item {
    margin-bottom: 30px;
  }
}

.bk-pay-item li {
  font-size: 12px;
}

@media (max-width: 991px) {
  .bk-pay-item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .bk-pay-item {
    width: 100%;
  }
}
/* end: ../../blocks.05-project/bk-pay-item/bk-pay-item.scss */


/* begin: ../../blocks.05-project/bk-pay-item/__description/bk-pay-item__description.scss */
.bk-pay-item__description {
  margin-top: 7px;
  margin-left: 33px;
}
/* end: ../../blocks.05-project/bk-pay-item/__description/bk-pay-item__description.scss */


/* begin: ../../blocks.05-project/bk-pay-item/__warning/bk-pay-item__warning.scss */
.bk-pay-item__warning {
  color: #ef0e29;
  font-weight: 900;
  margin-bottom: 15px;
}
/* end: ../../blocks.05-project/bk-pay-item/__warning/bk-pay-item__warning.scss */


/* begin: ../../blocks.05-project/bk-pay/__btn/bk-pay__btn.scss */
.bk-pay__btn {
  text-align: center;
  margin-top: 56px;
}
/* end: ../../blocks.05-project/bk-pay/__btn/bk-pay__btn.scss */


/* begin: ../../blocks.05-project/subscription/subscription.scss */
.subscription {
  margin-top: 25px;
  position: relative;
}
/* end: ../../blocks.05-project/subscription/subscription.scss */


/* begin: ../../blocks.05-project/subscription/__btn/subscription__btn.scss */
.subscription__btn {
  border: none;
  position: absolute;
  right: 0;
  background: #ef0e29;
  border-radius: 15px;
  height: 34px;
  width: 46px;
  line-height: 1;
  margin-right: -1px;
}
/* end: ../../blocks.05-project/subscription/__btn/subscription__btn.scss */


/* begin: ../../blocks.05-project/subscription/__input/subscription__input.scss */
.subscription__input {
  width: 100%;
  border-radius: 16px;
  padding: 7px 13px;
  border: none;
  color: #464646;
}

.subscription__input::-webkit-input-placeholder {
  color: #464646;
}

.subscription__input::-moz-placeholder {
  color: #464646;
}

.subscription__input:-moz-placeholder {
  color: #464646;
}

.subscription__input:-ms-input-placeholder {
  color: #464646;
}

.subscription__input:-ms-input-placeholder {
  color: #464646;
}

.subscription__input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.subscription__input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.subscription__input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.subscription__input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.subscription__input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.subscription__input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.subscription__input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.subscription__input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.subscription__input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.subscription__input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* end: ../../blocks.05-project/subscription/__input/subscription__input.scss */


/* begin: ../../blocks.05-project/footer-title/footer-title.scss */
.footer-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .footer-title {
    text-align: center;
  }
}
/* end: ../../blocks.05-project/footer-title/footer-title.scss */


/* begin: ../../blocks.05-project/footer-menu/footer-menu.scss */
.footer-menu {
  list-style: none;
  padding-left: 0;
}

.footer-menu a {
  color: #fff;
  font-weight: 300;
  line-height: 1;
}

.footer-menu a:hover, .footer-menu a:focus {
  color: #fff;
}

.footer-menu .ul__link {
  margin-bottom: 6px;
}

.footer-menu .ul__link:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer-menu {
    text-align: center;
  }
}
/* end: ../../blocks.05-project/footer-menu/footer-menu.scss */


/* begin: ../../blocks.05-project/vk-group/vk-group.scss */
@media (max-width: 767px) {
  .vk-group > div {
    margin: auto;
  }
}
/* end: ../../blocks.05-project/vk-group/vk-group.scss */


/* begin: ../../blocks.05-project/footer-bottom-item/footer-bottom-item.scss */
.footer-bottom-item {
  font-size: 12px;
  color: #464646;
  padding: 40px 0;
}

.footer-bottom-item span {
  color: #fff;
}

@media (max-width: 767px) {
  .footer-bottom-item {
    padding: 7px 0;
    text-align: center;
  }
}
/* end: ../../blocks.05-project/footer-bottom-item/footer-bottom-item.scss */


/* begin: ../../blocks.05-project/footer-bottom-item/_align/footer-bottom-item_align.scss */
@media (min-width: 768px) {
  .footer-bottom-item_align_center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .footer-bottom-item_align_right {
    text-align: right;
  }
}
/* end: ../../blocks.05-project/footer-bottom-item/_align/footer-bottom-item_align.scss */


/* begin: ../../blocks.05-project/footer-address/footer-address.scss */

/* end: ../../blocks.05-project/footer-address/footer-address.scss */


/* begin: ../../blocks.05-project/footer-address/__item/footer-address__item.scss */
@media (max-width: 767px) {
  .footer-address__item {
    display: inline-block;
  }
}

.footer-address__item span {
  color: #464646;
}

@media (max-width: 991px) {
  .footer-address__item span {
    display: block;
  }
}
/* end: ../../blocks.05-project/footer-address/__item/footer-address__item.scss */


/* begin: ../../blocks.05-project/iv-logo/iv-logo.scss */
.iv-logo {
  float: right;
  display: inline-block;
}

@media (min-width: 1200px) {
  .iv-logo {
    margin-top: 38px;
  }
}

@media (max-width: 767px) {
  .iv-logo {
    text-align: center;
    float: none;
    display: block;
  }
}

.iv-logo__text {
  color: #464646;
}

.iv-logo__text:hover, .iv-logo__text:focus {
  text-decoration: none;
  color: #464646;
}

.iv-logo__img {
  width: 151px;
  margin-left: 5px;
}

.iv-logo__container {
  width: 151px;
  height: 35px;
  position: relative;
  margin: 0 auto;
}

.touch .iv-logo__container {
  width: 151px;
  margin: 0 auto;
  background: url(/local/templates/main/bem/pages/_merged/../../../images/iv-logo.svg) no-repeat;
  background-size: 153px;
  height: 35px;
  margin: 0 auto;
}

.touch .iv-logo__img {
  display: none;
}

.touch .svg-dg {
  display: none;
}

.svg-dg .rect-svg.sm {
  -webkit-transform: translate(170%, 42%) rotate(-2deg);
  transform: translate(170%, 42%) rotate(-2deg);
}

.svg-dg .rect-svg.lg-1 {
  -webkit-transform: translate(6%, 282%) rotate(-24deg);
  transform: translate(6%, 282%) rotate(-24deg);
}

.svg-dg .rect-svg.lg-2 {
  -webkit-transform: translate(-58%, -29%) rotate(12deg);
  transform: translate(-58%, -29%) rotate(12deg);
}

.svg-dg .rect-svg.lg-3 {
  -webkit-transform: translate(-371%, 279%) rotate(-42deg);
  transform: translate(-371%, 279%) rotate(-42deg);
}

.svg-dg .rect-svg {
  transition: 0.6s;
}

.svg-dg .svg-dg-anim.rect-svg {
  -webkit-transform: translate(0) rotate(0) !important;
  transform: translate(0) rotate(0) !important;
}

.svg-dg.svg {
  margin-top: 0;
  overflow: visible;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -10px;
  left: -10px;
}

.touch .svg-dg .rect-svg {
  -webkit-transform: translate(0) rotate(0) !important;
  transform: translate(0) rotate(0) !important;
}
/* end: ../../blocks.05-project/iv-logo/iv-logo.scss */


/* begin: ../../blocks.05-project/lk-form/lk-form.scss */
.lk-form {
  margin-bottom: 30px;
  word-break: break-word;
}

.lk-form_bk-personal-data {
  text-align: center;
}

.lk-form__controls {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .lk-form_bk-personal-data .lk-form__input {
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .lk-form_bk-personal-data .lk-form__input {
    width: 50%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .lk-form_bk-personal-data .lk-form__label {
    width: 100%;
  }
}

.lk-form_bk-personal-data .lk-form__item {
  text-align: left;
}

.lk-form_bk-personal-data .lk-form__textarea {
  display: inline-block;
  vertical-align: top;
  width: 779px;
}

.lk-form_bk-personal-data .lk-form__textarea textarea.form-control {
  height: 97px;
  background: rgba(0, 0, 0, 0);
  resize: none;
}

@media (max-width: 991px) {
  .lk-form_bk-personal-data .lk-form__textarea {
    width: 100%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .lk-form_bk-personal-data .lk-form__textarea {
    width: 739px;
  }
}

.lk-form_bk-personal-data .lk-form__btn_next {
  margin-left: 30px;
}

.lk-form_bk-personal-data .lk-form__btn_prev {
  background-color: #cccccc;
  color: #fff;
  border-color: #cccccc;
}

.lk-form_bk-personal-data .lk-form__btn_prev:hover, .lk-form_bk-personal-data .lk-form__btn_prev:focus {
  background-color: #b3b3b3;
  color: #fff;
  border-color: #b3b3b3;
}

.lk-form_share .lk-form__textarea {
  display: inline-block;
  vertical-align: top;
  width: 390px;
}

.lk-form_share .lk-form__textarea textarea.form-control {
  height: 95px;
  background: rgba(0, 0, 0, 0);
  resize: none;
}

@media (max-width: 991px) {
  .lk-form_share .lk-form__textarea {
    width: 100%;
  }
}
/* end: ../../blocks.05-project/lk-form/lk-form.scss */


/* begin: ../../blocks.05-project/lk-form/__item/lk-form__item.scss */
.lk-form__item {
  margin-bottom: 23px;
}
/* end: ../../blocks.05-project/lk-form/__item/lk-form__item.scss */


/* begin: ../../blocks.05-project/lk-form/__label/lk-form__label.scss */
.lk-form__label {
  display: inline-block;
  width: 165px;
}

@media (max-width: 991px) {
  .lk-form__label {
    margin-bottom: 16px;
  }
}
/* end: ../../blocks.05-project/lk-form/__label/lk-form__label.scss */


/* begin: ../../blocks.05-project/lk-form/__input/lk-form__input.scss */
.lk-form__input {
  width: 390px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 991px) {
  .lk-form__input {
    width: 100%;
  }
}
/* end: ../../blocks.05-project/lk-form/__input/lk-form__input.scss */


/* begin: ../../blocks.05-project/lk-form/__help-text/lk-form__help-text.scss */
.lk-form__help-text {
  text-align: left;
  display: inline-block;
  color: #ff0000;
  margin-left: 30px;
  vertical-align: middle;
  font-size: 14px;
  max-width: 360px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .lk-form__help-text {
    max-width: 321px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .lk-form__help-text {
    max-width: 40%;
  }
}

@media (max-width: 767px) {
  .lk-form__help-text {
    max-width: 100%;
  }
}
/* end: ../../blocks.05-project/lk-form/__help-text/lk-form__help-text.scss */


/* begin: ../../blocks.05-project/lk-form/__textarea/lk-form__textarea.scss */

/* end: ../../blocks.05-project/lk-form/__textarea/lk-form__textarea.scss */


/* begin: ../../blocks.05-project/bk-verify/bk-verify.scss */
.bk-verify__details {
  display: inline-block;
  vertical-align: top;
}

.bk-verify__comment {
  margin-top: 10px;
}

.bk-verify__comment-input .textarea {
  height: 95px;
}

.bk-verify__comment-checkbox {
  margin-left: 21px;
}

.bk-verify__btn {
  text-align: center;
  max-width: 100%;
  margin-top: 30baspx;
}

.bk-verify__btn .btn.btn-lg {
  margin-top: 7px;
  padding: 8px 70px;
}

@media (max-width: 767px) {
  .bk-verify__btn .btn.btn-lg {
    padding: 5px 23px;
  }
}
/* end: ../../blocks.05-project/bk-verify/bk-verify.scss */


/* begin: ../../blocks.05-project/bk-order-composition/bk-order-composition.scss */
.bk-order-composition {
  position: relative;
}
/* end: ../../blocks.05-project/bk-order-composition/bk-order-composition.scss */


/* begin: ../../blocks.05-project/table-dashed-wrap/table-dashed-wrap.scss */
.table-dashed-wrap {
  border-radius: 15px;
  border: 1px dashed #dedede;
  margin-bottom: 25px;
  background: #fff;
}
/* end: ../../blocks.05-project/table-dashed-wrap/table-dashed-wrap.scss */


/* begin: ../../blocks.04-common/table/__prepend/table__prepend.scss */
.table__prepend {
  display: none;
}

@media (max-width: 767px) {
  .table__prepend {
    display: block;
  }
}
/* end: ../../blocks.04-common/table/__prepend/table__prepend.scss */


/* begin: ../../blocks.05-project/table/__th/_short/table__th_short.scss */
.table__th_short {
  width: 1%;
  white-space: nowrap;
}
/* end: ../../blocks.05-project/table/__th/_short/table__th_short.scss */


/* begin: ../../blocks.05-project/table/__td/table__td.scss */
.table__td_width_60 {
  width: 60%;
}
/* end: ../../blocks.05-project/table/__td/table__td.scss */


/* begin: ../../blocks.05-project/basket-product-item/basket-product-item.scss */
.basket-product-item:before, .basket-product-item:after {
  content: " ";
  display: table;
}

.basket-product-item:after {
  clear: both;
}
/* end: ../../blocks.05-project/basket-product-item/basket-product-item.scss */


/* begin: ../../blocks.05-project/basket-product-item/__img/basket-product-item__img.scss */
.basket-product-item__img {
  margin-right: 13px;
  float: left;
  max-width: 80px;
}
/* end: ../../blocks.05-project/basket-product-item/__img/basket-product-item__img.scss */


/* begin: ../../blocks.05-project/basket-product-item/__name/basket-product-item__name.scss */
.basket-product-item__name {
  text-decoration: none;
  color: #383838;
  margin-bottom: 11px;
  font-weight: normal;
  display: inline-block;
}

.basket-product-item__name:hover, .basket-product-item__name:focus {
  text-decoration: none;
  color: #383838;
}
/* end: ../../blocks.05-project/basket-product-item/__name/basket-product-item__name.scss */


/* begin: ../../blocks.05-project/basket-product-item/__code/basket-product-item__code.scss */
.basket-product-item__code {
  line-height: 1.1;
  margin-bottom: 2px;
  padding-left: 94px;
  color: #959595;
  font-weight: 300;
  font-size: 12px;
}

@media (max-width: 991px) {
  .basket-product-item__code {
    padding-left: 0;
  }
}
/* end: ../../blocks.05-project/basket-product-item/__code/basket-product-item__code.scss */


/* begin: ../../blocks.05-project/basket-product-item/__article/basket-product-item__article.scss */
.basket-product-item__article {
  line-height: 1.1;
  margin-bottom: 2px;
  padding-left: 94px;
  color: #959595;
  font-weight: 300;
  font-size: 12px;
}

@media (max-width: 991px) {
  .basket-product-item__article {
    padding-left: 0;
  }
}
/* end: ../../blocks.05-project/basket-product-item/__article/basket-product-item__article.scss */


/* begin: ../../blocks.05-project/bk-table-label/bk-table-label.scss */
.bk-table-label {
  display: inline-block;
  padding: 27px 11px 16px 11px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 11px 16px 0px rgba(0, 0, 0, 0.1), inset 0px 28px 34px -17px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: -10px;
  z-index: -1;
  min-width: 204px;
}

@media (max-width: 767px) {
  .bk-table-label {
    position: relative;
    display: block;
    box-shadow: none;
  }
}

.bk-table-label__item_lg {
  margin-top: 9px;
}

.bk-table-label__item_lg .bk-table-label__title {
  font-size: 24px;
}

.bk-table-label__item_lg .bk-table-label__price {
  font-size: 24px;
}

.bk-table-label__title {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.bk-table-label__price {
  font-size: 16px;
  font-weight: 900;
  display: inline-block;
}
/* end: ../../blocks.05-project/bk-table-label/bk-table-label.scss */


/* begin: ../../blocks.05-project/bk-discount/bk-discount.scss */
.bk-discount {
  padding-bottom: 77px;
  border-bottom: solid 1px #d7d7d7;
  padding-right: 260px;
}

@media (max-width: 767px) {
  .bk-discount {
    padding-right: 0;
  }
}

.bk-discount__title {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 13px;
}
/* end: ../../blocks.05-project/bk-discount/bk-discount.scss */


/* begin: ../../blocks.05-project/bk-discount/__input/bk-discount__input.scss */
.bk-discount__input {
  vertical-align: top;
  width: 338px;
  display: inline-block;
}

@media (max-width: 991px) {
  .bk-discount__input {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .bk-discount__input {
    width: 100%;
    margin-bottom: 16px;
  }
}
/* end: ../../blocks.05-project/bk-discount/__input/bk-discount__input.scss */


/* begin: ../../blocks.05-project/bk-discount/__message/bk-discount__message.scss */
.bk-discount__message {
  font-size: 12px;
  font-weight: 700;
  color: #ef0e29;
  display: inline-block;
  padding-left: 14px;
  display: none;
}
/* end: ../../blocks.05-project/bk-discount/__message/bk-discount__message.scss */


/* begin: ../../blocks.05-project/bk-discount/__warning/bk-discount__warning.scss */
.bk-discount__warning {
  vertical-align: middle;
  max-width: 300px;
  display: inline-block;
  font-size: 12px;
}

@media (max-width: 991px) {
  .bk-discount__warning {
    margin-top: 13px;
    width: 100%;
    display: block;
  }
}
/* end: ../../blocks.05-project/bk-discount/__warning/bk-discount__warning.scss */


/* begin: ../../blocks.05-project/collapse/_filter/collapse_filter.scss */
@media (min-width: 768px) {
  .collapse_filter {
    display: block !important;
    height: auto !important;
  }
}
/* end: ../../blocks.05-project/collapse/_filter/collapse_filter.scss */


/* begin: ../../blocks.05-project/sidebar/sidebar.scss */
.sidebar {
  background: #383838;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  padding: 20px 19px 20px 23px;
  margin-bottom: 25px;
}
/* end: ../../blocks.05-project/sidebar/sidebar.scss */


/* begin: ../../blocks.05-project/rubric/rubric.scss */
.rubric {
  color: #fff;
  margin-bottom: 20px;
}
/* end: ../../blocks.05-project/rubric/rubric.scss */


/* begin: ../../blocks.05-project/rubric/__title/rubric__title.scss */
.rubric__title {
  font-size: 24px;
  font-weight: bold;
  font-family: inherit;
  margin-bottom: 15px;
}
/* end: ../../blocks.05-project/rubric/__title/rubric__title.scss */


/* begin: ../../blocks.05-project/rubric/__item/rubric__item.scss */
.rubric__item {
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  font-weight: 300;
  margin-bottom: 9px;
  display: block;
  position: relative;
  line-height: 1.35;
  padding-top: 3px;
  transition: color 0.3s ease;
}

.rubric__item:before, .rubric__item:after {
  content: " ";
  display: table;
}

.rubric__item:after {
  clear: both;
}

.rubric__item:hover, .rubric__item:focus {
  color: #ef0e29;
  text-decoration: none;
}

.rubric__item:hover .rubric__count, .rubric__item:focus .rubric__count {
  background: #ef0e29;
}
/* end: ../../blocks.05-project/rubric/__item/rubric__item.scss */


/* begin: ../../blocks.05-project/rubric/__name/rubric__name.scss */
.rubric__name {
  margin-right: 35px;
}
/* end: ../../blocks.05-project/rubric/__name/rubric__name.scss */


/* begin: ../../blocks.05-project/rubric/__count/rubric__count.scss */
.rubric__count {
  color: #fff;
  background: #00a651;
  line-height: 1;
  padding: 5px 7px 4px 7px;
  border-radius: 16px;
  position: absolute;
  right: 0;
  top: 0px;
  transition: background 0.3s ease;
}
/* end: ../../blocks.05-project/rubric/__count/rubric__count.scss */


/* begin: ../../blocks.05-project/sidebar/_bg/sidebar_bg.scss */
.sidebar_bg {
  background-size: cover;
  min-height: 243px;
  position: relative;
}

.sidebar_bg:before {
  content: '';
  background-color: rgba(56, 56, 56, 0.5);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .sidebar_bg {
    min-height: 0;
  }
}
/* end: ../../blocks.05-project/sidebar/_bg/sidebar_bg.scss */


/* begin: ../../blocks.05-project/sidebar-info/sidebar-info.scss */
.sidebar-info {
  display: block;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.sidebar-info:hover, .sidebar-info:focus {
  text-decoration: none;
}
/* end: ../../blocks.05-project/sidebar-info/sidebar-info.scss */


/* begin: ../../blocks.05-project/sidebar-info/__text/sidebar-info__text.scss */
.sidebar-info__text {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 40px;
}

.sidebar-info__text b {
  color: #ef0e29;
}
/* end: ../../blocks.05-project/sidebar-info/__text/sidebar-info__text.scss */


/* begin: ../../blocks.05-project/sidebar/__signature-bottom/sidebar__signature-bottom.scss */
.sidebar__signature-bottom {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  bottom: 23px;
  left: 0;
  width: 100%;
  padding: 0 22px;
}
/* end: ../../blocks.05-project/sidebar/__signature-bottom/sidebar__signature-bottom.scss */


/* begin: ../../blocks.05-project/blog-link-group/blog-link-group.scss */
.blog-link-group {
  background: #ef0e29;
  border-radius: 10px;
  padding: 20px 19px 20px 23px;
  margin-bottom: 25px;
  color: #fff;
}
/* end: ../../blocks.05-project/blog-link-group/blog-link-group.scss */


/* begin: ../../blocks.05-project/blog-link-group/__link/blog-link-group__link.scss */
.blog-link-group__link {
  color: #fff;
  text-decoration: underline;
}

.blog-link-group__link:hover, .blog-link-group__link:focus {
  text-decoration: none;
}
/* end: ../../blocks.05-project/blog-link-group/__link/blog-link-group__link.scss */


/* begin: ../../blocks.05-project/blog-link-group/__group/blog-link-group__group.scss */
.blog-link-group__group {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
/* end: ../../blocks.05-project/blog-link-group/__group/blog-link-group__group.scss */


/* begin: ../../blocks.05-project/blog-link-group/__title/blog-link-group__title.scss */
.blog-link-group__title {
  font-size: 18px;
  line-height: 1.15;
  font-weight: bold;
  margin-bottom: 9px;
}
/* end: ../../blocks.05-project/blog-link-group/__title/blog-link-group__title.scss */


/* begin: ../../blocks.05-project/blog-link-group/__item/blog-link-group__item.scss */
.blog-link-group__item {
  margin-bottom: 4px;
}
/* end: ../../blocks.05-project/blog-link-group/__item/blog-link-group__item.scss */


/* begin: ../../blocks.05-project/blog-detail-head/blog-detail-head.scss */
.blog-detail-head {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(173, 173, 173, 0.5);
  padding: 10px 21px 3px 21px;
  margin-bottom: 23px;
}

.blog-detail-head:before, .blog-detail-head:after {
  content: " ";
  display: table;
}

.blog-detail-head:after {
  clear: both;
}
/* end: ../../blocks.05-project/blog-detail-head/blog-detail-head.scss */


/* begin: ../../blocks.05-project/blog-detail-head/__date/blog-detail-head__date.scss */
.blog-detail-head__date {
  color: #383838;
  font-family: inherit;
  font-weight: bold;
  line-height: 25px;
  width: 93px;
  display: inline-block;
}

@media (max-width: 767px) {
  .blog-detail-head__date {
    width: 75px;
  }
}
/* end: ../../blocks.05-project/blog-detail-head/__date/blog-detail-head__date.scss */


/* begin: ../../blocks.05-project/blog-detail-head/__label/blog-detail-head__label.scss */
.blog-detail-head__label {
  color: #a7a7a7;
  font-family: inherit;
  padding-top: 3px;
  width: 36px;
  display: inline-block;
}
/* end: ../../blocks.05-project/blog-detail-head/__label/blog-detail-head__label.scss */


/* begin: ../../blocks.05-project/blog-detail-head/__tag-item/blog-detail-head__tag-item.scss */
.blog-detail-head__tag-item {
  background: #00a651;
  line-height: 1;
  padding: 6px 12px 5px 12px;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  margin-right: 8px;
  transition: background 0.3s ease;
  margin-bottom: 6px;
}

.blog-detail-head__tag-item:hover, .blog-detail-head__tag-item:focus {
  background: #ef0e29;
  color: #fff;
  text-decoration: underline;
}
/* end: ../../blocks.05-project/blog-detail-head/__tag-item/blog-detail-head__tag-item.scss */


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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}
/* end: ../../blocks.02-plugins/slick-carousel/slick-carousel.scss */


/* begin: ../../blocks.05-project/slider-article/__arrow/slider-article__arrow.scss */
.slider-article__arrow {
  background: transparent;
  border: none;
}
/* end: ../../blocks.05-project/slider-article/__arrow/slider-article__arrow.scss */


/* begin: ../../blocks.05-project/slider-article/__arrow/_for/slider-article__arrow_for.scss */
.slider-article__arrow_for_prev {
  margin-bottom: 9px;
}

.slider-article__arrow_for_next {
  margin-top: 6px;
}
/* end: ../../blocks.05-project/slider-article/__arrow/_for/slider-article__arrow_for.scss */


/* begin: ../../blocks.05-project/slider-article/__link/slider-article__link.scss */
.slider-article__link {
  display: block;
}
/* end: ../../blocks.05-project/slider-article/__link/slider-article__link.scss */


/* begin: ../../blocks.05-project/slider-article/__big/slider-article__big.scss */
.slider-article__big {
  display: none;
}

.slider-article__big.slick-initialized {
  display: block;
}
/* end: ../../blocks.05-project/slider-article/__big/slider-article__big.scss */


/* begin: ../../blocks.05-project/slider-article/__item-big/slider-article__item-big.scss */
.slider-article__item-big {
  height: 507px;
  display: block;
}

@media (max-width: 991px) {
  .slider-article__item-big {
    height: 425px;
  }
}

@media (max-width: 767px) {
  .slider-article__item-big {
    pointer-events: none;
    height: 340px;
  }
}

.slick-initialized .slider-article__item-big {
  display: flex;
}

.slider-article__item-big img {
  margin: auto;
  max-height: 100%;
}
/* end: ../../blocks.05-project/slider-article/__item-big/slider-article__item-big.scss */


/* begin: ../../blocks.05-project/slider-article/__nav-wrap/slider-article__nav-wrap.scss */
.slider-article__nav-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  padding-left: 35px;
  padding-top: 26px;
  background: rgba(37, 37, 37, 0.5);
}

@media (max-width: 991px) {
  .slider-article__nav-wrap {
    width: 150px;
    padding-left: 26px;
  }
}

@media (max-width: 767px) {
  .slider-article__nav-wrap {
    background: none;
    bottom: 20px;
    top: auto;
    padding-left: 58px;
  }
}
/* end: ../../blocks.05-project/slider-article/__nav-wrap/slider-article__nav-wrap.scss */


/* begin: ../../blocks.05-project/slider-article/__nav-slider/slider-article__nav-slider.scss */
.slider-article__nav-slider {
  width: 128px;
  text-align: center;
  margin-bottom: 19px;
}

@media (max-width: 991px) {
  .slider-article__nav-slider {
    width: 96px;
  }
}

@media (max-width: 767px) {
  .slider-article__nav-slider {
    display: none;
  }
}
/* end: ../../blocks.05-project/slider-article/__nav-slider/slider-article__nav-slider.scss */


/* begin: ../../blocks.05-project/slider-article/__item-nav/slider-article__item-nav.scss */
.slick-vertical .slider-article__item-nav {
  height: 84px;
  width: 128px;
  overflow: hidden;
  margin-bottom: 12px;
  margin-top: 12px;
  border-radius: 6px;
  position: relative;
}

@media (max-width: 991px) {
  .slick-vertical .slider-article__item-nav {
    height: 65px;
  }
}
/* end: ../../blocks.05-project/slider-article/__item-nav/slider-article__item-nav.scss */


/* begin: ../../blocks.05-project/slider-article/__item-nav/_active/slider-article__item-nav_active.scss */
.slider-article__item-nav.slick-current:before {
  border: 3px solid #D00;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* end: ../../blocks.05-project/slider-article/__item-nav/_active/slider-article__item-nav_active.scss */


/* begin: ../../blocks.05-project/slider-article/__counter/slider-article__counter.scss */
.slider-article__counter {
  text-align: center;
  color: #ef0e29;
  font-size: 24px;
  padding-right: 35px;
  font-weight: 300;
}

.slider-article__counter span {
  color: #ef0e29;
  font-weight: bold;
}
/* end: ../../blocks.05-project/slider-article/__counter/slider-article__counter.scss */


/* begin: ../../blocks.05-project/you-read/you-read.scss */
.you-read {
  position: relative;
  z-index: 3;
  margin-bottom: 45px;
  padding-top: 25px;
}

.you-read:before, .you-read:after {
  content: " ";
  display: table;
}

.you-read:after {
  clear: both;
}
/* end: ../../blocks.05-project/you-read/you-read.scss */


/* begin: ../../blocks.05-project/you-read/__title/you-read__title.scss */
.you-read__title {
  font-size: 36px;
  font-weight: 300;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .you-read__title {
    font-size: 26px;
  }
}
/* end: ../../blocks.05-project/you-read/__title/you-read__title.scss */


/* begin: ../../blocks.05-project/you-read/__prev/you-read__prev.scss */
.you-read__prev {
  text-align: right;
  float: left;
  width: 32%;
  padding-top: 12px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .you-read__prev {
    text-align: left;
    float: none;
    width: 100%;
    position: relative;
    padding-left: 44px;
    margin-bottom: 10px;
  }
  .you-read__prev:before {
    content: '';
    background: url("/local/templates/main/bem/pages/_merged/../../../images/icons/you-read__left.png") no-repeat;
    width: 43px;
    height: 54px;
    position: absolute;
    left: 0;
    top: -4px;
  }
}
/* end: ../../blocks.05-project/you-read/__prev/you-read__prev.scss */


/* begin: ../../blocks.05-project/you-read/__link/you-read__link.scss */
.you-read__link {
  font-size: 16px;
  font-weight: 300;
  color: #ef0e29;
  line-height: 1;
  width: 100%;
}
/* end: ../../blocks.05-project/you-read/__link/you-read__link.scss */


/* begin: ../../blocks.05-project/you-read/__now/you-read__now.scss */
.you-read__now {
  font-size: 24px;
  color: #2f2f2f;
  font-weight: bold;
  text-align: center;
  float: left;
  width: 36%;
  position: relative;
  padding: 0 25px;
}

.you-read__now:before {
  content: '';
  background: url("/local/templates/main/bem/pages/_merged/../../../images/icons/you-read__left.png") no-repeat;
  width: 43px;
  height: 54px;
  position: absolute;
  left: 0;
  top: -4px;
}

.you-read__now:after {
  content: '';
  background: url("/local/templates/main/bem/pages/_merged/../../../images/icons/you-read__right.png") no-repeat;
  width: 43px;
  height: 54px;
  position: absolute;
  right: 0;
  top: -4px;
}

@media (max-width: 991px) {
  .you-read__now {
    display: none;
  }
}
/* end: ../../blocks.05-project/you-read/__now/you-read__now.scss */


/* begin: ../../blocks.05-project/you-read/__next/you-read__next.scss */
.you-read__next {
  float: left;
  width: 32%;
  padding-top: 12px;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .you-read__next {
    float: none;
    width: 100%;
    position: relative;
    text-align: right;
    padding-right: 40px;
  }
  .you-read__next:after {
    content: '';
    background: url("/local/templates/main/bem/pages/_merged/../../../images/icons/you-read__right.png") no-repeat;
    width: 43px;
    height: 54px;
    position: absolute;
    right: 0;
    top: -4px;
  }
}
/* end: ../../blocks.05-project/you-read/__next/you-read__next.scss */


/* begin: ../../blocks.05-project/tag-list/tag-list.scss */

/* end: ../../blocks.05-project/tag-list/tag-list.scss */


/* begin: ../../blocks.05-project/tag-list/_footer/tag-list_footer.scss */
.tag-list_footer .tag-list__title {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .tag-list_footer .tag-list__title {
    font-size: 25px;
    margin-bottom: 5px;
  }
}

.tag-list_footer .tag-list__item {
  font-size: 14px;
  font-weight: normal;
  top: -6px;
  position: relative;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .tag-list_footer .tag-list__item {
    top: -2px;
    font-size: 13px;
  }
}
/* end: ../../blocks.05-project/tag-list/_footer/tag-list_footer.scss */


/* begin: ../../blocks.05-project/tag-list/__title/tag-list__title.scss */
.tag-list__title {
  display: inline-block;
  font-size: 36px;
  margin-right: 10px;
  font-weight: 900;
  line-height: 1.1;
  position: relative;
}
/* end: ../../blocks.05-project/tag-list/__title/tag-list__title.scss */


/* begin: ../../blocks.05-project/tag-list/__item/tag-list__item.scss */
.tag-list__item {
  background: #00a651;
  line-height: 1;
  padding: 6px 12px 5px 12px;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  margin-right: 8px;
  transition: background 0.3s ease;
  margin-bottom: 6px;
}

.tag-list__item:focus, .tag-list__item:hover {
  background: #ef0e29;
  color: #fff;
  text-decoration: underline;
}
/* end: ../../blocks.05-project/tag-list/__item/tag-list__item.scss */


/* begin: ../../blocks.05-project/preview-blog/preview-blog.scss */
.preview-blog {
  margin-bottom: 30px;
}
/* end: ../../blocks.05-project/preview-blog/preview-blog.scss */


/* begin: ../../blocks.05-project/preview-blog/__img/preview-blog__img.scss */
.preview-blog__img {
  float: left;
  margin-right: 21px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(173, 173, 173, 0.5);
  margin-top: 5px;
  overflow: hidden;
  -webkit-transform: rotateY(0.01deg);
  transform: rotateY(0.01deg);
}

.preview-blog__img img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .preview-blog__img {
    float: none;
    box-shadow: none;
  }
  .preview-blog__img img {
    box-shadow: 0 0 30px rgba(173, 173, 173, 0.5);
  }
}
/* end: ../../blocks.05-project/preview-blog/__img/preview-blog__img.scss */


/* begin: ../../blocks.05-project/preview-blog/__title/preview-blog__title.scss */
.preview-blog__title {
  font-weight: bold;
  font-size: 18px;
  color: #2f2f2f;
  margin-bottom: 6px;
}
/* end: ../../blocks.05-project/preview-blog/__title/preview-blog__title.scss */


/* begin: ../../blocks.05-project/preview-blog/__text/preview-blog__text.scss */
.preview-blog__text {
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 7px;
}
/* end: ../../blocks.05-project/preview-blog/__text/preview-blog__text.scss */


/* begin: ../../blocks.05-project/preview-blog/__readmore/preview-blog__readmore.scss */
.preview-blog__readmore {
  text-decoration: underline;
}

.preview-blog__readmore:hover, .preview-blog__readmore:focus {
  text-decoration: none;
}
/* end: ../../blocks.05-project/preview-blog/__readmore/preview-blog__readmore.scss */


/* begin: ../../blocks.05-project/block/_for/block_for.scss */
.block_for_slider {
  margin-top: -150px;
  padding-top: 145px;
  padding-bottom: 56px;
}

.block_for_slider .container {
  z-index: 5;
  position: relative;
}

.block_for_review-page {
  padding-bottom: 10px;
  position: relative;
}

.block_for_reviews {
  padding-top: 45px;
  padding-bottom: 60px;
}

.block_for_share {
  padding-top: 60px;
  padding-bottom: 53px;
}

.block_for_recently {
  padding-top: 54px;
  padding-bottom: 63px;
}

.block_for_review-slider-white {
  margin-top: 100px;
  box-shadow: 0px 0px 46px #adadad;
}
/* end: ../../blocks.05-project/block/_for/block_for.scss */


/* begin: ../../blocks.05-project/card/__top/card__top.scss */
.card__top {
  position: relative;
  z-index: 1;
}

.card__top img {
  border-radius: 10px 10px 0 0;
}
/* end: ../../blocks.05-project/card/__top/card__top.scss */


/* begin: ../../blocks.05-project/card/__img/card__img.scss */
img.card__img {
  transition: opacity 0.5s ease-in-out;
}

.card__img {
  max-width: 100%;
  opacity: 1;
}

@media (max-width: 520px) {
  .card__img {
    width: 100%;
  }
}
/* end: ../../blocks.05-project/card/__img/card__img.scss */


/* begin: ../../blocks.05-project/card/__price/card__price.scss */
.card__price {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 5px;
}

.card__price span {
  font-weight: normal;
}
/* end: ../../blocks.05-project/card/__price/card__price.scss */


/* begin: ../../blocks.05-project/card/__bottom/card__bottom.scss */
.card__bottom {
  transition: all 0.5s ease-in-out;
  background: #ffffff;
  position: absolute;
  width: 100%;
  border-radius: 0 0 11px 11px;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  z-index: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  top: 100%;
  margin-top: -20px;
}

@media (max-width: 1199px) {
  .card__bottom {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@media (max-width: 991px) {
  .card__bottom {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@media (max-width: 767px) {
  .card__bottom {
    -webkit-transform: translateY(0px) rotateX(0deg) translateZ(0px);
    transform: translateY(0px) rotateX(0deg) translateZ(0px);
    position: relative;
    top: 0;
    margin: 0;
    margin-bottom: -15px;
    box-shadow: none;
  }
}

.touch .card__bottom {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  position: relative;
  top: 0;
  margin: 0;
  margin-bottom: -15px;
  box-shadow: none;
}

.no-touch .card:hover .card__bottom {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  box-shadow: 0 -3px 0px white, 0 6px 15px rgba(0, 0, 0, 0.15);
}
/* end: ../../blocks.05-project/card/__bottom/card__bottom.scss */


/* begin: ../../blocks.05-project/card/__title-link/card__title-link.scss */
.card__title-link {
  font-size: inherit;
  color: #000000;
  display: block;
  height: 100%;
}

.card__title-link:focus, .card__title-link:hover {
  text-decoration: none;
  color: #000000;
}
/* end: ../../blocks.05-project/card/__title-link/card__title-link.scss */


/* begin: ../../blocks.05-project/card/__caption/card__caption.scss */
.card__caption {
  box-sizing: content-box;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  height: 2.4em;
  overflow: hidden;
}
/* end: ../../blocks.05-project/card/__caption/card__caption.scss */


/* begin: ../../blocks.05-project/card/__size-group/card__size-group.scss */
.card__size-group {
  text-align: center;
}
/* end: ../../blocks.05-project/card/__size-group/card__size-group.scss */


/* begin: ../../blocks.05-project/card/__size/card__size.scss */
.card__size {
  display: inline-block;
  padding: 5px 7px;
  line-height: 12px;
  background-color: #00a651;
  color: #fff;
  border-radius: 13px;
  font-size: 12px;
  margin: 0 2px 1px 2px;
  min-width: 22px;
  height: 22px;
  text-align: center;
}
/* end: ../../blocks.05-project/card/__size/card__size.scss */


/* begin: ../../blocks.05-project/card/__in-stock/card__in-stock.scss */
.card__in-stock {
  font-size: 12px;
  color: #383838;
  padding-right: 9px;
}
/* end: ../../blocks.05-project/card/__in-stock/card__in-stock.scss */


/* begin: ../../blocks.05-project/card/__bonus/card__bonus.scss */
.card__bonus {
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.card__bonus span {
  background: #ef0f29;
  padding: 3px 5px;
  display: inline-block;
  border-radius: 10px;
}
/* end: ../../blocks.05-project/card/__bonus/card__bonus.scss */


/* begin: ../../blocks.05-project/card/__quick-view/card__quick-view.scss */
.card__quick-view {
  color: #fff;
  background: rgba(54, 54, 54, 0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  line-height: 1.1;
  font-size: 12px;
  text-transform: uppercase;
  padding: 11px 0 7px 0;
  display: block;
  text-align: center;
  transition: all 0.5s ease-in-out;
  height: 0px;
  overflow: hidden;
  padding: 0;
}

.card__quick-view:hover, .card__quick-view:focus {
  color: #fff;
  text-decoration: none;
}

.no-touch .card:hover .card__quick-view {
  height: 44px;
  padding: 11px 0 7px 0;
}
/* end: ../../blocks.05-project/card/__quick-view/card__quick-view.scss */


/* begin: ../../blocks.05-project/card/__quick-view-text/card__quick-view-text.scss */
.card__quick-view-text {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 38px;
}

.card__quick-view-text:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/card/search.png");
  left: 3px;
}
/* end: ../../blocks.05-project/card/__quick-view-text/card__quick-view-text.scss */


/* begin: ../../blocks.05-project/card/__mid/card__mid.scss */
.card__mid {
  background: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 20;
}
/* end: ../../blocks.05-project/card/__mid/card__mid.scss */


/* begin: ../../blocks.05-project/card/__new/card__new.scss */
.card__new {
  background: url("/local/templates/main/bem/pages/_merged/../../../images/card/label_new.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 95px;
  height: 94px;
  z-index: 10;
  top: 6px;
  left: -3px;
}

@media (max-width: 767px) {
  .card__new {
    width: 50px;
    top: 14px;
  }
}

.card__sale ~ .card__new {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
/* end: ../../blocks.05-project/card/__new/card__new.scss */


/* begin: ../../blocks.05-project/card/__favorites/card__favorites.scss */
.card__favorites {
  background-image: url("/local/templates/main/bem/pages/_merged/../../../images/card/favorites.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
  width: 29px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 35px;
  z-index: 10;
  border: none;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .card__favorites {
    background-image: url(/local/templates/main/bem/pages/_merged/../../../images/card/favorites_small.png);
    top: 28px;
    right: 15px;
    width: 20px;
    height: 21px;
  }
}

.card__favorites:hover {
  background-position: bottom center;
  text-decoration: none;
}

.no-touch .card:hover .card__favorites {
  opacity: 1;
}
/* end: ../../blocks.05-project/card/__favorites/card__favorites.scss */


/* begin: ../../blocks.05-project/card/__favorites/_active/card__favorites_active.scss */
.card__favorites_active {
  background-position: bottom center;
  -webkit-animation: cardFavoritesActive 0.4s ease-in-out;
  animation: cardFavoritesActive 0.4s ease-in-out;
  opacity: 1;
}

@-webkit-keyframes cardFavoritesActive {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes cardFavoritesActive {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* end: ../../blocks.05-project/card/__favorites/_active/card__favorites_active.scss */


/* begin: ../../blocks.05-project/card/__favorites/_removing/card__favorites_removing.scss */
.card__favorites_removing {
  background-position: top center;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.card__favorites_removing:hover {
  background-position: top center;
}
/* end: ../../blocks.05-project/card/__favorites/_removing/card__favorites_removing.scss */


/* begin: ../../blocks.05-project/card/__link-img/card__link-img.scss */
.card__link-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}

.no-touch .card__link-img {
  display: block;
}

@media (max-width: 767px) {
  .card__link-img {
    display: block !important;
  }
}
/* end: ../../blocks.05-project/card/__link-img/card__link-img.scss */


/* begin: ../../blocks.05-project/card/__reserve/card__reserve.scss */
.card__reserve {
  font-size: 12px;
  text-align: center;
}

.card__reserve_type_false {
  color: #ef0e29;
}

.card__reserve_type_true {
  color: #00a651;
}
/* end: ../../blocks.05-project/card/__reserve/card__reserve.scss */


/* begin: ../../blocks.05-project/card/__old/card__old.scss */
.card__old {
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: line-through;
  margin-bottom: 5px;
  min-height: 1em;
  white-space: nowrap;
  color: #a7a7a7;
  line-height: 1;
}
/* end: ../../blocks.05-project/card/__old/card__old.scss */


/* begin: ../../blocks.05-project/card/__sale/card__sale.scss */
.card__sale {
  background: url("/local/templates/main/bem/pages/_merged/../../../images/card/label_sale.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 95px;
  height: 94px;
  z-index: 10;
  top: 6px;
  left: -3px;
}

@media (max-width: 767px) {
  .card__sale {
    width: 50px;
    top: 14px;
  }
}

.card__new ~ .card__sale {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
/* end: ../../blocks.05-project/card/__sale/card__sale.scss */


/* begin: ../../blocks.05-project/tag-select/tag-select.scss */
.tag-select {
  background: #fff;
  box-shadow: 0 0 30px rgba(173, 173, 173, 0.5);
  border-radius: 30px;
  min-width: 179px;
  position: relative;
}

.tag-select:before, .tag-select:after {
  content: " ";
  display: table;
}

.tag-select:after {
  clear: both;
}

@media (max-width: 991px) {
  .tag-select {
    margin-bottom: 15px;
  }
}
/* end: ../../blocks.05-project/tag-select/tag-select.scss */


/* begin: ../../blocks.05-project/tag-select/__btn/tag-select__btn.scss */

/* end: ../../blocks.05-project/tag-select/__btn/tag-select__btn.scss */


/* begin: ../../blocks.05-project/search/_select/search_select.scss */
.search_select {
  padding-right: 0;
}

.search_select .search__input {
  box-shadow: 0 0 30px rgba(173, 173, 173, 0.5);
  border-radius: 17px 18px 18px 17px/17px 17px 18px 18px;
  background: #fff;
  height: 35px;
  font-size: 14px;
  padding: 7px 30px 7px 20px;
}

.search_select .search__btn {
  top: 8px;
  right: 8px;
}

@media (max-width: 991px) {
  .search_select {
    margin-bottom: 15px;
  }
}
/* end: ../../blocks.05-project/search/_select/search_select.scss */


/* begin: ../../blocks.05-project/share-link/share-link.scss */
.share-link {
  position: relative;
  padding-right: 49px;
  font-weight: 300;
  text-align: right;
  padding-top: 8px;
  display: block;
  color: #383838;
}

.share-link:before {
  content: '';
  position: absolute;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/icons/share.png");
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
}
/* end: ../../blocks.05-project/share-link/share-link.scss */


/* begin: ../../blocks.05-project/collapse/_selection/collapse_selection.scss */
.collapse_selection {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .collapse_selection {
    margin-top: -15px;
  }
}
/* end: ../../blocks.05-project/collapse/_selection/collapse_selection.scss */


/* begin: ../../blocks.05-project/block/_collapse/block_collapse.scss */
.block_collapse {
  padding-top: 40px;
  padding-bottom: 0;
}
/* end: ../../blocks.05-project/block/_collapse/block_collapse.scss */


/* begin: ../../blocks.04-common/nav-tabs/__link/nav-tabs__link.scss */

/* end: ../../blocks.04-common/nav-tabs/__link/nav-tabs__link.scss */


/* begin: ../../blocks.05-project/nav-tabs/__link/nav-tabs__link.scss */
.nav-tabs__link {
  padding: 13px 24px;
  font-size: 18px;
  color: #000;
}

@media (max-width: 991px) {
  .nav-tabs__link {
    font-size: 14px;
    padding: 8px 12px;
  }
}

@media (max-width: 767px) {
  .nav-tabs__link {
    font-size: 10px;
  }
}
/* end: ../../blocks.05-project/nav-tabs/__link/nav-tabs__link.scss */


/* begin: ../../blocks.04-common/nav-tabs/__item/nav-tabs__item.scss */

/* end: ../../blocks.04-common/nav-tabs/__item/nav-tabs__item.scss */


/* begin: ../../blocks.05-project/nav-tabs/__item/nav-tabs__item.scss */

/* end: ../../blocks.05-project/nav-tabs/__item/nav-tabs__item.scss */


/* begin: ../../blocks.05-project/select-mobile/select-mobile.scss */
.select-mobile {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .select-mobile {
    display: none;
  }
}

.select-mobile__title {
  color: #fff;
  margin-bottom: 6px;
  padding-left: 4px;
}

.select-mobile__option {
  background: #383838;
}

.select-mobile__option[selected] {
  color: #ef0e29;
}

.select-mobile__select {
  background: transparent;
  border: none;
}

@media (max-width: 767px) {
  .select-mobile__select {
    display: block;
  }
}

.select-mobile_light .select-mobile__title {
  color: #383838;
}

.select-mobile_light .select-mobile__option {
  background: #fff;
}
/* end: ../../blocks.05-project/select-mobile/select-mobile.scss */


/* begin: ../../blocks.04-common/tab-content/tab-content.scss */

/* end: ../../blocks.04-common/tab-content/tab-content.scss */


/* begin: ../../blocks.05-project/tab-content/tab-content.scss */
.tab-content {
  box-shadow: 0 0 29px 1px rgba(0, 0, 0, 0.31);
  background: #fff;
  z-index: 1;
  position: relative;
  padding-top: 50px;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
/* end: ../../blocks.05-project/tab-content/tab-content.scss */


/* begin: ../../blocks.05-project/tab-content/_selection/tab-content_selection.scss */
.tab-content_selection {
  background: transparent;
  border-top: 1px solid #c5c6c5;
  box-shadow: none;
}

.tab-content_selection .container {
  position: relative;
}
/* end: ../../blocks.05-project/tab-content/_selection/tab-content_selection.scss */


/* begin: ../../blocks.05-project/az-nav/__item/az-nav__item.scss */
.az-nav__item {
  padding: 2px 7px;
  display: block;
}

.az-nav__item:hover, .az-nav__item:focus {
  text-decoration: none;
}
/* end: ../../blocks.05-project/az-nav/__item/az-nav__item.scss */


/* begin: ../../blocks.05-project/selection-block/selection-block.scss */
.selection-block {
  position: relative;
}
/* end: ../../blocks.05-project/selection-block/selection-block.scss */


/* begin: ../../blocks.05-project/selection-block/__link/selection-block__link.scss */
.selection-block__link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.selection-block__link:hover, .selection-block__link:focus {
  text-decoration: underline;
  color: #ef0e29;
}
/* end: ../../blocks.05-project/selection-block/__link/selection-block__link.scss */


/* begin: ../../blocks.05-project/selection-block/__letter-item/selection-block__letter-item.scss */
.selection-block__letter-item {
  margin-bottom: 5px;
}

.selection-block__letter-item_primary {
  border-radius: 12px;
  color: #d00;
  position: relative;
}

.selection-block__letter-item_primary:before {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  left: -5px;
  right: 0;
  top: 0;
  bottom: -1px;
  border-radius: 11px;
  z-index: -1;
}

@media (max-width: 991px) {
  .selection-block__letter-item_primary:before {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .selection-block__letter-item_primary:before {
    left: -8px;
    right: 0px;
    max-width: 100%;
  }
}

.selection-block__letter-item_primary:after {
  content: "\f111";
  font: normal normal normal 13px/1 FontAwesome;
  position: absolute;
  right: 7px;
  top: 4px;
}

@media (max-width: 991px) {
  .selection-block__letter-item_primary:after {
    left: 224px;
  }
}

@media (max-width: 767px) {
  .selection-block__letter-item_primary:after {
    right: 13px;
    left: auto;
  }
}

.selection-block__letter-item_primary a {
  color: #ef0e29;
}
/* end: ../../blocks.05-project/selection-block/__letter-item/selection-block__letter-item.scss */


/* begin: ../../blocks.05-project/selection-block/__row-letter/selection-block__row-letter.scss */
.selection-block__row-letter {
  position: relative;
  margin-bottom: 37px;
}
/* end: ../../blocks.05-project/selection-block/__row-letter/selection-block__row-letter.scss */


/* begin: ../../blocks.05-project/selection-block/__title-list/selection-block__title-list.scss */
.selection-block__title-list {
  font-size: 36px;
  font-family: inherit;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
  color: #ef0e29;
}
/* end: ../../blocks.05-project/selection-block/__title-list/selection-block__title-list.scss */


/* begin: ../../blocks.05-project/selection-block/__letter-list/selection-block__letter-list.scss */
.selection-block__letter-list {
  list-style: none;
  padding-left: 0;
  margin-left: 99px;
  padding-top: 10px;
  margin-right: 80px;
}

.selection-block__letter-list .selection-block__letter-item {
  display: inline-block;
  width: 15%;
  margin: 0.5%;
}

@media (max-width: 1199px) {
  .selection-block__letter-list .selection-block__letter-item {
    width: 23%;
  }
}

@media (max-width: 991px) {
  .selection-block__letter-list .selection-block__letter-item {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .selection-block__letter-list {
    margin-left: 75px;
    margin-right: 20px;
  }
  .selection-block__letter-list .selection-block__letter-item {
    width: 100%;
    margin: 4px 0;
  }
}
/* end: ../../blocks.05-project/selection-block/__letter-list/selection-block__letter-list.scss */


/* begin: ../../blocks.05-project/selection-block/__vertical-letter/selection-block__vertical-letter.scss */
.selection-block__vertical-letter {
  position: absolute;
  right: 0;
  top: 13px;
  width: 67px;
  background: #383838;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .selection-block__vertical-letter {
    display: none;
  }
}

.selection-block__vertical-letter .selection-block__letter-item_primary:after {
  left: auto;
}
/* end: ../../blocks.05-project/selection-block/__vertical-letter/selection-block__vertical-letter.scss */


/* begin: ../../blocks.05-project/selection-block/__vertical-item/selection-block__vertical-item.scss */
.selection-block__vertical-item {
  position: relative;
}

.selection-block__vertical-item:hover .selection-block__vertical-menu {
  display: block;
}
/* end: ../../blocks.05-project/selection-block/__vertical-item/selection-block__vertical-item.scss */


/* begin: ../../blocks.05-project/selection-block/__vertical-title/selection-block__vertical-title.scss */
.selection-block__vertical-title {
  text-align: center;
  padding: 8px 5px 8px 5px;
  background: transparent;
  cursor: pointer;
  line-height: 1;
}

.selection-block__vertical-title:hover {
  background: #ef0e29;
}
/* end: ../../blocks.05-project/selection-block/__vertical-title/selection-block__vertical-title.scss */


/* begin: ../../blocks.05-project/selection-block/__vertical-menu/selection-block__vertical-menu.scss */
.selection-block__vertical-menu {
  position: absolute;
  right: 100%;
  width: 228px;
  padding: 24px 15px 24px 30px;
  display: none;
  top: -4px;
  background: #383838;
  border-radius: 10px 0px 0px 10px;
  list-style: none;
  box-shadow: inset -14px 0px 27px -15px rgba(0, 0, 0, 0.79), -7px 0px 20px -7px rgba(0, 0, 0, 0.5);
}

.selection-block__vertical-menu:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.selection-block__vertical-menu_two-column .selection-block__letter-item {
  width: 48%;
  display: inline-block;
}

.selection-block__vertical-menu_two-column {
  width: 400px;
}
/* end: ../../blocks.05-project/selection-block/__vertical-menu/selection-block__vertical-menu.scss */


/* begin: ../../blocks.05-project/blog-preview-line/blog-preview-line.scss */
.blog-preview-line {
  margin-bottom: 30px;
}

.blog-preview-line:before, .blog-preview-line:after {
  content: " ";
  display: table;
}

.blog-preview-line:after {
  clear: both;
}

@media (max-width: 991px) {
  .blog-preview-line {
    border-bottom: 1px solid #ddd;
    padding-bottom: 21px;
    margin-bottom: 25px;
  }
}
/* end: ../../blocks.05-project/blog-preview-line/blog-preview-line.scss */


/* begin: ../../blocks.05-project/blog-preview-line/__img-wrap/blog-preview-line__img-wrap.scss */
.blog-preview-line__img-wrap {
  float: left;
  width: 42.6%;
  position: relative;
  min-height: 230selectpx;
  display: block;
  max-width: 360px;
}

@media (max-width: 991px) {
  .blog-preview-line__img-wrap {
    width: 100%;
    float: none;
    margin: 0 auto 15px;
    max-width: 360px;
  }
}
/* end: ../../blocks.05-project/blog-preview-line/__img-wrap/blog-preview-line__img-wrap.scss */


/* begin: ../../blocks.05-project/blog-preview-line/__img-wrap/_shadow/blog-preview-line__img-wrap_shadow.scss */
.blog-preview-line__img-wrap_shadow:before {
  content: '';
  display: block;
  position: absolute;
  height: 90px;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}
/* end: ../../blocks.05-project/blog-preview-line/__img-wrap/_shadow/blog-preview-line__img-wrap_shadow.scss */


/* begin: ../../blocks.05-project/blog-preview-line/__label/blog-preview-line__label.scss */
.blog-preview-line__label {
  position: absolute;
  background: #ef0e29;
  color: #fff;
  border-radius: 0 20px 20px 0;
  padding: 11px 21px;
  bottom: 17px;
  line-height: 1;
  white-space: nowrap;
}
/* end: ../../blocks.05-project/blog-preview-line/__label/blog-preview-line__label.scss */


/* begin: ../../blocks.05-project/blog-preview-line/__img/blog-preview-line__img.scss */
.blog-preview-line__img {
  overflow: hidden;
  border-radius: 10px;
  margin: auto;
  min-height: 200px;
}
/* end: ../../blocks.05-project/blog-preview-line/__img/blog-preview-line__img.scss */


/* begin: ../../blocks.05-project/blog-preview-line/__content/blog-preview-line__content.scss */
.blog-preview-line__content {
  float: left;
  width: 57.4%;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 991px) {
  .blog-preview-line__content {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
/* end: ../../blocks.05-project/blog-preview-line/__content/blog-preview-line__content.scss */


/* begin: ../../blocks.05-project/blog-preview-line/__title/blog-preview-line__title.scss */
.blog-preview-line__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #2f2f2f;
  margin-top: -3px;
  display: block;
}

.blog-preview-line__title:hover, .blog-preview-line__title:focus {
  text-decoration: none;
}
/* end: ../../blocks.05-project/blog-preview-line/__title/blog-preview-line__title.scss */


/* begin: ../../blocks.05-project/blog-preview-line/__title/_date/blog-preview-line__title_date.scss */
.blog-preview-line__title_date {
  padding-right: 95px;
}
/* end: ../../blocks.05-project/blog-preview-line/__title/_date/blog-preview-line__title_date.scss */


/* begin: ../../blocks.05-project/blog-preview-line/__date/blog-preview-line__date.scss */
.blog-preview-line__date {
  position: absolute;
  right: 0;
  top: 0;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: bold;
}
/* end: ../../blocks.05-project/blog-preview-line/__date/blog-preview-line__date.scss */


/* begin: ../../blocks.05-project/tag-list/__label/tag-list__label.scss */
.tag-list__label {
  color: #a7a7a7;
  font-family: inherit;
  padding-top: 3px;
  padding-right: 10px;
  display: inline-block;
}
/* end: ../../blocks.05-project/tag-list/__label/tag-list__label.scss */


/* begin: ../../blocks.05-project/blog-preview-line/__text/blog-preview-line__text.scss */
.blog-preview-line__text {
  font-weight: 300;
  margin-bottom: 15px;
}
/* end: ../../blocks.05-project/blog-preview-line/__text/blog-preview-line__text.scss */


/* begin: ../../blocks.05-project/blog-preview-line/__readmore/blog-preview-line__readmore.scss */
.blog-preview-line__readmore {
  text-decoration: underline;
}

.blog-preview-line__readmore:hover, .blog-preview-line__readmore:focus {
  text-decoration: none;
}
/* end: ../../blocks.05-project/blog-preview-line/__readmore/blog-preview-line__readmore.scss */


/* begin: ../../blocks.05-project/pagination/__prev/pagination__prev.scss */
.pagination__prev > .pagination__link {
  padding: 1px 6px 1px 0px;
}

@media (max-width: 767px) {
  .pagination__prev > .pagination__link {
    margin: 0 5px;
  }
}

.pagination__prev i {
  display: none;
}

@media (max-width: 767px) {
  .pagination__prev span {
    display: none;
  }
  .pagination__prev i {
    display: block;
    margin-top: 2px;
  }
}
/* end: ../../blocks.05-project/pagination/__prev/pagination__prev.scss */


/* begin: ../../blocks.05-project/pagination/__next/pagination__next.scss */
.pagination__next > .pagination__link {
  padding: 1px 0px 1px 6px;
}

@media (max-width: 767px) {
  .pagination__next > .pagination__link {
    margin: 0 5px;
  }
}

.pagination__next i {
  display: none;
}

@media (max-width: 767px) {
  .pagination__next span {
    display: none;
  }
  .pagination__next i {
    display: block;
    margin-top: 2px;
  }
}
/* end: ../../blocks.05-project/pagination/__next/pagination__next.scss */


/* begin: ../../blocks.05-project/share/share.scss */
@media (max-width: 1199px) {
  .share {
    margin-bottom: 15px;
    margin-left: 0;
  }
}
/* end: ../../blocks.05-project/share/share.scss */


/* begin: ../../blocks.05-project/share/_right/share_right.scss */

/* end: ../../blocks.05-project/share/_right/share_right.scss */


/* begin: ../../blocks.05-project/share/__title/share__title.scss */
.share__title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
}
/* end: ../../blocks.05-project/share/__title/share__title.scss */


/* begin: ../../blocks.05-project/share/__control/share__control.scss */
.share__control {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  padding-bottom: 6px;
}
/* end: ../../blocks.05-project/share/__control/share__control.scss */


/* begin: ../../blocks.04-common/social-likes/social-likes.scss */
.social-likes {
  line-height: 1.9;
  letter-spacing: 0.3em;
}

.social-likes:before, .social-likes:after {
  content: " ";
  display: table;
}

.social-likes:after {
  clear: both;
}

@media (min-width: 768px) {
  .social-likes {
    white-space: nowrap;
  }
}
/* end: ../../blocks.04-common/social-likes/social-likes.scss */


/* begin: ../../blocks.04-common/social-likes/__button/social-likes__button.scss */
.social-likes__button {
  min-width: 0px;
  display: inline-block;
  text-align: center;
}

@media (min-width: 768px) {
  .social-likes__button {
    min-width: 20px;
  }
}
/* end: ../../blocks.04-common/social-likes/__button/social-likes__button.scss */


/* begin: ../../blocks.04-common/social-likes/__counter/social-likes__counter.scss */
.social-likes__counter {
  line-height: 1;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .social-likes__counter {
    padding-left: 10px;
    margin-left: 10px;
    padding-right: 10px;
  }
}

.social-likes__counter_empty, .social-likes__counter:empty {
  display: none;
}
/* end: ../../blocks.04-common/social-likes/__counter/social-likes__counter.scss */


/* begin: ../../blocks.04-common/social-likes/__icon/social-likes__icon.scss */
.social-likes__icon {
  font-family: 'FontAwesome';
  font-size: 16px;
}

.social-likes__icon:before {
  display: block;
  width: 32px;
  line-height: 32px;
  height: 32px;
}

.social-likes__icon_vkontakte:before {
  content: "\f189";
}

.social-likes__icon_facebook:before {
  content: "\f09a";
}

.social-likes__icon_plusone:before {
  content: "\f0d5";
}

.social-likes__icon_twitter:before {
  content: "\f099";
}

.social-likes__icon_odnoklassniki:before {
  content: "\f263";
}
/* end: ../../blocks.04-common/social-likes/__icon/social-likes__icon.scss */


/* begin: ../../blocks.04-common/social-likes/__widget/social-likes__widget.scss */
.social-likes__widget {
  letter-spacing: normal;
  cursor: pointer;
  background-color: #ef0e29;
  border-radius: 100px;
  white-space: nowrap;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  margin: 0 2px;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  box-shadow: 0 0 2px #c70026;
  transition: 0.35s ease;
}

.social-likes__widget:hover, .social-likes__widget:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #000;
  box-shadow: 0 0 2px black;
}
/* end: ../../blocks.04-common/social-likes/__widget/social-likes__widget.scss */


/* begin: ../../blocks.05-project/soc-likes/soc-likes.scss */
.soc-likes {
  display: inline-block;
}

.soc-likes__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  max-width: 95px;
}

.soc-likes__item #vk_like {
  max-width: 75px;
}
/* end: ../../blocks.05-project/soc-likes/soc-likes.scss */


/* begin: ../../blocks.05-project/share/__vk/share__vk.scss */
.share__vk {
  display: inline-block;
}

@media (max-width: 380px) {
  .share__vk {
    margin-left: 0;
  }
}
/* end: ../../blocks.05-project/share/__vk/share__vk.scss */


/* begin: ../../blocks.05-project/tag-select/__delete/tag-select__delete.scss */
.tag-select__delete {
  position: absolute;
  color: #ef0e29;
  width: 15px;
  height: 15px;
  left: 12px;
  top: 8px;
}
/* end: ../../blocks.05-project/tag-select/__delete/tag-select__delete.scss */


/* begin: ../../blocks.05-project/tag-select/__now/tag-select__now.scss */
.tag-select__now {
  float: left;
  width: 50%;
  padding-left: 31px;
  padding-top: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* end: ../../blocks.05-project/tag-select/__now/tag-select__now.scss */


/* begin: ../../blocks.05-project/sidebar-menu/__link/_active/sidebar-menu__link_active.scss */
.sidebar-menu__link_active {
  color: #ef0e29;
}
/* end: ../../blocks.05-project/sidebar-menu/__link/_active/sidebar-menu__link_active.scss */


/* begin: ../../blocks.05-project/collapse/_open/collapse_open.scss */
.collapse_open {
  display: block !important;
  height: auto !important;
  overflow: hidden !important;
}
/* end: ../../blocks.05-project/collapse/_open/collapse_open.scss */


/* begin: ../../blocks.05-project/smart-filter-all-reset/smart-filter-all-reset.scss */
.smart-filter-all-reset {
  margin-top: 7px;
  display: inline-block;
}
/* end: ../../blocks.05-project/smart-filter-all-reset/smart-filter-all-reset.scss */


/* begin: ../../blocks.05-project/sidebar/_smart-filter/sidebar_smart-filter.scss */
.sidebar_smart-filter {
  background: #383838;
}
/* end: ../../blocks.05-project/sidebar/_smart-filter/sidebar_smart-filter.scss */


/* begin: ../../blocks.05-project/smart-filter/__count/smart-filter__count.scss */
.smart-filter__count {
  color: #fff;
  font-size: 80%;
  margin-left: 8px;
}
/* end: ../../blocks.05-project/smart-filter/__count/smart-filter__count.scss */


/* begin: ../../blocks.05-project/smart-filter/__popover/smart-filter__popover.scss */
.smart-filter__popover {
  background: #383838;
  margin-top: -15px;
}

@media (max-width: 767px) {
  .smart-filter__popover.popover {
    background: none;
    position: static;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    border: none;
    display: block;
  }
  .smart-filter__popover.popover.right {
    margin-left: 0px;
  }
  .smart-filter__popover.popover > .arrow {
    display: none;
  }
  .smart-filter__popover .popover-content {
    padding-left: 0;
  }
}
/* end: ../../blocks.05-project/smart-filter/__popover/smart-filter__popover.scss */


/* begin: ../../blocks.05-project/smart-filter/__item/smart-filter__item.scss */
.smart-filter__item {
  color: #fff;
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #606060;
}

.smart-filter__item:last-child {
  border: 0;
  margin: 10px;
}
/* end: ../../blocks.05-project/smart-filter/__item/smart-filter__item.scss */


/* begin: ../../blocks.05-project/smart-filter/__reset/smart-filter__reset.scss */
.smart-filter__reset {
  float: right;
  font-size: 12px;
  color: #ef0e29;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding-top: 4px;
}

.smart-filter__reset:hover, .smart-filter__reset:focus {
  color: #fff;
  text-decoration: underline;
}
/* end: ../../blocks.05-project/smart-filter/__reset/smart-filter__reset.scss */


/* begin: ../../blocks.05-project/smart-filter/__title/smart-filter__title.scss */
.smart-filter__title {
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 21px;
}
/* end: ../../blocks.05-project/smart-filter/__title/smart-filter__title.scss */


/* begin: ../../blocks.02-plugins/perfect-scrollbar/perfect-scrollbar.scss */
.ps-container {
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: #555;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #555;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #ef0e29;
  height: 11px;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #555;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #ef0e29;
  width: 6px;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0.9;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #ef0e29;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out,
  border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0.9;
  transition: background-color .2s linear, opacity .2s linear;
  right: 1;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #ef0e29;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out,
  border-radius .2s ease-in-out;
  right: 0px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 6px;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #555;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #ef0e29;
  height: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #555;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #ef0e29;
  width: 6px;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #555;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #ef0e29;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #555;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #ef0e29;
}
/* end: ../../blocks.02-plugins/perfect-scrollbar/perfect-scrollbar.scss */


/* begin: ../../blocks.04-common/filter-slider/__label-wrap/filter-slider__label-wrap.scss */
.filter-slider__label-wrap:before, .filter-slider__label-wrap:after {
  content: " ";
  display: table;
}

.filter-slider__label-wrap:after {
  clear: both;
}
/* end: ../../blocks.04-common/filter-slider/__label-wrap/filter-slider__label-wrap.scss */


/* begin: ../../blocks.04-common/filter-slider/__label/filter-slider__label.scss */
.filter-slider__label {
  width: 48%;
  float: left;
  text-align: center;
  border: 1px solid #606060;
  border-radius: 30px;
  padding: 3px 5px;
  color: #606060;
}

@media (max-width: 1199px) {
  .filter-slider__label {
    font-size: 11px;
  }
}

.filter-slider__label + .filter-slider__label {
  margin-left: 4%;
}
/* end: ../../blocks.04-common/filter-slider/__label/filter-slider__label.scss */


/* begin: ../../blocks.04-common/filter-slider/__input-min/filter-slider__input-min.scss */
.filter-slider__input-min {
  display: inline-block;
  padding: 0px 2px 0px 10px;
  width: 80%;
  text-align: left;
  border: none;
  background: none;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .filter-slider__input-min {
    padding-left: 6px;
  }
}

.filter-slider__input-min::-webkit-input-placeholder {
  color: #fff;
}

.filter-slider__input-min::-moz-placeholder {
  color: #fff;
}

.filter-slider__input-min:-moz-placeholder {
  color: #fff;
}

.filter-slider__input-min:-ms-input-placeholder {
  color: #fff;
}

.filter-slider__input-min:-ms-input-placeholder {
  color: #fff;
}

.filter-slider__input-min::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-min::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-min:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-min:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-min:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-min:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-min:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-min:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-min:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-min:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* end: ../../blocks.04-common/filter-slider/__input-min/filter-slider__input-min.scss */


/* begin: ../../blocks.04-common/filter-slider/__input-max/filter-slider__input-max.scss */
.filter-slider__input-max {
  display: inline-block;
  padding: 0px 2px 0px 10px;
  width: 80%;
  text-align: left;
  border: none;
  background: none;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .filter-slider__input-max {
    padding-left: 6px;
  }
}

.filter-slider__input-max::-webkit-input-placeholder {
  color: #fff;
}

.filter-slider__input-max::-moz-placeholder {
  color: #fff;
}

.filter-slider__input-max:-moz-placeholder {
  color: #fff;
}

.filter-slider__input-max:-ms-input-placeholder {
  color: #fff;
}

.filter-slider__input-max:-ms-input-placeholder {
  color: #fff;
}

.filter-slider__input-max::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-max::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-max:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-max:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-max:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-max:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-max:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-max:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-max:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter-slider__input-max:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* end: ../../blocks.04-common/filter-slider/__input-max/filter-slider__input-max.scss */


/* begin: ../../blocks.04-common/filter-slider/__slider/filter-slider__slider.scss */
.filter-slider__slider {
  margin-bottom: 32px;
  margin-top: 23px;
}

.filter-slider__slider.ui-slider-horizontal {
  height: 3px;
  border: none;
  background: #464646;
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
}

.filter-slider__slider.ui-slider-horizontal .ui-slider-range {
  background: #ef0e29;
}

.filter-slider__slider.ui-slider-horizontal .ui-slider-handle {
  outline: none;
  background: #ef0e29;
  width: 6px;
  height: 25px;
  margin-left: -3px;
  top: -11px;
  border: none;
}

.filter-slider__slider.ui-slider-horizontal .ui-slider-handle:active {
  background: #ef0e29;
}
/* end: ../../blocks.04-common/filter-slider/__slider/filter-slider__slider.scss */


/* begin: ../../blocks.05-project/list-color/list-color.scss */
.list-color {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: -7px;
}

.list-color:before, .list-color:after {
  content: " ";
  display: table;
}

.list-color:after {
  clear: both;
}
/* end: ../../blocks.05-project/list-color/list-color.scss */


/* begin: ../../blocks.05-project/list-color/__input/list-color__input.scss */
.list-color__input {
  opacity: 0;
  position: absolute;
}
/* end: ../../blocks.05-project/list-color/__input/list-color__input.scss */


/* begin: ../../blocks.05-project/list-color/__item/list-color__item.scss */
.list-color__item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  float: left;
  margin: 7px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.4s ease;
  cursor: pointer;
}

.list-color__item:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 5px;
  top: 5px;
  background: transparent;
  box-shadow: inset 0px 2px 7px 1px transparent;
  transition: all 0.3s ease;
}

.list-color__item:hover {
  box-shadow: 0 0 18px #282828;
}
/* end: ../../blocks.05-project/list-color/__item/list-color__item.scss */


/* begin: ../../blocks.05-project/list-color/__item/_checked/list-color__item_checked.scss */
.list-color__item_checked {
  box-shadow: 0px 4px 18px 1px #000;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.list-color__item_checked:before {
  background: #383838;
  box-shadow: inset 0px 2px 7px 1px #000;
}

.list-color__item_checked:hover {
  box-shadow: 0px 4px 18px 1px #000;
}
/* end: ../../blocks.05-project/list-color/__item/_checked/list-color__item_checked.scss */


/* begin: ../../blocks.05-project/sidebar-easy/sidebar-easy.scss */
.sidebar-easy {
  padding-left: 22px;
  line-height: 1.23;
}
/* end: ../../blocks.05-project/sidebar-easy/sidebar-easy.scss */


/* begin: ../../blocks.05-project/catalog-img-link/catalog-img-link.scss */
.catalog-img-link {
  display: block;
  margin-bottom: 21px;
  border-radius: 10px;
  overflow: hidden;
}
/* end: ../../blocks.05-project/catalog-img-link/catalog-img-link.scss */


/* begin: ../../blocks.05-project/catalog-control/catalog-control.scss */
.catalog-control {
  font-size: 13px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 7px;
  margin-bottom: 46px;
}

.catalog-control:before, .catalog-control:after {
  content: " ";
  display: table;
}

.catalog-control:after {
  clear: both;
}

@media (max-width: 767px) {
  .catalog-control {
    margin-bottom: 15px;
  }
}
/* end: ../../blocks.05-project/catalog-control/catalog-control.scss */


/* begin: ../../blocks.05-project/catalog-control/__left/catalog-control__left.scss */
.catalog-control__left {
  float: left;
}

@media (max-width: 991px) {
  .catalog-control__left {
    float: none;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .catalog-control__left {
    text-align: center;
    margin-bottom: 15px;
  }
}
/* end: ../../blocks.05-project/catalog-control/__left/catalog-control__left.scss */


/* begin: ../../blocks.05-project/catalog-control/__label/catalog-control__label.scss */
.catalog-control__label {
  color: #a7a7a7;
}
/* end: ../../blocks.05-project/catalog-control/__label/catalog-control__label.scss */


/* begin: ../../blocks.05-project/catalog-control/__sorting/catalog-control__sorting.scss */
.catalog-control__sorting {
  font-weight: bold;
  display: inline-block;
  color: #ef0e29;
  text-decoration: none;
}

.catalog-control__sorting:hover, .catalog-control__sorting:focus {
  text-decoration: none;
}
/* end: ../../blocks.05-project/catalog-control/__sorting/catalog-control__sorting.scss */


/* begin: ../../blocks.05-project/catalog-control/__right/catalog-control__right.scss */
.catalog-control__right {
  float: right;
}

@media (max-width: 991px) {
  .catalog-control__right {
    float: none;
  }
}

@media (max-width: 767px) {
  .catalog-control__right {
    text-align: center;
  }
}
/* end: ../../blocks.05-project/catalog-control/__right/catalog-control__right.scss */


/* begin: ../../blocks.05-project/article/_catalog/article_catalog.scss */
.article_catalog {
  margin-top: 32px;
  margin-bottom: 82px;
}

.article_catalog p {
  margin-top: 0;
  margin-bottom: 24px;
}
/* end: ../../blocks.05-project/article/_catalog/article_catalog.scss */


/* begin: ../../blocks.05-project/article/__title/article__title.scss */
.article__title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 25px;
  color: #363636;
}
/* end: ../../blocks.05-project/article/__title/article__title.scss */


/* begin: ../../blocks.05-project/readmore-link/readmore-link.scss */
.readmore-link {
  text-decoration: underline;
  color: #ef0e29;
  border: none;
  background: none;
  display: inline;
  padding: 0;
}

.readmore-link:hover {
  text-decoration: none;
}
/* end: ../../blocks.05-project/readmore-link/readmore-link.scss */


/* begin: ../../blocks.04-common/modal/__close/modal__close.scss */

/* end: ../../blocks.04-common/modal/__close/modal__close.scss */


/* begin: ../../blocks.05-project/modal/__close/modal__close.scss */
.modal__close {
  position: absolute;
  cursor: pointer;
  z-index: 12;
  border: none;
  background: transparent url("/local/templates/main/bem/pages/_merged/../../../images/quick-view/close.png") no-repeat center;
  width: 30px;
  height: 30px;
  right: 14px;
  top: 11px;
}
/* end: ../../blocks.05-project/modal/__close/modal__close.scss */


/* begin: ../../blocks.05-project/quick-view/__left/quick-view__left.scss */
.quick-view__left {
  position: absolute;
  height: 100%;
  width: 77px;
  right: 100%;
  top: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/quick-view/left.png") no-repeat center center;
}

.quick-view__left:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .quick-view__left {
    left: 0px;
    right: auto;
    width: 20px;
    background-size: contain;
  }
}
/* end: ../../blocks.05-project/quick-view/__left/quick-view__left.scss */


/* begin: ../../blocks.05-project/quick-view/__right/quick-view__right.scss */
.quick-view__right {
  position: absolute;
  height: 100%;
  width: 77px;
  left: 100%;
  top: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/quick-view/right.png") no-repeat center center;
}

.quick-view__right:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .quick-view__right {
    right: 0px;
    left: auto;
    width: 20px;
    background-size: contain;
  }
}
/* end: ../../blocks.05-project/quick-view/__right/quick-view__right.scss */


/* begin: ../../blocks.05-project/quick-view/__col/quick-view__col.scss */
.quick-view__col {
  float: left;
}
/* end: ../../blocks.05-project/quick-view/__col/quick-view__col.scss */


/* begin: ../../blocks.05-project/quick-view/__col/_for/quick-view__col_for.scss */
.quick-view__col_for_slider {
  width: 56%;
}

@media (max-width: 991px) {
  .quick-view__col_for_slider {
    width: 100%;
  }
}

.quick-view__col_for_control {
  width: 44%;
}

@media (max-width: 991px) {
  .quick-view__col_for_control {
    width: 100%;
  }
}
/* end: ../../blocks.05-project/quick-view/__col/_for/quick-view__col_for.scss */


/* begin: ../../blocks.02-plugins/lightbox2/lightbox2.scss */
/* Preload images */
body:after {
  content: url(/local/templates/main/bem/pages/_merged/../../blocks.02-plugins/lightbox2/img/close.png) url(/local/templates/main/bem/pages/_merged/../../blocks.02-plugins/lightbox2/img/loading.gif) url(/local/templates/main/bem/pages/_merged/../../blocks.02-plugins/lightbox2/img/prev.png) url(/local/templates/main/bem/pages/_merged/../../blocks.02-plugins/lightbox2/img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/local/templates/main/bem/pages/_merged/../../blocks.02-plugins/lightbox2/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/local/templates/main/bem/pages/_merged/../../blocks.02-plugins/lightbox2/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/local/templates/main/bem/pages/_merged/../../blocks.02-plugins/lightbox2/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/local/templates/main/bem/pages/_merged/../../blocks.02-plugins/lightbox2/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* end: ../../blocks.02-plugins/lightbox2/lightbox2.scss */


/* begin: ../../blocks.02-plugins/zoomsl/zoomsl.scss */
.zoomContainer {
  z-index: 0;
}

.zoomWindow {
  border-radius: 10px;
  z-index: 10001 !important;
}
/* end: ../../blocks.02-plugins/zoomsl/zoomsl.scss */


/* begin: ../../blocks.05-project/slider-quick-view/__big/slider-quick-view__big.scss */
.slider-quick-view__big {
  max-width: 100%;
  border-radius: 10px;
  margin-left: 67px;
}

.slider-quick-view__big img {
  border-radius: 10px;
}
/* end: ../../blocks.05-project/slider-quick-view/__big/slider-quick-view__big.scss */


/* begin: ../../blocks.05-project/slider-quick-view/__item/slider-quick-view__item.scss */
.slider-quick-view__item {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  min-height: 230px;
  width: 100%;
  position: absolute;
  opacity: 0;
}

.slider-quick-view__item img {
  border-radius: 10px;
}

.slick-initialized .slider-quick-view__item {
  opacity: 1;
  min-height: 230px;
  position: relative;
}
/* end: ../../blocks.05-project/slider-quick-view/__item/slider-quick-view__item.scss */


/* begin: ../../blocks.05-project/slider-quick-view/__nav/slider-quick-view__nav.scss */
.slider-quick-view__nav {
  width: 53px;
  position: absolute;
  left: 0;
  top: 0;
}
/* end: ../../blocks.05-project/slider-quick-view/__nav/slider-quick-view__nav.scss */


/* begin: ../../blocks.05-project/slider-quick-view/__nav-item/slider-quick-view__nav-item.scss */
.slider-quick-view__nav-item {
  height: 81px;
  width: 68px;
  margin-bottom: 9px;
  cursor: pointer;
  position: absolute;
  opacity: 0;
}

.slider-quick-view__nav-item img {
  border-radius: 8px;
  width: 100%;
}

.slick-initialized .slider-quick-view__nav-item {
  opacity: 1;
  position: relative;
}
/* end: ../../blocks.05-project/slider-quick-view/__nav-item/slider-quick-view__nav-item.scss */


/* begin: ../../blocks.05-project/product-control/product-control.scss */
.product-control {
  padding: 20px 31px;
  background: #fff;
  border-radius: 10px;
}
/* end: ../../blocks.05-project/product-control/product-control.scss */


/* begin: ../../blocks.05-project/product-control/__size-radio/product-control__size-radio.scss */
.product-control__size-radio {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
/* end: ../../blocks.05-project/product-control/__size-radio/product-control__size-radio.scss */


/* begin: ../../blocks.05-project/product-control/_quick-view/product-control_quick-view.scss */
.product-control_quick-view {
  margin: 0 0px 0px 31px;
  padding: 20px 31px 20px 0px;
}

.product-control_quick-view .product-control__size {
  margin-bottom: 14px;
  margin-top: 6px;
}

.product-control_quick-view .product-control__price {
  margin-top: 2px;
  margin-left: -2px;
  margin-bottom: 15px;
}

.product-control_quick-view .product-control__favorites {
  margin-top: 24px;
}
/* end: ../../blocks.05-project/product-control/_quick-view/product-control_quick-view.scss */


/* begin: ../../blocks.05-project/product-control/__title/product-control__title.scss */
.product-control__title {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.1;
  margin-bottom: 12px;
}
/* end: ../../blocks.05-project/product-control/__title/product-control__title.scss */


/* begin: ../../blocks.05-project/product-control/__last-in-stock/product-control__last-in-stock.scss */
.product-control__last-in-stock {
  display: inline-block;
  font-size: 13px;
  padding: 2px 13px 1px 12px;
  margin-bottom: 11px;
  color: #fff;
  border-radius: 10px;
  font-weight: 300;
  background: #ef0e29;
}
/* end: ../../blocks.05-project/product-control/__last-in-stock/product-control__last-in-stock.scss */


/* begin: ../../blocks.05-project/product-control/__size-item/product-control__size-item.scss */
.product-control__size-item {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  min-width: 36px;
  text-align: center;
  background: #cfcfcf;
  border-radius: 30px;
  margin-right: 10px;
  padding: 4px 10px;
  line-height: 28px;
  color: #000;
  height: 36px;
  margin-bottom: 5px;
  cursor: pointer;
}
/* end: ../../blocks.05-project/product-control/__size-item/product-control__size-item.scss */


/* begin: ../../blocks.05-project/product-control/__size-item/_stock/product-control__size-item_stock.scss */
.product-control__size-item_stock {
  color: #fff;
  background: #00a651;
}
/* end: ../../blocks.05-project/product-control/__size-item/_stock/product-control__size-item_stock.scss */


/* begin: ../../blocks.05-project/product-control/__old-price/product-control__old-price.scss */
.product-control__old-price {
  font-size: 20px;
  color: #a7a7a7;
  line-height: 1;
}
/* end: ../../blocks.05-project/product-control/__old-price/product-control__old-price.scss */


/* begin: ../../blocks.05-project/product-control/__price/product-control__price.scss */
.product-control__price {
  font-size: 30px;
  color: #2f2f2f;
  line-height: 1;
  margin-top: -2px;
  margin-bottom: 22px;
}
/* end: ../../blocks.05-project/product-control/__price/product-control__price.scss */


/* begin: ../../blocks.05-project/product-control/__row-to-cart/product-control__row-to-cart.scss */
.product-control__row-to-cart:before, .product-control__row-to-cart:after {
  content: " ";
  display: table;
}

.product-control__row-to-cart:after {
  clear: both;
}
/* end: ../../blocks.05-project/product-control/__row-to-cart/product-control__row-to-cart.scss */


/* begin: ../../blocks.05-project/product-control/__favorites/product-control__favorites.scss */
.product-control__favorites {
  background: none;
  border: none;
  display: inline-block;
  margin-top: 15px;
  padding: 0 0 0 20px;
  position: relative;
}

.product-control__favorites:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-bottom: -2px;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/card/favorites.png") top center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 10;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  left: 0px;
}

.product-control__favorites:hover:before {
  background-position: bottom center;
}
/* end: ../../blocks.05-project/product-control/__favorites/product-control__favorites.scss */


/* begin: ../../blocks.05-project/product-control/__favorites/_active/product-control__favorites_active.scss */
.product-control__favorites_active:before {
  background-position: bottom center;
  -webkit-animation: productFavoritesActive 0.4s ease-in-out;
  animation: productFavoritesActive 0.4s ease-in-out;
}

@-webkit-keyframes productFavoritesActive {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes productFavoritesActive {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* end: ../../blocks.05-project/product-control/__favorites/_active/product-control__favorites_active.scss */


/* begin: ../../blocks.05-project/quick-view-info/quick-view-info.scss */
.quick-view-info {
  display: table;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 23px;
}
/* end: ../../blocks.05-project/quick-view-info/quick-view-info.scss */


/* begin: ../../blocks.05-project/quick-view-info/__row/quick-view-info__row.scss */
.quick-view-info__row {
  display: table-row;
}
/* end: ../../blocks.05-project/quick-view-info/__row/quick-view-info__row.scss */


/* begin: ../../blocks.05-project/quick-view-info/__col/quick-view-info__col.scss */
.quick-view-info__col {
  display: table-cell;
  padding-bottom: 5px;
}
/* end: ../../blocks.05-project/quick-view-info/__col/quick-view-info__col.scss */


/* begin: ../../blocks.05-project/quick-view-info/__col/_for/quick-view-info__col_for.scss */
.quick-view-info__col_for_label {
  padding-right: 11px;
  color: #7d7d7d;
}

.quick-view-info__col_for_info {
  color: #383838;
}
/* end: ../../blocks.05-project/quick-view-info/__col/_for/quick-view-info__col_for.scss */


/* begin: ../../blocks.05-project/article/_category/article_category.scss */
.article_category {
  margin-bottom: 30px;
}

.article_category p {
  margin-top: 0;
  margin-bottom: 24px;
}
/* end: ../../blocks.05-project/article/_category/article_category.scss */


/* begin: ../../blocks.05-project/category-block/category-block.scss */
.category-block {
  margin: 0 -13px 20px;
  text-align: left;
}

.category-block_fix {
  text-align: center;
}

@media (max-width: 1199px) {
  .category-block {
    margin: 0 -8px 20px;
  }
}

@media (max-width: 767px) {
  .category-block {
    margin: 0 -8px 0px;
  }
}
/* end: ../../blocks.05-project/category-block/category-block.scss */


/* begin: ../../blocks.05-project/category-item/category-item.scss */
.category-item {
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  display: block;
  box-shadow: 0px 0px 10px -3px #3e3e3e;
  transition: box-shadow 0.3s linear;
  display: inline-block;
  width: 165px;
  margin: 0 13px 30px;
  vertical-align: top;
}

.category-item:hover, .category-item:focus {
  text-decoration: none;
  box-shadow: 0px 0px 15px -3px #3e3e3e;
}

@media (max-width: 1199px) {
  .category-item {
    margin: 0 8px 15px;
  }
}

@media (max-width: 991px) {
  .category-item {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .category-item {
    max-width: none;
    width: calc(50% - 24px);
  }
}
/* end: ../../blocks.05-project/category-item/category-item.scss */


/* begin: ../../blocks.05-project/category-item/__title/category-item__title.scss */
.category-item__title {
  font-size: 16px;
  font-weight: 300;
  padding: 18px 10px;
  text-align: center;
  color: #000000;
}

.category-item__title:hover, .category-item__title:focus {
  color: #000000;
  text-decoration: none;
}
/* end: ../../blocks.05-project/category-item/__title/category-item__title.scss */


/* begin: ../../blocks.05-project/category-item/__img/category-item__img.scss */
.category-item__img {
  display: block;
  max-width: 100%;
  margin: auto;
}
/* end: ../../blocks.05-project/category-item/__img/category-item__img.scss */


/* begin: ../../blocks.05-project/lk-list-item/lk-list-item.scss */
.lk-list-item {
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 24px 40px 21px 16px;
  margin-bottom: 21px;
  word-break: break-word;
}

.lk-list-item__left-block:after {
  content: '';
  display: table;
  clear: both;
}

.lk-list-item__right-block {
  margin-top: -10px;
}

@media (max-width: 991px) {
  .lk-list-item__right-block {
    margin-top: 30px;
  }
}

.lk-list-item_favorites__right-block {
  margin-left: 40px;
}
/* end: ../../blocks.05-project/lk-list-item/lk-list-item.scss */


/* begin: ../../blocks.05-project/lk-list-item/__img/lk-list-item__img.scss */
.lk-list-item__img {
  margin-right: 13px;
  float: left;
}
/* end: ../../blocks.05-project/lk-list-item/__img/lk-list-item__img.scss */


/* begin: ../../blocks.05-project/lk-list-item/__link/lk-list-item__link.scss */
.lk-list-item__link {
  font-size: 14px;
  text-decoration: underline;
}
/* end: ../../blocks.05-project/lk-list-item/__link/lk-list-item__link.scss */


/* begin: ../../blocks.05-project/lk-list-item/__code/lk-list-item__code.scss */
.lk-list-item__code {
  margin-top: 3px;
  padding-left: 109px;
}
/* end: ../../blocks.05-project/lk-list-item/__code/lk-list-item__code.scss */


/* begin: ../../blocks.05-project/lk-list-item/__price/lk-list-item__price.scss */
.lk-list-item__price {
  margin-top: 3px;
  padding-left: 109px;
}
/* end: ../../blocks.05-project/lk-list-item/__price/lk-list-item__price.scss */


/* begin: ../../blocks.05-project/lk-list-item/__button/lk-list-item__button.scss */
@media (max-width: 991px) and (min-width: 768px) {
  .lk-list-item__button {
    float: right;
  }
}

@media (max-width: 767px) {
  .lk-list-item__button {
    margin-bottom: 16px;
  }
}

.lk-list-item__button.btn {
  font-size: 14px;
}
/* end: ../../blocks.05-project/lk-list-item/__button/lk-list-item__button.scss */


/* begin: ../../blocks.05-project/lk-list-item/__add/lk-list-item__add.scss */
.lk-list-item__add {
  display: block;
  position: relative;
  line-height: 1;
  padding-left: 22px;
  text-decoration: underline;
  margin-left: 4px;
  margin-top: 8px;
  color: #00a651;
}

.lk-list-item__add:before {
  content: '';
  background: url("/local/templates/main/bem/pages/_merged/../../../images/circle-arrow.png") no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -2px;
  position: absolute;
  top: 1px;
}

.lk-list-item__add:hover, .lk-list-item__add:focus {
  color: #007338;
}
/* end: ../../blocks.05-project/lk-list-item/__add/lk-list-item__add.scss */


/* begin: ../../blocks.05-project/lk-list-item/__unsubscribe/lk-list-item__unsubscribe.scss */
.lk-list-item__unsubscribe {
  display: block;
  position: relative;
  line-height: 1;
  padding-left: 22px;
  text-decoration: underline;
  margin-left: 4px;
  margin-top: 8px;
}

.lk-list-item__unsubscribe:before {
  content: '';
  background: url("/local/templates/main/bem/pages/_merged/../../../images/close.png") no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0px;
  top: 1px;
}
/* end: ../../blocks.05-project/lk-list-item/__unsubscribe/lk-list-item__unsubscribe.scss */


/* begin: ../../blocks.05-project/lk-list-item/__checkbox/lk-list-item__checkbox.scss */
.lk-list-item__checkbox.checkbox.checkbox_custom {
  margin: 6px 0 0 3px;
}

.lk-list-item__checkbox.checkbox.checkbox_custom label {
  padding-left: 22px;
}

.lk-list-item__checkbox.checkbox.checkbox_custom .checkbox__input {
  margin-left: -22px;
}
/* end: ../../blocks.05-project/lk-list-item/__checkbox/lk-list-item__checkbox.scss */


/* begin: ../../blocks.05-project/lk-form/__header/lk-form__header.scss */
.lk-form__header {
  font-size: 24px;
  font-weight: 900;
  padding-top: 19px;
  line-height: 1;
  padding-bottom: 36px;
}
/* end: ../../blocks.05-project/lk-form/__header/lk-form__header.scss */


/* begin: ../../blocks.05-project/lk-form/__button/lk-form__button.scss */
.lk-form__button.btn {
  margin-left: 165px;
  font-size: 16px;
  padding: 5px 42px;
}

@media (max-width: 991px) {
  .lk-form__button.btn {
    margin-left: 0px;
  }
}
/* end: ../../blocks.05-project/lk-form/__button/lk-form__button.scss */


/* begin: ../../blocks.05-project/quote/quote.scss */
.quote {
  margin-bottom: 20px;
}

.quote:before, .quote:after {
  content: " ";
  display: table;
}

.quote:after {
  clear: both;
}
/* end: ../../blocks.05-project/quote/quote.scss */


/* begin: ../../blocks.05-project/quote/__more/quote__more.scss */
.quote__more {
  width: 50%;
  float: left;
  min-height: 1px;
}
/* end: ../../blocks.05-project/quote/__more/quote__more.scss */


/* begin: ../../blocks.05-project/quote/__block/quote__block.scss */
.quote__block {
  width: 50%;
  float: left;
  text-align: right;
}
/* end: ../../blocks.05-project/quote/__block/quote__block.scss */


/* begin: ../../blocks.05-project/quote/__name/quote__name.scss */
.quote__name {
  font-weight: bold;
  text-decoration: underline;
}

.quote__name:hover, .quote__name:focus {
  text-decoration: none;
}
/* end: ../../blocks.05-project/quote/__name/quote__name.scss */


/* begin: ../../blocks.05-project/article/_blog-list/article_blog-list.scss */
.article_blog-list {
  margin-bottom: 50px;
}
/* end: ../../blocks.05-project/article/_blog-list/article_blog-list.scss */


/* begin: ../../blocks.05-project/article/__img/article__img.scss */
.article__img {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .article__img {
    margin-right: 0;
    float: none;
  }
}
/* end: ../../blocks.05-project/article/__img/article__img.scss */


/* begin: ../../blocks.05-project/blog-list-item/blog-list-item.scss */
.blog-list-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  display: block;
  box-shadow: 0 0 50px rgba(17, 17, 17, 0.3);
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.blog-list-item:hover .blog-list-item__title {
  color: #ef0e29;
}
/* end: ../../blocks.05-project/blog-list-item/blog-list-item.scss */


/* begin: ../../blocks.05-project/blog-list-item/__img/blog-list-item__img.scss */
.blog-list-item__img {
  border-radius: 5px;
  z-index: 1;
}
/* end: ../../blocks.05-project/blog-list-item/__img/blog-list-item__img.scss */


/* begin: ../../blocks.05-project/blog-list-item/__title/blog-list-item__title.scss */
.blog-list-item__title {
  z-index: 2;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(37, 37, 36, 0.9) 45%);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 50px 20px 25px 27px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: none;
  transition: color 0.3s linear;
}
/* end: ../../blocks.05-project/blog-list-item/__title/blog-list-item__title.scss */


/* begin: ../../blocks.05-project/slider-main/slider-main.scss */
.slider-main {
  display: none;
  position: relative;
  z-index: 5;
}

.slider-main.slick-initialized {
  display: block;
}
/* end: ../../blocks.05-project/slider-main/slider-main.scss */


/* begin: ../../blocks.05-project/slider-main/__arrow/slider-main__arrow.scss */
.slider-main__arrow {
  position: absolute;
  width: 4em;
  top: 50px;
  bottom: 50px;
  z-index: 10;
  margin-top: -2.5em;
  background-color: transparent;
  border: none;
}
/* end: ../../blocks.05-project/slider-main/__arrow/slider-main__arrow.scss */


/* begin: ../../blocks.05-project/slider-main/__arrow/_left/slider-main__arrow_left.scss */
.slider-main__arrow_left {
  left: calc(50% + -28px);
  background: url("/local/templates/main/bem/pages/_merged/../../../images/slider-main/left.png") no-repeat center center;
  margin-left: -540px;
}

@media (max-width: 1199px) {
  .slider-main__arrow_left {
    margin-left: -440px;
  }
}

@media (max-width: 991px) {
  .slider-main__arrow_left {
    margin-left: -340px;
  }
}

@media (max-width: 767px) {
  .slider-main__arrow_left {
    left: 30px;
    margin-left: 0;
  }
}
/* end: ../../blocks.05-project/slider-main/__arrow/_left/slider-main__arrow_left.scss */


/* begin: ../../blocks.05-project/slider-main/__arrow/_right/slider-main__arrow_right.scss */
.slider-main__arrow_right {
  right: calc(50% + -28px);
  background: url("/local/templates/main/bem/pages/_merged/../../../images/slider-main/right.png") no-repeat center center;
  margin-right: -540px;
}

@media (max-width: 1199px) {
  .slider-main__arrow_right {
    margin-right: -440px;
  }
}

@media (max-width: 991px) {
  .slider-main__arrow_right {
    margin-right: -340px;
  }
}

@media (max-width: 767px) {
  .slider-main__arrow_right {
    right: 30px;
    margin-right: 0;
  }
}
/* end: ../../blocks.05-project/slider-main/__arrow/_right/slider-main__arrow_right.scss */


/* begin: ../../blocks.05-project/slider-main/__dots/slider-main__dots.scss */
.slider-main__dots {
  bottom: 0px;
  left: 0;
  padding: 0 15px 10px 0;
  list-style: none;
  position: relative;
  margin: -15px auto 0 auto;
  line-height: 1;
  font-size: 0;
  text-align: right;
}

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

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

@media (min-width: 1200px) {
  .slider-main__dots {
    width: 1170px;
  }
}

.slider-main__dots li {
  display: inline-block;
  margin: 0 4px;
}

.slider-main__dots li.slick-active button {
  background: #ef0e29;
}

.slider-main__dots button {
  background: #312828;
  font-size: 0px;
  display: block;
  width: 20px;
  border: none;
  height: 5px;
  padding: 0;
}
/* end: ../../blocks.05-project/slider-main/__dots/slider-main__dots.scss */


/* begin: ../../blocks.05-project/slider-main/__item/slider-main__item.scss */
.slider-main__item {
  width: 1140px;
  margin: 0 15px 28px 15px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0 30px 0px #000;
}

.slider-main__item:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.48);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: background 0.7s linear;
}

.slider-main__item.slick-active:before {
  content: '';
  background: transparent;
}

@media (max-width: 1199px) {
  .slider-main__item {
    width: 940px;
  }
}

@media (max-width: 991px) {
  .slider-main__item {
    width: 720px;
  }
}
/* end: ../../blocks.05-project/slider-main/__item/slider-main__item.scss */


/* begin: ../../blocks.05-project/slider-main/__img/slider-main__img.scss */
.slider-main__img {
  display: block;
  max-width: 100%;
}

@media (max-width: 767px) {
  .slider-main__img {
    display: none !important;
  }
}
/* end: ../../blocks.05-project/slider-main/__img/slider-main__img.scss */


/* begin: ../../blocks.05-project/slider-main/__img-xs/slider-main__img-xs.scss */
.slider-main__img-xs {
  display: block;
  max-width: 100%;
}

@media (min-width: 768px) {
  .slider-main__img-xs {
    display: none !important;
  }
}
/* end: ../../blocks.05-project/slider-main/__img-xs/slider-main__img-xs.scss */


/* begin: ../../blocks.05-project/slider-main/__title/slider-main__title.scss */
.slider-main__title {
  position: absolute;
  top: 37.5%;
  text-align: center;
  width: 100%;
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  text-shadow: 5px 5px 30px #000, -5px -5px 30px #000, 0px 0px 70px #000;
}

@media (max-width: 991px) {
  .slider-main__title {
    font-size: 36px;
    top: 35%;
  }
}

@media (max-width: 767px) {
  .slider-main__title {
    font-size: 30px;
  }
}
/* end: ../../blocks.05-project/slider-main/__title/slider-main__title.scss */


/* begin: ../../blocks.05-project/slider-main/__btn-wrap/slider-main__btn-wrap.scss */
.slider-main__btn-wrap {
  position: absolute;
  top: 59%;
  width: 100%;
  text-align: center;
}

@media (max-width: 1199px) {
  .slider-main__btn-wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.slider-main__btn-wrap > .btn {
  transition: background 0.3s ease;
}

@media (max-width: 1199px) {
  .slider-main__btn-wrap > .btn {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    color: transparent;
    font-size: 0;
  }
  .slider-main__btn-wrap > .btn:hover, .slider-main__btn-wrap > .btn:focus {
    color: transparent;
    background: transparent;
    text-decoration: none;
  }
  .slider-main__btn-wrap > .btn:active, .slider-main__btn-wrap > .btn:active:hover, .slider-main__btn-wrap > .btn:active:focus {
    color: transparent;
    background: transparent;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .slider-main__btn-wrap > .btn {
    padding: 5px 9px;
    font-size: 12px;
  }
}
/* end: ../../blocks.05-project/slider-main/__btn-wrap/slider-main__btn-wrap.scss */


/* begin: ../../blocks.05-project/block/__shadow-top/block__shadow-top.scss */
.block__shadow-top {
  background: linear-gradient(#0f0f0f 0%, rgba(15, 15, 15, 0.95) 5%, rgba(255, 255, 255, 0));
  height: 300px;
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 0;
}
/* end: ../../blocks.05-project/block/__shadow-top/block__shadow-top.scss */


/* begin: ../../blocks.05-project/title/__sub/title__sub.scss */
.title__sub {
  font-size: 16px;
  font-weight: normal;
  margin-top: 11px;
  text-transform: uppercase;
}
/* end: ../../blocks.05-project/title/__sub/title__sub.scss */


/* begin: ../../blocks.05-project/collection/collection.scss */
.collection {
  margin-bottom: 70px;
}
/* end: ../../blocks.05-project/collection/collection.scss */


/* begin: ../../blocks.05-project/title-link/title-link.scss */
.title-link {
  text-transform: uppercase;
  display: inline-block;
  font-size: 41px;
  margin-top: 20px;
  font-family: inherit;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
  color: #fff;
}

.title-link:hover, .title-link:focus {
  color: #fff;
}

.title-link_selection {
  transition: 0.3s;
  line-height: 1.1;
  border-bottom: 2px solid transparent;
}

.title-link_selection:hover, .title-link_selection:focus {
  text-decoration: none;
  border-color: #fff;
}

.title-link_rock-block {
  line-height: 1.1;
  margin-bottom: 28px;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}

.title-link_rock-block:hover, .title-link_rock-block:focus {
  text-decoration: none;
  border-color: #fff;
}

.title-link_stars {
  line-height: 1.1;
  margin-bottom: 8px;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}

.title-link_stars:hover, .title-link_stars:focus {
  text-decoration: none;
  border-color: #fff;
}

@media (max-width: 767px) {
  .title-link {
    font-size: 28px;
  }
}
/* end: ../../blocks.05-project/title-link/title-link.scss */


/* begin: ../../blocks.05-project/collection-list/collection-list.scss */
@media (max-width: 767px) {
  .collection-list {
    text-align: center;
  }
}
/* end: ../../blocks.05-project/collection-list/collection-list.scss */


/* begin: ../../blocks.05-project/collection-list/__title/collection-list__title.scss */
.collection-list__title {
  color: #ef0e29;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 31px;
  margin-top: 48px;
}
/* end: ../../blocks.05-project/collection-list/__title/collection-list__title.scss */


/* begin: ../../blocks.05-project/collection-list/__ul/collection-list__ul.scss */
.collection-list__ul {
  list-style: none;
  padding-left: 0;
  margin-left: -10px;
}
/* end: ../../blocks.05-project/collection-list/__ul/collection-list__ul.scss */


/* begin: ../../blocks.05-project/collection-list/__li/collection-list__li.scss */
.collection-list__li {
  margin-bottom: 3px;
  padding: 4px 5px 3px 5px;
  line-height: 1.1;
  margin-left: 6px;
}

.collection-list__li a {
  color: #fff;
  text-decoration: none;
}

.collection-list__li a:hover, .collection-list__li a:focus {
  color: #ef0e29;
  text-decoration: underline;
}
/* end: ../../blocks.05-project/collection-list/__li/collection-list__li.scss */


/* begin: ../../blocks.05-project/collection-list/__li/_primary/collection-list__li_primary.scss */
.collection-list__li_primary {
  border-radius: 12px;
  color: #d00;
  position: relative;
}

.collection-list__li_primary:before {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  left: -5px;
  right: 0;
  top: 0;
  bottom: -1px;
  border-radius: 11px;
  z-index: -1;
}

@media (max-width: 991px) {
  .collection-list__li_primary:before {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .collection-list__li_primary:before {
    left: 50px;
    right: 50px;
    max-width: 100%;
  }
}

.collection-list__li_primary:after {
  content: "\f111";
  font: normal normal normal 13px/1 FontAwesome;
  position: absolute;
  right: 7px;
  top: 6px;
}

@media (max-width: 991px) {
  .collection-list__li_primary:after {
    left: 224px;
  }
}

@media (max-width: 767px) {
  .collection-list__li_primary:after {
    right: 58px;
    left: auto;
  }
}

.collection-list__li_primary a {
  color: #ef0e29;
}
/* end: ../../blocks.05-project/collection-list/__li/_primary/collection-list__li_primary.scss */


/* begin: ../../blocks.05-project/collection-list/_column/collection-list_column.scss */
.collection-list_column_4 .collection-list__ul {
  -webkit-column-width: 170px;
  -moz-column-width: 170px;
  column-width: 170px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-left: 0;
}

.collection-list_column_4 .collection-list__ul .collection-list__li {
  width: 100%;
  vertical-align: top;
  margin-left: 0;
  display: inline-block;
}

@media (max-width: 991px) {
  .collection-list_column_4 .collection-list__ul {
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 767px) {
  .collection-list_column_4 .collection-list__ul .collection-list__li {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
/* end: ../../blocks.05-project/collection-list/_column/collection-list_column.scss */


/* begin: ../../blocks.05-project/slider-reviews/slider-reviews.scss */
.slider-reviews {
  display: none;
  margin: 57px -15px 48px -15px;
}

.slider-reviews.slick-initialized {
  display: block;
}

.slider-reviews_img {
  margin: 46px -15px 24px -15px;
}
/* end: ../../blocks.05-project/slider-reviews/slider-reviews.scss */


/* begin: ../../blocks.05-project/slider-reviews/__arrow/slider-reviews__arrow.scss */
.slider-reviews__arrow {
  position: absolute;
  width: 20px;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  background-color: transparent;
  border: none;
  background-size: contain;
}

.slider-reviews__arrow.slick-disabled {
  opacity: 0;
}
/* end: ../../blocks.05-project/slider-reviews/__arrow/slider-reviews__arrow.scss */


/* begin: ../../blocks.05-project/slider-reviews/__arrow/_left/slider-reviews__arrow_left.scss */
.slider-reviews__arrow_left {
  left: calc(50% + -30px);
  padding: 0 45px;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/slider-main/left.png") no-repeat center center;
  margin-left: -540px;
  background-size: 20%;
}

@media (max-width: 1199px) {
  .slider-reviews__arrow_left {
    margin-left: -440px;
  }
}

@media (max-width: 991px) {
  .slider-reviews__arrow_left {
    margin-left: -340px;
  }
}

@media (max-width: 767px) {
  .slider-reviews__arrow_left {
    left: 30px;
    margin-left: 0;
  }
}
/* end: ../../blocks.05-project/slider-reviews/__arrow/_left/slider-reviews__arrow_left.scss */


/* begin: ../../blocks.05-project/slider-reviews/__arrow/_right/slider-reviews__arrow_right.scss */
.slider-reviews__arrow_right {
  right: calc(50% + -30px);
  padding: 0 45px;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/slider-main/right.png") no-repeat center center;
  margin-right: -540px;
  background-size: 20%;
}

@media (max-width: 1199px) {
  .slider-reviews__arrow_right {
    margin-right: -440px;
  }
}

@media (max-width: 991px) {
  .slider-reviews__arrow_right {
    margin-right: -340px;
  }
}

@media (max-width: 767px) {
  .slider-reviews__arrow_right {
    right: 30px;
    margin-right: 0;
  }
}
/* end: ../../blocks.05-project/slider-reviews/__arrow/_right/slider-reviews__arrow_right.scss */


/* begin: ../../blocks.05-project/slider-reviews/__item/slider-reviews__item.scss */
.slider-reviews__item {
  margin: 0 15px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
}

.slider-reviews__item:hover, .slider-reviews__item:focus {
  text-decoration: none;
  color: #fff;
}
/* end: ../../blocks.05-project/slider-reviews/__item/slider-reviews__item.scss */


/* begin: ../../blocks.05-project/slider-reviews/__img/slider-reviews__img.scss */
.slider-reviews__img {
  margin: 0 auto;
  max-width: 100%;
  border-radius: 3px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.slider-reviews__item:hover .slider-reviews__img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media (max-width: 767px) {
  .slider-reviews__img {
    width: 100%;
  }
}
/* end: ../../blocks.05-project/slider-reviews/__img/slider-reviews__img.scss */


/* begin: ../../blocks.05-project/slider-reviews/__info/slider-reviews__info.scss */
.slider-reviews__info {
  position: absolute;
  top: 0;
  background: rgba(37, 37, 36, 0.9);
  height: 100%;
  width: 100%;
  padding: 20px 28px;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 0;
  top: auto;
  height: 0%;
  padding: 0 20px;
  transition: 0.4s;
}

.slider-reviews__info:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 130px;
  left: 0;
  bottom: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(37, 37, 36, 0.9) 45%);
}

.slider-reviews__item:hover .slider-reviews__info {
  bottom: 0;
  height: 100%;
}
/* end: ../../blocks.05-project/slider-reviews/__info/slider-reviews__info.scss */


/* begin: ../../blocks.05-project/slider-reviews/__title/slider-reviews__title.scss */
.slider-reviews__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  transition: all 0.5s ease-in-out;
  transition: 0.3s;
  position: absolute;
  bottom: 23px;
}

.slider-reviews__item:hover .slider-reviews__title {
  bottom: 58%;
}

@media (max-width: 1199px) {
  .slider-reviews__title {
    font-size: 22px;
  }
}
/* end: ../../blocks.05-project/slider-reviews/__title/slider-reviews__title.scss */


/* begin: ../../blocks.05-project/slider-reviews/__text/slider-reviews__text.scss */
.slider-reviews__text {
  position: absolute;
  top: 100%;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .slider-reviews__text {
    font-size: 12px;
  }
}

.slider-reviews__item:hover .slider-reviews__text {
  top: 40%;
}
/* end: ../../blocks.05-project/slider-reviews/__text/slider-reviews__text.scss */


/* begin: ../../blocks.05-project/article-main/__show/article-main__show.scss */
.article-main__show {
  padding-top: 30px;
  margin-top: -30px;
  z-index: 10;
  position: relative;
}
/* end: ../../blocks.05-project/article-main/__show/article-main__show.scss */


/* begin: ../../blocks.05-project/reviews-item/reviews-item.scss */
.reviews-item {
  margin-bottom: 15px;
}
/* end: ../../blocks.05-project/reviews-item/reviews-item.scss */


/* begin: ../../blocks.05-project/reviews-item/__text/reviews-item__text.scss */
.reviews-item__text {
  margin-top: 0;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 6px;
  overflow: hidden;
  font-size: 15px;
  width: 100%;
  max-height: 114px;
}
/* end: ../../blocks.05-project/reviews-item/__text/reviews-item__text.scss */


/* begin: ../../blocks.05-project/reviews-item/__title/reviews-item__title.scss */
.reviews-item__title {
  font-size: 14px;
  display: block;
  margin-right: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  line-height: 1.15;
}
/* end: ../../blocks.05-project/reviews-item/__title/reviews-item__title.scss */


/* begin: ../../blocks.05-project/reviews-item/__date/reviews-item__date.scss */
.reviews-item__date {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin-left: 6px;
}
/* end: ../../blocks.05-project/reviews-item/__date/reviews-item__date.scss */


/* begin: ../../blocks.05-project/slider-blog/slider-blog.scss */
.slider-blog {
  display: none;
  margin-left: -15px;
  margin-right: -15px;
}

.slider-blog.slick-initialized {
  display: block;
}
/* end: ../../blocks.05-project/slider-blog/slider-blog.scss */


/* begin: ../../blocks.05-project/slider-blog/__arrow/slider-blog__arrow.scss */
.slider-blog__arrow {
  position: absolute;
  width: 20px;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  background-color: transparent;
  border: none;
  background-size: contain;
}

.slider-blog__arrow.slick-disabled {
  opacity: 0;
}
/* end: ../../blocks.05-project/slider-blog/__arrow/slider-blog__arrow.scss */


/* begin: ../../blocks.05-project/slider-blog/__arrow/_left/slider-blog__arrow_left.scss */
.slider-blog__arrow_left {
  left: calc(50% + -60px);
  padding: 0 45px;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/slider-main/left.png") no-repeat center center;
  margin-left: -540px;
  background-size: 20%;
}

@media (max-width: 1199px) {
  .slider-blog__arrow_left {
    margin-left: -440px;
  }
}

@media (max-width: 991px) {
  .slider-blog__arrow_left {
    margin-left: -340px;
  }
}

@media (max-width: 767px) {
  .slider-blog__arrow_left {
    left: 30px;
    margin-left: 0;
  }
}
/* end: ../../blocks.05-project/slider-blog/__arrow/_left/slider-blog__arrow_left.scss */


/* begin: ../../blocks.05-project/slider-blog/__arrow/_right/slider-blog__arrow_right.scss */
.slider-blog__arrow_right {
  right: calc(50% + -60px);
  padding: 0 45px;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/slider-main/right.png") no-repeat center center;
  margin-right: -540px;
  background-size: 20%;
}

@media (max-width: 1199px) {
  .slider-blog__arrow_right {
    margin-right: -440px;
  }
}

@media (max-width: 991px) {
  .slider-blog__arrow_right {
    margin-right: -340px;
  }
}

@media (max-width: 767px) {
  .slider-blog__arrow_right {
    right: 30px;
    margin-right: 0;
  }
}
/* end: ../../blocks.05-project/slider-blog/__arrow/_right/slider-blog__arrow_right.scss */


/* begin: ../../blocks.05-project/slider-blog/__item/slider-blog__item.scss */
.slider-blog__item {
  margin: 0 15px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.slider-blog__item .blog-preview {
  margin-botom: 0 !important;
}
/* end: ../../blocks.05-project/slider-blog/__item/slider-blog__item.scss */


/* begin: ../../blocks.05-project/blog-preview/blog-preview.scss */
.blog-preview {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  display: block;
  margin-bottom: 30px;
}
/* end: ../../blocks.05-project/blog-preview/blog-preview.scss */


/* begin: ../../blocks.05-project/blog-preview/__info/blog-preview__info.scss */
.blog-preview__info {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(37, 37, 36, 0.9) 45%);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 50px 20px 18px 27px;
}
/* end: ../../blocks.05-project/blog-preview/__info/blog-preview__info.scss */


/* begin: ../../blocks.05-project/blog-preview/__date/blog-preview__date.scss */
.blog-preview__date {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-bottom: 7px;
}
/* end: ../../blocks.05-project/blog-preview/__date/blog-preview__date.scss */


/* begin: ../../blocks.05-project/blog-preview/__title/blog-preview__title.scss */
.blog-preview__title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: none;
  transition: color 0.3s linear;
}

.blog-preview:hover .blog-preview__title, .blog-preview:focus .blog-preview__title {
  color: #ef0e29;
  text-decoration: underline;
}
/* end: ../../blocks.05-project/blog-preview/__title/blog-preview__title.scss */


/* begin: ../../blocks.04-common/modal/__body/modal__body.scss */

/* end: ../../blocks.04-common/modal/__body/modal__body.scss */


/* begin: ../../blocks.04-common/modal/__title/modal__title.scss */
.modal__title {
  margin-bottom: 16px;
  font-size: 33px;
}
/* end: ../../blocks.04-common/modal/__title/modal__title.scss */


/* begin: ../../blocks.05-project/search/_modal/search_modal.scss */
.search_modal {
  padding-right: 0;
}

@media (max-width: 991px) {
  .search_modal {
    padding-right: 0;
    z-index: 2;
    padding-top: 1px;
  }
}

.search_modal .search__input {
  padding-left: 48px;
  width: 100%;
  height: 48px;
  border-radius: 25px;
  background-color: white;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .search_modal .search__input {
    font-size: 16px;
  }
  .search_modal .search__input:focus {
    font-size: 16px;
  }
}

.search_modal .search__btn {
  left: 9px;
  right: auto;
  font-size: 24px;
  top: 10px;
}
/* end: ../../blocks.05-project/search/_modal/search_modal.scss */


/* begin: ../../blocks.05-project/basket-delete-item/basket-delete-item.scss */
.basket-delete-item {
  background: url(/local/templates/main/bem/pages/_merged/../../../images/close.png) no-repeat;
  width: 11px;
  height: 11px;
  border: none;
}
/* end: ../../blocks.05-project/basket-delete-item/basket-delete-item.scss */


/* begin: ../../blocks.05-project/basket-total/basket-total.scss */
.basket-total {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 37px;
}
/* end: ../../blocks.05-project/basket-total/basket-total.scss */


/* begin: ../../blocks.05-project/basket-total/__label/basket-total__label.scss */
.basket-total__label {
  display: inline-block;
}
/* end: ../../blocks.05-project/basket-total/__label/basket-total__label.scss */


/* begin: ../../blocks.05-project/basket-total/__numb/basket-total__numb.scss */
.basket-total__numb {
  display: inline-block;
  min-width: 165px;
  text-align: left;
  padding-left: 20px;
}

@media (min-width: 1200px) {
  .basket-total__numb {
    padding-left: 33px;
  }
}
/* end: ../../blocks.05-project/basket-total/__numb/basket-total__numb.scss */


/* begin: ../../blocks.05-project/control-table/control-table.scss */
@media (min-width: 992px) {
  .control-table {
    width: 1%;
  }
}
/* end: ../../blocks.05-project/control-table/control-table.scss */


/* begin: ../../blocks.05-project/lk-order-item/lk-order-item.scss */
.lk-order-item {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  color: #b8b8b8;
}

.lk-order-item:last-child {
  margin-bottom: 0;
}

.lk-order-item a {
  font-size: 14px;
}
/* end: ../../blocks.05-project/lk-order-item/lk-order-item.scss */


/* begin: ../../blocks.05-project/lk-order-item/__visible/lk-order-item__visible.scss */
.lk-order-item__visible {
  padding: 20px 20px 20px 15px;
}
/* end: ../../blocks.05-project/lk-order-item/__visible/lk-order-item__visible.scss */


/* begin: ../../blocks.05-project/lk-order-item/__set/lk-order-item__set.scss */
.lk-order-item__set {
  width: 43%;
  vertical-align: top;
  display: inline-block;
}

.lk-order-item__set ol:not([class]) li {
  margin: 0;
}

@media (max-width: 1200px) {
  .lk-order-item__set {
    width: 100%;
  }
}
/* end: ../../blocks.05-project/lk-order-item/__set/lk-order-item__set.scss */


/* begin: ../../blocks.05-project/lk-order-item/__details/lk-order-item__details.scss */
.lk-order-item__details {
  vertical-align: top;
  display: inline-block;
}

.lk-order-item__details_lg {
  width: calc(36% - 20px);
}

.lk-order-item__details_sm {
  width: calc(18% - 34px);
  margin-left: 34px;
}

.lk-order-item__details .description {
  margin-top: 10px;
}

.lk-order-item__details .description:first-child {
  margin-top: 0;
}

.lk-order-item__details_lg_collapse {
  width: 54%;
}

.lk-order-item__details_lg_collapse .description__title {
  width: 160px;
}

.lk-order-item__details_lg_collapse .description__description {
  width: calc(100% - 172px);
}

.lk-order-item__details_sm_collapse {
  width: 45%;
}

.lk-order-item__details_block {
  display: block;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .lk-order-item__details_lg {
    width: 49%;
  }
  .lk-order-item__details_sm {
    width: 45%;
  }
}

@media (max-width: 991px) {
  .lk-order-item__details_lg {
    width: 100%;
  }
  .lk-order-item__details_sm {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .lk-order-item__details_lg_collapse .description__description {
    width: 100%;
    margin-top: 5px;
  }
  .lk-order-item__details_sm_collapse .description__description {
    width: 100%;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .lk-order-item__details_lg_collapse {
    width: 100%;
    margin-top: 60px;
  }
  .lk-order-item__details_sm_collapse {
    width: 100%;
  }
  .lk-order-item__details .description__description {
    width: 100%;
    margin-top: 5px;
    display: block;
  }
  .lk-order-item__details .description__title {
    width: 100%;
    display: block;
  }
}
/* end: ../../blocks.05-project/lk-order-item/__details/lk-order-item__details.scss */


/* begin: ../../blocks.05-project/lk-order-item/__collapse/lk-order-item__collapse.scss */
.lk-order-item__collapse {
  border-top: dashed 1px #dedede;
  padding: 17px 0 30px;
  margin: 0 30px;
}
/* end: ../../blocks.05-project/lk-order-item/__collapse/lk-order-item__collapse.scss */


/* begin: ../../blocks.05-project/lk-order-item/__account-data/lk-order-item__account-data.scss */
.lk-order-item__account-data {
  padding-bottom: 42px;
}
/* end: ../../blocks.05-project/lk-order-item/__account-data/lk-order-item__account-data.scss */


/* begin: ../../blocks.05-project/lk-order-item/__controls/lk-order-item__controls.scss */
.lk-order-item__controls {
  padding: 14px 16px 14px;
  text-align: center;
  border-top: dashed 1px #dedede;
}

.lk-order-item__controls:after {
  content: '';
  display: table;
  clear: both;
}
/* end: ../../blocks.05-project/lk-order-item/__controls/lk-order-item__controls.scss */


/* begin: ../../blocks.05-project/lk-order-item/__btn/lk-order-item__btn.scss */
.lk-order-item__btn {
  float: left;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .lk-order-item__btn {
    width: 100%;
  }
}
/* end: ../../blocks.05-project/lk-order-item/__btn/lk-order-item__btn.scss */


/* begin: ../../blocks.05-project/lk-order-item/__link-icon/lk-order-item__link-icon.scss */
.lk-order-item__link-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  margin-top: 10px;
  text-decoration: underline;
}

.lk-order-item__link-icon:before {
  content: '';
  position: absolute;
}

.lk-order-item__link-icon_color_red {
  float: right;
  padding-left: 29px;
}

.lk-order-item__link-icon_color_red:before {
  background: url("/local/templates/main/bem/pages/_merged/../../../images/comment.png") no-repeat;
  width: 20px;
  height: 18px;
  left: 0px;
  top: -1px;
}

.lk-order-item__link-icon_color_green {
  color: #00a651;
  padding-left: 22px;
}

.lk-order-item__link-icon_color_green:before {
  background: url("/local/templates/main/bem/pages/_merged/../../../images/circle-arrow.png") no-repeat;
  width: 15px;
  height: 15px;
  left: -2px;
  top: 1px;
}

.lk-order-item__link-icon_color_green:hover, .lk-order-item__link-icon_color_green:focus {
  color: #007338;
}

@media (max-width: 991px) {
  .lk-order-item__link-icon_color_red {
    float: left;
  }
  .lk-order-item__link-icon_color_green {
    float: left;
    margin-right: 20px;
  }
}
/* end: ../../blocks.05-project/lk-order-item/__link-icon/lk-order-item__link-icon.scss */


/* begin: ../../blocks.05-project/personal-section-list/personal-section-list.scss */
.personal-section-list {
  text-align: center;
  padding-bottom: 33px;
}
/* end: ../../blocks.05-project/personal-section-list/personal-section-list.scss */


/* begin: ../../blocks.05-project/personal-section-item/personal-section-item.scss */
.personal-section-item {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  width: 262px;
  height: 261px;
  display: inline-block;
  text-decoration: none;
  padding-top: 63px;
  text-align: center;
  margin-bottom: 29px;
  color: #ef0e29;
  transition: 0.2s;
}

@media (max-width: 1199px) {
  .personal-section-item {
    width: 100%;
    max-width: 350px;
  }
}

.personal-section-item:hover, .personal-section-item:focus {
  text-decoration: none;
  color: #00a651;
}

.personal-section-item:hover .personal-section-item__title, .personal-section-item:focus .personal-section-item__title {
  text-decoration: none;
}

.personal-section-item__img {
  font-family: 'FontAwesome';
  font-size: 104px;
  min-height: 104px;
  line-height: 1;
  padding-bottom: 31px;
}

.personal-section-item_current .personal-section-item__img:before {
  content: "\f1ec";
}

.personal-section-item_account .personal-section-item__img:before {
  content: "\f09d";
}

.personal-section-item_data .personal-section-item__img:before {
  content: "\f007";
}

.personal-section-item_history .personal-section-item__img:before {
  content: "\f022";
}

.personal-section-item_orders .personal-section-item__img:before {
  content: "\f0cb";
}

.personal-section-item_cart .personal-section-item__img:before {
  content: "\f07a";
}

.personal-section-item_sub .personal-section-item__img:before {
  content: "\f0e0";
}

.personal-section-item_contacts .personal-section-item__img:before {
  content: "\f05a";
}

.personal-section-item_favorite .personal-section-item__img:before {
  content: "\f005";
}
/* end: ../../blocks.05-project/personal-section-item/personal-section-item.scss */


/* begin: ../../blocks.05-project/personal-section-item/__title/personal-section-item__title.scss */
.personal-section-item__title {
  font-weight: 300;
  font-size: 18px;
}
/* end: ../../blocks.05-project/personal-section-item/__title/personal-section-item__title.scss */


/* begin: ../../blocks.05-project/slider-detail/slider-detail.scss */
.slider-detail {
  position: relative;
  margin-bottom: 30px;
}

.slider-detail.slick-initialized .slider-detail__item {
  display: block;
}

.zoomLens {
  display: none !important;
}
/* end: ../../blocks.05-project/slider-detail/slider-detail.scss */


/* begin: ../../blocks.05-project/slider-detail/_arrow/slider-detail_arrow.scss */
.slider-detail_arrow_prev {
  background: transparent;
  border: none;
  width: 100%;
  color: #ef0e29;
  font-size: 23px;
  line-height: 1;
}

.slider-detail_arrow_next {
  background: transparent;
  border: none;
  width: 100%;
  color: #ef0e29;
  font-size: 23px;
  line-height: 1;
}
/* end: ../../blocks.05-project/slider-detail/_arrow/slider-detail_arrow.scss */


/* begin: ../../blocks.05-project/slider-detail/__big/slider-detail__big.scss */
.slider-detail__big {
  margin-left: 81px;
  border-radius: 10px;
}

.slider-detail__big img {
  border-radius: 10px;
}
/* end: ../../blocks.05-project/slider-detail/__big/slider-detail__big.scss */


/* begin: ../../blocks.05-project/slider-detail/__big/_detail/slider-detail__big_detail.scss */
.slider-detail__big_detail {
  box-shadow: 0 0 24px 2px rgba(0, 1, 1, 0.25);
}

@media (min-width: 1199px) {
  .slider-detail__big_detail {
    min-height: 540px;
  }
}
/* end: ../../blocks.05-project/slider-detail/__big/_detail/slider-detail__big_detail.scss */


/* begin: ../../blocks.05-project/slider-detail/__item/slider-detail__item.scss */
.slider-detail__item {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  opacity: 0;
}

.slick-initialized .slider-detail__item {
  opacity: 1;
  min-height: 230px;
  position: relative;
}
/* end: ../../blocks.05-project/slider-detail/__item/slider-detail__item.scss */


/* begin: ../../blocks.05-project/slider-detail/__kit/slider-detail__kit.scss */
.slider-detail__kit {
  display: block;
  display: none;
  position: absolute;
  bottom: 78px;
  background: #ef0e29;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0 30px 30px 0;
  transition: 0.5s;
  padding: 15px 20px 15px 69px;
  white-space: nowrap;
  background: #ef0e29;
  white-space: nowrap;
  min-height: 52px;
}

.slider-detail__kit:before {
  content: '';
  position: absolute;
  background: url(/local/templates/main/bem/pages/_merged/../../../images/icons/kit.png) no-repeat 24px 11px;
  width: 71px;
  height: 31px;
  left: 0px;
  top: 10px;
  z-index: 20;
  min-height: 52px;
  top: 0;
  background-color: #ef0e29;
  border-radius: 0 30px 30px 0;
}

.slick-initialized .slider-detail__kit {
  display: block;
}

.slider-detail__kit:hover {
  color: #fff;
  text-decoration: none;
}

.slider-detail__kit:hover .slider-detail__kit-cont {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.slider-detail__kit .no-touch .slider-detail__kit-cont {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

.slider-detail__kit .slider-detail__kit-cont {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  padding: 15px 20px 15px 15px;
  background: #ef0e29;
  z-index: 10;
  min-height: 52px;
  position: absolute;
  top: 0;
  border-radius: 0px 50px 50px 0;
  transition: 0.6s;
}

@media (min-width: 1200px) {
  .slider-detail__kit .slider-detail__kit-cont {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
}

@media (max-width: 520px) {
  .slider-detail__kit {
    font-size: 14px;
    padding: 6px 20px 6px 15px;
    bottom: 18px;
    min-height: 30px;
  }
  .slider-detail__kit .slider-detail__kit-cont {
    min-height: 30px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    padding: 5px 20px 5px 15px;
  }
  .slider-detail__kit:before {
    display: none;
  }
}
/* end: ../../blocks.05-project/slider-detail/__kit/slider-detail__kit.scss */


/* begin: ../../blocks.05-project/slider-detail/__nav/slider-detail__nav.scss */
.slider-detail__nav {
  width: 68px;
  position: absolute;
  left: 0;
  top: 0;
}
/* end: ../../blocks.05-project/slider-detail/__nav/slider-detail__nav.scss */


/* begin: ../../blocks.05-project/slider-detail/__nav-item/slider-detail__nav-item.scss */
.slider-detail__nav-item {
  height: 81px;
  width: 68px;
  margin-bottom: 9px;
  cursor: pointer;
  position: absolute;
  opacity: 0;
}

.slider-detail__nav-item img {
  border-radius: 8px;
}

.slick-initialized .slider-detail__nav-item {
  opacity: 1;
  position: relative;
}
/* end: ../../blocks.05-project/slider-detail/__nav-item/slider-detail__nav-item.scss */


/* begin: ../../blocks.05-project/product-control/_detail/product-control_detail.scss */
.product-control_detail {
  padding: 20px 31px;
  box-shadow: 0 0 30px rgba(173, 173, 173, 0.5);
}
/* end: ../../blocks.05-project/product-control/_detail/product-control_detail.scss */


/* begin: ../../blocks.05-project/product-control/__id/product-control__id.scss */
.product-control__id {
  color: #383838;
  font-weight: 300;
  margin-bottom: 10px;
  padding-left: 4px;
}
/* end: ../../blocks.05-project/product-control/__id/product-control__id.scss */


/* begin: ../../blocks.05-project/product-control/__id-label/product-control__id-label.scss */
.product-control__id-label {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
/* end: ../../blocks.05-project/product-control/__id-label/product-control__id-label.scss */


/* begin: ../../blocks.05-project/product-control/__row-size/product-control__row-size.scss */
.product-control__row-size {
  margin-bottom: 20px;
}

.product-control__row-size:before, .product-control__row-size:after {
  content: " ";
  display: table;
}

.product-control__row-size:after {
  clear: both;
}
/* end: ../../blocks.05-project/product-control/__row-size/product-control__row-size.scss */


/* begin: ../../blocks.05-project/product-control/__col-size/product-control__col-size.scss */
.product-control__col-size {
  float: left;
}
/* end: ../../blocks.05-project/product-control/__col-size/product-control__col-size.scss */


/* begin: ../../blocks.05-project/product-control/__col-size/_is/product-control__col-size_is.scss */
.product-control__col-size_is_one {
  width: 59.5%;
  padding-top: 6px;
}

.product-control__col-size_is_two {
  width: 100%;
  line-height: 1.8;
  font-weight: 300;
  font-size: 13px;
}

.product-control__col-size_is_one + .product-control__col-size_is_two {
  width: 40.5%;
}
/* end: ../../blocks.05-project/product-control/__col-size/_is/product-control__col-size_is.scss */


/* begin: ../../blocks.05-project/product-control/__size-table/product-control__size-table.scss */
.product-control__size-table {
  position: relative;
}
/* end: ../../blocks.05-project/product-control/__size-table/product-control__size-table.scss */


/* begin: ../../blocks.05-project/size-table-link/size-table-link.scss */
.size-table-link {
  border-bottom: 1px dashed;
  color: #464646;
  text-decoration: none;
}

.size-table-link:hover, .size-table-link:focus {
  border-bottom: 0;
  text-decoration: none;
}
/* end: ../../blocks.05-project/size-table-link/size-table-link.scss */


/* begin: ../../blocks.05-project/size-table/size-table.scss */
.size-table {
  position: absolute;
  bottom: 120%;
  right: 0;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 5px 15px rgba(2, 2, 2, 0.16);
  background: #fff;
}

@media (max-width: 767px) {
  .size-table {
    right: 0;
    max-width: 300px;
    top: auto;
  }
}

.size-table_active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .size-table__item {
    overflow: auto;
  }
}

.size-table td {
  padding: 3px 4px;
  text-align: center;
  vertical-align: middle;
  border: 1px dashed #dedede;
}

.size-table_bottom {
  bottom: auto;
  top: 120%;
}
/* end: ../../blocks.05-project/size-table/size-table.scss */


/* begin: ../../blocks.05-project/product-control/__col-to-cart/product-control__col-to-cart.scss */
.product-control__col-to-cart {
  display: table-cell;
}
/* end: ../../blocks.05-project/product-control/__col-to-cart/product-control__col-to-cart.scss */


/* begin: ../../blocks.05-project/product-control/__col-to-cart/_for/product-control__col-to-cart_for.scss */
.product-control__col-to-cart_for_btn {
  float: left;
  padding-right: 30px;
}

.product-control__col-to-cart_for_btn .btn {
  white-space: normal;
  line-height: 1;
  padding: 9px 21px;
}

@media (max-width: 1199px) {
  .product-control__col-to-cart_for_btn .btn {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .product-control__col-to-cart_for_btn {
    display: block;
    padding-right: 0px;
    float: none;
  }
  .product-control__col-to-cart_for_btn .btn {
    font-size: 14px;
  }
}

.product-control__col-to-cart_for_label {
  min-width: 120px;
}

@media (max-width: 767px) {
  .product-control__col-to-cart_for_label {
    display: block;
  }
}
/* end: ../../blocks.05-project/product-control/__col-to-cart/_for/product-control__col-to-cart_for.scss */


/* begin: ../../blocks.05-project/product-control/__btn-label/product-control__btn-label.scss */
.product-control__btn-label {
  font-size: 12px;
  font-weight: 300;
  padding-right: 23px;
  padding-top: 4px;
  line-height: 1.35;
}
/* end: ../../blocks.05-project/product-control/__btn-label/product-control__btn-label.scss */


/* begin: ../../blocks.05-project/product-shipping/product-shipping.scss */
.product-shipping {
  margin-top: 30px;
  margin-bottom: 63px;
}
/* end: ../../blocks.05-project/product-shipping/product-shipping.scss */


/* begin: ../../blocks.05-project/product-shipping/__title/product-shipping__title.scss */
.product-shipping__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px;
  color: #363636;
}
/* end: ../../blocks.05-project/product-shipping/__title/product-shipping__title.scss */


/* begin: ../../blocks.05-project/product-shipping/__table/product-shipping__table.scss */
.product-shipping__table {
  display: table;
}
/* end: ../../blocks.05-project/product-shipping/__table/product-shipping__table.scss */


/* begin: ../../blocks.05-project/product-shipping/__row/product-shipping__row.scss */
.product-shipping__row {
  display: table-row;
}
/* end: ../../blocks.05-project/product-shipping/__row/product-shipping__row.scss */


/* begin: ../../blocks.05-project/product-shipping/__col/product-shipping__col.scss */
.product-shipping__col {
  display: table-cell;
  padding-bottom: 5px;
}
/* end: ../../blocks.05-project/product-shipping/__col/product-shipping__col.scss */


/* begin: ../../blocks.05-project/product-shipping/__col/_for/product-shipping__col_for.scss */
.product-shipping__col_for_label {
  padding-right: 11px;
  color: #7d7d7d;
}

.product-shipping__col_for_info {
  color: #383838;
}
/* end: ../../blocks.05-project/product-shipping/__col/_for/product-shipping__col_for.scss */


/* begin: ../../blocks.05-project/product-shipping/__city/product-shipping__city.scss */
.product-shipping__city {
  display: inline-block;
  color: #ef0e29;
  margin-right: 10px;
}
/* end: ../../blocks.05-project/product-shipping/__city/product-shipping__city.scss */


/* begin: ../../blocks.05-project/product-shipping/__another-city/product-shipping__another-city.scss */
.product-shipping__another-city {
  border-bottom: 1px dashed;
  color: inherit;
}

.product-shipping__another-city:hover, .product-shipping__another-city:focus {
  color: inherit;
  text-decoration: none;
}
/* end: ../../blocks.05-project/product-shipping/__another-city/product-shipping__another-city.scss */


/* begin: ../../blocks.05-project/product-shipping/__label-btn/product-shipping__label-btn.scss */
.product-shipping__label-btn {
  font-size: 16px;
}
/* end: ../../blocks.05-project/product-shipping/__label-btn/product-shipping__label-btn.scss */


/* begin: ../../blocks.05-project/reviews-block/__comments/reviews-block__comments.scss */
.reviews-block__comments:before {
  content: '';
  position: absolute;
  border-right: 1px dashed #dadada;
  height: 100%;
  top: 0;
  right: 0;
}

@media (min-width: 1200px) {
  .reviews-block__comments:before {
    right: -15px;
  }
}

@media (max-width: 991px) {
  .reviews-block__comments:before {
    border-right: 0;
    border-bottom: 1px dashed #dadada;
  }
}
/* end: ../../blocks.05-project/reviews-block/__comments/reviews-block__comments.scss */


/* begin: ../../blocks.05-project/slider-reviews/__link/slider-reviews__link.scss */
.slider-reviews__link {
  line-height: 1.3;
  font-size: 14px;
  color: #ef0e29;
  transition: 0.3s;
  text-decoration: underline;
  margin-top: 20px;
}

.slider-reviews__link:hover, .slider-reviews__link:focus {
  text-decoration: none;
}

.slider-reviews__link_top {
  margin-top: 0;
  transition: 0.3s;
  position: absolute;
  bottom: 10px;
}

@media (max-width: 767px) {
  .slider-reviews__link {
    margin-top: 0;
  }
}

.slider-reviews__item:hover .slider-reviews__link_top {
  opacity: 0;
  bottom: 100%;
}
/* end: ../../blocks.05-project/slider-reviews/__link/slider-reviews__link.scss */


/* begin: ../../blocks.05-project/center/center.scss */
.center {
  text-align: center;
}
/* end: ../../blocks.05-project/center/center.scss */


/* begin: ../../blocks.05-project/reviews/reviews.scss */
.reviews {
  word-wrap: break-word;
  color: #252525;
  margin-bottom: 30px;
}

.reviews:before, .reviews:after {
  content: " ";
  display: table;
}

.reviews:after {
  clear: both;
}

@media (max-width: 991px) {
  .reviews {
    border-bottom: 1px solid #ddd;
    padding-bottom: 21px;
    margin-bottom: 25px;
  }
}

.reviews_review-page {
  border-top: solid 1px #ebebeb;
}

@media (max-width: 991px) {
  .reviews_review-page {
    border-top: none;
  }
}

.reviews_review-page:first-child {
  border-top: solid 1px transparent;
}

@media (max-width: 991px) {
  .reviews_review-page:first-child {
    border-top: none;
  }
}

@media (max-width: 991px) {
  .reviews_review-page .reviews__img-wrap {
    float: left;
    width: 42.6%;
    position: relative;
    min-height: 1px;
    display: block;
    max-width: 165px;
  }
}

@media (max-width: 767px) {
  .reviews_review-page .reviews__img-wrap {
    width: 100%;
    text-align: center;
    float: none;
  }
}

.reviews_review-page .reviews__content {
  float: left;
  width: calc(100% - 165px);
  padding-left: 30px;
  position: relative;
}

@media (max-width: 991px) {
  .reviews_review-page .reviews__content {
    float: left;
    width: calc(100% - 165px);
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .reviews_review-page .reviews__content {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.reviews_text {
  width: calc(50% - 20px);
  border-top: solid 1px #ebebeb;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .reviews_text {
    border-top: none;
  }
}

@media (max-width: 767px) {
  .reviews_text {
    width: 100%;
  }
}

.reviews_text:nth-child(-n + 2) {
  border-top: solid 1px transparent;
  padding-top: 50px;
}

@media (max-width: 991px) {
  .reviews_text:nth-child(-n + 2) {
    border-top: none;
    padding-top: 30px;
  }
}

.reviews_text .reviews__title {
  margin-top: 0;
  margin-bottom: 16px;
}
/* end: ../../blocks.05-project/reviews/reviews.scss */


/* begin: ../../blocks.05-project/reviews/__img-wrap/reviews__img-wrap.scss */
.reviews__img-wrap {
  float: left;
  width: 42.6%;
  position: relative;
  min-height: 1px;
  display: block;
  max-width: 165px;
}

@media (max-width: 991px) {
  .reviews__img-wrap {
    width: 100%;
    float: none;
    margin: 0 auto 15px;
    max-width: 360px;
  }
}
/* end: ../../blocks.05-project/reviews/__img-wrap/reviews__img-wrap.scss */


/* begin: ../../blocks.05-project/reviews/__img/reviews__img.scss */
.reviews__img {
  overflow: hidden;
  border-radius: 10px;
  margin: auto;
}
/* end: ../../blocks.05-project/reviews/__img/reviews__img.scss */


/* begin: ../../blocks.05-project/reviews/__content/reviews__content.scss */
.reviews__content {
  float: left;
  width: calc(100% - 165px);
  padding-left: 30px;
  position: relative;
}

@media (max-width: 991px) {
  .reviews__content {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
/* end: ../../blocks.05-project/reviews/__content/reviews__content.scss */


/* begin: ../../blocks.05-project/reviews/__title/reviews__title.scss */
.reviews__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #2f2f2f;
  margin-top: -3px;
  display: block;
}

.reviews__title:hover, .reviews__title:focus {
  text-decoration: none;
}
/* end: ../../blocks.05-project/reviews/__title/reviews__title.scss */


/* begin: ../../blocks.05-project/reviews/__order/reviews__order.scss */
.reviews__order {
  margin-top: 15px;
}
/* end: ../../blocks.05-project/reviews/__order/reviews__order.scss */


/* begin: ../../blocks.05-project/reviews/__order-img/reviews__order-img.scss */
.reviews__order-img {
  float: left;
  margin-right: 30px;
  box-shadow: 0px 0px 30px 0px rgba(173, 173, 173, 0.5);
}
/* end: ../../blocks.05-project/reviews/__order-img/reviews__order-img.scss */


/* begin: ../../blocks.05-project/reviews/__link/reviews__link.scss */
.reviews__link {
  margin-top: 10px;
  display: block;
}
/* end: ../../blocks.05-project/reviews/__link/reviews__link.scss */


/* begin: ../../blocks.05-project/reviews/__left-block/reviews__left-block.scss */
.reviews__left-block {
  float: left;
  width: 165px;
}

@media (max-width: 767px) {
  .reviews__left-block {
    width: 110px;
  }
}
/* end: ../../blocks.05-project/reviews/__left-block/reviews__left-block.scss */


/* begin: ../../blocks.05-project/reviews/__date/reviews__date.scss */
.reviews__date {
  display: inline-block;
  max-width: 100%;
  color: #383838;
  font-size: 14px;
  font-weight: 400;
}
/* end: ../../blocks.05-project/reviews/__date/reviews__date.scss */


/* begin: ../../blocks.04-common/star-rating/star-rating.scss */
.star-rating {
  font-size: 0;
}

.star-rating:not(.star-rating_disabled) .star-rating__icon:hover,
.star-rating:not(.star-rating_disabled) .star-rating__icon:hover ~ .star-rating__icon,
.star-rating:not(.star-rating_disabled) .star-rating__input:checked ~ .star-rating__icon {
  color: #ef0e29;
}

@media print {
  .star-rating:not(.star-rating_disabled) .star-rating__icon:hover,
  .star-rating:not(.star-rating_disabled) .star-rating__icon:hover ~ .star-rating__icon,
  .star-rating:not(.star-rating_disabled) .star-rating__input:checked ~ .star-rating__icon {
    display: block;
  }
}
/* end: ../../blocks.04-common/star-rating/star-rating.scss */


/* begin: ../../blocks.05-project/star-rating/star-rating.scss */
.star-rating {
  font-size: 0;
}

.star-rating:not(.star-rating_disabled) .star-rating__icon:hover:before,
.star-rating:not(.star-rating_disabled) .star-rating__icon:hover ~ .star-rating__icon:before,
.star-rating:not(.star-rating_disabled) .star-rating__input:checked ~ .star-rating__icon:before {
  content: "\f005";
}

@media print {
  .star-rating:not(.star-rating_disabled) .star-rating__icon:hover,
  .star-rating:not(.star-rating_disabled) .star-rating__icon:hover ~ .star-rating__icon,
  .star-rating:not(.star-rating_disabled) .star-rating__input:checked ~ .star-rating__icon {
    display: block;
  }
}
/* end: ../../blocks.05-project/star-rating/star-rating.scss */


/* begin: ../../blocks.04-common/star-rating/__wrap/star-rating__wrap.scss */
.star-rating__wrap {
  display: inline-block;
  font-size: 14px;
}

.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both;
}
/* end: ../../blocks.04-common/star-rating/__wrap/star-rating__wrap.scss */


/* begin: ../../blocks.05-project/star-rating/__wrap/star-rating__wrap.scss */
.star-rating__wrap {
  display: inline-block;
  font-size: 18px;
}

.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both;
}
/* end: ../../blocks.05-project/star-rating/__wrap/star-rating__wrap.scss */


/* begin: ../../blocks.04-common/star-rating/__input/star-rating__input.scss */
.star-rating__input {
  display: none;
}
/* end: ../../blocks.04-common/star-rating/__input/star-rating__input.scss */


/* begin: ../../blocks.05-project/star-rating/__input/star-rating__input.scss */
.star-rating__input {
  display: none;
}
/* end: ../../blocks.05-project/star-rating/__input/star-rating__input.scss */


/* begin: ../../blocks.04-common/star-rating/__icon/star-rating__icon.scss */
.star-rating__icon {
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #b9b9b9;
}

.star-rating__icon:last-child {
  padding-left: 0;
}

@media print {
  .star-rating__icon {
    display: none;
  }
}
/* end: ../../blocks.04-common/star-rating/__icon/star-rating__icon.scss */


/* begin: ../../blocks.05-project/star-rating/__icon/star-rating__icon.scss */
.star-rating__icon {
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #ef0e29;
}

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

.star-rating__icon:last-child {
  padding-left: 0;
}

@media print {
  .star-rating__icon {
    display: none;
  }
}
/* end: ../../blocks.05-project/star-rating/__icon/star-rating__icon.scss */


/* begin: ../../blocks.04-common/star-rating/_disabled/star-rating_disabled.scss */
.star-rating_disabled .star-rating__input:checked ~ .star-rating__icon {
  color: #ef0e29;
}

.star-rating_disabled .star-rating__icon {
  cursor: auto;
}
/* end: ../../blocks.04-common/star-rating/_disabled/star-rating_disabled.scss */


/* begin: ../../blocks.05-project/star-rating/_disabled/star-rating_disabled.scss */
.star-rating_disabled .star-rating__input:checked ~ .star-rating__icon:before {
  content: "\f005";
}

.star-rating_disabled .star-rating__icon {
  cursor: auto;
}
/* end: ../../blocks.05-project/star-rating/_disabled/star-rating_disabled.scss */


/* begin: ../../blocks.05-project/reviews/__rating/reviews__rating.scss */
.reviews__rating {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
/* end: ../../blocks.05-project/reviews/__rating/reviews__rating.scss */


/* begin: ../../blocks.05-project/link/_mr/link_mr.scss */
.link_mr {
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 8px;
}
/* end: ../../blocks.05-project/link/_mr/link_mr.scss */


/* begin: ../../blocks.05-project/captcha/captcha.scss */
.captcha {
  margin-top: 30px;
}

.captcha:after {
  content: '';
  display: table;
  clear: both;
}
/* end: ../../blocks.05-project/captcha/captcha.scss */


/* begin: ../../blocks.05-project/captcha/__label/captcha__label.scss */
.captcha__label {
  float: left;
  display: block;
  margin-right: 30px;
  max-width: 120px;
}
/* end: ../../blocks.05-project/captcha/__label/captcha__label.scss */


/* begin: ../../blocks.05-project/captcha/__reload/captcha__reload.scss */
.captcha__reload {
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  margin-left: 30px;
  transition: 0.4s;
}

.captcha__reload:before {
  content: "\f01e";
  font-size: 30px;
  color: #000;
  font-family: "fontAwesome";
}

.captcha__reload:hover .captcha__reload:before {
  color: #da0505;
}
/* end: ../../blocks.05-project/captcha/__reload/captcha__reload.scss */


/* begin: ../../blocks.05-project/captcha/__input-container/captcha__input-container.scss */
@media (max-width: 520px) {
  .captcha__input-container {
    display: inline-block;
    float: left;
  }
}
/* end: ../../blocks.05-project/captcha/__input-container/captcha__input-container.scss */


/* begin: ../../blocks.05-project/captcha/__input/captcha__input.scss */
.captcha__input {
  width: 215px;
  margin-left: 135px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .captcha__input {
    margin-left: 0;
  }
}
/* end: ../../blocks.05-project/captcha/__input/captcha__input.scss */


/* begin: ../../blocks.05-project/image-band/image-band.scss */
.image-band {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.image-band a:not([class]),
.image-band a.link {
  color: #fff;
  text-decoration: underline;
}

.image-band a:not([class]):hover, .image-band a:not([class]):focus,
.image-band a.link:hover,
.image-band a.link:focus {
  text-decoration: none;
  color: #fff;
}
/* end: ../../blocks.05-project/image-band/image-band.scss */


/* begin: ../../blocks.05-project/image-band/__bottom/image-band__bottom.scss */
.image-band__bottom {
  background: rgba(37, 37, 37, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  color: #fff;
  padding: 15px 68px;
  margin-left: -15px;
  margin-right: -15px;
}

.image-band__bottom:before, .image-band__bottom:after {
  content: " ";
  display: table;
}

.image-band__bottom:after {
  clear: both;
}

@media (max-width: 991px) {
  .image-band__bottom {
    display: none;
  }
}
/* end: ../../blocks.05-project/image-band/__bottom/image-band__bottom.scss */


/* begin: ../../blocks.05-project/image-band/__left/image-band__left.scss */
.image-band__left {
  float: left;
  width: 21.7%;
  padding: 0 15px;
  padding-top: 5px;
}

@media (max-width: 1199px) {
  .image-band__left {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .image-band__left {
    display: none;
  }
}
/* end: ../../blocks.05-project/image-band/__left/image-band__left.scss */


/* begin: ../../blocks.05-project/image-band/__title-subscription/image-band__title-subscription.scss */
.image-band__title-subscription {
  text-align: center;
  font-size: 12px;
}
/* end: ../../blocks.05-project/image-band/__title-subscription/image-band__title-subscription.scss */


/* begin: ../../blocks.05-project/subscription/_selection-band/subscription_selection-band.scss */
.subscription_selection-band {
  margin-top: 15px;
}
/* end: ../../blocks.05-project/subscription/_selection-band/subscription_selection-band.scss */


/* begin: ../../blocks.05-project/image-band/__right/image-band__right.scss */
.image-band__right {
  float: left;
  padding: 0 15px;
  width: 100%;
  min-height: 1px;
  max-height: 100%;
}
/* end: ../../blocks.05-project/image-band/__right/image-band__right.scss */


/* begin: ../../blocks.05-project/image-band/__text/image-band__text.scss */
.image-band__text {
  max-height: 100%;
  line-height: 1.73;
  margin-bottom: 7px;
}
/* end: ../../blocks.05-project/image-band/__text/image-band__text.scss */


/* begin: ../../blocks.05-project/tab-content/_selection-band/tab-content_selection-band.scss */
.tab-content_selection-band {
  padding-top: 30px;
}
/* end: ../../blocks.05-project/tab-content/_selection-band/tab-content_selection-band.scss */


/* begin: ../../blocks.05-project/catalog-control/_selection-band/catalog-control_selection-band.scss */
.catalog-control_selection-band {
  margin-bottom: 29px;
  padding-left: 0;
  padding-right: 0;
}
/* end: ../../blocks.05-project/catalog-control/_selection-band/catalog-control_selection-band.scss */


/* begin: ../../blocks.05-project/image-block/image-block.scss */
.image-block {
  position: relative;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  height: auto !important;
}

.image-block.pull-left, .image-block[align='left'] {
  margin-right: 30px;
  max-width: 50%;
}

@media (max-width: 767px) {
  .image-block.pull-left, .image-block[align='left'] {
    max-width: 100%;
  }
}

.image-block.pull-right, .image-block[align='right'] {
  margin-left: 30px;
  max-width: 50%;
}

@media (max-width: 767px) {
  .image-block.pull-right, .image-block[align='right'] {
    max-width: 100%;
  }
}
/* end: ../../blocks.05-project/image-block/image-block.scss */


/* begin: ../../blocks.05-project/image-block/__img/image-block__img.scss */
.image-block__img {
  margin: 0;
  max-width: 100%;
  margin-bottom: 100px;
}

.image-block__img:last-child {
  margin-bottom: 0;
}
/* end: ../../blocks.05-project/image-block/__img/image-block__img.scss */


/* begin: ../../blocks.05-project/image-block/__title/image-block__title.scss */
.image-block__title {
  font-style: italic;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  padding: 10px;
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.image-block__title a, .image-block__title a:hover, .image-block__title a:focus, .image-block__title .a, .image-block__title .a:hover, .image-block__title .a:focus {
  color: #ef0e29;
}
/* end: ../../blocks.05-project/image-block/__title/image-block__title.scss */


/* begin: ../../blocks.05-project/stock-list/stock-list.scss */
.stock-list {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
/* end: ../../blocks.05-project/stock-list/stock-list.scss */


/* begin: ../../blocks.05-project/stock-list/__title/stock-list__title.scss */
.stock-list__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}

.stock-list__title:hover, .stock-list__title:focus {
  text-decoration: none;
}
/* end: ../../blocks.05-project/stock-list/__title/stock-list__title.scss */


/* begin: ../../blocks.05-project/stock-list/__img/stock-list__img.scss */
.stock-list__img {
  margin-bottom: 15px;
}

.stock-list__img img {
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
/* end: ../../blocks.05-project/stock-list/__img/stock-list__img.scss */


/* begin: ../../blocks.05-project/stock-list/__text/stock-list__text.scss */
.stock-list__text {
  line-height: 1.77;
  font-weight: 300;
  margin-bottom: 10px;
  font-weight: 300;
}
/* end: ../../blocks.05-project/stock-list/__text/stock-list__text.scss */


/* begin: ../../blocks.05-project/stock-list/__more/stock-list__more.scss */
.stock-list__more {
  text-decoration: underline;
}

.stock-list__more:hover, .stock-list__more:focus {
  text-decoration: none;
}
/* end: ../../blocks.05-project/stock-list/__more/stock-list__more.scss */


/* begin: ../../blocks.05-project/authorization/authorization.scss */
.authorization {
  padding: 9px 19px;
  width: 293px;
}
/* end: ../../blocks.05-project/authorization/authorization.scss */


/* begin: ../../blocks.05-project/authorization/__title/authorization__title.scss */
.authorization__title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
/* end: ../../blocks.05-project/authorization/__title/authorization__title.scss */


/* begin: ../../blocks.05-project/authorization/__input/authorization__input.scss */
.authorization__input {
  margin-bottom: 10px;
}

.authorization__input::-webkit-input-placeholder {
  color: #555555;
}

.authorization__input::-moz-placeholder {
  color: #555555;
}

.authorization__input:-moz-placeholder {
  color: #555555;
}

.authorization__input:-ms-input-placeholder {
  color: #555555;
}

.authorization__input:-ms-input-placeholder {
  color: #555555;
}

.authorization__input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.authorization__input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.authorization__input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.authorization__input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.authorization__input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.authorization__input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.authorization__input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.authorization__input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.authorization__input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.authorization__input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* end: ../../blocks.05-project/authorization/__input/authorization__input.scss */


/* begin: ../../blocks.05-project/authorization/__wrap-control/authorization__wrap-control.scss */
.authorization__wrap-control {
  padding-bottom: 15px;
  margin-bottom: 13px;
  border-bottom: 1px dashed #4c4c4c;
}

.authorization__wrap-control:before, .authorization__wrap-control:after {
  content: " ";
  display: table;
}

.authorization__wrap-control:after {
  clear: both;
}
/* end: ../../blocks.05-project/authorization/__wrap-control/authorization__wrap-control.scss */


/* begin: ../../blocks.05-project/authorization/__btn/authorization__btn.scss */
.authorization__btn {
  float: left;
}
/* end: ../../blocks.05-project/authorization/__btn/authorization__btn.scss */


/* begin: ../../blocks.05-project/authorization/__link/authorization__link.scss */
.authorization__link {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.authorization__link:hover, .authorization__link:focus {
  color: #fff;
}
/* end: ../../blocks.05-project/authorization/__link/authorization__link.scss */


/* begin: ../../blocks.05-project/list-unstyled/_size/list-unstyled_size.scss */
.list-unstyled_size_lg {
  font-size: 16px;
}
/* end: ../../blocks.05-project/list-unstyled/_size/list-unstyled_size.scss */


/* begin: ../../blocks.05-project/demo-for-link/demo-for-link.scss */
.demo-for-link {
  background: #111111;
  padding: 50px 80px;
}
/* end: ../../blocks.05-project/demo-for-link/demo-for-link.scss */


/* begin: ../../blocks.05-project/link/_white/link_white.scss */
.link_white {
  color: #fff;
  text-decoration: none;
}

.link_white:hover, .link_white:focus {
  color: #ef0e29;
  text-decoration: underline;
}
/* end: ../../blocks.05-project/link/_white/link_white.scss */


/* begin: ../../blocks.02-plugins-libraries/bootstrap/bootstrap.scss */
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/local/templates/main/bem/pages/_merged/../../blocks.02-plugins-libraries/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/local/templates/main/bem/pages/_merged/../../blocks.02-plugins-libraries/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/bem/pages/_merged/../../blocks.02-plugins-libraries/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/local/templates/main/bem/pages/_merged/../../blocks.02-plugins-libraries/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/local/templates/main/bem/pages/_merged/../../blocks.02-plugins-libraries/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/local/templates/main/bem/pages/_merged/../../blocks.02-plugins-libraries/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #383838;
  background-color: #000;
}

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

a {
  color: #ef0e29;
  text-decoration: none;
}

a:hover, a:focus {
  color: #a70a1d;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 900;
  line-height: 1.2;
  color: #363636;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #ef0e29;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #bf0b21;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #ef0e29;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #bf0b21;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

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

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

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

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

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #000;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #aeaeae;
  border-radius: 30px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #ef0e29;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 14, 41, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 33px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 42px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 8px 25px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 42px;
  line-height: 42px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 42px;
  padding: 8px 25px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 42px;
  min-height: 38px;
  padding: 9px 25px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 41.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #787878;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 9px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #fff;
  background-color: #ef0e29;
  border-color: #ef0e29;
}

.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: #bf0b21;
  border-color: #770714;
}

.btn-default:hover {
  color: #fff;
  background-color: #bf0b21;
  border-color: #b50b1f;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #bf0b21;
  border-color: #b50b1f;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #9d091b;
  border-color: #770714;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ef0e29;
  border-color: #ef0e29;
}

.btn-default .badge {
  color: #ef0e29;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #ef0e29;
  border-color: #d70d25;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #bf0b21;
  border-color: #5e0610;
}

.btn-primary:hover {
  color: #fff;
  background-color: #bf0b21;
  border-color: #9d091b;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #bf0b21;
  border-color: #9d091b;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #9d091b;
  border-color: #5e0610;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #ef0e29;
  border-color: #d70d25;
}

.btn-primary .badge {
  color: #ef0e29;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #00a651;
  border-color: #00a651;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #007338;
  border-color: #002713;
}

.btn-success:hover {
  color: #fff;
  background-color: #007338;
  border-color: #006933;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #007338;
  border-color: #006933;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #004f27;
  border-color: #002713;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #00a651;
  border-color: #00a651;
}

.btn-success .badge {
  color: #00a651;
  background-color: #fff;
}

.btn-info {
  color: #ef0e29;
  background-color: #fff;
  border-color: #ef0e29;
}

.btn-info:focus, .btn-info.focus {
  color: #ef0e29;
  background-color: #e6e6e6;
  border-color: #770714;
}

.btn-info:hover {
  color: #ef0e29;
  background-color: #e6e6e6;
  border-color: #b50b1f;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #ef0e29;
  background-color: #e6e6e6;
  border-color: #b50b1f;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #ef0e29;
  background-color: #d4d4d4;
  border-color: #770714;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #fff;
  border-color: #ef0e29;
}

.btn-info .badge {
  color: #fff;
  background-color: #ef0e29;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ef0e29;
  border-color: #d70d25;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #bf0b21;
  border-color: #5e0610;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bf0b21;
  border-color: #9d091b;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bf0b21;
  border-color: #9d091b;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #9d091b;
  border-color: #5e0610;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ef0e29;
  border-color: #d70d25;
}

.btn-danger .badge {
  color: #ef0e29;
  background-color: #fff;
}

.btn-link {
  color: #ef0e29;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #a70a1d;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 8px 25px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 26px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #383838;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ef0e29;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 22px;
  border-top-left-radius: 22px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #aeaeae;
  border-radius: 30px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 8px 25px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #ef0e29;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #ddd #ddd #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #ef0e29;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #ef0e29;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #000;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "• ";
  padding: 0 5px;
  color: #ef0e29;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 15px;
  line-height: 1.42857;
  text-decoration: none;
  color: #ef0e29;
  background-color: transparent;
  border: 1px solid transparent;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #a70a1d;
  background-color: transparent;
  border-color: transparent;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 8px 25px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: transparent;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #ef0e29;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #bf0b21;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #ef0e29;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #bf0b21;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ef0e29;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #000;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #383838;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ef0e29;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ef0e29;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #ef0e29;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ef0e29;
  border-color: #ef0e29;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #fccdd3;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #ef0e29;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ef0e29;
  border-color: #ef0e29;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ef0e29;
}

.panel-primary > .panel-heading .badge {
  color: #ef0e29;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ef0e29;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* end: ../../blocks.02-plugins-libraries/bootstrap/bootstrap.scss */


/* begin: ../../blocks.03-fonts/custom-fonts/custom-fonts.css */
.custom-font-loaded .footer {
  font-family: 'Open Sans', sans-serif; font-weight: 400;
  font-size: 24px;
}


/* open-sans-regular - latin */


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/open-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans'), local('OpenSans'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/open-sans-v13-latin-regular.woff2') format('woff2'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/open-sans-v13-latin-regular.woff') format('woff'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/open-sans-v13-latin-regular.ttf') format('truetype'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/open-sans-v13-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* open-sans-700 - latin */


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/open-sans-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/open-sans-v13-latin-700.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/open-sans-v13-latin-700.woff2') format('woff2'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/open-sans-v13-latin-700.woff') format('woff'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/open-sans-v13-latin-700.ttf') format('truetype'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/open-sans-v13-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* roboto-100 - latin_cyrillic-ext_latin-ext */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-100.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-100.woff2') format('woff2'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-100.woff') format('woff'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-100.ttf') format('truetype'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-100.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* roboto-300 - latin_cyrillic-ext_latin-ext */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-300.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-300.woff2') format('woff2'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-300.woff') format('woff'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-300.ttf') format('truetype'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-300.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* roboto-regular - latin_cyrillic-ext_latin-ext */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-regular.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-regular.woff2') format('woff2'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-regular.woff') format('woff'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-regular.ttf') format('truetype'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* roboto-700 - latin_cyrillic-ext_latin-ext */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-700.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-700.woff2') format('woff2'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-700.woff') format('woff'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-700.ttf') format('truetype'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* roboto-900 - latin_cyrillic-ext_latin-ext */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-900.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-900.woff2') format('woff2'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-900.woff') format('woff'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-900.ttf') format('truetype'),
  url('/local/templates/main/bem/pages/_merged/../../blocks.03-fonts/custom-fonts/fonts/roboto-v15-latin_cyrillic-ext_latin-ext-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* end: ../../blocks.03-fonts/custom-fonts/custom-fonts.css */


/* begin: ../../blocks.05-project/type/type.scss */
p {
  font-weight: 300;
  line-height: 1.76;
  margin-bottom: 24px;
}
/* end: ../../blocks.05-project/type/type.scss */


/* begin: ../../blocks.05-project/type/__h/type__h.scss */
h1, .h1 {
  font-size: 25px;
  line-height: 1;
}

@media (min-width: 767px) {
  h1, .h1 {
    font-size: 31px;
  }
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 31px;
  }
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 48px;
  }
}

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

@media (min-width: 767px) {
  h2, .h2 {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 34px;
  }
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 40px;
  }
}

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

@media (min-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 36px;
  }
}

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

@media (min-width: 992px) {
  h4, .h4 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 24px;
  }
}

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

@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 18px;
  }
}

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

@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 16px;
  }
}

h1 {
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 46px;
  margin-bottom: 0.45em;
}

h1:before, h2:before, h3:before, h4:before, h5:before, h6:before,
.h1:before, .h2:before, .h3:before, .h4:before, .h5:before, .h6:before {
  font-size: inherit;
  content: '';
  display: block;
  margin-bottom: -0.6em;
  height: 1px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

h1:first-child:before, h2:first-child:before, h3:first-child:before, h4:first-child:before, h5:first-child:before, h6:first-child:before,
.h1:first-child:before, .h2:first-child:before, .h3:first-child:before, .h4:first-child:before, .h5:first-child:before, .h6:first-child:before {
  content: none;
}

@media (min-width: 768px) {
  h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 1.3em;
  }
}

@media (max-width: 767px) {
  h1, h2, h3, .h1, .h2, .h3 {
    font-size: 25px;
  }
}
/* end: ../../blocks.05-project/type/__h/type__h.scss */


/* begin: ../../blocks.05-project/type/__list/type__list.scss */
.list-unstyled li,
ul:not([class]) li,
ol:not([class]) li {
  margin: 0.5em 0;
}
/* end: ../../blocks.05-project/type/__list/type__list.scss */


/* begin: ../../blocks.05-project/type/__ol/type__ol.scss */
ol:not([class]) {
  list-style: none;
  counter-reset: li;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.7;
}

ol:not([class]) ol:not([class]) {
  padding-left: 25px;
}

ol:not([class]) li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  color: #ef0e29;
}
/* end: ../../blocks.05-project/type/__ol/type__ol.scss */


/* begin: ../../blocks.05-project/type/__p/type__p.scss */
p {
  margin-top: 0.6em;
  margin-bottom: 1em;
  line-height: 1.77;
}
/* end: ../../blocks.05-project/type/__p/type__p.scss */


/* begin: ../../blocks.05-project/type/__ul/type__ul.scss */
ul:not([class]) {
  list-style: none;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.7;
}

ul:not([class]) > li:before {
  content: '';
  width: 9px;
  height: 1px;
  margin-left: -15px;
  margin-right: 11px;
  display: inline-block;
  background-color: #ef0e29;
  vertical-align: middle;
}

ul:not([class]) ul:not([class]) {
  padding-left: 25px;
}

ul:not([class]) ul:not([class]) li:before {
  content: '';
  width: 4px;
  height: 4px;
  margin-left: -15px;
  margin-right: 11px;
  display: inline-block;
  background-color: #ef0e29;
  vertical-align: middle;
  border-radius: 50%;
}
/* end: ../../blocks.05-project/type/__ul/type__ul.scss */


/* begin: ../../blocks.05-project/btn-side/btn-side.scss */
.btn-side {
  color: #127f39;
  background: transparent;
  padding: 8px 8px 8px 33px;
  border: 1px solid #127f39;
  border-radius: 5px;
  height: 37px;
}

.btn-side:before {
  content: '';
  line-height: 1;
  color: #fff;
  background: url(/local/templates/main/bem/pages/_merged/../../../images/icons/info.svg) center center no-repeat;
  width: 18px;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 7px;
}

@media (max-width: 380px) {
  .btn-side {
    font-size: 0;
    padding-left: 28px;
    width: 39px;
  }
}
/* end: ../../blocks.05-project/btn-side/btn-side.scss */


/* begin: ../../blocks.05-project/dropdown/__menu/dropdown__menu.scss */
.dropdown-menu {
  margin-top: 9px;
  border-radius: 10px;
  padding: 10px 0;
}

.dropdown-menu:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 12px;
  bottom: 100%;
  border: 5px solid transparent;
  border-bottom: 8px solid #383838;
}
/* end: ../../blocks.05-project/dropdown/__menu/dropdown__menu.scss */


/* begin: ../../blocks.05-project/city-question/city-question.scss */
.city-question {
  left: 0%;
  padding: 7px 14px 10px 14px;
  border-radius: 7px;
  min-width: 205px;
}

.city-question:before {
  left: 46%;
  border: 11px solid transparent;
  border-bottom: 8px solid #383838;
}

@media (max-width: 767px) {
  .city-question {
    right: 0%;
    left: auto;
  }
}
/* end: ../../blocks.05-project/city-question/city-question.scss */


/* begin: ../../blocks.05-project/btn/btn.scss */
.btn {
  transition: all 0.3s ease;
}
/* end: ../../blocks.05-project/btn/btn.scss */


/* begin: ../../blocks.05-project/btn/_size/btn_size.scss */
.btn {
  font-size: 18px;
  padding: 5px 21px;
  border-radius: 30px;
}

.btn-xl,
.btn-group-xl > .btn {
  padding: 10px 84px;
  font-size: 30px;
  border-radius: 30px;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 5px 21px;
  font-size: 24px;
  border-radius: 30px;
}

.btn-md,
.btn-group-md > .btn {
  font-size: 16px;
  padding: 5px 21px;
  border-radius: 30px;
}

.btn-sm,
.btn-group-sm > .btn {
  font-size: 14px;
  padding: 5px 21px;
  border-radius: 30px;
}

.btn-xs,
.btn-group-xs > .btn {
  font-size: 14px;
  padding: 1px 13px;
  border-radius: 20px;
}
/* end: ../../blocks.05-project/btn/_size/btn_size.scss */


/* begin: ../../blocks.05-project/btn/_color/btn_color.scss */
@-webkit-keyframes pulse_animation {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.5;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes pulse_animation {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.5;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}

.btn.pulse {
  background: #ef0e29;
  color: #fff;
  -webkit-animation-name: pulse_animation;
  animation-name: pulse_animation;
  -webkit-animation-duration: 5000ms;
  animation-duration: 5000ms;
  -webkit-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.btn-info:hover, .btn-info:focus {
  background: #ef0e29;
  color: #fff;
}
/* end: ../../blocks.05-project/btn/_color/btn_color.scss */


/* begin: ../../blocks.05-project/city-question/__btn/city-question__btn.scss */
.city-question__btn {
  padding: 3px 16px;
  font-size: 14px;
}

.city-question__btn_yes {
  margin-right: 15px;
}
/* end: ../../blocks.05-project/city-question/__btn/city-question__btn.scss */


/* begin: ../../blocks.05-project/dropdown/_user/dropdown_user.scss */
.dropdown_user {
  text-align: right;
}

@media (max-width: 767px) {
  .dropdown_user {
    float: right;
    padding-right: 15px;
  }
}

.dropdown_user .dropdown-menu {
  right: 0;
  left: auto;
  margin-right: -2px;
}

.dropdown_user .dropdown-menu:before {
  left: auto;
  right: 24px;
}

.dropdown_user .dropdown__toggle {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding-left: 20px;
  position: relative;
}

.dropdown_user .dropdown__toggle span {
  border-bottom: 1px dashed #fff;
}

.dropdown_user .dropdown__toggle:before {
  content: '';
  position: absolute;
  display: inline-block;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/user.png");
  width: 15px;
  height: 19px;
  left: 0;
}

.dropdown_user .dropdown__toggle:after {
  content: "\f078";
  font-family: FontAwesome;
  margin-left: 3px;
  font-size: 10px;
}

.dropdown_user .dropdown__toggle:hover, .dropdown_user .dropdown__toggle:focus {
  text-decoration: none;
}

.dropdown_user .dropdown__toggle:hover span, .dropdown_user .dropdown__toggle:focus span {
  border-bottom: 0;
}

.dropdown_user.open > .dropdown__toggle:after {
  content: "\f077";
}
/* end: ../../blocks.05-project/dropdown/_user/dropdown_user.scss */


/* begin: ../../blocks.05-project/container/_header-control/container_header-control.scss */
.block > .container_header-control {
  z-index: 10;
}
/* end: ../../blocks.05-project/container/_header-control/container_header-control.scss */


/* begin: ../../blocks.05-project/cart/cart.scss */
@media (max-width: 991px) {
  .cart {
    position: relative;
    z-index: 10;
  }
}

@media (max-width: 991px) {
  .cart {
    width: 50px;
    float: right;
  }
}
/* end: ../../blocks.05-project/cart/cart.scss */


/* begin: ../../blocks.05-project/cart/__btn/cart__btn.scss */
.cart__btn {
  border: 2px solid #ef0e29;
  border-radius: 15px;
  padding: 4px 15px 4px 40px;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  background: transparent;
  display: block;
  text-align: right;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 991px) {
  .cart__btn {
    font-size: 0;
    color: transparent;
    height: 30px;
    width: 45px;
    padding: 0;
  }
}

.cart__btn:before {
  content: '';
  background: url("/local/templates/main/bem/pages/_merged/../../../images/cart-mini.png");
  width: 24px;
  height: 19px;
  display: inline-block;
  position: absolute;
  left: 14px;
}

@media (max-width: 991px) {
  .cart__btn:before {
    left: 10px;
    top: 6px;
  }
}

.open > .cart__btn {
  background: #990000;
  border-color: #990000;
}
/* end: ../../blocks.05-project/cart/__btn/cart__btn.scss */


/* begin: ../../blocks.05-project/cart/__block/cart__block.scss */
.cart__block {
  padding: 15px 15px 50px 15px;
  width: 295px;
  left: auto;
  right: 0;
}

.cart__block:before {
  left: auto;
  right: 74px;
}

@media (max-width: 767px) {
  .cart__block:before {
    right: 22px;
  }
}
/* end: ../../blocks.05-project/cart/__block/cart__block.scss */


/* begin: ../../blocks.04-common/img/img.css */
.no-js img.lazyload {
  display: none;
}

img.lazyload,
img.lazyloading {
  opacity: 0;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 500ms;
}
/* end: ../../blocks.04-common/img/img.css */


/* begin: ../../blocks.05-project/cart/__to-cart/cart__to-cart.scss */
.cart__to-cart {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 40px;
  font-weight: 300;
  background: #ef0e29;
  color: #fff;
  left: 0;
  line-height: 30px;
  border-radius: 7px;
}
/* end: ../../blocks.05-project/cart/__to-cart/cart__to-cart.scss */


/* begin: ../../blocks.05-project/catalog/catalog.scss */
.catalog {
  float: left;
}

@media (max-width: 991px) {
  .catalog {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .catalog {
    width: 100%;
    float: none;
  }
}
/* end: ../../blocks.05-project/catalog/catalog.scss */


/* begin: ../../blocks.05-project/catalog/__block/catalog__block.scss */
.catalog__block {
  background: #252525;
  box-shadow: 0 0 10px #000;
  border-color: #252525;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 6px;
}

.catalog__block:before {
  border-bottom-color: #252525;
}

@media (max-width: 991px) {
  .catalog__block {
    display: block;
    position: relative;
    box-shadow: none;
    float: none;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .catalog__block {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: 1px dashed #4c4c4c;
  }
}
/* end: ../../blocks.05-project/catalog/__block/catalog__block.scss */


/* begin: ../../blocks.04-common/breadcrumb/breadcrumb.scss */

/* end: ../../blocks.04-common/breadcrumb/breadcrumb.scss */


/* begin: ../../blocks.05-project/breadcrumb/breadcrumb.scss */
.breadcrumb {
  padding-top: 16px;
}

.breadcrumb > li:after {
  width: 3px;
  height: 3px;
  background: #ef0e29;
  padding: 0;
  margin: 0 5px 2px 5px;
  border-radius: 50%;
  display: inline-block;
  content: '';
}

.breadcrumb > li:last-child:after {
  display: none;
}

.breadcrumb > li + li:before {
  display: none;
}
/* end: ../../blocks.05-project/breadcrumb/breadcrumb.scss */


/* begin: ../../blocks.05-project/title/_first/title_first.scss */
.title_first {
  margin-top: 31px;
  margin-bottom: 0.8em;
  font-size: 30px;
}

@media (max-width: 767px) {
  .title_first {
    font-size: 25px;
  }
}
/* end: ../../blocks.05-project/title/_first/title_first.scss */


/* begin: ../../blocks.05-project/title/_lk/title_lk.scss */
.title_lk {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 23px;
  text-align: left;
  color: #2f2f2f;
}

.title_lk_sm-green {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 21px;
  text-align: left;
  color: #00a651;
}

.title_lk_sm-gray {
  font-size: 24px;
  font-weight: 900;
  margin-top: 10px;
  text-align: left;
  color: #a1a1a1;
  margin-bottom: 16px;
}

.title_lk_sm-black {
  font-size: 24px;
  font-weight: 900;
  margin-top: 10px;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 16px;
}

.title_lk_xs-black {
  font-size: 18px;
  font-weight: 900;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 18px;
}

.title_lk_xs-light {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 10px;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .title_lk_sm-green, .title_lk_sm-gray, .title_lk_sm-black {
    font-size: 18px;
  }
  .title_lk_xs-black, .title_lk_xs-light {
    font-size: 15px;
  }
}
/* end: ../../blocks.05-project/title/_lk/title_lk.scss */


/* begin: ../../blocks.02-plugins/bootstrap-multiselect/bootstrap-multiselect.scss */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.multiselect-container:before {
  display: none;
}

.multiselect-container .input-group {
  margin: 5px;
}

.multiselect-container > li {
  padding: 0;
}

.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}

.multiselect-container > li > a {
  padding: 0;
  text-decoration: none;
}

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 10px 3px 10px;
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 10px 5px 10px;
}

.multiselect-container > li > a > label.checkbox {
  padding: 3px 10px 3px 26px;
}

.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}

.multiselect-container > li > a > label > input[type="radio"] {
  visibility: hidden;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type="checkbox"], .form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
  visibility: hidden;
}

.btn-select {
  background: #fff;
  border: 1px solid #bababa;
  color: #7b7b7b;
  font-weight: normal;
  text-align: left;
  height: 33px;
  padding-right: 16px;
  border-radius: 15px;
  font-size: 14px;
}

.btn-select:before {
  content: '';
  border-left: 1px solid #ddd;
  height: 100%;
  position: absolute;
  top: 0;
  right: 29px;
}

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

.btn-select .caret {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -1px;
  color: #ef0e29;
}
/* end: ../../blocks.02-plugins/bootstrap-multiselect/bootstrap-multiselect.scss */


/* begin: ../../blocks.04-common/radio/_custom/radio_custom.scss */
.radio_custom {
  margin-bottom: 15px;
}

.radio_custom .radio__input {
  background: transparent url("/local/templates/main/bem/pages/_merged/../../blocks.04-common/radio/img/radio.png") no-repeat top;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  margin-left: -30px;
  margin-top: 2px;
}

.radio_custom .radio__control {
  opacity: 0;
  position: absolute;
}

.radio_custom .radio__control:checked + .radio__input {
  background-position: bottom;
}

.radio_custom label {
  padding-left: 30px;
}

.radio_custom.radio_disabled {
  cursor: not-allowed;
}

.radio_custom.radio_disabled .radio__input {
  opacity: 0.5;
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
  cursor: not-allowed;
}

.radio_custom.radio_disabled label {
  cursor: not-allowed;
}
/* end: ../../blocks.04-common/radio/_custom/radio_custom.scss */


/* begin: ../../blocks.04-common/checkbox/_custom/checkbox_custom.scss */
.checkbox_custom .checkbox__input {
  background: transparent url("/local/templates/main/bem/pages/_merged/../../blocks.04-common/checkbox/img/checkbox.png") no-repeat top;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  margin-left: -30px;
  margin-top: 1px;
}

.checkbox_custom .checkbox__control {
  opacity: 0;
  position: absolute;
}

.checkbox_custom .checkbox__control:checked + .checkbox__input {
  background-position: bottom;
}

.checkbox_custom label {
  padding-left: 30px;
}

.checkbox_custom.checkbox_disabled {
  cursor: not-allowed;
}

.checkbox_custom.checkbox_disabled .checkbox__input {
  opacity: 0.5;
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
  cursor: not-allowed;
}

.checkbox_custom.checkbox_disabled label {
  cursor: not-allowed;
}
/* end: ../../blocks.04-common/checkbox/_custom/checkbox_custom.scss */


/* begin: ../../blocks.04-common/textarea/textarea.scss */
textarea {
  resize: vertical;
}
/* end: ../../blocks.04-common/textarea/textarea.scss */


/* begin: ../../blocks.05-project/textarea/textarea.scss */
textarea.form-control {
  border-radius: 8px;
}
/* end: ../../blocks.05-project/textarea/textarea.scss */


/* begin: ../../blocks.05-project/bk-verify/__set-title/bk-verify__set-title.scss */
.bk-verify__set-title {
  line-height: 1;
  margin-bottom: 18px;
  padding-top: 25px;
  border-top: 1px solid #ebebeb;
  padding-left: 293px;
  margin-top: 32px;
}

@media (max-width: 1199px) {
  .bk-verify__set-title {
    padding-left: 15px;
  }
}
/* end: ../../blocks.05-project/bk-verify/__set-title/bk-verify__set-title.scss */


/* begin: ../../blocks.05-project/table/table.scss */
.table_small.table_pseudo .table__td {
  vertical-align: middle;
  text-align: center;
  padding: 6px 5px 6px 5px;
}
/* end: ../../blocks.05-project/table/table.scss */


/* begin: ../../blocks.04-common/table/_pseudo/table_pseudo.scss */
.table_pseudo {
  border-spacing: 0;
  border-collapse: collapse;
}

@media (min-width: 768px) {
  .table_pseudo {
    display: table;
  }
}

@media (min-width: 768px) {
  .table_pseudo .table__tbody {
    display: table-row-group;
  }
}

.table_pseudo .table__thead {
  display: none;
}

@media (min-width: 768px) {
  .table_pseudo .table__thead {
    display: table-header-group;
  }
}

@media (min-width: 768px) {
  .table_pseudo .table__tr {
    display: table-row;
  }
}

@media (max-width: 991px) {
  .table_pseudo .table__tr {
    text-align: left;
  }
}

.table_pseudo .table__th {
  padding: 12px 5px 14px 19px;
}

@media (min-width: 768px) {
  .table_pseudo .table__th {
    display: table-cell;
  }
}

@media (min-width: 768px) {
  .table_pseudo .table__th + .table_pseudo .table__th {
    text-align: center;
  }
}

.table_pseudo .table__td {
  padding: 12px 5px 14px 19px;
}

@media (min-width: 768px) {
  .table_pseudo .table__td {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .table_pseudo .table__td + .table_pseudo .table__td {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .table_pseudo .table__tfoot {
    display: table-footer-group;
  }
}

@media (max-width: 991px) {
  .table_pseudo .table__tfoot .table__td {
    display: inline-block;
  }
}
/* end: ../../blocks.04-common/table/_pseudo/table_pseudo.scss */


/* begin: ../../blocks.05-project/table/_dashed/table_dashed.scss */
.table_dashed {
  border-radius: 15px;
  border: 1px dashed transparent;
  margin-bottom: 0;
}

.table_dashed .table__th {
  border-right: 1px dashed #dedede;
  font-size: 16px;
  font-weight: 900;
  color: #2f2f2f;
}

.table_dashed .table__th:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  .table_dashed .table__tr {
    border-bottom: 2px dashed #a5a4a4;
  }
  .table_dashed .table__tr:last-child {
    border-bottom: none;
  }
}

.table_dashed .table__td {
  border-top: 1px dashed #dedede;
  border-right: 1px dashed #dedede;
  color: #383838;
  line-height: 1.7;
}

.table_dashed .table__td:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  .table_dashed .table__td {
    border-right: none;
  }
  .table_dashed .table__td:first-child {
    border-top: none;
  }
}
/* end: ../../blocks.05-project/table/_dashed/table_dashed.scss */


/* begin: ../../blocks.05-project/table/_basket/table_basket.scss */
.table_basket {
  font-weight: bold;
}

.table_basket .table__th {
  padding: 12px 13px 14px 13px;
  text-align: center;
}

.table_basket .table__th:first-child {
  text-align: left;
}

.table_basket .table__td {
  padding: 12px 13px 14px 13px;
  vertical-align: middle;
  text-align: center;
}

.table_basket .table__td:first-child {
  text-align: left;
}
/* end: ../../blocks.05-project/table/_basket/table_basket.scss */


/* begin: ../../blocks.05-project/bk-discount/__btn/bk-discount__btn.scss */
.bk-discount__btn {
  vertical-align: top;
  margin: 0 20px;
}

@media (max-width: 991px) {
  .bk-discount__btn {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .bk-discount__btn {
    margin-left: 0;
  }
}

.bk-discount__btn.btn {
  font-size: 14px;
}
/* end: ../../blocks.05-project/bk-discount/__btn/bk-discount__btn.scss */


/* begin: ../../blocks.05-project/btn/_blog/btn_blog.scss */
.btn_blog {
  text-align: left;
  white-space: normal;
  margin-bottom: 25px;
  text-align: center;
}
/* end: ../../blocks.05-project/btn/_blog/btn_blog.scss */


/* begin: ../../blocks.05-project/slider-article/slider-article.scss */
.slider-article {
  position: relative;
  background: #252525;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: rotateY(0.01deg);
  transform: rotateY(0.01deg);
  box-shadow: 0 0 30px rgba(173, 173, 173, 0.5);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .slider-article {
    background: transparent;
    background: transparent;
    box-shadow: none;
  }
}
/* end: ../../blocks.05-project/slider-article/slider-article.scss */


/* begin: ../../blocks.05-project/title/_recently/title_recently.scss */
.title_recently {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
/* end: ../../blocks.05-project/title/_recently/title_recently.scss */


/* begin: ../../blocks.05-project/card/card.scss */
.card {
  padding-bottom: 15px;
  width: calc(16% - 34px);
  margin: 15px 15px;
  z-index: 0;
  border-radius: 14px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease-in-out;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
}

.touch .card {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.touch .card.card_active {
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 991px) {
  .card {
    width: calc(25% - 34px);
  }
}

@media (max-width: 767px) {
  .card {
    width: calc(50% - 34px);
  }
}

@media (max-width: 767px) {
  .card {
    margin-bottom: 60px;
  }
}

.no-touch .card:hover {
  -webkit-transform: translateY(-102px);
  transform: translateY(-102px);
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .no-touch .card:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.modal-open .card {
  -webkit-transform-style: flat;
  transform-style: flat;
}

.modal-open .card__bottom {
  display: none;
}
/* end: ../../blocks.05-project/card/card.scss */


/* begin: ../../blocks.05-project/card/__img-reverse/card__img-reverse.scss */
img.card__img-reverse {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.card__img-reverse {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.no-touch .card__top:hover .card__img-reverse {
  opacity: 1;
}
/* end: ../../blocks.05-project/card/__img-reverse/card__img-reverse.scss */


/* begin: ../../blocks.05-project/card/_active/card_active.scss */
.card.card_active {
  -webkit-transform: translateY(-28px);
  transform: translateY(-28px);
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .card.card_active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.card.card_active .card__bottom {
  -webkit-transform: translateY(0px) rotateX(0deg) translateZ(0px);
  transform: translateY(0px) rotateX(0deg) translateZ(0px);
}

@media (max-width: 767px) {
  .card.card_active .card__bottom {
    height: auto;
    bottom: 0px;
  }
}

.card.card_active .card__quick-view {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  height: 44px;
  padding: 11px 0 7px 0;
}

.card.card_active .card__favorites {
  opacity: 1;
}

.card.card_active .card__img-reverse {
  opacity: 1;
}
/* end: ../../blocks.05-project/card/_active/card_active.scss */


/* begin: ../../blocks.05-project/card/_recently/card_recently.scss */
.card_recently {
  color: #000;
}

.card_recently .card__top {
  min-height: 100px;
}

.card_recently .card__favorites {
  background-size: cover;
  width: 20px;
  height: 21px;
  background-images: url("/local/templates/main/bem/pages/_merged/../../../images/card/favorites_small.png");
}

.card_recently .card__sale,
.card_recently .card__new {
  background-size: contain;
  width: 50px;
  height: 50px;
}

.card_recently .card__bottom {
  -webkit-transform: translateY(-19%) rotateX(-14deg) translateZ(-27px);
  transform: translateY(-19%) rotateX(-14deg) translateZ(-27px);
}

@media (max-width: 767px) {
  .card_recently .card__bottom {
    -webkit-transform: translateY(0px) rotateX(0deg) translateZ(0px);
    transform: translateY(0px) rotateX(0deg) translateZ(0px);
  }
}

.touch .card_recently .card__bottom {
  -webkit-transform: translateY(0px) rotateX(0deg) translateZ(0px);
  transform: translateY(0px) rotateX(0deg) translateZ(0px);
}
/* end: ../../blocks.05-project/card/_recently/card_recently.scss */


/* begin: ../../blocks.05-project/list-select-container/list-select-container.scss */
@media (max-width: 1199px) {
  .list-select-container_link_none-select {
    position: absolute;
    right: 0;
    top: 0px;
  }
}

@media (max-width: 1199px) {
  .list-select-container_link {
    position: absolute;
    right: 0;
    top: -47px;
  }
}

@media (max-width: 991px) {
  .list-select-container_link {
    top: 0;
  }
}

@media (max-width: 991px) {
  .list-select-container_search {
    top: 0px;
  }
}

@media (max-width: 991px) {
  .list-select-container_tags {
    margin-top: 0;
    top: 90px;
  }
}
/* end: ../../blocks.05-project/list-select-container/list-select-container.scss */


/* begin: ../../blocks.05-project/btn/_select/btn_select.scss */
.btn_select {
  padding: 7px 21px;
  border-radius: 30px;
  font-size: 13px;
  width: 50%;
}

.btn_select_none-select {
  width: 100%;
  padding: 7px 21px;
  border-radius: 30px;
  font-size: 13px;
}
/* end: ../../blocks.05-project/btn/_select/btn_select.scss */


/* begin: ../../blocks.04-common/nav-tabs/nav-tabs.scss */

/* end: ../../blocks.04-common/nav-tabs/nav-tabs.scss */


/* begin: ../../blocks.05-project/nav-tabs/nav-tabs.scss */
.nav-tabs {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.nav-tabs:before, .nav-tabs:after {
  content: " ";
  display: table;
}

.nav-tabs:after {
  clear: both;
}

.nav-tabs > li > a {
  border-color: #dddddd;
  background: #fafafa;
  border-radius: 14px 14px 0 0;
  display: block;
  box-shadow: inset 0 -12px 17px -9px rgba(0, 0, 0, 0.21);
}

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  text-decoration: none;
}

.nav-tabs > li.active > a {
  box-shadow: none;
}

@media (min-width: 768px) {
  .nav-tabs_selection {
    display: block;
  }
}

@media (max-width: 767px) {
  .nav-tabs_selection {
    display: none;
  }
}

.nav-tabs_selection-mobile > li {
  float: none;
}

.nav-tabs_selection-mobile > li > a {
  background: #383838;
  border-color: #383838;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 13px;
}

.nav-tabs_selection-mobile > li.active > a {
  background: #383838;
  border-color: #383838;
  border-radius: 0;
  box-shadow: none;
  color: #ef0e29;
}
/* end: ../../blocks.05-project/nav-tabs/nav-tabs.scss */


/* begin: ../../blocks.05-project/nav-tabs/_selection/nav-tabs_selection.scss */
.nav-tabs_selection {
  border-bottom: 0px solid transparent;
}

.nav-tabs_selection > li > a {
  background: transparent;
  color: #ef0e29;
  border-color: #5e6368;
  border-bottom-color: #c5c6c5;
  margin-right: 7px;
  padding: 13px 25px 10px 25px;
}

.nav-tabs_selection > li.active > a, .nav-tabs_selection > li.active > a:hover, .nav-tabs_selection > li.active > a:focus {
  color: #fff;
  background: transparent;
  border-color: #c5c6c5;
  border-bottom: 1px solid #25281f;
}

@media (max-width: 767px) {
  .nav-tabs_selection > li.active > a, .nav-tabs_selection > li.active > a:hover, .nav-tabs_selection > li.active > a:focus {
    border-color: #fff;
  }
}
/* end: ../../blocks.05-project/nav-tabs/_selection/nav-tabs_selection.scss */


/* begin: ../../blocks.05-project/az-nav/az-nav.scss */
.az-nav {
  background: #383838;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  justify-content: flex-start;
  padding: 9px 15px;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  flex-wrap: wrap;
  display: none;
}

@media (max-width: 767px) {
  .az-nav {
    display: flex;
  }
}
/* end: ../../blocks.05-project/az-nav/az-nav.scss */


/* begin: ../../blocks.05-project/btn-collapse-selection/btn-collapse-selection.scss */
.btn-collapse-selection {
  position: absolute;
  font-size: 18px;
  background: #fff;
  color: #000;
  position: absolute;
  right: 15px;
  padding: 4px 26px 4px 17px;
}

.btn-collapse-selection:after {
  content: '';
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 7px solid #ef0e29;
  display: inline-block;
  line-height: 1;
  right: 13px;
  top: 9px;
}

.btn-collapse-selection:hover, .btn-collapse-selection:focus {
  color: #000;
}

@media (max-width: 767px) {
  .btn-collapse-selection {
    font-size: 14px;
  }
  .btn-collapse-selection:after {
    top: 5px;
  }
}
/* end: ../../blocks.05-project/btn-collapse-selection/btn-collapse-selection.scss */


/* begin: ../../blocks.05-project/btn-collapse-selection/_bottom/btn-collapse-selection_bottom.scss */
.btn-collapse-selection_bottom {
  bottom: -15px;
}
/* end: ../../blocks.05-project/btn-collapse-selection/_bottom/btn-collapse-selection_bottom.scss */


/* begin: ../../blocks.05-project/pagination/pagination.scss */
@media (min-width: 992px) {
  .pagination {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .pagination {
    text-align: center;
  }
}
/* end: ../../blocks.05-project/pagination/pagination.scss */


/* begin: ../../blocks.05-project/pagination/_small/pagination_small.scss */
.pagination_small {
  font-size: 13px;
  margin: -2px 0 0 0;
}
/* end: ../../blocks.05-project/pagination/_small/pagination_small.scss */


/* begin: ../../blocks.05-project/pagination/__item/pagination__item.scss */
.pagination__item > .pagination__link {
  border-radius: 7px;
  padding: 1px 6px;
}

@media (max-width: 767px) {
  .pagination__item > .pagination__link {
    margin: 0 5px;
  }
}
/* end: ../../blocks.05-project/pagination/__item/pagination__item.scss */


/* begin: ../../blocks.05-project/smart-filter/smart-filter.scss */
.smart-filter {
  position: relative;
}
/* end: ../../blocks.05-project/smart-filter/smart-filter.scss */


/* begin: ../../blocks.05-project/smart-filter/__arrow/smart-filter__arrow.scss */
.popover.right > .smart-filter__arrow:after {
  border-right-color: #383838;
}
/* end: ../../blocks.05-project/smart-filter/__arrow/smart-filter__arrow.scss */


/* begin: ../../blocks.05-project/smart-filter/__list/smart-filter__list.scss */
.smart-filter__list {
  max-height: 210px;
  overflow: hidden;
  position: relative;
}
/* end: ../../blocks.05-project/smart-filter/__list/smart-filter__list.scss */


/* begin: ../../blocks.05-project/checkbox/_filter/checkbox_filter.scss */
.checkbox_filter {
  margin-bottom: 10px;
}

.checkbox_filter.checkbox {
  margin-top: 0px;
}

.checkbox_filter label {
  padding-left: 35px;
}

.checkbox_filter .checkbox__input {
  margin-left: -35px;
}

.checkbox_filter.checkbox_checked {
  color: #ef0e29;
}
/* end: ../../blocks.05-project/checkbox/_filter/checkbox_filter.scss */


/* begin: ../../blocks.02-plugins-jquery-ui/jquery-ui-slider/jquery-ui-slider.css */
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/* end: ../../blocks.02-plugins-jquery-ui/jquery-ui-slider/jquery-ui-slider.css */


/* begin: ../../blocks.05-project/card/_catalog/card_catalog.scss */
.card_catalog {
  width: calc(25% - 35px);
}

@media (min-width: 1200px) {
  .card_catalog .card__top {
    min-height: 208px;
  }
}

.touch .card_catalog .card__bottom {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.card_catalog .card__bottom {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

@media (max-width: 767px) {
  .card_catalog .card__bottom {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 991px) {
  .card_catalog {
    width: calc(50% - 35px);
  }
}

.card_catalog .card__sale,
.card_catalog .card__new {
  background-size: contain;
  width: 72px;
  height: 72px;
  top: 3px;
}

@media (max-width: 767px) {
  .card_catalog .card__sale,
  .card_catalog .card__new {
    width: 50px;
    height: 50px;
    top: 14px;
  }
}

.card_catalog .card__favorites {
  background-image: url("/local/templates/main/bem/pages/_merged/../../../images/card/favorites_small.png");
  top: 28px;
  right: 15px;
  width: 20px;
  height: 21px;
}

.card_catalog .card__caption {
  margin-top: 10px;
  font-size: 14px;
}

.card_catalog .card__price {
  font-size: 23px;
  font-weight: 900;
}

.card_catalog .card__bonus span {
  font-size: 9px;
  padding: 2px 5px;
}
/* end: ../../blocks.05-project/card/_catalog/card_catalog.scss */


/* begin: ../../blocks.05-project/modal/_quick-view/modal_quick-view.scss */
@media (min-width: 992px) {
  .modal_quick-view .modal-dialog {
    width: 828px;
  }
}

@media (max-height: 740px) {
  .modal_quick-view .modal-dialog {
    margin-top: 50px;
  }
}
/* end: ../../blocks.05-project/modal/_quick-view/modal_quick-view.scss */


/* begin: ../../blocks.04-common/modal/__dialog/modal__dialog.scss */
.modal-dialog {
  margin-top: 105px;
}
/* end: ../../blocks.04-common/modal/__dialog/modal__dialog.scss */


/* begin: ../../blocks.04-common/modal/__dialog/_size/modal__dialog_size.scss */

/* end: ../../blocks.04-common/modal/__dialog/_size/modal__dialog_size.scss */


/* begin: ../../blocks.04-common/modal/__content/modal__content.scss */
.modal-content {
  border-radius: 10px;
}
/* end: ../../blocks.04-common/modal/__content/modal__content.scss */


/* begin: ../../blocks.05-project/quick-view/quick-view.scss */
.quick-view {
  position: relative;
  padding: 48px 40px 28px 40px;
  z-index: 11;
}

.quick-view:before, .quick-view:after {
  content: " ";
  display: table;
}

.quick-view:after {
  clear: both;
}
/* end: ../../blocks.05-project/quick-view/quick-view.scss */


/* begin: ../../blocks.05-project/slider-quick-view/slider-quick-view.scss */
.slider-quick-view {
  position: relative;
  margin-bottom: 30px;
}

.slider-quick-view.slick-initialized .slider-quick-view__item {
  display: block;
}
/* end: ../../blocks.05-project/slider-quick-view/slider-quick-view.scss */


/* begin: ../../blocks.05-project/slider-quick-view/_arrow/slider-quick-view_arrow.scss */
.slider-quick-view_arrow_prev {
  background: transparent;
  border: none;
  width: 100%;
  color: #ef0e29;
  font-size: 23px;
  line-height: 1;
}

.slider-quick-view_arrow_next {
  background: transparent;
  border: none;
  width: 100%;
  color: #ef0e29;
  font-size: 23px;
  line-height: 1;
}
/* end: ../../blocks.05-project/slider-quick-view/_arrow/slider-quick-view_arrow.scss */


/* begin: ../../blocks.05-project/product-control/__size-item/_active/product-control__size-item_active.scss */
.product-control__size-item_active {
  box-shadow: 0 0 10px -1px #333;
  background: #ef0e29;
  color: #fff;
}
/* end: ../../blocks.05-project/product-control/__size-item/_active/product-control__size-item_active.scss */


/* begin: ../../blocks.05-project/quick-view/__btn/quick-view__btn.scss */
.quick-view__btn {
  clear: both;
  clear: both;
  padding: 11px 0;
  font-size: 17px;
  font-weight: normal;
}
/* end: ../../blocks.05-project/quick-view/__btn/quick-view__btn.scss */


/* begin: ../../blocks.05-project/btn/_disable/btn_disable_black.scss */
.btn_disable_black {
  pointer-events: none;
  background-color: #cccccc;
  color: #555555;
  border-color: #cccccc;
}

.btn_disable_black:hover, .btn_disable_black:focus {
  background-color: #cccccc;
  color: #555555;
  border-color: #cccccc;
}
/* end: ../../blocks.05-project/btn/_disable/btn_disable_black.scss */


/* begin: ../../blocks.05-project/title/_main/title_main.scss */
.title_main {
  margin-top: 41px;
  text-align: center;
  margin-bottom: 50px;
  font-family: inherit;
  font-weight: 900;
  line-height: 1.1;
  color: inherit;
  font-size: 40px;
  color: #2f2f2f;
  font-size: 40px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .title_main {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

h1.title_main {
  margin-top: 41px;
}
/* end: ../../blocks.05-project/title/_main/title_main.scss */


/* begin: ../../blocks.05-project/card/_main/card_main.scss */
.card_main {
  width: calc(25% - 34px);
}

@media (min-width: 1200px) {
  .card_main .card__top {
    min-height: 262px;
  }
}

.card_main .card__bottom {
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .card_main {
    width: calc(50% - 34px);
  }
}
/* end: ../../blocks.05-project/card/_main/card_main.scss */


/* begin: ../../blocks.05-project/title/_thin/title_thin.scss */
.title_thin {
  font-weight: 100;
  font-size: 48px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .title_thin {
    text-align: center;
    font-size: 28px;
  }
}
/* end: ../../blocks.05-project/title/_thin/title_thin.scss */


/* begin: ../../blocks.05-project/collection/__btn/collection__btn.scss */
.collection__btn {
  margin-left: 81px;
}

@media (max-width: 991px) {
  .collection__btn {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .collection__btn {
    margin-left: 0;
  }
}
/* end: ../../blocks.05-project/collection/__btn/collection__btn.scss */


/* begin: ../../blocks.05-project/article-main/article-main.scss */
.article-main p {
  margin-top: 0;
}

@media (min-width: 992px) {
  .article-main {
    border-right: 1px dashed #474747;
    padding-right: 15px;
  }
}
/* end: ../../blocks.05-project/article-main/article-main.scss */


/* begin: ../../blocks.05-project/title/_reviews/title_reviews.scss */
.title_reviews {
  margin-bottom: 37px;
  font-size: 48px;
  margin-top: 20px;
  font-family: inherit;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
}

@media (max-width: 767px) {
  .title_reviews {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
/* end: ../../blocks.05-project/title/_reviews/title_reviews.scss */


/* begin: ../../blocks.05-project/btn/_reviews-main/btn_reviews-main.scss */
.btn_reviews-main {
  margin-top: 34px;
  margin-bottom: 20px;
}
/* end: ../../blocks.05-project/btn/_reviews-main/btn_reviews-main.scss */


/* begin: ../../blocks.05-project/modal/_city/modal_city.scss */
.modal_city .modal-dialog {
  width: 457px;
}

@media (max-width: 767px) {
  .modal_city .modal-dialog {
    width: 100%;
    margin: 0;
    min-height: 100%;
  }
}

@media (max-width: 767px) {
  .modal_city .modal-content {
    height: 100%;
  }
}

.modal_city .modal-body {
  background: #2f2f2f;
  padding-left: 42px;
  padding-top: 38px;
  padding-right: 46px;
  padding-bottom: 37px;
}

@media (max-width: 767px) {
  .modal_city .modal-body {
    height: 100%;
    min-height: 100vh;
  }
}

.modal_city .modal__city-item {
  display: inline-block;
  width: 49%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .modal_city .modal__city-item {
    width: 100%;
  }
}

.modal_city .modal__city-item_big {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 18px;
}

.modal_city .modal__list-label {
  margin-bottom: 23px;
  margin-top: 35px;
  line-height: 1;
  color: #707070;
}

.modal_city .modal__title {
  margin-bottom: 34px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  font-size: 30px;
}

.modal_city .modal__close {
  right: 7px;
  top: 7px;
  width: 30px;
  height: 30px;
  background: transparent url("/local/templates/main/bem/pages/_merged/../../../images/close.svg") no-repeat center;
  background-size: 13px;
}

@media (max-width: 767px) {
  .modal_city .modal__close {
    width: 15px;
    height: 17px;
    background-size: 15px;
  }
}
/* end: ../../blocks.05-project/modal/_city/modal_city.scss */


/* begin: ../../blocks.05-project/form-horizontal/form-horizontal.scss */
.form-horizontal .control-label {
  text-align: left;
}
/* end: ../../blocks.05-project/form-horizontal/form-horizontal.scss */


/* begin: ../../blocks.05-project/form-horizontal/_lk/form-horizontal_lk.scss */
.form-horizontal_lk {
  margin-bottom: 30px;
  argin-top: 40px;
}

.form-horizontal_lk .form-group {
  margin-bottom: 23px;
}

.form-horizontal_lk hr {
  margin-top: 35px;
  margin-bottom: 35px;
}

@media (min-width: 1200px) {
  .form-horizontal_lk {
    width: 66%;
  }
}
/* end: ../../blocks.05-project/form-horizontal/_lk/form-horizontal_lk.scss */


/* begin: ../../blocks.05-project/help-block/help-block.scss */
.help-block {
  font-size: 12px;
  font-style: italic;
  color: #959595;
  line-height: 1;
  display: block;
  margin-bottom: 0px;
  color: #787878;
  bottom: -3px;
  position: relative;
  line-height: 1;
}
/* end: ../../blocks.05-project/help-block/help-block.scss */


/* begin: ../../blocks.05-project/btn/_subscription/btn_subscription.scss */
.btn_subscription {
  position: relative;
  padding-left: 47px;
}

.btn_subscription:before {
  content: '%';
  position: absolute;
  left: -2px;
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  top: -15px;
  line-height: 1;
}
/* end: ../../blocks.05-project/btn/_subscription/btn_subscription.scss */


/* begin: ../../blocks.05-project/btn/_edit/btn_edit.scss */
.btn_edit {
  background: #383838;
  border-color: #383838;
  color: #fff;
  text-align: left;
}

.btn_edit:before {
  content: '';
  display: inline-block;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/icons/edit_white.png") no-repeat;
  width: 14px;
  height: 14px;
  margin-left: -8px;
  margin-right: 11px;
  margin-bottom: -2px;
}

.btn_edit:hover, .btn_edit:focus {
  background: #121212;
  border-color: #121212;
}
/* end: ../../blocks.05-project/btn/_edit/btn_edit.scss */


/* begin: ../../blocks.05-project/btn/_delete/btn_delete.scss */
.btn_delete {
  text-align: left;
}

.btn_delete:before {
  content: '';
  display: inline-block;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/icons/delete_white.png") no-repeat;
  width: 11px;
  height: 11px;
  margin-right: 11px;
}
/* end: ../../blocks.05-project/btn/_delete/btn_delete.scss */


/* begin: ../../blocks.05-project/btn/_color/btn_color_ask.scss */
.btn_color_ask {
  padding-left: 41px;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  border-color: #e4e4e4;
}

.btn_color_ask:before {
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  display: block;
  left: 14px;
  top: 7px;
  background: url("/local/templates/main/bem/pages/_merged/../../../images/icons/ask.png");
}

.btn_color_ask:focus, .btn_color_ask:hover {
  color: #000;
}
/* end: ../../blocks.05-project/btn/_color/btn_color_ask.scss */


/* begin: ../../blocks.05-project/product-shipping/__btn/product-shipping__btn.scss */
.product-shipping__btn {
  margin-top: 23px;
  margin-bottom: 23px;
}
/* end: ../../blocks.05-project/product-shipping/__btn/product-shipping__btn.scss */


/* begin: ../../blocks.05-project/reviews-block/reviews-block.scss */
.reviews-block {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .reviews-block {
    display: flex;
  }
}
/* end: ../../blocks.05-project/reviews-block/reviews-block.scss */


/* begin: ../../blocks.05-project/reviews-block/__view/reviews-block__view.scss */
@media (min-width: 1200px) {
  .reviews-block__view {
    padding-left: 45px;
  }
}
/* end: ../../blocks.05-project/reviews-block/__view/reviews-block__view.scss */


/* begin: ../../blocks.05-project/btn/_review/btn_review.scss */
.btn_review {
  -webkit-transform: translate(0, calc(50% + 9px));
  transform: translate(0, calc(50% + 9px));
}
/* end: ../../blocks.05-project/btn/_review/btn_review.scss */


/* begin: ../../blocks.05-project/modal/_review/modal_review.scss */
.modal_review .modal-dialog {
  width: 500px;
}

@media (max-width: 767px) {
  .modal_review .modal-dialog {
    width: 100%;
    margin: 0;
  }
}

.modal_review .modal__close {
  background: transparent;
}

.modal_review .modal__close:before {
  content: "\f00d";
  font-family: 'fontAwesome';
  font-size: 18px;
  color: #fff;
  line-height: 1;
}

.modal_review .modal__rating .star-rating__wrap {
  font-size: 30px;
}

.modal_review .textarea {
  height: 100px;
}

.modal_review .modal__bottom {
  border-top: 1px solid #adadad;
  padding: 15px 15px 0;
  margin: 15px -15px 0;
  text-align: right;
}

.modal_review .modal__bottom:after {
  display: table;
  clear: both;
  content: '';
}

.modal_review .modal__title {
  background: #ef0e29;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: -15px -15px 0;
  padding: 10px 13px;
  border-radius: 4px 4px 0px 0px;
}

@media (max-width: 767px) {
  .modal_review .modal__title {
    border-radius: 0px;
  }
}

.modal_review .modal-content {
  border-radius: 5px;
}

@media (max-width: 767px) {
  .modal_review .modal-content {
    border-radius: 0px;
  }
}

.modal_review .control-label {
  margin-top: 16px;
  margin-bottom: 4px;
  font-weight: 700;
}
/* end: ../../blocks.05-project/modal/_review/modal_review.scss */


/* begin: ../../blocks.05-project/title/_selection/title_selection.scss */
.title_selection {
  color: #fff;
}
/* end: ../../blocks.05-project/title/_selection/title_selection.scss */


/* begin: ../../blocks.05-project/nav-tabs/_selection-band/nav-tabs_selection-band.scss */
@media (max-width: 767px) {
  .nav-tabs_selection-band {
    display: none;
  }
}
/* end: ../../blocks.05-project/nav-tabs/_selection-band/nav-tabs_selection-band.scss */


/* begin: ../../blocks.04-common/radio/_disabled/radio_disabled.scss */
.radio_disabled .radio__input {
  opacity: 0.5;
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
  cursor: not-allowed;
}
/* end: ../../blocks.04-common/radio/_disabled/radio_disabled.scss */


/* begin: ../../blocks.05-project/btn/_disable/btn_disable_white.scss */
.btn_disable_white {
  pointer-events: none;
  background-color: #cccccc;
  color: #fff;
  border-color: #cccccc;
}

.btn_disable_white:hover, .btn_disable_white:focus {
  background-color: #cccccc;
  color: #fff;
  border-color: #cccccc;
}
/* end: ../../blocks.05-project/btn/_disable/btn_disable_white.scss */


/* begin: ../../blocks.04-common/page/page.scss */
*:focus, *:active, *:active:focus {
  outline: none;
  outline: none !important;
}
/* end: ../../blocks.04-common/page/page.scss */


/* begin: ../../blocks.05-project/page/page.scss */
*:focus, *:active, *:active:focus {
  outline: none;
  outline: none !important;
}
/* end: ../../blocks.05-project/page/page.scss */


/* begin: ../../blocks.04-common/select/_custom/select_custom.scss */
.select_custom {
  width: 100%;
  height: 37px;
  position: relative;
  border: 1px solid #ccc;
  opacity: 0;
}

select[multiple].select_custom {
  height: 37px;
}
/* end: ../../blocks.04-common/select/_custom/select_custom.scss */


/* begin: ../../blocks.04-common/filter-slider/filter-slider.scss */
.filter-slider:before, .filter-slider:after {
  content: " ";
  display: table;
}

.filter-slider:after {
  clear: both;
}
/* end: ../../blocks.04-common/filter-slider/filter-slider.scss */


/* begin: ../../blocks.05-project/collapse-button/collapse-button.scss */
.collapse-button_hide {
  background-color: #cccccc !important;
  color: #fff !important;
  border-color: #cccccc !important;
}

.collapse-button_hide:hover:hover, .collapse-button_hide:hover:focus, .collapse-button_hide:focus:hover, .collapse-button_hide:focus:focus {
  background-color: #b3b3b3 !important;
  color: #fff !important;
  border-color: #b3b3b3 !important;
}

.collapse-button_map {
  margin-bottom: 37px;
  float: right;
}

@media (max-width: 767px) {
  .collapse-button_tags {
    padding-left: 3px;
    font-size: 12px;
  }
}

.collapse-button_tags:after {
  content: '';
  margin-top: 2px;
  border: 7px solid transparent;
  border-top: 11px solid #fff;
  position: absolute;
  display: inline-block;
  line-height: 1;
  right: 13px;
  transition: 0.4s;
  -webkit-transform: rotate(0.003deg);
  transform: rotate(0.003deg);
  top: 11px;
}

@media (max-width: 767px) {
  .collapse-button_tags:after {
    right: 8px;
  }
}

.collapse-button_hide_tags:after {
  -webkit-transform-origin: 7px 5px;
  transform-origin: 7px 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* end: ../../blocks.05-project/collapse-button/collapse-button.scss */


/* begin: ../../blocks.05-project/row/_flex/row_flex.scss */
.row_flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  flex-direction: row;
}

.row_flex:before, .row_flex:after {
  content: none !important;
}
/* end: ../../blocks.05-project/row/_flex/row_flex.scss */


/* begin: ../../blocks.04-common/row/_columns-xs/row_columns-xs.scss */
@media (max-width: 1199px) {
  .row_columns-xs_1 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-xs_1 > [class^="col-"]:nth-child(1n+1) {
    clear: both;
  }
  .row_columns-xs_2 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-xs_2 > [class^="col-"]:nth-child(2n+1) {
    clear: both;
  }
  .row_columns-xs_3 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-xs_3 > [class^="col-"]:nth-child(3n+1) {
    clear: both;
  }
  .row_columns-xs_4 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-xs_4 > [class^="col-"]:nth-child(4n+1) {
    clear: both;
  }
  .row_columns-xs_5 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-xs_5 > [class^="col-"]:nth-child(5n+1) {
    clear: both;
  }
  .row_columns-xs_6 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-xs_6 > [class^="col-"]:nth-child(6n+1) {
    clear: both;
  }
  .row_columns-xs_7 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-xs_7 > [class^="col-"]:nth-child(7n+1) {
    clear: both;
  }
  .row_columns-xs_8 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-xs_8 > [class^="col-"]:nth-child(8n+1) {
    clear: both;
  }
  .row_columns-xs_9 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-xs_9 > [class^="col-"]:nth-child(9n+1) {
    clear: both;
  }
  .row_columns-xs_10 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-xs_10 > [class^="col-"]:nth-child(10n+1) {
    clear: both;
  }
  .row_columns-xs_11 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-xs_11 > [class^="col-"]:nth-child(11n+1) {
    clear: both;
  }
  .row_columns-xs_12 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-xs_12 > [class^="col-"]:nth-child(12n+1) {
    clear: both;
  }
}
/* end: ../../blocks.04-common/row/_columns-xs/row_columns-xs.scss */


/* begin: ../../blocks.05-project/row/_card/row_card.scss */
.row_card {
  padding-bottom: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  flex-direction: row;
}

.row_card [class^="col-"] {
  z-index: 3;
}

.row_card [class^="col-"]:hover {
  z-index: 5;
}
/* end: ../../blocks.05-project/row/_card/row_card.scss */


/* begin: ../../blocks.05-project/row/_catalog/row_catalog.scss */
.row_catalog {
  margin-left: -11px;
  margin-right: -11px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  flex-direction: row;
}

.row_catalog > [class^="col-"] {
  padding-left: 11px;
  padding-right: 11px;
}
/* end: ../../blocks.05-project/row/_catalog/row_catalog.scss */


/* begin: ../../blocks.04-common/row/_list-select/row_list-select.scss */
.row_list-select {
  position: relative;
}

@media (max-width: 1199px) {
  .row_list-select {
    min-height: 134px;
  }
}
/* end: ../../blocks.04-common/row/_list-select/row_list-select.scss */


/* begin: ../../blocks.04-common/row/_columns-sm/row_columns-sm.scss */
@media (min-width: 768px) and (max-width: 991px) {
  .row_columns-sm_1 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-sm_1 > [class^="col-"]:nth-child(1n+1) {
    clear: both;
  }
  .row_columns-sm_2 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-sm_2 > [class^="col-"]:nth-child(2n+1) {
    clear: both;
  }
  .row_columns-sm_3 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-sm_3 > [class^="col-"]:nth-child(3n+1) {
    clear: both;
  }
  .row_columns-sm_4 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-sm_4 > [class^="col-"]:nth-child(4n+1) {
    clear: both;
  }
  .row_columns-sm_5 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-sm_5 > [class^="col-"]:nth-child(5n+1) {
    clear: both;
  }
  .row_columns-sm_6 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-sm_6 > [class^="col-"]:nth-child(6n+1) {
    clear: both;
  }
  .row_columns-sm_7 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-sm_7 > [class^="col-"]:nth-child(7n+1) {
    clear: both;
  }
  .row_columns-sm_8 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-sm_8 > [class^="col-"]:nth-child(8n+1) {
    clear: both;
  }
  .row_columns-sm_9 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-sm_9 > [class^="col-"]:nth-child(9n+1) {
    clear: both;
  }
  .row_columns-sm_10 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-sm_10 > [class^="col-"]:nth-child(10n+1) {
    clear: both;
  }
  .row_columns-sm_11 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-sm_11 > [class^="col-"]:nth-child(11n+1) {
    clear: both;
  }
  .row_columns-sm_12 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-sm_12 > [class^="col-"]:nth-child(12n+1) {
    clear: both;
  }
}
/* end: ../../blocks.04-common/row/_columns-sm/row_columns-sm.scss */


/* begin: ../../blocks.04-common/row/_columns-md/row_columns-md.scss */
@media (min-width: 992px) and (max-width: 1199px) {
  .row_columns-md_1 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-md_1 > [class^="col-"]:nth-child(1n+1) {
    clear: both;
  }
  .row_columns-md_2 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-md_2 > [class^="col-"]:nth-child(2n+1) {
    clear: both;
  }
  .row_columns-md_3 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-md_3 > [class^="col-"]:nth-child(3n+1) {
    clear: both;
  }
  .row_columns-md_4 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-md_4 > [class^="col-"]:nth-child(4n+1) {
    clear: both;
  }
  .row_columns-md_5 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-md_5 > [class^="col-"]:nth-child(5n+1) {
    clear: both;
  }
  .row_columns-md_6 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-md_6 > [class^="col-"]:nth-child(6n+1) {
    clear: both;
  }
  .row_columns-md_7 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-md_7 > [class^="col-"]:nth-child(7n+1) {
    clear: both;
  }
  .row_columns-md_8 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-md_8 > [class^="col-"]:nth-child(8n+1) {
    clear: both;
  }
  .row_columns-md_9 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-md_9 > [class^="col-"]:nth-child(9n+1) {
    clear: both;
  }
  .row_columns-md_10 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-md_10 > [class^="col-"]:nth-child(10n+1) {
    clear: both;
  }
  .row_columns-md_11 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-md_11 > [class^="col-"]:nth-child(11n+1) {
    clear: both;
  }
  .row_columns-md_12 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-md_12 > [class^="col-"]:nth-child(12n+1) {
    clear: both;
  }
}
/* end: ../../blocks.04-common/row/_columns-md/row_columns-md.scss */


/* begin: ../../blocks.04-common/row/_columns-lg/row_columns-lg.scss */
@media (min-width: 1200px) {
  .row_columns-lg_1 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-lg_1 > [class^="col-"]:nth-child(1n+1) {
    clear: both;
  }
  .row_columns-lg_2 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-lg_2 > [class^="col-"]:nth-child(2n+1) {
    clear: both;
  }
  .row_columns-lg_3 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-lg_3 > [class^="col-"]:nth-child(3n+1) {
    clear: both;
  }
  .row_columns-lg_4 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-lg_4 > [class^="col-"]:nth-child(4n+1) {
    clear: both;
  }
  .row_columns-lg_5 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-lg_5 > [class^="col-"]:nth-child(5n+1) {
    clear: both;
  }
  .row_columns-lg_6 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-lg_6 > [class^="col-"]:nth-child(6n+1) {
    clear: both;
  }
  .row_columns-lg_7 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-lg_7 > [class^="col-"]:nth-child(7n+1) {
    clear: both;
  }
  .row_columns-lg_8 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-lg_8 > [class^="col-"]:nth-child(8n+1) {
    clear: both;
  }
  .row_columns-lg_9 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-lg_9 > [class^="col-"]:nth-child(9n+1) {
    clear: both;
  }
  .row_columns-lg_10 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-lg_10 > [class^="col-"]:nth-child(10n+1) {
    clear: both;
  }
  .row_columns-lg_11 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-lg_11 > [class^="col-"]:nth-child(11n+1) {
    clear: both;
  }
  .row_columns-lg_12 > [class^="col-"]:nth-child(n) {
    clear: initial;
  }
  .row_columns-lg_12 > [class^="col-"]:nth-child(12n+1) {
    clear: both;
  }
}
/* end: ../../blocks.04-common/row/_columns-lg/row_columns-lg.scss */

/* End */


/* Start:/local/templates/main/components/bitrix/search.title/catalog/style.css?1747630177333*/
.search-title-popover {
    display: block !important;
    position: relative !important;
    max-width: none !important;
}

.title-search-preview {
    display: block;
}

.search-item-all-results
{
    font-size : medium ;
    color: #000000;
    text-decoration: underline;
}
.search-item-all-results:hover
{
    color: #ef0e29;
}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/header_menu_catalog/style.css?174763017792*/
.inverse {
    background-color:#ef0e29
}
.inverse:hover {
    background-color: #252525;
}

/* End */


/* Start:/local/templates/main/components/bitrix/sender.subscribe/default/style.css?17476301771499*/
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}
form.default-sender-subscribe p.privacy-policy-msg {
    color: #fff;
}
/* End */
/* /local/templates/main/bem/pages/_merged/_merged.css?1762419656517568 */
/* /local/templates/main/components/bitrix/search.title/catalog/style.css?1747630177333 */
/* /local/templates/main/components/bitrix/menu/header_menu_catalog/style.css?174763017792 */
/* /local/templates/main/components/bitrix/sender.subscribe/default/style.css?17476301771499 */
