@charset "UTF-8";
/* vars */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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: 700; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

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 {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  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-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  h2, h3, p {
    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 td, .table-bordered th {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-eur:before, .glyphicon-euro: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"; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.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; }

[role=button] {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.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: 400;
  line-height: 1;
  color: #777; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }

.h1, h1 {
  font-size: 36px; }

.h2, h2 {
  font-size: 30px; }

.h3, h3 {
  font-size: 24px; }

.h4, h4 {
  font-size: 18px; }

.h5, h5 {
  font-size: 14px; }

.h6, h6 {
  font-size: 12px; }

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 {
  padding: .2em;
  background-color: #fcf8e3; }

.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 {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:focus, a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:focus, a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:focus, a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:focus, a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:focus, a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dd, dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  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 > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  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;
  display: table-column;
  float: none; }

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5; }

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@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 > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox], input[type=radio] {
  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=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  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,-webkit-box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 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[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  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: 34px; }

  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px; }

  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px; }

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px; }

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed; }

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed; }

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm, textarea.input-sm {
  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 select[multiple].form-control, .form-group-sm textarea.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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg, textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.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: #737373; }

@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 .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0; }

  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-xs > .btn, .btn-xs {
  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=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .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;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  transition-property: height,visibility; }

.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; }

.dropdown, .dropup {
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.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: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777; }

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9; }

.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 {
    right: auto;
    left: 0; } }
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  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 .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-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .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 > .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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px; }

.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-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  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-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.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-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn: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 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  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-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-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:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }
.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:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    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-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus, .navbar-brand:hover {
  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;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    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 {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@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 .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }

  .navbar-form .input-group > .form-control {
    width: 100%; }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }

  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 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:focus, .navbar-default .navbar-brand:hover {
  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:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  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:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus, .navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  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:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  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:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus, .navbar-inverse .btn-link:hover {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777; }

.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 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  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; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.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; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }

  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.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: 700; }

.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  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: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped, .progress-striped .progress-bar {
  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-bar.active, .progress.active .progress-bar {
  -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: #d9534f; }

.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 {
  overflow: hidden;
  zoom: 1; }

.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-body, .media-left, .media-right {
  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 {
  padding-left: 0;
  margin-bottom: 20px; }

.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-left-radius: 4px;
  border-top-right-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:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.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: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, .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 {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.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:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  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:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  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:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  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:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .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-left-radius: 3px;
  border-top-right-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-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .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:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.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, .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: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:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.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, .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: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:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.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, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.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, .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 {
  border-bottom-left-radius: 3px; }

.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, .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 {
  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 td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .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, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > 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 {
  margin-bottom: 0;
  border: 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 > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  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: #333;
  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: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.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 embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  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: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.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 {
  right: 5px;
  bottom: 0;
  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: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px; }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-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; }

  td.visible-xs, th.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; }

  td.visible-sm, th.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; }

  td.visible-md, th.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; }

  td.visible-lg, th.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; }

  td.visible-print, th.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; } }
@font-face {
  font-family: icons;
  font-display: swap;
  src: url("fonts/icons.eot");
  src: url("fonts/icons.woff2") format("woff2"), url("fonts/icons.woff") format("woff");
  src: url("fonts/icons.eot") format("embedded-opentype"), url("fonts/icons.ttf") format("truetype"), url("fonts/icons.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
[class*="_icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class*="_icon-"]:before {
  display: block; }

._icon-pinterest:before {
  content: "\e902"; }

._icon-facebook:before {
  content: "\e903"; }

._icon-twitter:before {
  content: "\e901"; }

._icon-in:before {
  content: "\e900"; }

._icon-basket-remove:before {
  content: "\e92b";
  color: #585858; }

._icon-arrow-right:before {
  content: "\e915"; }

._icon-bike:before {
  content: "\e929"; }

._icon-delivery:before {
  content: "\e904"; }

._icon-basket-product:before {
  content: "\e905"; }

._icon-stock:before {
  content: "\e906"; }

._icon-home:before {
  content: "\e907"; }

._icon-close:before {
  content: "\e908"; }

._icon-car-color:before {
  content: "\e909"; }

._icon-area:before {
  content: "\e90a"; }

._icon-bluetooth:before {
  content: "\e90b"; }

._icon-power2:before {
  content: "\e90c"; }

._icon-size:before {
  content: "\e90d"; }

._icon-speed:before {
  content: "\e90e"; }

._icon-battery:before {
  content: "\e90f"; }

._icon-power:before {
  content: "\e910"; }

._icon-wheel:before {
  content: "\e911"; }

._icon-water:before {
  content: "\e912"; }

._icon-comment:before {
  content: "\e913"; }

._icon-phone-call:before {
  content: "\e914"; }

._icon-phone:before {
  content: "\e92a"; }

._icon-location:before {
  content: "\e916"; }

._icon-up-arrow:before {
  content: "\e917"; }

._icon-assortment:before {
  content: "\e918"; }

._icon-sale:before {
  content: "\e919"; }

._icon-return:before {
  content: "\e91a"; }

._icon-basket:before {
  content: "\e91b"; }

._icon-gift:before {
  content: "\e91c"; }

._icon-garantia:before {
  content: "\e91d"; }

._icon-boiler:before {
  content: "\e91e"; }

._icon-electric-scooter:before {
  content: "\e91f"; }

._icon-segway:before {
  content: "\e920"; }

._icon-hoverboard:before {
  content: "\e921"; }

._icon-user:before {
  content: "\e922"; }

._icon-add-favorites:before {
  content: "\e923"; }

._icon-comparison:before {
  content: "\e924"; }

._icon-search:before {
  content: "\e925"; }

._icon-arrow:before {
  content: "\e926"; }

._icon-viber:before {
  content: "\e927"; }

._icon-telegram:before {
  content: "\e928"; }

._icon-transmission:before {
  content: " ";
  background: url("../image/svg/icon-transmission.svg") no-repeat;
  background-size: contain;
  background-position: center center; }

._icon-transmission-type:before {
  content: " ";
  background: url("../image/svg/icon-transmission-type.svg") no-repeat;
  background-size: contain;
  background-position: center center; }

._icon-fuel:before {
  content: " ";
  background: url("../image/svg/icon-fuel.svg") no-repeat;
  background-size: contain;
  background-position: center center; }

._icon-engine:before {
  content: " ";
  background: url("../image/svg/icon-engine.svg") no-repeat;
  background-size: contain;
  background-position: center center; }

.product-layout-desc ul li._icon-transmission:before,
.product-layout-desc ul li._icon-transmission-type:before,
.product-layout-desc ul li._icon-fuel:before,
.product-layout-desc ul li._icon-engine:before {
  width: 24px;
  height: 24px; }
  @media (max-width: 768px) {
    .product-layout-desc ul li._icon-transmission:before,
    .product-layout-desc ul li._icon-transmission-type:before,
    .product-layout-desc ul li._icon-fuel:before,
    .product-layout-desc ul li._icon-engine:before {
      width: 20px;
      height: 15px; } }

@font-face {
  font-family: "theme-icon";
  src: url("fonts/theme-icon.eot?93010981");
  src: url("fonts/theme-icon.eot?93010981#iefix") format("embedded-opentype"), url("fonts/theme-icon.woff?93010981") format("woff"), url("fonts/theme-icon.ttf?93010981") format("truetype"), url("fonts/theme-icon.svg?93010981#theme-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.theme-icon {
  font-family: "theme-icon";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-add-favorites:before {
  content: "\e800"; }

.icon-comparison:before {
  content: "\e801"; }

.icon-comment:before {
  content: "\e802"; }

.icon-favorites:before {
  content: "\e803"; }

.icon-left-arrow:before {
  content: "\e804"; }

.icon-right-arrow:before {
  content: "\e805"; }

.icon-close-button:before {
  content: "\e806"; }

.icon-home:before {
  content: "\e807"; }

.icon-user:before {
  content: "\e808"; }

.icon-burger:before {
  content: "\e809"; }

.icon-visible-eye:before {
  content: "\e80a"; }

.icon-invisible-eye:before {
  content: "\e80b"; }

.icon-search:before {
  content: "\e80c"; }

.icon-call:before {
  content: "\e80d"; }

.icon-up-arrow:before {
  content: "\e80e"; }

.icon-viber:before {
  content: "\e80f"; }

.icon-phone-call:before {
  content: "\e810"; }

.icon-telegram:before {
  content: "\e811"; }

.icon-paper-plane:before {
  content: "\e812"; }

.icon-google-icon:before {
  content: "\e813"; }

.icon-facebook-icon:before {
  content: "\e814"; }

.icon-basket:before {
  content: "\e815"; }

.icon-map:before {
  content: "\e816"; }

.icon-opt:before {
  content: "\e817"; }

.icon-reviews:before {
  content: "\e818"; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased; }

html,
body {
  height: 100%; }

*:focus {
  outline: none; }

ul li {
  outline: none; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #111110;
  background: #fff;
  letter-spacing: 0.02em;
  height: 100%; }

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none; }

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1400px) {
  .container {
    width: 1400px; } }
@media (min-width: 1200px) {
  .container {
    width: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 100%; } }
@media (min-width: 768px) {
  .container {
    width: 100%; } }
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  color: #111110; }
  a:hover {
    text-decoration: none; }
  a:active {
    text-decoration: none; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin: 0 0 20px; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin: 0 0 20px; }

h1,
.h1 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: normal;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    h1,
    .h1 {
      font-size: 24px; } }
  @media (max-width: 720px) {
    h1,
    .h1 {
      font-size: 18px;
      margin: 0 0 15px; } }

h2,
.h2 {
  font-size: 21px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 7px;
  letter-spacing: 0.05em; }
  @media (max-width: 991px) {
    h2,
    .h2 {
      font-size: 20px; } }
  @media (max-width: 720px) {
    h2,
    .h2 {
      font-size: 15px;
      margin: 0 0 10px; } }

h3,
.h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em; }
  @media (max-width: 991px) {
    h3,
    .h3 {
      font-size: 19px; } }
  @media (max-width: 720px) {
    h3,
    .h3 {
      font-size: 18px;
      margin: 0 0 15px; } }

h4,
.h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold; }
  @media (max-width: 991px) {
    h4,
    .h4 {
      font-size: 18px; } }
  @media (max-width: 720px) {
    h4,
    .h4 {
      font-size: 15px; } }

h5,
.h5 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold; }

p {
  margin-bottom: 19px; }
  @media (max-width: 991px) {
    p {
      margin-bottom: 16px; } }

button,
input {
  outline: none;
  border: none;
  background: inherit;
  margin: 0;
  color: inherit;
  padding: 0px; }

.small-text {
  font-size: 12px; }

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  padding-bottom: 45px; }
  @media (max-width: 991px) {
    .title {
      padding-bottom: 22px; } }

.content ul li {
  margin-bottom: 15px;
  padding-left: 54px;
  position: relative; }
  .content ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 20px;
    top: 0.7em;
    margin: -3px 0 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
      .content ul li:after {
        left: 5px; } }
  @media (max-width: 991px) {
    .content ul li {
      padding-left: 30px; } }

.photo-right {
  float: right;
  margin: 0 0 60px 30px;
  max-width: 50%; }
  @media (max-width: 991px) {
    .photo-right {
      float: none;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto 30px; } }

.photo-left {
  float: left;
  margin: 0 30px 60px 0;
  max-width: 50%; }
  @media (max-width: 991px) {
    .photo-left {
      float: none;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto 30px; } }

.text-danger {
  color: #111110;
  font-size: 12px;
  padding: 5px 0 0; }

.bg {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -706px;
  top: -1px;
  z-index: 5;
  opacity: 0.6;
  display: none; }

.title-catalog {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.1668;
  padding-bottom: 45px;
  margin: 0; }
  @media (max-width: 991px) {
    .title-catalog {
      padding-bottom: 35px; } }
  @media (max-width: 768px) {
    .title-catalog {
      padding-bottom: 25px;
      font-size: 20px; } }

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px; }

a:active, a:hover, a:focus {
  outline: none; }

.btn-link:active, .btn-link:hover, .btn-link:focus {
  text-decoration: none; }

.bold {
  font-weight: bold; }

/* стили при наведении курсора на checkbox */
input[type="checkbox"]:not(:disabled):not(:checked) + label:hover::before {
  border-color: #e5e5e5; }

/* стили для активного состояния чекбокса (при нажатии на него) */
input[type="checkbox"]:not(:disabled):active + label::before {
  background-color: #e5e5e5;
  border-color: #e5e5e5; }

/* стили для чекбокса, находящегося в фокусе */
input[type="checkbox"]:focus + label::before {
  -webkit-box-shadow: none;
          box-shadow: none; }

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
input[type="checkbox"]:focus:not(:checked) + label::before {
  border-color: #e5e5e5; }

/* стили для чекбокса, находящегося в состоянии disabled */
input[type="checkbox"]:disabled + label::before {
  background-color: #ffffff; }

/* стили при наведении курсора на radio */
input[type="radio"]:not(:disabled):not(:checked) + label:hover::before {
  border-color: #e5e5e5; }

/* стили для активного состояния чекбокса (при нажатии на него) */
input[type="radio"]:not(:disabled):active + label::before {
  background-color: #e5e5e5;
  border-color: #e5e5e5; }

/* стили для чекбокса, находящегося в фокусе */
input[type="radio"]:focus + label::before {
  -webkit-box-shadow: none;
          box-shadow: none; }

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
input[type="radio"]:focus:not(:checked) + label::before {
  border-color: #e5e5e5; }

/* стили для чекбокса, находящегося в состоянии disabled */
input[type="radio"]:disabled + label::before {
  background-color: #ffffff; }

.row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 991px) {
    .row-btn {
      margin-bottom: 30px; } }
  @media (max-width: 720px) {
    .row-btn {
      margin-bottom: 20px; } }
  .row-btn .button {
    margin: 0 10px 15px; }

.btn-theme-default, .button, .product-thumb .button-group button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 18px 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  background: #243544;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.16em;
  line-height: 1.6;
  float: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .home-gallery .btn-theme-default,
  .home-gallery .button,
  .home-gallery .product-thumb .button-group button {
    padding: 16px 36px;
    line-height: 1.5; }
    @media (max-width: 991px) {
      .home-gallery .btn-theme-default,
      .home-gallery .button,
      .home-gallery .product-thumb .button-group button {
        padding: 17px 29px;
        font-size: 13px; } }
    @media (max-width: 720px) {
      .home-gallery .btn-theme-default,
      .home-gallery .button,
      .home-gallery .product-thumb .button-group button {
        padding: 11px 25px;
        font-size: 12px;
        letter-spacing: 0.1em; } }
  @media (max-width: 991px) {
    .btn-theme-default, .button, .product-thumb .button-group button {
      padding: 17px 29px;
      font-size: 13px; } }
  @media (max-width: 720px) {
    .btn-theme-default, .button, .product-thumb .button-group button {
      padding: 13px 25px;
      font-size: 12px;
      letter-spacing: 0.1em; } }
  .btn-theme-default:hover, .btn-theme-default:active, .btn-theme-default:focus, .button:hover, .button:active, .button:focus, .product-thumb .button-group button:hover, .product-thumb .button-group button:active, .product-thumb .button-group button:focus {
    background: #111110;
    color: #fff;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important; }
  .btn-theme-default__icon, .button__icon, .product-thumb .button-group button__icon {
    margin: -8px 0 -2px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 768px) {
      .btn-theme-default__icon, .button__icon, .product-thumb .button-group button__icon {
        margin: -8px 0 -5px 20px; }
        .btn-theme-default__icon svg, .button__icon svg, .product-thumb .button-group button__icon svg {
          width: 15px;
          height: 15px; } }
  .btn-theme-default--systemic, .button--systemic, .product-thumb .button-group button--systemic {
    background: #111110;
    color: #fff; }
    .btn-theme-default--systemic:hover, .btn-theme-default--systemic:active, .btn-theme-default--systemic:focus, .button--systemic:hover, .button--systemic:active, .button--systemic:focus, .product-thumb .button-group button--systemic:hover, .product-thumb .button-group button--systemic:active, .product-thumb .button-group button--systemic:focus {
      background: #000;
      color: #fff; }
  .btn-theme-default span, .button span, .product-thumb .button-group button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .btn-theme-default.sm, .button.sm, .product-thumb .button-group button.sm {
    padding: 10px 15px; }
  .btn-theme-default--medium, .button--medium, .product-thumb .button-group button--medium {
    padding: 5px 16px; }
  .btn-theme-default--disabled, .button--disabled, .product-thumb .button-group button--disabled {
    color: #aeaeae;
    pointer-events: none; }
    .btn-theme-default--disabled [class*="icon"]::after, .button--disabled [class*="icon"]::after, .product-thumb .button-group button--disabled [class*="icon"]::after {
      background: #aeaeae; }
  .btn-theme-default--full, .button--full, .product-thumb .button-group button--full {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 23px;
    padding-bottom: 23px;
    line-height: 1.666;
    font-size: 15px; }
    @media (max-width: 720px) {
      .btn-theme-default--full, .button--full, .product-thumb .button-group button--full {
        margin-top: 37px;
        font-size: 12px;
        padding-top: 15px;
        padding-bottom: 15px; } }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none !important;
  outline-offset: 0; }

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 14px; }

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 16px; }

.input-group .input-group-addon {
  font-size: 16px;
  height: 30px; }

label {
  cursor: pointer;
  font-weight: normal;
  font-size: 15px; }

.form .rows {
  padding-bottom: 53px; }

/* chustom select */
.select-custom {
  display: grid;
  grid-template-areas: "select";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  background: none;
  	/*
  	&:not(.select--multiple):hover::after,
  	&:not(.select--multiple):focus::after,
  	&:not(.select--multiple):focus-visible::after,
  	&:not(.select--multiple):active::after{
  		transform: rotate(-180deg);
  	}
  */ }
  .select-custom select, .select-custom::after {
    grid-area: select; }
  .select-custom:not(.select--multiple)::after {
    content: "";
    justify-self: end;
    width: 13px;
    height: 6px;
    margin: 3px 17px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("../image/icon-arrow-down.svg") no-repeat; }
    @media (max-width: 990px) {
      .select-custom:not(.select--multiple)::after {
        margin: 3px 5px 0 0; } }
  .select-custom--disabled {
    cursor: not-allowed;
    background: #999; }
    .select-custom--disabled select {
      pointer-events: none; }
  .select-custom--radius {
    border-radius: 16px; }
    .select-custom--radius::-ms-expand {
      display: none; }
  .select-custom--short {
    max-width: 482px; }
  .select-custom select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    width: 100%;
    color: #000;
    cursor: inherit;
    line-height: 1.36;
    border-bottom: 1px solid #c4c4c4 !important;
    padding-right: 45px !important;
    padding-left: 0 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    z-index: 1;
    outline: none; }
    .select-custom select:hover, .select-custom select:focus {
      padding-right: 45px !important;
      padding-left: 0 !important;
      padding-top: 7px !important;
      padding-bottom: 7px !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border: none !important;
      border-bottom: 1px solid #c4c4c4 !important; }
    @media (max-width: 640px) {
      .select-custom select {
        padding: 3px 12px 3px 0 !important; }
        .select-custom select:hover, .select-custom select:focus {
          padding: 3px 12px 3px 0 !important; }
        .select-custom select option {
          padding: 0; } }
    .select-custom select::-ms-expand {
      display: none; }
    .select-custom select:focus + .focus {
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      border-radius: inherit; }
    .select-custom select option {
      background: #fff;
      color: #000; }
  .select-custom select[multiple] {
    padding-right: 0;
    height: 6rem; }
    .select-custom select[multiple] option {
      white-space: normal;
      outline-color: #111110; }

/*// chustom select */
/* checkbox-chustom */
.checkbox-chustom {
  margin-right: 23px; }
  .checkbox-chustom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
    .checkbox-chustom input:checked + label:before {
      border-color: #347a89;
      background-color: #347a89;
      background-image: url("fonts/icons/checked.svg"); }
  .checkbox-chustom label {
    position: relative;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    font-size: 13px; }
    @media (max-width: 640px) {
      .checkbox-chustom label {
        font-size: 12px; } }
    .checkbox-chustom label:before {
      content: "";
      -webkit-appearance: none;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 10px;
      height: 17px;
      width: 17px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 90% 90%;
      border: 1px solid #e5e5e5; }
  .checkbox-chustom__label {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.input-text,
.form-control {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background: none;
  color: #c4c4c4;
  overflow: visible;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  text-transform: capitalize; }
  .input-text--medium,
  .form-control--medium {
    padding: 4px 8px; }
  .input-text--round,
  .form-control--round {
    border-radius: 28px; }
  .input-text::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder {
    color: #c4c4c4; }
  .input-text:-ms-input-placeholder,
  .form-control:-ms-input-placeholder {
    color: #c4c4c4; }
  .input-text::-ms-input-placeholder,
  .form-control::-ms-input-placeholder {
    color: #c4c4c4; }
  .input-text::placeholder,
  .form-control::placeholder {
    color: #c4c4c4; }
  .input-text:focus,
  .form-control:focus {
    outline: none;
    color: #243544; }

.form-group {
  margin-bottom: 0px; }

.form-control:hover,
.form-control:focus {
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #e5e5e5; }

#submit_text_search {
  height: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #submit_text_search:hover, #submit_text_search:focus, #submit_text_search:active {
    background: #e13940;
    color: #fff; }

.arrow {
  position: relative;
  height: 15px;
  width: 15px;
  margin-left: 7px; }

.arrow::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background-color: #8e9194;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  left: 50%;
  top: 50%;
  margin: -0.1em 0 0 -0.4em; }

.open .arrow::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

/* end custom-select 2 */
.textarea {
  display: inline-block;
  font-family: var(--font);
  font-size: 14px;
  line-height: 1.3;
  -webkit-appearance: none;
  border: 1px solid #c4c4c4;
  background: none;
  color: #c4c4c4;
  border-radius: 3px;
  padding: 5px 10px;
  overflow: visible;
  margin: 0;
  width: 100%; }
  .textarea--round {
    border-radius: 28px; }
  .textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: var(--color-main-text);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: var(--color-main-text);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: var(--color-main-text);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .textarea::placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: var(--color-main-text);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .textarea:focus {
    border: 1px solid var(--base-color);
    -webkit-box-shadow: 0 2px 15px 0 rgba(166, 191, 207, 0.5), 0 0 0 1px var(--form-element-focus);
            box-shadow: 0 2px 15px 0 rgba(166, 191, 207, 0.5), 0 0 0 1px var(--form-element-focus);
    outline: none; }
    .textarea:focus::-webkit-input-placeholder {
      opacity: 0.4; }
    .textarea:focus:-ms-input-placeholder {
      opacity: 0.4; }
    .textarea:focus::-ms-input-placeholder {
      opacity: 0.4; }
    .textarea:focus::placeholder {
      opacity: 0.4; }
  .textarea--medium {
    padding: 13px 20px;
    font-size: 16px; }
    .textarea--medium::-webkit-input-placeholder {
      font-size: 16px; }
    .textarea--medium:-ms-input-placeholder {
      font-size: 16px; }
    .textarea--medium::-ms-input-placeholder {
      font-size: 16px; }
    .textarea--medium::placeholder {
      font-size: 16px; }
  .textarea-comment {
    height: 100px; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.icon {
  border-radius: 3px;
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  background: var(--bg-btn);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .icon:hover {
    background: var(--base-color); }
  .icon:active {
    background: var(--bg-btn-active); }
  .icon svg {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: var(--color-icon); }
  .icon:hover svg {
    fill: var(--color-icon-hover); }
  .icon--round {
    border-radius: 50%; }
  .icon--medium {
    width: 28px;
    height: 28px; }
  .icon--small {
    width: 22px;
    height: 22px; }

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%; }

.hidden {
  display: none !important; }

.grid-1 {
  width: 8.3333333333%; }

.grid-off-1 {
  margin-left: 8.3333333333%; }

.grid-2 {
  width: 16.6666666667%; }

.grid-off-2 {
  margin-left: 16.6666666667%; }

.grid-3 {
  width: 25%; }

.grid-off-3 {
  margin-left: 25%; }

.grid-4 {
  width: 33.3333333333%; }

.grid-off-4 {
  margin-left: 33.3333333333%; }

.grid-5 {
  width: 41.6666666667%; }

.grid-off-5 {
  margin-left: 41.6666666667%; }

.grid-6 {
  width: 50%; }

.grid-off-6 {
  margin-left: 50%; }

.grid-7 {
  width: 58.3333333333%; }

.grid-off-7 {
  margin-left: 58.3333333333%; }

.grid-8 {
  width: 66.6666666667%; }

.grid-off-8 {
  margin-left: 66.6666666667%; }

.grid-9 {
  width: 75%; }

.grid-off-9 {
  margin-left: 75%; }

.grid-10 {
  width: 83.3333333333%; }

.grid-off-10 {
  margin-left: 83.3333333333%; }

.grid-11 {
  width: 91.6666666667%; }

.grid-off-11 {
  margin-left: 91.6666666667%; }

.grid-12 {
  width: 100%; }

.grid-off-12 {
  margin-left: 100%; }

@media (max-width: 1440px) {
  .grid-0_xl {
    width: 0%; }

  .grid-off-0_xl {
    margin-left: 0%; }

  .grid-1_xl {
    width: 8.3333333333%; }

  .grid-off-1_xl {
    margin-left: 8.3333333333%; }

  .grid-2_xl {
    width: 16.6666666667%; }

  .grid-off-2_xl {
    margin-left: 16.6666666667%; }

  .grid-3_xl {
    width: 25%; }

  .grid-off-3_xl {
    margin-left: 25%; }

  .grid-4_xl {
    width: 33.3333333333%; }

  .grid-off-4_xl {
    margin-left: 33.3333333333%; }

  .grid-5_xl {
    width: 41.6666666667%; }

  .grid-off-5_xl {
    margin-left: 41.6666666667%; }

  .grid-6_xl {
    width: 50%; }

  .grid-off-6_xl {
    margin-left: 50%; }

  .grid-7_xl {
    width: 58.3333333333%; }

  .grid-off-7_xl {
    margin-left: 58.3333333333%; }

  .grid-8_xl {
    width: 66.6666666667%; }

  .grid-off-8_xl {
    margin-left: 66.6666666667%; }

  .grid-9_xl {
    width: 75%; }

  .grid-off-9_xl {
    margin-left: 75%; }

  .grid-10_xl {
    width: 83.3333333333%; }

  .grid-off-10_xl {
    margin-left: 83.3333333333%; }

  .grid-11_xl {
    width: 91.6666666667%; }

  .grid-off-11_xl {
    margin-left: 91.6666666667%; }

  .grid-12_xl {
    width: 100%; }

  .grid-off-12_xl {
    margin-left: 100%; } }
@media (max-width: 1200px) {
  .grid-0_xll {
    width: 0%; }

  .grid-off-0_xll {
    margin-left: 0%; }

  .grid-1_xll {
    width: 8.3333333333%; }

  .grid-off-1_xll {
    margin-left: 8.3333333333%; }

  .grid-2_xll {
    width: 16.6666666667%; }

  .grid-off-2_xll {
    margin-left: 16.6666666667%; }

  .grid-3_xll {
    width: 25%; }

  .grid-off-3_xll {
    margin-left: 25%; }

  .grid-4_xll {
    width: 33.3333333333%; }

  .grid-off-4_xll {
    margin-left: 33.3333333333%; }

  .grid-5_xll {
    width: 41.6666666667%; }

  .grid-off-5_xll {
    margin-left: 41.6666666667%; }

  .grid-6_xll {
    width: 50%; }

  .grid-off-6_xll {
    margin-left: 50%; }

  .grid-7_xll {
    width: 58.3333333333%; }

  .grid-off-7_xll {
    margin-left: 58.3333333333%; }

  .grid-8_xll {
    width: 66.6666666667%; }

  .grid-off-8_xll {
    margin-left: 66.6666666667%; }

  .grid-9_xll {
    width: 75%; }

  .grid-off-9_xll {
    margin-left: 75%; }

  .grid-10_xll {
    width: 83.3333333333%; }

  .grid-off-10_xll {
    margin-left: 83.3333333333%; }

  .grid-11_xll {
    width: 91.6666666667%; }

  .grid-off-11_xll {
    margin-left: 91.6666666667%; }

  .grid-12_xll {
    width: 100%; }

  .grid-off-12_xll {
    margin-left: 100%; } }
@media (max-width: 991px) {
  .grid-0_l {
    width: 0%; }

  .grid-off-0_l {
    margin-left: 0%; }

  .grid-1_l {
    width: 8.3333333333%; }

  .grid-off-1_l {
    margin-left: 8.3333333333%; }

  .grid-2_l {
    width: 16.6666666667%; }

  .grid-off-2_l {
    margin-left: 16.6666666667%; }

  .grid-3_l {
    width: 25%; }

  .grid-off-3_l {
    margin-left: 25%; }

  .grid-4_l {
    width: 33.3333333333%; }

  .grid-off-4_l {
    margin-left: 33.3333333333%; }

  .grid-5_l {
    width: 41.6666666667%; }

  .grid-off-5_l {
    margin-left: 41.6666666667%; }

  .grid-6_l {
    width: 50%; }

  .grid-off-6_l {
    margin-left: 50%; }

  .grid-7_l {
    width: 58.3333333333%; }

  .grid-off-7_l {
    margin-left: 58.3333333333%; }

  .grid-8_l {
    width: 66.6666666667%; }

  .grid-off-8_l {
    margin-left: 66.6666666667%; }

  .grid-9_l {
    width: 75%; }

  .grid-off-9_l {
    margin-left: 75%; }

  .grid-10_l {
    width: 83.3333333333%; }

  .grid-off-10_l {
    margin-left: 83.3333333333%; }

  .grid-11_l {
    width: 91.6666666667%; }

  .grid-off-11_l {
    margin-left: 91.6666666667%; }

  .grid-12_l {
    width: 100%; }

  .grid-off-12_l {
    margin-left: 100%; } }
@media (max-width: 850px) {
  .grid-0_ml {
    width: 0%; }

  .grid-off-0_ml {
    margin-left: 0%; }

  .grid-1_ml {
    width: 8.3333333333%; }

  .grid-off-1_ml {
    margin-left: 8.3333333333%; }

  .grid-2_ml {
    width: 16.6666666667%; }

  .grid-off-2_ml {
    margin-left: 16.6666666667%; }

  .grid-3_ml {
    width: 25%; }

  .grid-off-3_ml {
    margin-left: 25%; }

  .grid-4_ml {
    width: 33.3333333333%; }

  .grid-off-4_ml {
    margin-left: 33.3333333333%; }

  .grid-5_ml {
    width: 41.6666666667%; }

  .grid-off-5_ml {
    margin-left: 41.6666666667%; }

  .grid-6_ml {
    width: 50%; }

  .grid-off-6_ml {
    margin-left: 50%; }

  .grid-7_ml {
    width: 58.3333333333%; }

  .grid-off-7_ml {
    margin-left: 58.3333333333%; }

  .grid-8_ml {
    width: 66.6666666667%; }

  .grid-off-8_ml {
    margin-left: 66.6666666667%; }

  .grid-9_ml {
    width: 75%; }

  .grid-off-9_ml {
    margin-left: 75%; }

  .grid-10_ml {
    width: 83.3333333333%; }

  .grid-off-10_ml {
    margin-left: 83.3333333333%; }

  .grid-11_ml {
    width: 91.6666666667%; }

  .grid-off-11_ml {
    margin-left: 91.6666666667%; }

  .grid-12_ml {
    width: 100%; }

  .grid-off-12_ml {
    margin-left: 100%; } }
@media (max-width: 768px) {
  .grid-0_m {
    width: 0%; }

  .grid-off-0_m {
    margin-left: 0%; }

  .grid-1_m {
    width: 8.3333333333%; }

  .grid-off-1_m {
    margin-left: 8.3333333333%; }

  .grid-2_m {
    width: 16.6666666667%; }

  .grid-off-2_m {
    margin-left: 16.6666666667%; }

  .grid-3_m {
    width: 25%; }

  .grid-off-3_m {
    margin-left: 25%; }

  .grid-4_m {
    width: 33.3333333333%; }

  .grid-off-4_m {
    margin-left: 33.3333333333%; }

  .grid-5_m {
    width: 41.6666666667%; }

  .grid-off-5_m {
    margin-left: 41.6666666667%; }

  .grid-6_m {
    width: 50%; }

  .grid-off-6_m {
    margin-left: 50%; }

  .grid-7_m {
    width: 58.3333333333%; }

  .grid-off-7_m {
    margin-left: 58.3333333333%; }

  .grid-8_m {
    width: 66.6666666667%; }

  .grid-off-8_m {
    margin-left: 66.6666666667%; }

  .grid-9_m {
    width: 75%; }

  .grid-off-9_m {
    margin-left: 75%; }

  .grid-10_m {
    width: 83.3333333333%; }

  .grid-off-10_m {
    margin-left: 83.3333333333%; }

  .grid-11_m {
    width: 91.6666666667%; }

  .grid-off-11_m {
    margin-left: 91.6666666667%; }

  .grid-12_m {
    width: 100%; }

  .grid-off-12_m {
    margin-left: 100%; } }
@media (max-width: 720px) {
  .grid-0_s {
    width: 0%; }

  .grid-off-0_s {
    margin-left: 0%; }

  .grid-1_s {
    width: 8.3333333333%; }

  .grid-off-1_s {
    margin-left: 8.3333333333%; }

  .grid-2_s {
    width: 16.6666666667%; }

  .grid-off-2_s {
    margin-left: 16.6666666667%; }

  .grid-3_s {
    width: 25%; }

  .grid-off-3_s {
    margin-left: 25%; }

  .grid-4_s {
    width: 33.3333333333%; }

  .grid-off-4_s {
    margin-left: 33.3333333333%; }

  .grid-5_s {
    width: 41.6666666667%; }

  .grid-off-5_s {
    margin-left: 41.6666666667%; }

  .grid-6_s {
    width: 50%; }

  .grid-off-6_s {
    margin-left: 50%; }

  .grid-7_s {
    width: 58.3333333333%; }

  .grid-off-7_s {
    margin-left: 58.3333333333%; }

  .grid-8_s {
    width: 66.6666666667%; }

  .grid-off-8_s {
    margin-left: 66.6666666667%; }

  .grid-9_s {
    width: 75%; }

  .grid-off-9_s {
    margin-left: 75%; }

  .grid-10_s {
    width: 83.3333333333%; }

  .grid-off-10_s {
    margin-left: 83.3333333333%; }

  .grid-11_s {
    width: 91.6666666667%; }

  .grid-off-11_s {
    margin-left: 91.6666666667%; }

  .grid-12_s {
    width: 100%; }

  .grid-off-12_s {
    margin-left: 100%; } }
@media (max-width: 480px) {
  .grid-0_xs {
    width: 0%; }

  .grid-off-0_xs {
    margin-left: 0%; }

  .grid-1_xs {
    width: 8.3333333333%; }

  .grid-off-1_xs {
    margin-left: 8.3333333333%; }

  .grid-2_xs {
    width: 16.6666666667%; }

  .grid-off-2_xs {
    margin-left: 16.6666666667%; }

  .grid-3_xs {
    width: 25%; }

  .grid-off-3_xs {
    margin-left: 25%; }

  .grid-4_xs {
    width: 33.3333333333%; }

  .grid-off-4_xs {
    margin-left: 33.3333333333%; }

  .grid-5_xs {
    width: 41.6666666667%; }

  .grid-off-5_xs {
    margin-left: 41.6666666667%; }

  .grid-6_xs {
    width: 50%; }

  .grid-off-6_xs {
    margin-left: 50%; }

  .grid-7_xs {
    width: 58.3333333333%; }

  .grid-off-7_xs {
    margin-left: 58.3333333333%; }

  .grid-8_xs {
    width: 66.6666666667%; }

  .grid-off-8_xs {
    margin-left: 66.6666666667%; }

  .grid-9_xs {
    width: 75%; }

  .grid-off-9_xs {
    margin-left: 75%; }

  .grid-10_xs {
    width: 83.3333333333%; }

  .grid-off-10_xs {
    margin-left: 83.3333333333%; }

  .grid-11_xs {
    width: 91.6666666667%; }

  .grid-off-11_xs {
    margin-left: 91.6666666667%; }

  .grid-12_xs {
    width: 100%; }

  .grid-off-12_xs {
    margin-left: 100%; } }
@media (max-width: 414px) {
  .grid-0_xss {
    width: 0%; }

  .grid-off-0_xss {
    margin-left: 0%; }

  .grid-1_xss {
    width: 8.3333333333%; }

  .grid-off-1_xss {
    margin-left: 8.3333333333%; }

  .grid-2_xss {
    width: 16.6666666667%; }

  .grid-off-2_xss {
    margin-left: 16.6666666667%; }

  .grid-3_xss {
    width: 25%; }

  .grid-off-3_xss {
    margin-left: 25%; }

  .grid-4_xss {
    width: 33.3333333333%; }

  .grid-off-4_xss {
    margin-left: 33.3333333333%; }

  .grid-5_xss {
    width: 41.6666666667%; }

  .grid-off-5_xss {
    margin-left: 41.6666666667%; }

  .grid-6_xss {
    width: 50%; }

  .grid-off-6_xss {
    margin-left: 50%; }

  .grid-7_xss {
    width: 58.3333333333%; }

  .grid-off-7_xss {
    margin-left: 58.3333333333%; }

  .grid-8_xss {
    width: 66.6666666667%; }

  .grid-off-8_xss {
    margin-left: 66.6666666667%; }

  .grid-9_xss {
    width: 75%; }

  .grid-off-9_xss {
    margin-left: 75%; }

  .grid-10_xss {
    width: 83.3333333333%; }

  .grid-off-10_xss {
    margin-left: 83.3333333333%; }

  .grid-11_xss {
    width: 91.6666666667%; }

  .grid-off-11_xss {
    margin-left: 91.6666666667%; }

  .grid-12_xss {
    width: 100%; }

  .grid-off-12_xss {
    margin-left: 100%; } }
@media (max-width: 375px) {
  .grid-0_xxs {
    width: 0%; }

  .grid-off-0_xxs {
    margin-left: 0%; }

  .grid-1_xxs {
    width: 8.3333333333%; }

  .grid-off-1_xxs {
    margin-left: 8.3333333333%; }

  .grid-2_xxs {
    width: 16.6666666667%; }

  .grid-off-2_xxs {
    margin-left: 16.6666666667%; }

  .grid-3_xxs {
    width: 25%; }

  .grid-off-3_xxs {
    margin-left: 25%; }

  .grid-4_xxs {
    width: 33.3333333333%; }

  .grid-off-4_xxs {
    margin-left: 33.3333333333%; }

  .grid-5_xxs {
    width: 41.6666666667%; }

  .grid-off-5_xxs {
    margin-left: 41.6666666667%; }

  .grid-6_xxs {
    width: 50%; }

  .grid-off-6_xxs {
    margin-left: 50%; }

  .grid-7_xxs {
    width: 58.3333333333%; }

  .grid-off-7_xxs {
    margin-left: 58.3333333333%; }

  .grid-8_xxs {
    width: 66.6666666667%; }

  .grid-off-8_xxs {
    margin-left: 66.6666666667%; }

  .grid-9_xxs {
    width: 75%; }

  .grid-off-9_xxs {
    margin-left: 75%; }

  .grid-10_xxs {
    width: 83.3333333333%; }

  .grid-off-10_xxs {
    margin-left: 83.3333333333%; }

  .grid-11_xxs {
    width: 91.6666666667%; }

  .grid-off-11_xxs {
    margin-left: 91.6666666667%; }

  .grid-12_xxs {
    width: 100%; }

  .grid-off-12_xxs {
    margin-left: 100%; } }
.wrapper {
  position: relative;
  overflow: hidden; }

.rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 480px) {
    .rows {
      margin-left: -5px;
      margin-right: -5px; } }
  .rows [class*="grid"] {
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 480px) {
      .rows [class*="grid"] {
        padding-left: 5px;
        padding-right: 5px; } }
  .rows--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .rows--middle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

/*
.container {
	margin: 0 auto;
	width: 100%;
	//max-width: 1145px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 10;

	@include res(l){
		padding-left: 15px;
		padding-right: 15px;
	}

	@include res(s){
		padding-left: 7px;
		padding-right: 7px;
	}

}




.row-ng {
	display: flex;
	flex-wrap: wrap;
}

.clearfix {
	&:before {
		content: " ";
		display: table;
	}
	&:after {
		content: " ";
		display: table;
		clear: both;
	}
}

.img-responsive {
	width: 100%;
	height: auto;
}

*/
.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }
  .wrapper > .container {
    position: relative;
    z-index: 1; }
  .wrapper > main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

.section {
  padding-top: 20px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  background: #ffffff; }
  @media (max-width: 768px) {
    .section {
      margin-bottom: 25px;
      padding-top: 15px; } }
  .section--dark {
    background: rgba(41, 35, 35, 0.8);
    color: #ebebeb; }
    .section--dark .title {
      color: #ebebeb; }
  .section-new-main {
    padding: 1px; }
  .section--topsales {
    background: #fff;
    margin-top: -35px;
    padding-top: 45px; }

@media (max-width: 991px) {
  	/*
  	.container {
  		padding-right: 34px;
  		padding-left: 34px;
  		width: 100%;
  
  		@include res(xs) {
  			padding-right: 10px;
  			padding-left: 10px;
  		}
  
  	}
  	*/
  .row {
    margin-right: -10px;
    margin-left: -10px; }

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px; }

  	/*
  	[class*=col-] {
  		padding-bottom: 40px;
  	}
  */
  .swiper-viewport {
    margin-bottom: 40px !important; } }
.main-content {
  position: relative;
  z-index: 1; }
  .main-content::after {
    content: "";
    background: #111110;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    z-index: 9;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s; }
    @media (max-width: 991px) {
      .main-content::after {
        display: none; } }
  .main-content.overlay::after {
    opacity: 1;
    visibility: visible; }

a:focus,
a:hover {
  color: #ff9600;
  text-decoration: underline; }

.alert {
  position: fixed;
  padding: 18px 40px 18px 75px;
  z-index: 30;
  bottom: 0;
  left: 0;
  text-align: center;
  margin: 0;
  right: 0;
  color: #fff;
  border-radius: 0;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-weight: 600;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
  transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
  line-height: 1.3; }
  @media (max-width: 768px) {
    .alert {
      font-size: 13px; } }
  .alert > .fa {
    position: absolute;
    bottom: 0;
    top: 0;
    background: #3b923f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 63px;
    left: 0;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 32px; }
  .alert a {
    color: #fff;
    text-decoration: underline; }
    .alert a:hover {
      text-decoration: none; }
  .alert-success {
    background-color: #4caf50; }
    .alert-success > .fa {
      background: #3b923f; }
  .alert-danger {
    background-color: #ce252c; }
    .alert-danger > .fa {
      background-color: #ce252c; }
  .alert button.close {
    color: #fff;
    opacity: 1;
    width: 40px;
    position: absolute;
    font-size: 34px;
    z-index: 3;
    background: none;
    left: auto;
    height: 40px;
    top: calc(50% - 20px);
    right: 20px;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    @media (max-width: 768px) {
      .alert button.close {
        right: 10px; } }
    @media (max-width: 768px) {
      .alert button.close {
        font-size: 28px; } }
    .alert button.close:hover {
      opacity: 0.8; }

@-webkit-keyframes alert-anim {
  0% {
    top: -100%; }
  60% {
    top: 0; }
  100% {
    top: 0; } }
@keyframes alert-anim {
  0% {
    top: -100%; }
  60% {
    top: 0; }
  100% {
    top: 0; } }
@-webkit-keyframes alert-anim2 {
  0% {
    top: -100%; }
  60% {
    top: 100%; }
  100% {
    top: 100%; } }
@keyframes alert-anim2 {
  0% {
    top: -100%; }
  60% {
    top: 100%; }
  100% {
    top: 100%; } }
@-webkit-keyframes alert-icon-anim {
  0% {
    font-size: 0; }
  60% {
    font-size: 0; } }
@keyframes alert-icon-anim {
  0% {
    font-size: 0; }
  60% {
    font-size: 0; } }
.error-not_found.text-page .section.section-about {
  background: -webkit-gradient(linear, right top, left top, color-stop(5.99%, #ce650d), color-stop(94.87%, #f7a80c));
  background: linear-gradient(270deg, #ce650d 5.99%, #f7a80c 94.87%);
  margin-bottom: 0px;
  padding-top: 0px; }

.error .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.error-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.error-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #030100;
  padding: 45px 0px 0px 0px; }
  .error-text span {
    font-weight: 700; }
  @media (max-width: 768px) {
    .error-text {
      font-size: 16px;
      padding: 30px 0px 0px 0px; } }

.error-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 187px;
  height: 187px;
  border-radius: 50%;
  background: #030000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .error-button div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #cb9e54;
    background: #030000;
    border-radius: 50%;
    width: 187px;
    height: 187px;
    -webkit-box-shadow: inset 2px 2px 3px rgba(210, 107, 13, 0);
            box-shadow: inset 2px 2px 3px rgba(210, 107, 13, 0); }
    .error-button div span {
      font-weight: 700;
      text-transform: none;
      margin: 0px 0px 7px 0px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .error-button:hover {
    background: linear-gradient(95.38deg, #ce650d 3.81%, #f7a80c 140.36%); }
    .error-button:hover div {
      font-size: 10px;
      width: 105px;
      height: 105px;
      border-radius: 50%;
      background: #030000;
      -webkit-box-shadow: inset 2px 2px 3px rgba(210, 107, 13, 0.7);
              box-shadow: inset 2px 2px 3px rgba(210, 107, 13, 0.7); }
  @media (max-width: 992px) {
    .error-button {
      width: 73px;
      height: 73px; }
      .error-button div {
        width: 73px;
        height: 73px;
        font-size: 8px; }
        .error-button div spav {
          margin: 0px 0px 3px 0px; }
      .error-button:hover {
        background: #030000; }
        .error-button:hover div {
          font-size: 8px;
          width: 73px;
          height: 73px;
          border-radius: 50%;
          background: #030000;
          -webkit-box-shadow: none;
                  box-shadow: none; } }
  @media (max-width: 480px) {
    .error-button {
      width: 63px;
      height: 63px; }
      .error-button div {
        width: 63px;
        height: 63px;
        font-size: 6px; }
        .error-button div spav {
          margin: 0px 0px 3px 0px; }
      .error-button:hover {
        background: #030000; }
        .error-button:hover div {
          font-size: 6px;
          width: 63px;
          height: 63px;
          border-radius: 50%;
          background: #030000;
          -webkit-box-shadow: none;
                  box-shadow: none; } }

@media (max-width: 992px) {
  .error-not_found.text-page .section-about img {
    height: 274px; } }
@media (max-width: 480px) {
  .error-not_found.text-page .section-about img {
    height: 200px; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
#menu .background-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

#megaMenuToggle {
  display: none; }

.container-megamenu, .container-megamenu .container {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.megamenu-wrapper {
  position: relative;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  color: #888; }

.megamenu-pattern {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

ul.megamenu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }

ul.megamenu > li {
  float: left;
  width: auto; }

ul.megamenu > li:first-child {
  background: none; }

ul.megamenu > li.pull-right {
  float: right; }

ul.megamenu > li .close-menu {
  display: none; }

ul.megamenu > li.search {
  background: none; }

#top ul.megamenu > li.search .search_form, ul.megamenu > li.search .search_form {
  padding: 0;
  margin: 8px; }

#top ul.megamenu > li.search .search_form input, ul.megamenu > li.search .search_form input {
  height: 29px;
  min-height: 29px;
  border: none; }

ul.megamenu > li.search .button-search2 {
  top: 6px;
  right: 8px; }

ul.megamenu > li:first-child > a {
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px; }

ul.megamenu > li > a {
  display: block;
  position: relative;
  color: #000;
  font-size: 16px;
  padding: 11px 20px 9px 21px;
  height: 45px; }

ul.megamenu > li > a strong {
  font-weight: 400; }

ul.megamenu > li > a:hover, ul.megamenu > li.active > a, ul.megamenu > li.home > a, ul.megamenu > li:hover > a {
  background-color: #ddd;
  color: #444; }

ul.megamenu > li > a > .icon-home {
  display: block;
  font-size: 23px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15); }

ul.megamenu > li > a img {
  margin-right: 10px;
  height: 28px;
  vertical-align: middle; }

ul.megamenu > li > a.description {
  font-size: 14px;
  padding: 10px 20px 11px 21px;
  line-height: 1; }

ul.megamenu > li > a.description img {
  float: left; }

ul.megamenu > li > a.description .description {
  font-size: 11px;
  opacity: .9; }

ul.megamenu > li > a.description .description-left {
  float: left;
  width: auto; }

ul.megamenu .title-submenu {
  width: 100%;
  padding-left: 14px;
  padding-bottom: 10px; }

ul.megamenu > li > .sub-menu {
  position: absolute;
  z-index: 9999;
  display: none; }

.horizontal ul.megamenu > li > .sub-menu {
  max-width: 100%; }

ul.megamenu > li.active > a span:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 12px;
  margin-left: -6px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  content: '';
  z-index: 30; }

ul.megamenu > li.active > a span:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 13px;
  margin-left: -5px;
  display: inline-block;
  content: '';
  z-index: 30; }

ul.megamenu li .sub-menu .content {
  display: none;
  padding: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important; }

ul.megamenu .sub-menu .content > .row {
  padding-top: 20px; }

ul.megamenu .sub-menu .content > .border {
  padding-top: 20px;
  border-bottom: 1px solid #e6e6e6; }

ul.megamenu .sub-menu .content > .row:first-child {
  padding: 0; }

ul.megamenu li .product {
  text-align: center;
  position: relative;
  margin-bottom: -7px; }

ul.megamenu li .product .image {
  padding: 0; }

ul.megamenu li .product .image img {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

ul.megamenu li .product .name {
  padding: 7px 0 0; }

ul.megamenu li .product .price {
  color: #ff6b6b; }

ul.manufacturer {
  list-style: none;
  margin: -10px 0 0 !important;
  padding: 0;
  position: relative; }

ul.manufacturer li {
  display: inline-block;
  margin: 10px 5px 0 0; }

ul.manufacturer li a {
  display: block;
  font-size: 14px;
  padding: 2px 8px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

ul.megamenu li .sub-menu .content .static-menu a.main-menu {
  display: block;
  font-weight: 400;
  font-size: 16px; }

ul.megamenu li .sub-menu .content .static-menu .menu ul {
  list-style: none;
  margin: 0;
  padding: 5px 0; }

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li {
  padding-top: 7px; }

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li:first-child {
  padding-top: 0; }

ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
  padding: 5px 10px; }

ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
  content: "»";
  color: #4ecdc4;
  padding-right: 6px; }

ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
  display: block; }

ul.megamenu li .sub-menu .content .hover-menu .menu ul {
  list-style: none;
  margin: 3px 0;
  padding: 0; }

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
  display: none;
  width: 200px;
  padding: 20px;
  position: absolute;
  z-index: 10;
  left: 90%;
  background: #fff;
  border: 1px solid #e6e6e6;
  top: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15); }

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  top: 20px;
  left: -11px;
  border-right-color: #e6e6e6;
  border-left-width: 0; }

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  top: 20px;
  left: -10px;
  border-right-color: #fff;
  border-left-width: 0; }

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li {
  position: relative; }

#megaMenuToggle {
  display: none;
  cursor: pointer; }

.megamenuToogle-wrapper {
  position: relative;
  z-index: 20;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #000; }

.megamenuToogle-pattern {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

.megamenuToogle-wrapper .container {
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  padding: 15px 35px 15px 15px !important; }

.megamenuToogle-wrapper .container > div {
  float: left;
  width: 15px;
  margin: 5px 9px 0 0; }

.megamenuToogle-wrapper .container > div span {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15); }

.vertical #menuHeading {
  margin: 30px 0 0; }

.vertical li.loadmore {
  padding: 10px; }

.vertical li.loadmore i {
  padding-left: 10px; }

.vertical span.more-view {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #556270; }

.vertical .megamenuToogle-wrapper {
  z-index: 3; }

.vertical .megamenu-wrapper {
  display: block !important;
  background: #fff !important;
  border: 1px solid #e6e6e6;
  position: relative;
  z-index: 2;
  margin-top: -2px; }

.vertical ul.megamenu > li {
  display: block;
  float: none !important;
  width: auto;
  background: none;
  border-top: 1px solid #e6e6e6;
  position: relative;
  margin: 0 -1px; }

.vertical ul.megamenu > li.home, .vertical ul.megamenu > li.search {
  display: none; }

.vertical ul.megamenu > li > a {
  color: #556270;
  text-shadow: none;
  background: none !important;
  height: auto !important;
  margin: 0 1px; }

.vertical ul.megamenu > li > a.description {
  padding: 12px 20px 12px 21px; }

.vertical ul.megamenu > li.click:before, .vertical ul.megamenu > li.hover:before {
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  color: #51cfc6;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  right: 0;
  z-index: 10;
  padding: 14px 15px 10px 50px; }

.vertical ul.megamenu > li > .sub-menu {
  left: 100%;
  padding-top: 0;
  top: 0; }

.megamenu .label {
  background: #d5375f none repeat scroll 0 0;
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  padding: 0 5px;
  position: absolute;
  text-transform: none;
  top: 0; }

ul.megamenu > li span.labelnew {
  width: 50px;
  height: 21px;
  position: absolute;
  top: -15px;
  background: url(images/new-item.png) no-repeat top center;
  font-size: 0;
  left: 0; }

ul.megamenu > li span.labelhot {
  width: 50px;
  height: 21px;
  position: absolute;
  top: -15px;
  background: url(images/hot-item.png) no-repeat top center;
  font-size: 0;
  left: 0; }

.megamenu .fa {
  padding-right: 12px;
  padding-left: 5px;
  font-size: 15px; }

@media (max-width: 991px) {
  .navbar-header .navbar-toggle {
    display: block; }

  .responsive .vertical #menuHeading {
    margin: 20px 0 0; }

  .responsive .vertical ul.megamenu > li > .sub-menu {
    left: 0;
    top: auto;
    width: 100% !important; }

  .responsive .vertical ul.megamenu > li > .sub-menu > .content {
    margin-left: 0; }

  .responsive .vertical ul.megamenu > li.active > a span:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 13px;
    margin-left: -5px;
    display: inline-block;
    border-width: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
    z-index: 30; }

  ul.megamenu li .sub-menu .content {
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
    display: block !important;
    margin: 5px 10px;
    width: auto;
    padding: 0;
    position: static;
    left: 0;
    background: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
    display: none; }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
    display: none; }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
    font-size: 16px; }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu a.main-menu:before {
    display: none; }

  .responsive .vertical .visible {
    padding: 5px 0 !important; }

  .responsive .vertical .visible > div {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    padding-left: 20px !important; }

  .responsive ul.megamenu .sub-menu .content .border {
    display: none; }

  .responsive ul.megamenu .sub-menu .content .row {
    margin: 0 -20px; }

  .responsive ul.megamenu .sub-menu .content .row > div {
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }

  .responsive ul.megamenu .sub-menu .content .row:first-child > div:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0; }

  .responsive #megaMenuToggle {
    display: block; }

  .responsive ul.megamenu > li {
    display: block;
    float: none !important;
    width: auto;
    background: none;
    border-top: 1px solid #e6e6e6;
    position: relative;
    margin: 0 -1px; }

  .responsive ul.megamenu > li.home, ul.megamenu > li.search, .responsive ul.megamenu .fa-angle-right, .responsive ul.megamenu .caret {
    display: none; }

  .responsive ul.megamenu > li > a {
    color: #556270;
    text-shadow: none;
    background: none !important;
    margin: 0 1px;
    height: auto; }

  .responsive ul.megamenu > li.active > a {
    background: #f6f6f6 !important; }

  .responsive ul.megamenu > li.click:before, .responsive ul.megamenu > li.hover:before {
    content: "\f067";
    font-family: FontAwesome;
    color: #51cfc6;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 13px 17px 10px 50px; }

  .responsive ul.megamenu > li.active .close-menu {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 1px;
    width: 85px;
    height: 100%;
    padding: 12px 0 0 40px;
    background: #f6f6f6;
    text-align: center;
    cursor: pointer; }

  .responsive ul.megamenu > li.active .close-menu:before {
    content: "\f068";
    font-family: FontAwesome;
    color: #51cfc6;
    font-weight: 400;
    font-size: 18px; }

  .responsive .horizontal ul.megamenu > li > .sub-menu {
    width: 100% !important; }

  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
    display: block !important;
    margin: 5px 10px;
    width: auto;
    padding: 0;
    position: static;
    left: 0;
    background: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }

  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
    display: none; }

  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
    display: none; }

  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
    font-size: 16px; }

  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu a.main-menu:before {
    display: none; }

  .responsive .horizontal .visible {
    padding: 5px 0 !important; }

  .responsive .horizontal .visible > div {
    margin: 0 !important;
    border: none !important;
    padding: 0 0 0 10px !important; } }
.standard-body .full-width .container {
  max-width: none;
  width: 1262px; }

.no-responsive body {
  min-width: 1262px; }

.standard-body .fixed .background {
  width: 1222px;
  max-width: none; }

.main-fixed {
  width: 1222px;
  max-width: none; }

@media (min-width: 1098px) and (max-width: 1262px) {
  .responsive .standard-body .full-width .container {
    width: 1098px; }

  .responsive .standard-body .fixed .background {
    width: 1058px; }

  .responsive .main-fixed {
    width: 1058px; } }
@media (min-width: 966px) and (max-width: 1098px) {
  .responsive .standard-body .full-width .container {
    width: 966px; }

  .responsive .standard-body .fixed .background {
    width: 926px; }

  .responsive .main-fixed {
    width: 926px; } }
@media (min-width: 768px) and (max-width: 966px) {
  .responsive .standard-body .full-width .container {
    width: 768px; }

  .responsive .standard-body .fixed .background {
    width: 728px; }

  .responsive .main-fixed {
    width: 728px; } }
@media (max-width: 768px) {
  .responsive .standard-body .full-width .container {
    width: auto; }

  .responsive .standard-body .fixed .background {
    width: auto; }

  .responsive .main-fixed {
    width: auto; } }
.container .container {
  width: auto !important; }

@media (min-width: 961px) {
  .megamenu-wrapper {
    display: block !important; } }
@media (max-width: 991px) {
  .megamenu .label {
    display: none; }

  ul.megamenu > li > .sub-menu {
    position: relative; }

  .megamenu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    bottom: 0;
    width: 280px;
    padding: 10px;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all .5s ease-in-out 0;
    transition: all .5s ease-in-out 0;
    max-height: 700px;
    border: 1px solid #e6e6e6; }

  .vertical-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    bottom: 0;
    width: 280px;
    padding: 10px;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all .5s ease-in-out 0;
    transition: all .5s ease-in-out 0;
    max-height: 700px;
    border: 1px solid #e6e6e6; }

  .vertical #menuHeading {
    display: none; } }
.so-megamenu-active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#remove-megamenu {
  padding: 10px;
  z-index: 10;
  cursor: pointer;
  display: none;
  text-align: right; }

.so-megamenu-active #remove-megamenu {
  display: block; }

.so-vertical-active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#remove-verticalmenu {
  padding: 10px;
  z-index: 10;
  cursor: pointer;
  display: none;
  text-align: right; }

.so-vertical-active #remove-verticalmenu {
  display: block; }

.vertical .navbar-header {
  margin: 0; }

.subcategory li {
  display: inline-block;
  list-style: outside none none;
  position: relative;
  width: 100%; }

.subcategory li a {
  float: left;
  width: 100%;
  text-align: left; }

.standard-body .full-width .container {
  max-width: none;
  width: 1262px; }

.no-responsive body {
  min-width: 1262px; }

.standard-body .fixed .background {
  width: 1222px;
  max-width: none; }

.main-fixed {
  width: 1222px;
  max-width: none; }

@media (min-width: 1098px) and (max-width: 1262px) {
  .responsive .standard-body .full-width .container {
    width: 1098px; }

  .responsive .standard-body .fixed .background {
    width: 1058px; }

  .responsive .main-fixed {
    width: 1058px; } }
@media (min-width: 966px) and (max-width: 1098px) {
  .responsive .standard-body .full-width .container {
    width: 966px; }

  .responsive .standard-body .fixed .background {
    width: 926px; }

  .responsive .main-fixed {
    width: 926px; } }
@media (min-width: 768px) and (max-width: 966px) {
  .responsive .standard-body .full-width .container {
    width: 768px; }

  .responsive .standard-body .fixed .background {
    width: 728px; }

  .responsive .main-fixed {
    width: 728px; } }
@media (max-width: 768px) {
  .responsive .standard-body .full-width .container {
    width: auto; }

  .responsive .standard-body .fixed .background {
    width: auto; }

  .responsive .main-fixed {
    width: auto; } }
.container .container {
  width: auto !important; }

.standard-body .full-width .container {
  max-width: none;
  width: 1262px; }

.no-responsive body {
  min-width: 1262px; }

.standard-body .fixed .background {
  width: 1222px;
  max-width: none; }

.main-fixed {
  width: 1222px;
  max-width: none; }

@media (min-width: 1098px) and (max-width: 1262px) {
  .responsive .standard-body .full-width .container {
    width: 1098px; }

  .responsive .standard-body .fixed .background {
    width: 1058px; }

  .responsive .main-fixed {
    width: 1058px; } }
@media (min-width: 966px) and (max-width: 1098px) {
  .responsive .standard-body .full-width .container {
    width: 966px; }

  .responsive .standard-body .fixed .background {
    width: 926px; }

  .responsive .main-fixed {
    width: 926px; } }
@media (min-width: 768px) and (max-width: 966px) {
  .responsive .standard-body .full-width .container {
    width: 768px; }

  .responsive .standard-body .fixed .background {
    width: 728px; }

  .responsive .main-fixed {
    width: 728px; } }
@media (max-width: 768px) {
  .responsive .standard-body .full-width .container {
    width: auto; }

  .responsive .standard-body .fixed .background {
    width: auto; }

  .responsive .main-fixed {
    width: auto; } }
.container .container {
  width: auto !important; }

#menu {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  margin: 0; }
  #menu .nav > li > a {
    color: #000000;
    background-color: transparent;
    text-decoration: none; }
  #menu .nav > li.open > a,
  #menu .nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  #menu .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  #menu .dropdown-menu {
    padding-bottom: 0; }
  #menu .dropdown-inner {
    display: table; }
    #menu .dropdown-inner ul {
      display: table-cell; }
    #menu .dropdown-inner a {
      min-width: 160px;
      display: block;
      padding: 3px 20px;
      clear: both;
      line-height: 20px;
      color: #333333;
      font-size: 12px; }
    #menu .dropdown-inner li a:hover {
      color: #FFFFFF; }
  #menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    border-radius: 0 0 3px 3px;
    font-size: 12px; }
    #menu .see-all:hover, #menu .see-all:focus {
      text-decoration: none;
      color: #ffffff;
      background-color: #229ac8;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
      background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
      background-repeat: repeat-x; }
  #menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  #menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a; }
    #menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active,
    #menu .btn-navbar .disabled,
    #menu .btn-navbar [disabled] {
      color: #ffffff;
      background-color: #229ac8; }

.sub-menu .html p {
  margin-bottom: 0 !important; }

@media (max-width: 991px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block; } }
@media (max-width: 767px) {
  #menu {
    border-radius: 4px; }

  #menu div.dropdown-inner > ul.list-unstyled {
    display: block; }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1); }

  #menu .dropdown-inner {
    display: block; }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff; }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1); }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff; } }
.header .no-gutter {
  padding: 0; }
.header #menu {
  position: relative;
  overflow: visible; }
  .header #menu .background-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
.header #megaMenuToggle {
  display: none; }
@media (min-width: 990px) {
  .header .megamenu-wrapper {
    background: none; } }
.header .megamenu-wrapper .container {
  width: 100%; }
@media (max-width: 991px) {
  .header .megamenu-wrapper {
    text-transform: none;
    background-color: #dde6ef;
    padding: 35px;
    max-height: 2000px;
    width: 400px;
    max-width: 90vw; } }
.header .megamenu {
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 40px;
  display: grid;
  grid-auto-flow: column;
  letter-spacing: -0.01em; }
  .header .megamenu:hover > li:hover > a {
    color: #000; }
  .header .megamenu:hover > li > a {
    color: #999; }
  @media (max-width: 1440px) {
    .header .megamenu {
      grid-gap: 2vw; }
      .header .megamenu > li > a {
        font-size: 1.4vw; } }
  @media (max-width: 991px) {
    .header .megamenu {
      display: block; } }
  .header .megamenu > li {
    float: none;
    width: auto;
    padding: 20px 0; }
    .wrapper--scroll .header .megamenu > li {
      padding: 15px 0; }
    @media (max-width: 991px) {
      .wrapper--scroll .header .megamenu > li {
        padding: 0; } }
    @media (max-width: 991px) {
      .header .megamenu > li {
        padding: 0;
        border-bottom: 1px solid #fff; } }
    .header .megamenu > li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      color: #000000;
      font-size: 16px;
      padding: 0;
      text-decoration: none;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1.25;
      height: auto;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 1200px) {
        .header .megamenu > li > a {
          font-size: 14px; } }
      @media (max-width: 991px) {
        .header .megamenu > li > a {
          font-size: 15px;
          padding: 15px 0;
          color: #121212; } }
      .header .megamenu > li > a .caret {
        width: 13px;
        height: 6px;
        margin-left: 10px;
        background: url("../image/icon-arrow-down.svg") no-repeat;
        border: none; }
    @media (min-width: 991px) {
      .header .megamenu > li.with-sub-menu a:after {
        width: 13px;
        height: 6px;
        margin-left: 12px;
        margin-right: -2px;
        background: url("../image/icon-arrow-down.svg") no-repeat;
        border: none;
        content: ""; }
      .header .megamenu > li.with-sub-menu:hover a:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); } }
    .header .megamenu > li.menu-fire {
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center; }
      .header .megamenu > li.menu-fire > a {
        color: #ffffff;
        font-weight: 500; }
        .header .megamenu > li.menu-fire > a:before {
          position: relative;
          left: 0;
          top: 0;
          content: ' ';
          background: url("../image/fire.svg") no-repeat;
          display: block;
          width: 15px;
          height: 15px;
          margin-right: 5px;
          z-index: 1;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .header .megamenu > li.menu-fire > a:hover:before {
          background: url("../image/fire-w.svg") no-repeat; }
  .header .megamenu .sub-menu {
    font-size: 16px;
    font-style: normal;
    text-transform: none;
    top: 100%;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 11px 16px -1px rgba(1, 10, 43, 0.1) inset;
            box-shadow: 0 11px 16px -1px rgba(1, 10, 43, 0.1) inset; }
    @media (max-width: 991px) {
      .header .megamenu .sub-menu {
        -webkit-box-shadow: none;
                box-shadow: none;
        background: none; } }
    .header .megamenu .sub-menu > .content {
      -webkit-box-shadow: none;
              box-shadow: none;
      max-width: 1280px;
      margin: 0 auto;
      border: none;
      background: none; }
      @media (max-width: 991px) {
        .header .megamenu .sub-menu > .content {
          padding: 0; } }
    .header .megamenu .sub-menu li {
      padding: 0;
      margin-bottom: 5px; }
      .header .megamenu .sub-menu li::after {
        display: none; }
    .header .megamenu .sub-menu.active > a {
      color: #000000; }
    .header .megamenu .sub-menu a {
      text-decoration: none;
      color: #999999; }
      .header .megamenu .sub-menu a:hover {
        text-decoration: none;
        color: #E13940; }
      .header .megamenu .sub-menu a.active {
        color: #000000; }
@media (max-width: 991px) {
  .header .wrapper--scroll .header .megamenu > li > a {
    font-size: 0.8vw; } }
@media (max-width: 991px) {
  .header .responsive ul.megamenu > li.click:before, .header .responsive ul.megamenu > li.hover:before {
    content: "";
    width: 50px;
    background: url("../image/icon-arrow-down.svg") no-repeat 50% 50%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
  .header .responsive ul.megamenu > li.click .close-menu:before, .header .responsive ul.megamenu > li.hover .close-menu:before {
    content: "";
    width: 50px;
    background: url("../image/icon-arrow-down.svg") no-repeat 50% 50%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .header .responsive ul.megamenu > li.active a {
    background: none !important; }
  .header .responsive ul.megamenu > li.active:before {
    display: none; }
  .header .responsive ul.megamenu > li.active .close-menu {
    width: 50px;
    height: 100%;
    padding: 0;
    background: none; }
    .header .responsive ul.megamenu > li.active .close-menu:before {
      content: "";
      width: 50px;
      background: url("../image/icon-arrow-down.svg") no-repeat 50% 50%;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); } }
.header #remove-megamenu {
  position: fixed;
  top: 0;
  width: 102vw;
  height: 102vh;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .header #remove-megamenu:before {
    padding: 0 5px;
    color: #fff;
    font-size: 22px; }
  .header #remove-megamenu.active {
    opacity: 1;
    visibility: visible; }

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2; }
  .header-inner {
    background: #fff;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 4px 16px 6px rgba(1, 10, 43, 0.1);
            box-shadow: 0 4px 16px 6px rgba(1, 10, 43, 0.1); }
  .header-top {
    padding: 27px 0;
    border-bottom: 2px solid #f2f2f2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .wrapper--scroll .header-top {
      padding: 10px 0; }
    .header-top .container {
      max-width: 1390px;
      width: auto; }
    .header-top-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header-top-title {
      font-size: 30px;
      line-height: 36px;
      text-align: center;
      text-transform: uppercase;
      padding: 0;
      letter-spacing: -0.01em;
      padding-left: 78px; }
      @media (max-width: 1440px) {
        .header-top-title {
          font-size: 26px;
          padding-left: 50px; } }
      @media (max-width: 1200px) {
        .header-top-title {
          font-size: 17px;
          padding-left: 0; } }
    .header-top-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .header-top-search {
      padding: 3px 25px 0 0;
      width: 262px;
      font-size: 14px !important; }
    .header-top-cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 991px) {
        .header-top-cart {
          margin: 0 -5px 0 0; } }
      @media (max-width: 720px) {
        .header-top-cart {
          margin: 5px 4px 0 0; } }
  .header-buttom {
    position: relative;
    z-index: 2; }
  .header .input-group .input-group-btn > .btn {
    color: #777;
    text-shadow: none;
    border-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 22px;
    width: 32px;
    height: 32px;
    background: url("../image/search.svg") no-repeat 50% 50%; }
    .header .input-group .input-group-btn > .btn:hover, .header .input-group .input-group-btn > .btn:active {
      color: #777;
      text-shadow: none;
      border-color: transparent;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .header .input-group .form-control {
    border: none !important;
    color: #000;
    font-size: 13px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    margin: 0 0 0 14px;
    padding-right: 0;
    padding-left: 0; }
    .header .input-group .form-control:hover, .header .input-group .form-control:focus {
      padding-right: 0 !important;
      padding-left: 0 !important; }

.ht-cart-icon {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .ht-cart-icon svg {
    color: #000; }
    @media (max-width: 720px) {
      .ht-cart-icon svg {
        width: 16px;
        height: 16px; } }
.ht-cart-value {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 100%;
  bottom: 100%;
  z-index: 2;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: #292323;
  color: #fff !important;
  margin: 0 0 -11px -11px; }
  @media (max-width: 768px) {
    .ht-cart-value {
      width: 18px;
      height: 18px;
      font-size: 10px;
      line-height: 18px; } }
  @media (max-width: 768px) {
    .ht-cart-value {
      width: 15px;
      height: 15px;
      font-size: 10px;
      line-height: 15px; } }

/* cart */
#cart {
  margin-bottom: 0; }
  #cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    padding: 0;
    background: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    #cart > .btn:hover, #cart > .btn:active {
      background: none !important; }
  #cart.open > .btn {
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none; }
  #cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    min-width: 165px; }
    @media (max-width: 478px) {
      #cart .dropdown-menu {
        width: 100%; } }
    #cart .dropdown-menu table {
      margin-bottom: 10px; }
    #cart .dropdown-menu li > div {
      min-width: 427px;
      padding: 0 10px; }
      @media (max-width: 478px) {
        #cart .dropdown-menu li > div {
          min-width: 100%; } }
    #cart .dropdown-menu li p {
      margin: 20px 0; }

.navbar-default {
  background: none;
  border: none; }

.navbar-toggle {
  position: absolute;
  left: 0;
  top: -59px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (max-width: 768px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
.product-page .section {
  margin-bottom: 0px; }

.product-wrap {
  margin: 0 -15px;
  width: calc(100% + 30px);
  padding: 0px 0px 50px 0px; }
  @media (max-width: 768px) {
    .product-wrap {
      margin: 0px -10px 0px -0px;
      width: calc(100% + 12px);
      padding: 0px 0px 15px 0px; } }
  .product-wrap .labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    margin-bottom: -10px;
    position: relative;
    z-index: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-wrap .label-special {
    font-size: 10px;
    line-height: 19px;
    padding: 0 6px 1px;
    background: #292323;
    color: #fff;
    letter-spacing: 0.1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase; }
.product__title {
  font-size: 12px; }
.product__cost {
  font-weight: 700;
  font-size: 14px; }
.product-layout {
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .product-layout {
      padding-bottom: 30px; } }
  @media (max-width: 720px) {
    .product-layout {
      padding-bottom: 20px; } }
.product-layout-top {
  width: 100%; }

/* product list */
.product-thumb {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  border: none;
  margin-bottom: 0; }
  .product-thumb .product-layout-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-thumb .image {
    text-align: center;
    padding: 0px 0px 15px 0px;
    position: relative; }
    .product-thumb .image img {
      margin-left: auto;
      margin-right: auto; }
    @media (max-width: 768px) {
      .product-thumb .image {
        padding: 0px 0px 8px 0px; } }
  .product-thumb .caption {
    height: 70px;
    padding: 0px 0px 15px 0px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .product-thumb .caption {
        height: 60px;
        padding: 0px 0px 10px 0px; } }
    @media (max-width: 480px) {
      .product-thumb .caption {
        height: 90px; } }
    @media (max-width: 400px) {
      .product-thumb .caption {
        height: 100px; } }
  .product-thumb .button-group {
    width: 100%;
    border: none;
    background: none; }
  .product-thumb .button {
    width: 100% !important; }

.product-thumb .image-grid .product-thumb .image {
  float: none; }
  @media (max-width: 991px) {
    .product-thumb .image-grid .product-thumb .image {
      float: left;
      padding: 0 15px; } }

.product-list .product-thumb .caption {
  margin-left: 230px; }
  @media (max-width: 1200px) {
    .product-list .product-thumb .caption {
      min-height: 210px;
      padding: 0 10px; } }
  @media (max-width: 991px) {
    .product-list .product-thumb .caption {
      min-height: 0;
      margin-left: 0;
      padding: 0 10px; } }

.rating .fa-stack {
  font-size: 8px; }

.rating .fa-star-o {
  color: #999;
  font-size: 15px; }
  @media (max-width: 480px) {
    .rating .fa-star-o {
      font-size: 13px; } }

.rating .fa-star {
  color: #fc0;
  font-size: 15px; }

.rating .fa-star + .fa-star-o {
  color: #e69500; }

h2.price {
  margin: 0; }

.product-thumb .price {
  color: #444; }

.product-thumb .price-new {
  font-weight: 600; }

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }

.product-thumb .button-group {
  overflow: auto; }

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd; }
  @media (max-width: 991px) {
    .product-list .product-thumb .button-group {
      border-left: none; } }

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0; }

.thumbnails > li {
  margin-left: 20px; }

.thumbnails {
  margin-left: -20px; }

.thumbnails > img {
  width: 100%; }

.pc-wrap > [class*="col-"] {
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .pc-wrap > [class*="col-"] {
      padding-bottom: 30px; } }
  @media (max-width: 720px) {
    .pc-wrap > [class*="col-"] {
      padding-bottom: 25px; } }
.pc__title {
  font-weight: 700;
  line-height: 1.315;
  padding-bottom: 20px;
  font-size: 26px;
  margin: 0;
  text-transform: none;
  display: none; }
.pc-cost {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #ff9600;
  margin: 0px 0px 25px 0px;
  text-align: center; }
  @media (max-width: 768px) {
    .pc-cost {
      text-align: left; } }
.pc .button-group {
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .pc .button-group {
      padding-bottom: 30px; } }
  @media (max-width: 720px) {
    .pc .button-group {
      padding-bottom: 20px; } }
.pc-info {
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  margin-bottom: 39px; }
  .pc-info-sku {
    background: #f2f2f2;
    color: #999999;
    font-size: 14px;
    padding: 6px 12px; }
  .pc-info-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 25px 0 0;
    font-size: 14px; }
    .pc-info-stock:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: calc(50% - 4px); }
    .pc-info-stock--no:before {
      background: #999; }
    .pc-info-stock--yes:before {
      background: #4ecd2e; }
.pc-control {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pc-control_title {
    padding: 0 0 17px; }
  .pc-control-size {
    padding: 0 0 25px; }
    @media (max-width: 1200px) {
      .pc-control-size {
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .pc-control-number {
    padding: 0 0 39px; }
    @media (max-width: 1200px) {
      .pc-control-number {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .pc-control-number .pc-control-content {
      border: 1px solid #e6e6e6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      border-radius: 7px; }
    .pc-control-number .number-quantity {
      height: 38px;
      border: none;
      padding: 0;
      text-align: center;
      font-size: 18px;
      line-height: 1.8;
      outline: none;
      border-left: none;
      border-right: none;
      width: 58px;
      font-size: 12px;
      color: #111110; }
    .pc-control-number .btn-number {
      width: 38px;
      height: 38px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #111110;
      text-decoration: none;
      text-align: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      outline: none; }
      .pc-control-number .btn-number-plus {
        border-left: 1px solid #e6e6e6;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        font-size: 21px; }
      .pc-control-number .btn-number-minus {
        border-right: 1px solid #e6e6e6;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        font-size: 21px; }
.pc-description {
  border-bottom: 1px solid #999999;
  margin-bottom: 35px; }
  .pc-wrap .pc-description {
    margin: 0; }
  .pc-description-item {
    border-top: 1px solid #999999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 768px) {
      .pc-description-item {
        padding-left: 20px; } }
    @media (max-width: 720px) {
      .pc-description-item {
        padding-left: 0; } }
    .pc-description-item.open {
      padding-bottom: 20px; }
  .pc-description-title {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .pc-description-text {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0; }
    .open > .pc-description-text {
      max-height: unset;
      opacity: 1; }
.pc .button {
  width: 241px;
  padding-top: 18px;
  padding-bottom: 17px;
  letter-spacing: 0.08em; }

.btn-open-close:after {
  content: "";
  height: 16px;
  position: absolute;
  right: 22px;
  top: calc(50% - 8px);
  background: url("../image/icon-arrow-down.svg") no-repeat 50% 50%;
  width: 16px; }
  @media (max-width: 850px) {
    .btn-open-close:after {
      right: 35px; } }
  @media (max-width: 720px) {
    .btn-open-close:after {
      right: 16px; } }
  .open > .btn-open-close:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.rs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
.rs-radio {
  margin: 0 10px 0 0;
  font-weight: normal; }
  .rs-radio span {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #292323;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden; }
    .rs-radio span:hover {
      color: #fff;
      background: #000; }
  .rs-radio input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0; }
    .rs-radio input:checked + span {
      color: #fff;
      background: #000; }
    .rs-radio input:disabled + span, .rs-radio input[disabled] + span {
      cursor: not-allowed; }
      .rs-radio input:disabled + span:before, .rs-radio input[disabled] + span:before {
        content: "";
        position: absolute;
        left: 50%;
        width: 1px;
        background: #000;
        height: 60px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .rs-radio input:disabled + span:hover, .rs-radio input[disabled] + span:hover {
        color: #000;
        background: none;
        cursor: not-allowed; }
    .rs-radio input.error + span:before {
      border-color: #cc0000;
      background: #cc0000;
      color: #fff; }

.product-gallery {
  overflow: hidden;
  height: 100%; }

body .product-tabs {
  width: 100%; }
  body .product-tabs .nav-tabs {
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 18px;
    margin: 0; }
    body .product-tabs .nav-tabs > li {
      margin: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%;
      position: relative;
      background: #d4e4e7; }
      body .product-tabs .nav-tabs > li:active {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 25%;
                flex: 1 1 25%;
        background: #347a89; }
      body .product-tabs .nav-tabs > li > a {
        color: #243544;
        background: no-repeat;
        border: none;
        padding: 9px;
        text-decoration: none;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        outline: none;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        margin: 0; }
      body .product-tabs .nav-tabs > li:hover > a, body .product-tabs .nav-tabs > li:focus > a {
        color: #ffffff;
        background: #347a89; }
      body .product-tabs .nav-tabs > li.active {
        background: #347a89; }
        body .product-tabs .nav-tabs > li.active > a {
          color: #ffffff;
          background: #347a89; }
  body .product-tabs .table-bordered,
  body .product-tabs .table-bordered * {
    border: none !important; }
  body .product-tabs .table-bordered thead {
    display: none; }
  body .product-tabs .table-bordered td {
    border-bottom: 1px solid #e5e5e5 !important;
    font-size: 14px;
    line-height: 40px;
    color: #171717;
    padding: 0; }
  body .product-tabs .table-bordered td:first-child {
    border-bottom: 1px solid #e5e5e5 !important;
    font-size: 14px;
    line-height: 40px;
    color: #171717;
    padding: 0;
    width: 67%; }
    @media (max-width: 1400px) {
      body .product-tabs .table-bordered td:first-child {
        width: 50%;
        margin: 0px 10px 0px 0px; } }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  cursor: default;
  border: none;
  border-bottom-color: transparent; }

.table {
  margin-bottom: 0px; }

.product-thumbs-slider {
  position: relative; }

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.images-product__arrow-next {
  cursor: pointer;
  position: absolute;
  color: #c4c4c4;
  font-size: 26px;
  top: 40%;
  z-index: 15;
  left: 100%;
  color: #c4c4c4;
  font-size: 26px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media (max-width: 480px) {
    .images-product__arrow-next {
      display: none; } }
.images-product__arrow-prev {
  color: #c4c4c4;
  font-size: 26px;
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 15;
  left: -27px; }
  @media (max-width: 480px) {
    .images-product__arrow-prev {
      display: none; } }

.product {
  position: relative;
  padding: 60px 70px 0px 70px;
  margin: 30px 0px 125px 0px;
  border: 1px solid #111110; }
  @media (max-width: 992px) {
    .product {
      margin: 5px 0px 35px 0px;
      padding: 0px 0px 0px 0px;
      border: none;
      padding: 0px 0px 0px 0px; } }
  .product-imgs {
    height: 568px;
    overflow: hidden; }
    @media (max-width: 1400px) {
      .product-imgs {
        height: auto; } }
    .product-imgs-wrap {
      z-index: 1;
      border-radius: 10px;
      margin: 0px 0px 15px 0px;
      width: 100%; }
    .product-imgs .img-slide img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0; }
    .product-gallery-wrap {
      height: 926px;
      width: 100%; }
      @media (max-width: 1200px) {
        .product-gallery-wrap {
          height: 100%; } }
  .product-thumbs {
    margin: -5px 0px -10px 0px;
    height: calc(100% + 13px);
    bottom: -50%; }
    @media (max-width: 1400px) {
      .product-thumbs {
        margin: 0px -6px 0px -6px;
        width: calc(100% + 12px);
        height: 100%; } }
    @media (max-width: 480px) {
      .product-thumbs {
        margin: 0px -5px 0px -6px; } }
    .product-thumbs-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 0; }
    .product-thumbs__item {
      cursor: pointer;
      position: relative;
      height: auto;
      padding: 2px 17px; }
      .product-thumbs__item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border: 1px solid #111110; }
      @media (max-width: 480px) {
        .product-thumbs__item {
          padding: 2px 10px; } }
  .product__main-slider {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 575px;
            flex: 0 1 575px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0px 0px 80px 0px; }
    @media (max-width: 992px) {
      .product__main-slider {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin: 0px 0px 35px 0px;
        padding: 0px 40px 0px 40px; } }
  .product__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 992px) {
      .product__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .product__images {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 575px;
            flex: 0 1 575px;
    min-width: 0;
    padding: 78px 0px 0px 0px; }
    @media (max-width: 992px) {
      .product__images {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin: 0px 0px 140px 0px;
        padding: 20px 20px 0px 20px;
        border: 1px solid #111110; } }
    @media (max-width: 768px) {
      .product__images {
        margin: 0px 0px 110px 0px; } }
    @media (max-width: 480px) {
      .product__images {
        margin: 0px 0px 70px 0px; } }
  .product__image-name {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #585858;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff; }
    @media (max-width: 992px) {
      .product__image-name {
        -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
                writing-mode: vertical-lr;
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); } }
    @media (max-width: 768px) {
      .product__image-name {
        padding: 10px 12px;
        font-size: 12px; } }
  .product__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .product__dotts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0px 3px 0px;
    margin: 0 auto;
    opacity: 1; }
    .product__dotts .swiper-pagination-bullet {
      opacity: 1;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12px;
              flex: 0 0 12px;
      margin: 0px 20px 0px 0px;
      position: relative;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background: #cdcdcd;
      height: 12px;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transform: scale(1);
              transform: scale(1); }
      .product__dotts .swiper-pagination-bullet:last-child {
        margin: 0px 0px 0px 0px; }
    .product__dotts .swiper-pagination-bullet-active {
      background: #111110;
      -webkit-transform: scale(1);
              transform: scale(1); }
    @media (max-width: 1400px) {
      .product__dotts {
        position: absolute;
        bottom: -35px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    @media (max-width: 480px) {
      .product__dotts {
        bottom: -25px; }
        .product__dotts .swiper-pagination-bullet {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 6px;
                  flex: 0 0 6px;
          margin: 0px 5px 0px 0px;
          height: 6px; }
          .product__dotts .swiper-pagination-bullet:last-child {
            margin: 0px 0px 0px 0px; } }
  .product__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 592px;
            flex: 0 1 592px;
    margin: 0px 0px 0px 90px;
    padding: 0px 0px 60px 0px; }
    @media (max-width: 992px) {
      .product__body {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px; } }
  .product__col {
    position: relative;
    bottom: 0;
    padding: 0px 53px; }
    @media (max-width: 992px) {
      .product__col {
        padding: 0px 30px;
        margin: 0px 0px -13% 0px; } }
    @media (max-width: 480px) {
      .product__col {
        margin: 0px 0px -10% 0px; } }
  .product__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }

.item-product h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  color: #ff9600;
  margin: 0px 0px 35px 0px;
  text-transform: none; }
  @media (max-width: 992px) {
    .item-product h1 {
      display: none; } }
.item-product__title {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #111110;
  margin: 0px 0px 10px 0px; }
  @media (max-width: 992px) {
    .item-product__title {
      display: none; } }
.item-product__title-mob {
  display: none; }
  @media (max-width: 992px) {
    .item-product__title-mob {
      display: block;
      text-align: right;
      font-size: 14px;
      line-height: 120%;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: #111110;
      margin: 0px 0px 10px 20px; } }
.item-product__h1 {
  display: none; }
  @media (max-width: 992px) {
    .item-product__h1 {
      display: block;
      font-weight: 500;
      font-size: 36px;
      line-height: 120%;
      color: #ff9600;
      text-transform: none;
      text-align: right;
      margin: 0px 0px 20px 20px; } }
  @media (max-width: 768px) {
    .item-product__h1 {
      font-size: 26px; } }
.item-product__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 60px 0px; }
  @media (max-width: 992px) {
    .item-product__description {
      margin: 0px 0px 30px 0px; } }
.item-product__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 0px 0px 35px 0px; }
  @media (max-width: 992px) {
    .item-product__center {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; } }
  @media (max-width: 768px) {
    .item-product__center {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      margin: 0px 0px 0px 0px; } }
.item-product__function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 340px;
          flex: 0 1 340px;
  margin: 0px 10px 0px 0px; }
  @media (max-width: 768px) {
    .item-product__function {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      margin: 0px 0px 30px 0px; } }
.item-product__option {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 185px;
          flex: 0 1 185px;
  margin: 0px 0px 35px 0px; }
  @media (max-width: 768px) {
    .item-product__option {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      margin: 0px 0px 30px 0px; } }
.item-product__battery {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 290px;
          flex: 0 1 290px;
  margin: 0px 0px 25px 0px; }
  @media (max-width: 1400px) {
    .item-product__battery {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; } }
  @media (max-width: 480px) {
    .item-product__battery {
      margin: 0px 0px 20px 0px; } }
.item-product__button-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 992px) {
    .item-product__button-buy {
      margin: 0px 0px 20px 0px; } }
.item-product__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 0px 10px; }
  @media (max-width: 1300px) {
    .item-product__social {
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 480px) {
    .item-product__social {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 0px 0px 0px 0px; } }
.item-product__social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1300px) {
    .item-product__social-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; } }
.item-product__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 120%;
  color: #c4c4c4; }
  .item-product__delivery::before {
    font-size: 20px;
    color: #c4c4c4;
    margin: 0px 12px 0px 0px; }
  @media (max-width: 1300px) {
    .item-product__delivery {
      margin: 0px 0px 20px 0px; } }
  @media (max-width: 480px) {
    .item-product__delivery {
      font-size: 12px; }
      .item-product__delivery::before {
        font-size: 15px;
        color: #c4c4c4;
        margin: 0px 5px 0px 0px; } }
.item-product__desc-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .item-product__desc-title span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #111110;
    margin: 18px 0px 18px -8px;
    background: #ffffff;
    position: relative;
    z-index: 5; }
  .item-product__desc-title::before {
    content: "";
    height: 10%;
    position: absolute;
    top: 0;
    width: 1px;
    background-color: #cdcdcd; }
  .item-product__desc-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 10%;
    width: 1px;
    background-color: #cdcdcd; }
.item-product__desc-title-block {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50px;
          flex: 0 1 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: center;
  min-height: 248px; }
.item-product__border-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #cdcdcd; }
.item-product__border-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #cdcdcd; }

.description-item-product__stars {
  margin: 0px 0px 15px 0px; }
  @media (max-width: 480px) {
    .description-item-product__stars {
      margin: 0px 0px 10px 0px; } }
.description-item-product__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 0px 20px; }
  .description-item-product__comment span {
    font-size: 10px;
    line-height: 120%;
    color: #111110;
    margin: 0px 0px 3px 4px; }
  .description-item-product__comment::before {
    font-size: 16px;
    color: #111110; }
.description-item-product__stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #ff9600; }
  .description-item-product__stock::before {
    font-size: 20px;
    color: #ff9600;
    margin: 0px 3px 0px 0px; }
  .description-item-product__stock._red-stock::before {
    color: #cc1d3e; }
  @media (max-width: 480px) {
    .description-item-product__stock {
      font-size: 14px; }
      .description-item-product__stock::before {
        font-size: 18px;
        margin: 0px 5px 0px 0px; } }
.description-item-product__code {
  text-align: right;
  font-size: 14px;
  line-height: 120%;
  color: #585858;
  margin: 0px 0px 15px 0px; }
  @media (max-width: 480px) {
    .description-item-product__code {
      font-size: 12px;
      margin: 0px 0px 10px 0px; } }
.description-item-product__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .description-item-product__icons a::before {
    font-size: 20px;
    color: #111110;
    margin: 0px 10px 0px 0px; }
  .description-item-product__icons a:last-child::before {
    margin: 0px 0px 0px 0px; }

.option-item-product__motherboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #111110;
  margin: 0px 0px 13px 0px; }
  .option-item-product__motherboard::before {
    font-size: 18px;
    color: #656565;
    margin: 0px 7px 0px 0px; }
  @media (max-width: 768px) {
    .option-item-product__motherboard {
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; } }
.option-item-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -5px -10px; }
  @media (max-width: 992px) {
    .option-item-product__item {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; } }
.option-item-product__column {
  padding: 5px 10px; }
  .option-item-product__column label {
    margin-bottom: 0px; }
.option-item-product__form {
  position: relative; }
.option-item-product__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }
  .option-item-product__input:checked + .option-item-product__label {
    background-color: #585858;
    border: 1px solid #585858;
    color: #ffffff; }
.option-item-product__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  padding: 7px;
  text-align: center;
  align-items: center;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #111110; }

.battery-item-product__battery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #111110;
  margin: 0px 0px 14px 0px; }
  .battery-item-product__battery::before {
    font-size: 18px;
    color: #656565;
    margin: 0px 7px 0px 0px; }
  @media (max-width: 480px) {
    .battery-item-product__battery {
      font-size: 14px;
      margin: 0px 0px 17px 0px; }
      .battery-item-product__battery::before {
        font-size: 15px;
        margin: 0px 5px 0px 0px; } }
.battery-item-product__items {
  margin: 0px 0px 0px 20px; }
.battery-item-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px -10px; }
.battery-item-product__column {
  padding: 5px 10px; }
  .battery-item-product__column label {
    margin-bottom: 0px; }
.battery-item-product__form {
  position: relative; }
.battery-item-product__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }
  .battery-item-product__input:checked + .battery-item-product__label {
    background-color: #d4e4e7;
    border: 1px solid #d4e4e7; }
.battery-item-product__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  padding: 2px 4px;
  text-align: center;
  align-items: center;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #111110; }
  @media (max-width: 480px) {
    .battery-item-product__label {
      font-size: 12px;
      padding: 2px 7px; } }

.button-buy-item-product__sum {
  margin: 0px 0px 10px 0px;
  text-align: center; }
  @media (max-width: 992px) {
    .button-buy-item-product__sum {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
.button-buy-item-product__icons {
  display: none; }
  @media (max-width: 992px) {
    .button-buy-item-product__icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .button-buy-item-product__icons a::before {
        font-size: 20px;
        color: #111110;
        margin: 0px 10px 0px 0px; }
      .button-buy-item-product__icons a:last-child::before {
        margin: 0px 0px 0px 0px; } }
  @media (max-width: 480px) {
    .button-buy-item-product__icons a::before {
      font-size: 18px;
      margin: 0px 15px 0px 0px; }
    .button-buy-item-product__icons a:last-child::before {
      margin: 0px 0px 0px 0px; } }
.button-buy-item-product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .button-buy-item-product__row a:hover {
    color: #ffffff; }
.button-buy-item-product__button-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left top, color-stop(5.99%, #ce650d), color-stop(94.87%, #f7a80c));
  background: linear-gradient(270deg, #ce650d 5.99%, #f7a80c 94.87%);
  width: 100%;
  padding: 14px;
  margin: 0px 0px 20px 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff; }
  .button-buy-item-product__button-one::before {
    font-size: 23px;
    color: #ffffff;
    margin: 0px 9px 0px 0px; }
.button-buy-item-product__btn {
  background-color: #d4e4e7;
  padding: 9px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #111110;
  margin: 0px 0px 15px 0px; }
  @media (max-width: 480px) {
    .button-buy-item-product__btn {
      font-size: 12px;
      padding: 10px; } }

.social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social__icons a {
    width: 28px;
    height: 28px;
    background-color: #656565;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 10px 0px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .social__icons a::before {
      font-size: 18px;
      color: #ffffff; }
    .social__icons a:hover {
      background-color: #ff9600; }
    .social__icons a:last-child {
      margin: 0px 0px 0px 0px; }
  @media (max-width: 480px) {
    .social__icons a {
      width: 25px;
      height: 25px;
      margin: 0px 8px 0px 0px; }
      .social__icons a::before {
        font-size: 15px; }
      .social__icons a:last-child {
        margin: 0px 0px 0px 0px; } }
.social__text {
  font-size: 14px;
  line-height: 120%;
  color: #111110;
  margin: 0px 12px 0px 0px; }
  @media (max-width: 480px) {
    .social__text {
      font-size: 12px;
      margin: 0px 0px 10px 0px; } }

.item-product__desc.product-layout-desc {
  margin: 0px 10px 0px 0px;
  height: auto; }

.item-product__function .item-product__desc ul li div .product-layout-desc__title {
  font-size: 14px; }

@media (max-width: 768px) {
  .item-product__function .item-product__desc ul {
    margin: -7px 0px; } }

@media (max-width: 768px) {
  .item-product__function .item-product__desc ul li {
    padding: 7px 0px; } }

@media (max-width: 768px) {
  .item-product__function .item-product__desc ul li::before {
    font-size: 24px;
    margin: 0px 15px 0px 0px; } }

.item-product__function .item-product__desc ul li div .product-layout-desc__subtitle {
  font-size: 14px; }

.presents-item-product__text {
  margin: 0px 0px 15px 0px; }
.presents-item-product__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #111110; }
.presents-item-product__items {
  margin: 0px 0px 15px 0px; }
.presents-item-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -8px -8px; }
  @media (max-width: 650px) {
    .presents-item-product__item {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
.presents-item-product__column {
  padding: 8px 8px; }
  @media (max-width: 650px) {
    .presents-item-product__column {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 20%;
              flex: 0 1 20%; } }
.presents-item-product__form {
  position: relative; }
.presents-item-product__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }
.presents-item-product__label {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  width: 111px;
  height: 111px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  background-color: #eaeaea; }
.presents-item-product__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .presents-item-product__question img {
    width: 18px;
    height: 18px;
    margin: 0px 5px 0px 0px; }
  .presents-item-product__question span {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #ffffff; }
  .presents-item-product__question:hover span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-text-decoration-line: none;
            text-decoration-line: none; }

.presents-item-product__input:checked + .presents-item-product__label {
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px; }

/*
.form-buy-one-click {
	display: flex;
	flex-wrap: nowrap;
	background: #ddd;
	border-radius: 7px;
	padding: 2px;
	max-width: 420px;
	margin: 0;
	line-height: 50px;
	transition: all 0.3s ease;

	@media (max-width: 767px) {
	}

	&__holder {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;

		@media (max-width: 1200px) {
			flex-wrap: wrap;
		}

		@media (max-width: 767px) {
			flex-wrap: nowrap;
		}
	}

	&__input {
		width: 46%;
		flex: 0 0 46%;
		max-width: 46%;
		border: none;
		background: #ffffff;
		border-radius: 7px;
		margin: 0;
		padding: 0 10px;
		line-height: 50px;
		font-size: 18px;
		letter-spacing: -0.006em;

		@media (max-width: 1460px) {
			font-size: 16px;
		}

		@media (max-width: 1280px) {
			font-size: 15px;
		}

		@media (max-width: 1200px) {
			width: 100%;
			flex: 0 0 100%;
			max-width: 100%;
			text-align: center;
			font-size: 18px;
		}

		@media (max-width: 768px) {
			width: 46%;
			flex: 0 0 46%;
			max-width: 46%;
		}

		@media (max-width: 640px) {
			font-size: 12px;
		}
	}

	&__btn {
		background: none;
		width: 54%;
		flex: 0 0 54%;
		max-width: 54%;
		border: none;
		color: #777;
		font-size: 16px;
		padding: 0;
		margin: 0;
		line-height: 50px;
		cursor: pointer;
		letter-spacing: 0.047em;
		font-weight: 500;

		@media (max-width: 1200px) {
			width: 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}

		@media (max-width: 768px) {
			width: 54%;
			flex: 0 0 54%;
			max-width: 54%;
		}

		@media (max-width: 640px) {
			font-size: 12px;
		}
	}

	&:hover {
		background: $theme_color_3;
		.form-buy-one-click__btn {
			color: #fff;
		}
	}
}
*/
.rs-list {
  display: block; }

.button-buy-item-product__button-one {
  width: 100%; }

#form-buy-one-click {
  border: 1px solid #585858;
  line-height: 36px; }

.form-buy-one-click__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#form-buy-one-click-phone {
  padding: 0 10px;
  color: #585858;
  text-align: center;
  width: 50%; }
  #form-buy-one-click-phone::-webkit-input-placeholder {
    font-size: 14px; }
  #form-buy-one-click-phone:-ms-input-placeholder {
    font-size: 14px; }
  #form-buy-one-click-phone::-ms-input-placeholder {
    font-size: 14px; }
  #form-buy-one-click-phone::placeholder {
    font-size: 14px; }

.form-buy-one-click__btn {
  background: #585858;
  padding: 0 10px;
  width: 50%;
  font-size: 16px;
  color: #ffffff; }
  @media (max-width: 480px) {
    .form-buy-one-click__btn {
      font-size: 14px; } }

.rating {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.pc .button {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 17px;
  letter-spacing: 0.08em;
  max-width: 420px;
  border-radius: 7px;
  padding: 0;
  line-height: 54px; }

#product-product .btn-theme-default,
#product-product .button,
#product-product .product-thumb .button-group button {
  text-transform: none;
  font-weight: 500;
  font-size: 16px; }
#product-product .stock-status-id-0 {
  color: #cc1d3e; }
#product-product .old-price {
  text-decoration: line-through;
  margin: 0;
  font-size: 18px;
  color: #656565;
  display: block;
  line-height: 1;
  padding: 0; }
#product-product .rating .fa-stack {
  margin-top: 0 !important; }
#product-product .pc-cost {
  margin-bottom: 0; }

.product-page .input-text,
.product-page .form-control {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background: none;
  color: #c4c4c4;
  overflow: visible;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  text-transform: capitalize; }
  .product-page .input-text--medium,
  .product-page .form-control--medium {
    padding: 4px 8px; }
  .product-page .input-text--round,
  .product-page .form-control--round {
    border-radius: 28px; }
  .product-page .input-text::-webkit-input-placeholder,
  .product-page .form-control::-webkit-input-placeholder {
    color: #c4c4c4; }
  .product-page .input-text:-ms-input-placeholder,
  .product-page .form-control:-ms-input-placeholder {
    color: #c4c4c4; }
  .product-page .input-text::-ms-input-placeholder,
  .product-page .form-control::-ms-input-placeholder {
    color: #c4c4c4; }
  .product-page .input-text::placeholder,
  .product-page .form-control::placeholder {
    color: #c4c4c4; }
  .product-page .input-text:focus,
  .product-page .form-control:focus {
    outline: none;
    color: #111110; }

.categories-holder {
  display: none; }

.category-page .box-heading {
  display: none; }
  @media (max-width: 992px) {
    .category-page .box-heading {
      display: block;
      font-weight: 700;
      font-size: 14px;
      line-height: 120%;
      color: #111110;
      margin: 0px 0px 15px 0px; } }

.mfilter-heading {
  cursor: pointer;
  background: #f5f6f6;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #111110;
  border-top: none; }

.mfilter-light-theme .mfilter-heading {
  font-weight: 500;
  color: black;
  background: none; }

.mfilter-light-theme .mfilter-heading-content {
  padding: 0px 5px 15px 20px;
  border-bottom: none; }

.mfilter-heading .mfilter-head-icon {
  display: block;
  float: right;
  background: url("fonts/icons/arrow.svg") no-repeat 0 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  width: 12px;
  height: 6px;
  margin-right: -3px;
  margin-top: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.mfilter-heading.mfilter-collapsed .mfilter-head-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.mfilter-opts-container {
  padding: 0px 0px 15px 0px; }

.mfilter-filter-item .mfilter-options {
  padding: 0px 0px 0px 9px; }

.mfilter-light-theme .mfilter-price-inputs > input {
  border: 1px solid #e5e5e5;
  border-radius: 0px !important;
  padding: 2px 14px;
  margin: 0px 0 10px 0;
  height: 20px;
  font-size: 14px;
  line-height: 120%;
  color: #111110;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.mfilter-tb-as-td .mfilter-col-input > input {
  background-color: #ffffff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.mfilter-price-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 0px 5px; }

.category-page input[type="text"].form-control {
  font-size: 14px; }

#mfilter-opts-price-min,
#mfilter-opts-price-max {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  display: inline-block;
  text-align: center; }

body .mfilter-light-theme .mfilter-slider-slider .ui-slider-range,
body .mfilter-light-theme #mfilter-price-slider .ui-slider-range {
  background: #111110 !important; }

.mfilter-light-theme .mfilter-slider-slider,
.mfilter-light-theme #mfilter-price-slider {
  background: lightgrey !important;
  height: 2px !important;
  margin: 0px !important; }

.mfilter-light-theme .mfilter-slider-slider .ui-slider-handle,
.mfilter-light-theme #mfilter-price-slider .ui-slider-handle {
  width: 8px !important;
  height: 8px !important;
  background: #111110 !important;
  margin-top: 1.3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  border: 1px solid #111110;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: -6px !important; }

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -6px; }

.mfilter-light-theme .mfilter-price-slider {
  padding: 0 0 5px 4px !important;
  margin-right: 0px !important;
  margin-left: 6px;
  background: none !important; }

.mfilter-col-count {
  display: none; }

.mfilter-light-theme .mfilter-tb-as-td {
  border-top: none;
  padding: 4px 0px; }

.filter-button-holder {
  display: none; }

.mfilter-light-theme .mfilter-tb-as-tr:hover {
  background-color: #ffffff; }

body .mfilter-light-theme .mfilter-col-input input {
  position: absolute;
  top: 3px;
  width: 20px;
  height: 20px;
  margin: 0px;
  z-index: -1;
  opacity: 0; }

.mfilter-col-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 0px 35px; }

.mfilter-col-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  margin: 0px 10px 0px 5px;
  border: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 90%; }

.mfilter-col-inp:checked + .mfilter-col-label::before {
  border-color: #ff9600;
  background-color: #ff9600;
  background-image: url("fonts/icons/checked.svg"); }

.mfilter-light-theme .mfilter-col-input {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.category-page .btn-group.btn-group-sm {
  display: none; }

.mfilter-box .mfilter-selected-filters-cnt a {
  margin: 6px;
  background: #cdcdcd;
  height: 20px; }

.mfilter-box .mfilter-selected-filters-cnt {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.mfilter-light-theme .mfilter-content .mfilter-selected-filters .mfilter-selected-filters-cnt a > span {
  border-bottom: none;
  font-size: 12px;
  line-height: 120%;
  color: #111110; }

.mfilter-box .mfilter-selected-filters-cnt a > span {
  padding: 3px 5px; }

.mfilter-box .mfilter-selected-filters-cnt a > span.mfilter-close {
  width: 1%;
  padding: 0px 5px 0px 0px; }

.mfilter-selected-filters-cnt a > span.mfilter-close i {
  background: url("../image/close-mfilter.svg") no-repeat;
  width: 10px;
  height: 10px;
  padding: 0;
  display: block;
  float: right;
  margin: 0px; }

.col-md-2.col-sm-6.hide-in-mobile {
  display: none; }

.category-page-top-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 15px 0px; }
  .category-page-top-block h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #111110;
    margin: 0px 10px 0px 15px;
    width: 50%; }

.category-page .sort-button-holder {
  width: 50%; }

@media (max-width: 992px) {
  .category-page-top-block {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }
    .category-page-top-block h1 {
      width: 100%;
      margin: 0px 0px 15px 10px; }

  .category-page .sort-button-holder {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .category-page .text-right.form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin: 0px 10px 0px 0px; }

  .filter-button-holder {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 10px; }

  .category-page .simple-input.hide-in-mobile {
    display: none; }

  .category-page select.simple-input {
    border: 0.5px solid #111110;
    background-color: inherit;
    line-height: 30px;
    height: 30px;
    border-radius: 0px; }

  .category-page button.simple-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border: 0.5px solid #111110;
    background: inherit;
    line-height: 30px;
    height: 30px;
    border-radius: 0px; }
    .category-page button.simple-input::before {
      content: "";
      width: 11px;
      height: 11px;
      display: block;
      background: url("fonts/icons/filter.svg") 0 0 no-repeat;
      margin: 0px 0px 0px 2px; }

  .mfilter-light-theme .mfilter-tb-as-tr:hover {
    background-color: #ffffff; }

  .mfilter-col-label::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    margin: 0px 10px 0px 5px;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% 90%; } }
@media (max-width: 768px) {
  .category-page .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }

  .category-page-top-block {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }
    .category-page-top-block h1 {
      font-size: 20px; } }
@media (max-width: 480px) {
  .mfilter-col-label {
    font-size: 13px; }

  .category-page select.simple-input {
    font-size: 12px; }

  .category-page .sort-button-holder {
    margin: 0px 0px 8px 0px; }

  .category-page .product-wrap .product-layout .product-thumb {
    padding: 8px; }

  .mfilter-light-theme .mfilter-heading-text > span {
    padding-left: 6px;
    font-size: 14px; }

  .mfilter-light-theme .mfilter-heading-content {
    padding: 0px 5px 8px 20px;
    border-bottom: none; }

  .mfilter-light-theme .mfilter-selected-filters-cnt {
    margin-bottom: 10px; }

  .mfilter-price-inputs {
    margin: 0px 0px 0px 0px; }

  .mfilter-light-theme .mfilter-price-slider {
    margin-left: 0px; } }
.section-about img {
  height: auto;
  display: block; }
.section-about .btn-holder {
  padding: 20px 0 30px; }

.about-box {
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .about-box h2 {
    font-weight: 700; }
  .about-box-text {
    padding: 15px 30px 15px 40px; }
    @media (max-width: 991px) {
      .about-box-text {
        padding: 30px 30px 20px; } }
    @media (max-width: 768px) {
      .about-box-text {
        padding: 20px 15px 5px; } }
  .about-box.row [class*=col-] {
    padding: 0; }

.section--manufacturers {
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    .section--manufacturers {
      padding-bottom: 25px; } }

.brand-wrap {
  line-height: 1.8; }
  .brand-wrap a {
    text-decoration: none;
    color: #202020;
    outline: none; }
    .brand-wrap a:hover {
      text-decoration: underline;
      color: #E13940; }
.brand-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 55px; }
  @media (max-width: 991px) {
    .brand-box {
      padding-bottom: 40px; } }
  @media (max-width: 768px) {
    .brand-box {
      padding-bottom: 40px; } }
.brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  width: 100%; }
  @media (max-width: 991px) {
    .brand-logo {
      padding-bottom: 30px; } }
  @media (max-width: 768px) {
    .brand-logo {
      padding-bottom: 15px; } }
  @media (max-width: 480px) {
    .brand-logo {
      padding-bottom: 15px; } }
  .brand-logo img {
    display: block;
    max-width: 100%;
    height: auto; }
.brand-text {
  width: 100%; }

.blog-wrap {
  font-size: 17px;
  line-height: 1.45;
  color: #202020;
  text-align: center; }
  @media (max-width: 991px) {
    .blog-wrap {
      font-size: 15px;
      text-transform: none; } }
  @media (max-width: 768px) {
    .blog-wrap {
      font-size: 15px; } }
  .blog-wrap [class*=col-] {
    margin-bottom: 30px; }
.blog-box {
  color: #202020;
  text-decoration: none;
  background: #fff;
  display: block;
  overflow: hidden;
  height: 100%; }
  .blog-box:hover {
    text-decoration: none; }
  .blog-box-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto; }
  .blog-box_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 10px 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991px) {
      .blog-box_title {
        min-height: 20px;
        padding: 13px 10px 18px; } }

.faq {
  margin: 0 auto;
  max-width: 970px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 720px) {
    .faq {
      line-height: 1.75;
      font-size: 13px; } }
  .faq-item {
    background: #fff;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .faq-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    font-size: 17px;
    padding: 24px 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 991px) {
      .faq-question {
        padding: 22px 25px;
        font-size: 15px; } }
    @media (max-width: 720px) {
      .faq-question {
        padding: 15px 15px;
        font-size: 13px; } }
  .faq-answer {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    opacity: 0;
    padding: 0 40px;
    overflow: hidden; }
    @media (max-width: 720px) {
      .faq-answer {
        padding: 0 14px; } }
    .open > .faq-answer {
      opacity: 1;
      max-height: unset;
      padding-top: 18px;
      padding-bottom: 17px; }
      @media (max-width: 720px) {
        .open > .faq-answer {
          padding-top: 8px;
          padding-bottom: 8px; } }
    .faq-answer p {
      margin-bottom: 20px; }

.breadcrumbs-holder {
  background: #585858;
  padding: 20px 0px; }
  @media (max-width: 768px) {
    .breadcrumbs-holder {
      padding: 10px 0px; } }
  @media (max-width: 480px) {
    .breadcrumbs-holder {
      padding: 10px 0px 10px 15px; } }
  .breadcrumbs-holder ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none; }
    @media (max-width: 768px) {
      .breadcrumbs-holder ul {
        overflow: hidden;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .breadcrumbs-holder ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .breadcrumbs-holder ul li span {
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        color: #f3f0e6;
        white-space: nowrap; }
      .breadcrumbs-holder ul li::after {
        content: "";
        margin: 5px 6px 1px 6px;
        border-right: 1px solid #f3f0e6;
        background: #f3f0e6; }
      .breadcrumbs-holder ul li::before {
        display: none; }
      .breadcrumbs-holder ul li:first-child span {
        display: none; }
      .breadcrumbs-holder ul li:first-child::before {
        display: block;
        font-size: 18px;
        color: #f3f0e6; }
      @media (max-width: 768px) {
        .breadcrumbs-holder ul li:first-child::before {
          font-size: 15px;
          margin: 0px 0px 1px 0px; } }
      .breadcrumbs-holder ul li:last-child::after {
        content: "";
        display: none; }
      @media (max-width: 768px) {
        .breadcrumbs-holder ul li span {
          font-size: 12px; }
        .breadcrumbs-holder ul li:nth-child(2)::after {
          content: "";
          margin: 5px 6px 2px 6px; }
        .breadcrumbs-holder ul li::after {
          content: "";
          margin: 4px 6px 2px 6px; } }
      .breadcrumbs-holder ul li a span {
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        color: #f3f0e6; }

@media (max-width: 480px) {
  .breadcrumbs-holder .container {
    padding: 0px 2px; } }
.form-questions {
  background: #EBEBEB;
  padding: 52px 60px 50px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5; }
  .form-questions > .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 768px) {
    .form-questions {
      padding: 62px 60px 10px; } }
  @media (max-width: 720px) {
    .form-questions {
      margin: 0 -10px;
      padding: 41px 10px 5px;
      font-size: 13px; } }
  .form-questions__title {
    text-transform: uppercase;
    color: #202020; }
    @media (min-width: 768px) {
      .form-questions__title {
        font-size: 30px;
        margin-bottom: 21px; } }
    @media (max-width: 720px) {
      .form-questions__title {
        margin-bottom: 12px; } }
  @media (min-width: 768px) {
    .form-questions .form {
      padding: 22px 0 0; } }
  .form-questions .form .row {
    padding-bottom: 54px; }
    @media (max-width: 768px) {
      .form-questions .form .row {
        padding-bottom: 21px; } }
    @media (max-width: 768px) {
      .form-questions .form .row {
        padding-bottom: 0; } }
    .form-questions .form .row.row-btn {
      padding-bottom: 10px; }
  @media (max-width: 768px) {
    .form-questions .form [class*=col-] {
      padding-bottom: 15px; } }
  .form-questions .row-btn {
    justify-items: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 15px 0 0;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .form-questions .row-btn {
        padding: 0; } }
    @media (max-width: 720px) {
      .form-questions .row-btn {
        padding: 15px 0 0; } }
    .form-questions .row-btn .button {
      margin-left: 0; }

.promo {
  margin: -100px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .promo {
      margin: -100px 0 40px; } }
  @media (max-width: 768px) {
    .promo {
      margin: -60px 0 30px; } }
  .promo-img {
    position: relative;
    z-index: 1;
    width: 100%; }
    .promo-img:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      z-index: 2;
      background: rgba(0, 0, 0, 0.3); }
    .promo-img img {
      display: block;
      max-width: 100%;
      height: auto;
      position: relative;
      z-index: 1;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .promo-img img {
          max-width: calc(100% + 10%);
          margin: 0 -5%; } }
  .promo-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    line-height: 1.1668;
    text-transform: uppercase;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .promo-content-inner {
      display: block; }
    .promo-content_title {
      font-size: 60px;
      font-style: normal;
      font-weight: 700;
      width: 100%; }
      @media (max-width: 1200px) {
        .promo-content_title {
          font-size: 50px; } }
      @media (max-width: 768px) {
        .promo-content_title {
          font-size: 40px; } }
      @media (max-width: 720px) {
        .promo-content_title {
          font-size: 28px; } }
      @media (max-width: 480px) {
        .promo-content_title {
          font-size: 18px; } }
    .promo-content_text {
      font-size: 60px;
      width: 100%; }
      @media (max-width: 1200px) {
        .promo-content_text {
          font-size: 50px; } }
      @media (max-width: 768px) {
        .promo-content_text {
          font-size: 40px; } }
      @media (max-width: 720px) {
        .promo-content_text {
          font-size: 28px; } }
      @media (max-width: 480px) {
        .promo-content_text {
          font-size: 18px; } }

.advantages {
  margin-bottom: -20px; }
  .advantages-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
  .advantages-icon {
    padding-right: 32px; }
    @media (max-width: 1200px) {
      .advantages-icon {
        padding-right: 20px; }
        .advantages-icon svg {
          width: 50px;
          height: 50px; } }
    @media (max-width: 768px) {
      .advantages-icon {
        padding-right: 20px; }
        .advantages-icon svg {
          width: 40px;
          height: 40px; } }
  .advantages [class*=col-] {
    padding-bottom: 30px; }

.so_filter_wrap {
  position: relative;
  z-index: 1; }
  .so_filter_wrap .modtitle {
    display: none; }
  .so_filter_wrap .input-group {
    margin: -10px -10px 15px; }

.so-option-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .so-option-container-opts-container .opt-select {
    border: none; }
  .so-option-container label {
    margin: 0;
    padding: 0 0 0 7px; }
  .so-option-container img {
    display: none; }

.so-filter-option.so-filter-price .content_min_max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px; }

.so-filter-content-opts-container {
  padding: 0; }

.so-filter-content-opts-container .opt-select {
  border-bottom: none;
  margin-bottom: 5px; }

.so-filter-content-opts-container .option-count {
  background: #b0b0b0;
  font-size: 10px;
  margin: 0 0 0 auto;
  line-height: 17px;
  min-width: 17px;
  padding: 0 3px;
  text-align: center; }

.so-filter-content-opts-container .option-count.opt_close {
  margin-top: 0;
  font-size: 16px; }

.so-filter-content-opts-container .option-count:not(.opt_close)::after {
  display: none; }

.so-filter-content-opts .so-option-subcat-link {
  text-decoration: none;
  font-size: 15px;
  color: #000; }
  .so-filter-content-opts .so-option-subcat-link:hover {
    text-decoration: underline; }

.so_filter_wrap .modcontent .so-filter-options {
  border-bottom: #999999 1px solid;
  padding: 10px 0; }
  .so_filter_wrap .modcontent .so-filter-options:first-child {
    padding: 0;
    border: 0; }

.so_filter_wrap .modcontent .so-filter-heading {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px 0 0; }
  .so_filter_wrap .modcontent .so-filter-heading i {
    padding: 4px 6px;
    background: url("../image/icon-arrow-down.svg") no-repeat 50% 50%; }
    .so_filter_wrap .modcontent .so-filter-heading i.fa-chevron-down {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .so_filter_wrap .modcontent .so-filter-heading i.fa:before {
      display: none; }
  .so_filter_wrap .modcontent .so-filter-heading-text {
    padding: 0; }

.so_filter_wrap .modcontent .so-filter-heading .so-filter-heading-text {
  float: left;
  padding: 0;
  font-size: 15px;
  color: #999; }

.so-filter-option.so-filter-price .input_max,
.so-filter-option.so-filter-price .input_min {
  border: none !important;
  pointer-events: none !important;
  padding: 0 !important; }
  .so-filter-option.so-filter-price .input_max:focus, .so-filter-option.so-filter-price .input_max:active, .so-filter-option.so-filter-price .input_max:hover,
  .so-filter-option.so-filter-price .input_min:focus,
  .so-filter-option.so-filter-price .input_min:active,
  .so-filter-option.so-filter-price .input_min:hover {
    padding: 0 !important; }

.input_max {
  text-align: right !important; }

.noUi-horizontal {
  height: 2px;
  border: none;
  background: #000;
  -webkit-box-shadow: none;
          box-shadow: none; }
.noUi-handle {
  width: 8px !important;
  height: 8px !important;
  left: -4px !important;
  top: -3px !important;
  border-radius: 50%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  background: #4A4A4A !important;
  cursor: pointer; }
  .noUi-handle:before, .noUi-handle:after {
    display: none; }
.noUi-background {
  background: #999999;
  -webkit-box-shadow: none;
          box-shadow: none; }
.noUi-connect {
  background: #4A4A4A; }

.clear_filter {
  padding-top: 30px; }

.so_filter_wrap .modcontent .so-filter-content-opts {
  border: none; }

.input-group-btn .btn {
  border: none;
  width: 32px;
  height: 32px;
  background: url("../image/search.svg") no-repeat 50% 50%; }
  .input-group-btn .btn:hover, .input-group-btn .btn:active, .input-group-btn .btn:focus {
    background: url("../image/search.svg") no-repeat 50% 50% !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .input-group-btn .btn i {
    display: none; }

.cart {
  line-height: 1.55; }
  #content .cart {
    border: none;
    padding: 0; }
  .cart-table {
    width: 100%;
    border-collapse: collapse; }
    .cart-table thead th {
      border-bottom: 1px solid #f2f2f2;
      font-weight: 500;
      padding: 10px;
      font-size: 16px;
      line-height: 1.2; }
    @media (max-width: 720px) {
      .cart-table thead {
        display: none; } }
    .cart-table tbody td {
      padding: 15px 10px;
      letter-spacing: 0.06em;
      font-weight: normal;
      color: #111110;
      vertical-align: middle;
      border-bottom: 1px solid #f2f2f2;
      font-size: 14px; }
      @media (max-width: 720px) {
        .cart-table tbody td {
          font-size: 12px; } }
      .cart-table tbody td:first-child {
        padding-left: 0; }
      .cart-table tbody td:last-child {
        padding-right: 0; }
    .cart-table__name-link {
      text-decoration: none;
      color: #111110;
      font-weight: normal;
      font-size: 14px; }
      @media (max-width: 720px) {
        .cart-table__name-link {
          font-size: 12px; } }
      .cart-table__name-link:hover {
        text-decoration: underline; }
    .cart-table__size {
      text-align: center; }
    .cart-table__quantity {
      text-align: center; }
    .cart-table__total {
      white-space: nowrap; }
    .cart-table__remove {
      width: auto; }
  .cart .input-group--quantity {
    width: 118px; }
    .cart .input-group--quantity .form-control {
      text-align: center;
      font-size: 16px;
      height: 40px;
      width: 50px;
      font-weight: normal; }
      @media (max-width: 768px) {
        .cart .input-group--quantity .form-control {
          height: 32px; } }
    .cart .input-group--quantity .form-control,
    .cart .input-group--quantity .number-quantity {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .cart .input-group--quantity .form-control:focus, .cart .input-group--quantity .form-control:active,
      .cart .input-group--quantity .number-quantity:focus,
      .cart .input-group--quantity .number-quantity:active {
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .cart .input-group--quantity .btn {
      height: 40px;
      width: 40px; }
      @media (max-width: 768px) {
        .cart .input-group--quantity .btn {
          height: 32px;
          width: 32px; } }
      .cart .input-group--quantity .btn:hover, .cart .input-group--quantity .btn:focus, .cart .input-group--quantity .btn:active {
        background: #111110; }
        .cart .input-group--quantity .btn:hover svg path, .cart .input-group--quantity .btn:focus svg path, .cart .input-group--quantity .btn:active svg path {
          stroke: #fff;
          opacity: 1; }
    .cart .input-group--quantity .btn {
      background: none;
      border: 1px solid #000;
      border-radius: 0;
      color: #000;
      font-weight: normal;
      text-shadow: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .cart-total {
    text-align: right;
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #cdcdcd;
    margin: 0 0 30px; }
    @media (max-width: 720px) {
      .cart-total {
        padding-top: 10px; } }
    .cart-total-value {
      display: inline-block;
      margin: 0px 3px;
      min-width: 60px; }
  .cart h2 {
    font-size: 21px;
    margin: 0 0 20px;
    text-transform: none; }
  .cart .btn-remove {
    background: none;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cart .btn-remove:hover svg path, .cart .btn-remove:focus svg path {
      stroke: #111110; }

.cart-total {
  text-align: right;
  border-bottom: none;
  padding: 35px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.total_text {
  font-size: 18px;
  line-height: 120%;
  color: #111110; }

.cart-total-value {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #ff9600;
  margin: 0px 66px 0px 0px; }
  @media (max-width: 992px) {
    .cart-total-value {
      margin: 0px 0px 0px 0px; } }

.main-cart-section {
  border: none;
  padding: 30px 60px; }

.cart-section {
  padding: 47px 60px 40px;
  margin-bottom: 35px;
  text-align: center;
  margin-top: 15px; }
  .cart-section p {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff; }
    .cart-section p a {
      font-weight: 700;
      font-size: 16px;
      line-height: 120%;
      text-decoration: underline;
      color: #ffffff; }
  @media (max-width: 992px) {
    .cart-section p {
      font-size: 12px; }
      .cart-section p a {
        font-size: 12px; } }
  @media (max-width: 991px) {
    .cart-section {
      padding: 49px 59px 39px;
      margin-bottom: 30px; } }
  @media (max-width: 720px) {
    .cart-section {
      padding: 15px 20px 5px; } }
  .cart-section-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cart-section .control-label {
    font-size: 15px;
    color: #111110;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 110px;
    max-width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 2px;
    line-height: 1.2;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 991px) {
      .cart-section .control-label {
        display: none; } }
  .cart-section .form-control {
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    width: calc(100% - 110px);
    border: none !important;
    border-bottom: 1px solid #ccd5d1 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    font-size: 15px !important; }
    @media (max-width: 991px) {
      .cart-section .form-control {
        width: 100%;
        padding-bottom: 5px !important;
        padding-top: 5px !important; } }
  .cart-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .cart-section .row::before {
      content: "";
      display: none; }
    .cart-section .row::after {
      content: "";
      display: none; }
    @media (max-width: 992px) {
      .cart-section .row > [class*="col-"] {
        padding: 17px 17px 17px 17px; } }
  .cart-section .button.button--full {
    margin-top: 11px; }
    @media (max-width: 720px) {
      .cart-section .button.button--full {
        margin-top: 40px; } }
  .cart-section--confirm .cart-table tbody td {
    font-weight: normal; }
  .cart-section--confirm .button {
    width: 100%; }

.required .control-label:before {
  display: none; }

.required .control-label:after {
  content: "* ";
  color: #f00;
  font-weight: bold; }

.payment-type {
  padding: 15px 0;
  color: #999;
  border-bottom: 1px solid #cdcdcd;
  margin: 0 0 30px; }

.confirm-order tbody td {
  padding: 10px; }
.confirm-order__quantity {
  max-width: 80px; }
.confirm-order__price {
  text-align: right;
  padding-right: 30px !important;
  max-width: 200px; }
  @media (max-width: 720px) {
    .confirm-order__price {
      padding-right: 0 !important; } }
.confirm-order__total {
  text-align: right;
  padding-right: 30px !important; }
  @media (max-width: 720px) {
    .confirm-order__total {
      padding-right: 0 !important; } }

.checkout-cart .cart-table thead th {
  border-bottom: 1px solid #cdcdcd;
  font-weight: 500;
  padding: 10px 10px 15px 10px;
  font-size: 16px;
  line-height: 1.2; }

.checkout-cart .cart-table tbody td {
  padding: 20px 10px;
  color: #111110;
  border-bottom: 1px solid #cdcdcd; }

.checkout-cart .cart-table tbody td:first-child {
  padding-left: 50px; }

.checkout-cart .cart-table__name-link {
  font-size: 14px;
  line-height: 120%;
  color: #111110; }

.checkout-cart .cart .btn-remove::before {
  font-size: 20px;
  color: #585858; }

.checkout-cart #basket-form {
  padding: 30px 100px; }

.checkout-cart .input-text,
.form-control {
  height: 35px; }

.checkout-cart .bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #111110; }

.checkout-cart .cart-section .control-label {
  font-size: 16px;
  width: 150px;
  color: #111110; }

.checkout-cart .cart-section {
  margin-top: 10px; }

.checkout-cart .confirm-order__price {
  padding-right: 0px !important; }

.checkout-cart .confirm-order__total {
  padding-right: 0px !important; }

.checkout-cart .payment-type {
  padding: 0px 0px 0px 0px;
  text-align: left; }

@media (max-width: 991px) {
  .checkout-cart .cart-table__remove {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

  .checkout-cart .cart .btn-remove::before {
    font-size: 20px;
    color: #585858; }

  .checkout-cart .cart-table__name-link {
    font-size: 12px;
    line-height: 120%;
    color: #111110; }

  .checkout-cart #basket-form {
    padding: 10px 15px 10px 15px; }

  .checkout-cart .input-text,
  .form-control {
    height: 35px;
    padding: 10px; }

  .checkout-cart .cart-section .form-control {
    font-size: 12px;
    color: #cdcdcd; } }
@media (max-width: 768px) {
  .checkout-cart #basket-form {
    padding: 0px 10px 10px 10px; } }
.checkout-checkout .cart-table thead th {
  border-bottom: 1px solid #cdcdcd;
  font-weight: 500;
  padding: 10px 10px 15px 10px;
  font-size: 16px;
  line-height: 1.2; }

.checkout-checkout .cart-table tbody td {
  padding: 20px 10px;
  color: #111110;
  border-bottom: 1px solid #cdcdcd; }

.checkout-checkout .cart-table tbody td:first-child {
  padding-left: 50px; }

.checkout-checkout .cart-table__name-link {
  font-size: 14px;
  line-height: 120%;
  color: #000000; }

.checkout-checkout .cart .btn-remove::before {
  font-size: 20px;
  color: #585858; }

.checkout-checkout #basket-form {
  padding: 30px 100px; }

.checkout-checkout .input-text,
.form-control {
  height: 35px; }

.checkout-checkout .bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #111110; }

.checkout-checkout .cart-section .control-label {
  font-size: 16px;
  width: 150px;
  color: #111110; }

.checkout-checkout .cart-section {
  margin-top: 10px; }

.checkout-checkout .confirm-order__price {
  padding-right: 0px !important; }

.checkout-checkout .confirm-order__total {
  padding-right: 0px !important; }

.checkout-checkout .payment-type {
  padding: 0px 0px 0px 0px;
  text-align: left; }

@media (max-width: 991px) {
  .checkout-checkout .cart-table__remove {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

  .checkout-checkout .cart .btn-remove::before {
    font-size: 20px;
    color: #585858; }

  .checkout-checkout .cart-table__name-link {
    font-size: 12px;
    line-height: 120%;
    color: #111110; }

  .checkout-checkout #basket-form {
    padding: 10px 15px 10px 15px; }

  .checkout-checkout .input-text,
  .form-control {
    height: 35px;
    padding: 10px; }

  .checkout-checkout .cart-section .form-control {
    font-size: 12px;
    color: #cdcdcd; } }
@media (max-width: 768px) {
  .checkout-checkout #basket-form {
    padding: 0px 10px 10px 10px; } }
.payment-type {
  color: #111110; }

#button-confirm-holder .table-responsive {
  display: none; }

#button-confirm-holder #lqp {
  width: 100%; }

#button-confirm-holder .pull-right {
  float: none;
  width: 100%; }

.select-widget.form-group {
  margin: 0; }

span.customSelect {
  display: none !important; }

.popover.bottom {
  left: 0 !important;
  color: red;
  border-color: red;
  z-index: 2;
  border-radius: 7px; }

.popover-content {
  padding: 0 10px; }

.popover.bottom > .arrow {
  border-bottom-color: red; }

.checkout-title {
  margin-top: 30px; }

.fixed-top {
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff; }

.fixed-top a {
  color: #111110;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  padding-left: 35px; }

.fixed-top a:hover {
  color: #111110;
  text-decoration: underline;
  cursor: pointer; }

.select-widget > div {
  display: none; }

.ui-selectmenu-button-closed {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.ui-selectmenu-button-closed:hover {
  background: #fff !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.set_input {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.little_input {
  width: 70px;
  margin-left: 15px; }

#edit-apartment {
  margin-right: 0;
  margin-left: 0; }

.checkout_left .form-control:focus {
  border-color: #ff9600;
  -webkit-box-shadow: inset 0 0 0 1px #ff9600;
  box-shadow: inset 0 0 0 1px #ff9600; }

.checkout-cart .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }

.checkout-checkout .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }

.bootstrap-select > .dropdown-toggle {
  background: #fff;
  height: 35px;
  padding: 9px 15px;
  border-radius: 0;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  color: #171717;
  line-height: 120%;
  white-space: normal; }

.bootstrap-select > .dropdown-toggle:hover {
  background-color: #fff !important;
  border: 1px solid #cdcdcd !important; }

.bootstrap-select > .dropdown-toggle:active {
  background-color: #fff !important;
  outline: none; }

.bootstrap-select > .dropdown-toggle:focus {
  background-color: #fff !important;
  outline: none; }

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important; }

.bootstrap-select .dropdown-menu li a {
  height: 45px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-color: #fff !important;
  border-color: #cdcdcd; }

.bootstrap-select .caret {
  border: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAAgUlEQVQYlY3OIQoCURiF0TMTDCrmfxXiKsQgpila3ZsWk9jcilXmZRGDIGMRGfQxzNfP5RZ1Xe8xQhURTx2llFbYYVZiizEOKaVBD7SJiEsZEQ8su/APOkIJXTiHoGiapr08xAl3VFjk0B/84AnOeGGaQ9+r7SLihjmuWOdQFvbtDQ/6PJwb2QRuAAAAAElFTkSuQmCC) !important;
  display: block;
  width: 16px;
  height: 8px;
  right: 10px !important;
  margin-top: -5px !important;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.bootstrap-select.open .caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-image: none !important;
  background-color: #fff !important;
  color: #111110; }

.dropdown-menu li > a:hover {
  background-image: none !important;
  background-color: #cdcdcd !important;
  color: #111110; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 12px;
  color: #111110;
  text-transform: none; }

.fixed-container {
  position: relative;
  min-height: 50px; }

.fixed-container img {
  height: 40px; }

.close_ {
  position: relative; }

.table-bordered p {
  margin-bottom: 0; }

.table-bordered .input-group {
  margin: 0 auto; }

.select_class {
  padding-bottom: 15px; }

.form .form-group {
  padding-left: 0;
  margin-bottom: 10px; }

.butt button {
  width: 100% !important; }

.form-group .line {
  border-top: 1px solid #cdcdcd;
  width: 100%;
  margin-left: 0;
  padding-bottom: 5px; }

.input_baket {
  text-align: center !important; }

.buttons .margin {
  margin-right: 5px; }

.right_col .cart {
  margin-bottom: 0;
  padding: 15px 0;
  position: relative; }

.right-block .cart {
  padding: 0 15px; }

#basket-body .basket_block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.basket_block .mob-center {
  padding-left: 18px; }

.basket_block a {
  font-size: 15px;
  color: #111110;
  font-weight: 600;
  display: block;
  padding: 5px 0; }

#basket-body p {
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
  color: #111110;
  font-weight: 400; }

.text-green {
  color: #00b01c; }

.cart p {
  margin: 0 !important; }

.text-center {
  text-align: center;
  padding: 5px; }

.cart .close_ {
  position: absolute;
  right: 0;
  top: 0; }

.fa-times-circle:before {
  content: "×"; }

.fa-times-circle {
  font-size: 40px;
  color: #666; }

.fa-times-circle:hover {
  color: #171717; }

.btn-danger {
  background-color: inherit !important;
  background-image: none !important;
  border-color: inherit !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
  color: #666; }

.button_minus .fa-refresh:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 8px;
  margin: -1px 0 0 -4px;
  background: #111110;
  content: ""; }

.button_plus .fa-refresh:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 8px;
  margin: -1px 0 0 -4px;
  background: #111110;
  content: ""; }

.button_plus .fa-refresh:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 2px;
  margin: -4px 0 0 -1px;
  background: #000;
  content: ""; }

#content .btn-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#content .btn-block .btn-primary {
  background: #fff;
  border: none !important; }

#content .btn-block input {
  border: none !important; }

.check_block {
  padding: 10px; }

.line_top {
  border-top: 1px solid #e6e6e6; }

.check_block .mob_left {
  text-align: left; }

.check_block .mob_left .btn-block {
  margin: inherit;
  max-width: 70px; }

.checkout .left {
  text-align: left; }

.checkout {
  padding: 5px;
  background: linear-gradient(135deg, #fed433, #f18e1d); }

.checkout_bg {
  background: #fff; }

.right-block {
  padding-left: 0 !important; }

.basket-title {
  padding-top: 0;
  padding-bottom: 15px; }

.basket_form {
  border-bottom: 1px solid #ddd; }

.checkout_left h4 {
  font-weight: 600;
  font-size: 13px; }

.checkout_left .eco {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.checkout_left .btn {
  color: #fff;
  background: #f67c0d;
  border-color: #f67c0d;
  margin-bottom: 5px; }

.checkout_left .dropdown .btn {
  background: #fff !important;
  border: 1px solid #e6e6e6;
  margin-bottom: 5px; }

.checkout_left .btn:hover {
  background: #c66003; }

.checkout_left .btn:focus {
  outline: none !important; }

.checkout_left .btn:active {
  outline: none !important; }

.form .price_total {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.total_price .total .price_t {
  font-size: 36px;
  font-weight: 700;
  color: #171717;
  width: 100%; }

.total_price .total .price_t:nth-child(1) {
  display: none; }

div.nice-select .option {
  padding-left: 25px; }

div.nice-select {
  height: 38px;
  line-height: 24px;
  width: 100%;
  border: 1px solid #cdcdcd; }

.ui-button {
  width: 100% !important; }

.ui-corner-all .ui-selectmenu-icon {
  background-position: 3px 2px;
  width: 20px;
  height: 20px; }

.ui-corner-top .ui-selectmenu-icon {
  background-position: center;
  width: 20px;
  height: 20px; }

.ui-selectmenu-menu .ui-menu-item {
  position: relative; }

.ui-menu .ui-menu-item-wrapper .ui-icon {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  background-position: -80px -20px;
  width: 20px;
  height: 20px;
  display: none; }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: none; }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: none; }

.delivery_right .ui-corner-all .ui-selectmenu-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAAgUlEQVQYlY3OIQoCURiF0TMTDCrmfxXiKsQgpila3ZsWk9jcilXmZRGDIGMRGfQxzNfP5RZ1Xe8xQhURTx2llFbYYVZiizEOKaVBD7SJiEsZEQ8su/APOkIJXTiHoGiapr08xAl3VFjk0B/84AnOeGGaQ9+r7SLihjmuWOdQFvbtDQ/6PJwb2QRuAAAAAElFTkSuQmCC); }

.delivery_right .ui-corner-top .ui-selectmenu-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAGuHpUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHjarVhZluM4DvznKeYIAkiQxHHABe/1Deb4E6BVdqczs5bukSpFmeYCIgIBuNL+71+e/oOLWUoq0nrVWi9cRYuy4aVfj+vR0lXO83Htu6WP/ek5idGV0ebHx3pPIEO/vCa0cvePj/2pzXudfi9Ez4XPlWPneL/H9XuhzI9+uj8nvedZ+dtx7j+e97L34u+fS4MzlmC9zIl3pnzhWWOXHH+UDW3Fk3LjR6/hyXiW3L/2XXq+vjlP+WvfXXaPyB9dka56D6hvPrr7Sd768xM1/mAR/Xjlj1+MdrXr79fffOe+uvt+nM5Khadqug/1w4XnDQMHXJnPtIq74U/w3s6tuDuOOIHYApoD90ykxPC2U6FFRk77tJMmTCy8Ge5m5gkMoq/D/coT7ic4Hjc5t6x5pdyBxgRqGd38tIXOvnr2m9Sx8yKMZMJidBB8u9NXnf/kfi7kHtQlCmcqH1/BLg4SwIxALp4YBUDIb5/K8e+50xPW1xXAZiAox80dB7RrPJYYQi9u5YNzxji5SroeoUFt3QvARdhbYAxlIHBVykKVrsbciODHDnwMlnMuPIAAifCi5MAm5wpwOsfemNPojGXhRzekBUAIgqYBGs0GsEoR8KeVDg6ZZOiRiFRp0kXFaq6lSq211dAoa7mVJq221nrTZj330qXX3nrv2k1ZMyRMtGpL2lXVDJsaljbMNowwGzzyKENGHW30ocMm6DPLlFlnm33qtMUrL4T/qqul1Zcu27RBpV227Lrb7lu3Objm2YuLV2/eXd2eqN2ofkSN3pD7OWp0oxaIlTOuvVBDd2s/lqCQEwnMgBgXAuItEAChOTC7OpXCgVxgBtIhKISBGkmAsygQA4JlE4vTE7sXcj/FLUn5I9z4O+RSQPf/QC4FdDdyn3H7ArVlJ6PkA1BEYfj0yg5hwyDjjn/Q499tbbXh20rzsRwSI5o+9V0A85sFeEtvPkfxmd2WTDPg6dAChrD55XtI+yODvmjTH57g2wOkPzgB8Pne/PSvznPazm2oJxYo/5y71GYLUBcGiqtd4cIGPBVwo2PE562KdJaX0PSWN/KLLO1ILi6WzItETSH0VVvWVRybbNcGftNyktzeli27G4428N1yHYjmWN7bDJ/ONcSDhHBUc5WqP9ku2lR+MeDRzsyzolib2NtXVUdgZhx8a/a1s8+d+pXLmLsfY5sx/OGFTWVnHsUuGxfn6jWLxAmu4+Iv2vTeoXX1LqMLF+yhu/jCgvnTVoMthi9xVE3umnaHy5CLrCGL9Am1IelAYRzcTDF/LfJpKA39H/goIxlBu3aBCC6rI7cZ/oBFOTaATRUGS4Vh1V0WJ1A9YFm0URC653WCcDtS2eQC0YJA1jceDqoVscKoMezqa6wpgF9wbLB+xiF2UwsXMHfnevbWDYyCnAEYJr4Gh8dew9MZ/xj9Gmsy9KK66VSdO3e4B779KkBWxOUqE0fbAGQLiFGceEaJVvq82no4ods0AFMe1sGQsA6l2Bi1zrkIU2bRtdKaoQT91yGK3KYQZFpjIJ1pxBeUty5AMAxBi4yDvKdBUw2aQiomVN9sZtkwzQRJAyUHRDwo+eb1oCrQROZB7h+xfkNhSdhjLg3mA+gdh5ATox2Yb+SBXVkRmcMKT9EyKPfZMibmw6P4NSGHQhfpaBILRNp3eBH0rQN5cEhRmkMZJ9n42eCDoJFrQ/8AfYhkYkOWipJzr2VFJyi3wIgvgsr8WBu0hGQhlSMkgQXqDxKGHhEcEYQAXRku7VCbCg3a1qBDdlIjvsWkKKtnbbHoyJ9iASkbqX4xtAsVeZ0dhKkQxBpegsqX+PkFQ3Bc5+kodeD0ss8xNnyNYyBCoa7p8zmQl5ciHxuqiMBL9wgg9qejQZk6CLZRsu+aaojhhKTOKtJ7lPE7Mkn9BbNY1yHnHDk01FBDZls0tJPV4FqnfnMNP5A42DbVNVyI3ADyMxRmVlBLZV4ROPfi6eNuOLUgc52QHAMxhJIHiWQhhHoFe+al2OiQzqIgqj5Ql4DGLfnsQmA65g6YEWXeC5QKZ4IqbcLtIW5GWDUwyDvoFiEaufazsD2E0R4i8RBGRMuQyLOSj1INsDwySt4feZa+VfMfba/HhHVUCUY00SEmdwTseSIgW5rrJ4v8qm0oDnbY6C2d5ZZAdUKgUDGCF2dfG68Y/I02ffNFFUQmNjuC1o7P7v10xH6K/cDy+H+JeTBPv193oN4HEI/8tgJEFDj1OSL9u5LmZWC6LTwHmt9MgDMRZ0jL/wOA73MOMv91lgAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UGERAXBYR3NqIAAACFSURBVBjTnc4hqkJRFAXQ9V74QcR84FcH4gDUZDKY/ti+xSBichTO4h2joMVyLQoiXgV3PJvF2U0pxatk5gQL/EXE8blvfZm28m2KJX6xy8zBR3hD/5hjhAPWmdmrwkcUEZuIuGCGE7aPuK2h+72Gm1JKFT2t+cEKfYybruuG2L9DL/D5ChRXQw+fnYs+AAAAAElFTkSuQmCC); }

.ui-selectmenu-icon.ui-icon {
  margin-top: 6px !important; }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 5px 1em 5px 0.7em !important; }

.checkout_left .form-control {
  height: 45px;
  border-radius: 0;
  border: 1px solid #cdcdcd; }

.ui-menu-item-wrapper {
  position: relative; }

#ui-id-1:before {
  display: none !important; }

.ui-selectmenu-menu .ui-menu .ui-icon-1 {
  background-position: 0 -20px;
  display: inline-block; }

.ui-selectmenu-menu .ui-menu .ui-icon-2 {
  background-position: 0 -20px;
  display: inline-block; }

.ui-selectmenu-menu .ui-menu .ui-icon-3 {
  background-position: 0 -40px;
  display: inline-block; }

.ui-selectmenu-menu .ui-menu .ui-icon-4 {
  background-position: 0 0;
  display: inline-block; }

.ui-selectmenu-menu .ui-menu .ui-icon-5 {
  background-position: -80px -20px;
  display: inline-block; }

.ui-selectmenu-menu .ui-menu .ui-icon-6 {
  background-position: -20px -80px;
  display: inline-block; }

.ui-selectmenu-menu .ui-menu .ui-icon-7 {
  background-position: -20px -20px;
  display: inline-block; }

.ui-selectmenu-menu .ui-menu .ui-icon-8 {
  background-position: 0 -80px;
  display: inline-block; }

.ui-selectmenu-menu .ui-menu .ui-icon-9 {
  background-position: -20px -20px;
  display: inline-block; }

.ui-selectmenu-button {
  background: #fff !important;
  border-radius: 0 !important;
  height: 35px;
  border: 1px solid #ccd5d1 !important;
  font-family: "Montserrat", sans-serif;
  padding: 0 15px;
  line-height: 35px;
  font-family: "Montserrat", sans-serif;
  color: #171717; }

.ui-selectmenu-button .icon_button {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  background-position: -80px -20px;
  width: 20px;
  height: 20px;
  display: none; }

.ui-selectmenu-button .icon_button.ui-icon-1 {
  background-position: 0 -20px;
  display: inline-block; }

.ui-selectmenu-button .icon_button.ui-icon-2 {
  background-position: 0 -20px;
  display: inline-block; }

.ui-selectmenu-button .icon_button.ui-icon-3 {
  background-position: 0 -40px;
  display: inline-block; }

.ui-selectmenu-button .icon_button.ui-icon-4 {
  background-position: 0 0;
  display: inline-block; }

.ui-selectmenu-button .icon_button.ui-icon-5 {
  background-position: -80px -20px;
  display: inline-block; }

.ui-selectmenu-button .icon_button.ui-icon-6 {
  background-position: -20px -80px;
  display: inline-block; }

.ui-selectmenu-button .icon_button.ui-icon-7 {
  background-position: -20px -20px;
  display: inline-block; }

.ui-selectmenu-button .icon_button.ui-icon-8 {
  background-position: 0 -80px;
  display: inline-block; }

.ui-selectmenu-button .icon_button.ui-icon-9 {
  background-position: -20px -20px;
  display: inline-block; }

.checkout_left .btn {
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 13px;
  padding: 10.5px 12px; }

.check_block h4 {
  font-size: 18px; }

.right-block .img {
  min-height: 75px;
  min-width: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px; }

.right-block .img img {
  border: none; }

.right-block .img .text-center {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.right-block .img .text-center a {
  display: block; }

.check_block span {
  color: #3f91ef; }

.price_total p {
  float: left; }

.price_total h2 {
  margin-top: 0;
  float: right; }

.total > div {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.total p {
  font-size: 18px; }

.total h2 {
  margin-top: 10px; }

.total h4 {
  font-weight: 600; }

.checkout-cart .basket_block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.checkout-cart .basket_block p {
  font-size: 14px; }

.checkout-cart .center_block p {
  font-size: 14px; }

.checkout-checkout .basket_block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.checkout-checkout .basket_block p {
  font-size: 14px; }

.checkout-checkout .center_block p {
  font-size: 14px; }

.item_position {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.right-block .cart p {
  padding-bottom: 5px;
  color: #afafaf;
  font-weight: 400;
  text-align: left; }

.right-block .total p {
  color: #171717; }

.right-block .total h2 {
  color: #171717;
  font-size: 36px;
  font-weight: 600; }

.right-block .check_block_info p {
  color: #171717; }

.right-block .mob-center a {
  line-height: 1.8;
  font-size: 14px;
  color: #444;
  font-weight: 600;
  padding-bottom: 5px;
  display: block;
  text-align: left; }

.price_total h2 {
  color: #171717;
  font-size: 36px;
  font-weight: 600; }

.price_total p {
  font-size: 18px; }

.title {
  margin-top: 10px;
  margin-bottom: 20px; }

.ui-selectmenu-button.ui-button:focus {
  outline: none; }

.ui-selectmenu-button.ui-button:active {
  border: 1px solid #cdcdcd; }

.ui-menu-item-wrapper:hover {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #111110 !important; }

.ui-menu-item-wrapper.ui-state-active {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #111110 !important; }

.checkout-cart .total_price {
  border-top: 1px solid #cdcdcd; }

.checkout-checkout .total_price {
  border-top: 1px solid #cdcdcd; }

.check_block_info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  padding-right: 5px; }

.ui-menu-item {
  position: relative; }

.basket-info p {
  color: #989898; }

p.text-green {
  color: #00b01c !important; }

.eco p {
  font-size: 13px; }

.saving {
  display: inline;
  border-bottom: 1px dashed;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  font-size: 14px; }

.basket-quantity > div {
  padding-left: 10px; }

.basket-quantity .input-group {
  margin-bottom: 15px; }

.cross {
  text-decoration: line-through; }

.total_price p {
  margin-bottom: 0; }

.ui-selectmenu-button.ui-button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ui-corner-all .ui-selectmenu-icon {
  position: absolute;
  right: 9px;
  top: 4px; }

.ui-corner-top .ui-selectmenu-icon {
  position: absolute;
  right: 9px;
  top: 0; }

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding-left: 12px;
  min-height: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ui-menu-item-wrapper img {
  padding-right: 10px;
  display: block; }

.ui-selectmenu-text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-family: "Montserrat", sans-serif !important;
  padding: 0;
  line-height: 30px; }

#cart .btn {
  border: 1px solid #f67c0d;
  color: #f67c0d;
  font-weight: 400;
  background: none;
  padding: 2px 25px;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 0;
  width: 100%; }

#cart .btn:hover {
  color: #fff;
  background: #f67c0d;
  font-weight: 600;
  margin-left: 0; }

.bg-checkout {
  background: #fff;
  padding: 10px;
  padding-left: 20px; }

.select-widget > div {
  display: block; }

.select_menu {
  margin: 0px 0px 22px 0px; }

.bootstrap-select .dropdown-toggle .caret {
  top: 56%; }

td,
th {
  padding: 0;
  max-width: 360px; }

.select_menu select {
  width: 0 !important; }

.header-top-cart #cart {
  display: none; }

body .arrow::before {
  display: none; }

.c-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px; }

.c-wrapper .right_col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 25px 0px 50px 0px; }
  @media (max-width: 992px) {
    .c-wrapper .right_col {
      margin: 25px 0px 25px 0px; } }

.cart-table__image img {
  width: 200px;
  height: auto; }

.c-wrapper .left_col {
  -ms-flex-preferred-size: 30.5%;
      flex-basis: 30.5%;
  margin-right: 38px; }

.input-group.input-group--quantity.btn-block {
  border: none;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  margin-right: 18px;
  width: 116px;
  margin: 0 auto; }

.input-group.input-group--quantity.btn-block .product_quantity_input {
  padding: 0;
  height: auto;
  text-align: center;
  height: 38px;
  width: 38px;
  color: #ffffff;
  font-size: 16px;
  background: #585858; }

.input-group.input-group--quantity.btn-block .btn-number {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #585858;
  border: none;
  font-size: 21px; }

.cart-table-order .cart-table__total {
  text-align: center; }

.input-group.input-group--quantity.btn-block .btn-number.btn-number_left {
  border-right: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0px 1px 0px 0px;
  background: #585858; }

.input-group.input-group--quantity.btn-block .btn-number.btn-number_right {
  border-right: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0px 0px 0px 1px;
  background: #585858; }

.total_text {
  font-weight: 400;
  font-size: 16px; }

table.cart-table.cart-table-order {
  width: 100%; }

.cart-table-order td {
  text-align: left;
  font-weight: 300;
  padding: 11px 5px; }

.cart-table-order th {
  text-align: center;
  font-weight: 300; }

.wrap-breadcrumb .breadcrumb {
  margin-bottom: 20px; }

.cart-total {
  text-align: right;
  padding: 35px 0px 0px 0px; }

aside .left_block_title {
  font-size: 20px;
  font-weight: 700;
  color: #474747;
  text-transform: uppercase;
  margin-top: 19px; }

#content ul.list-unstyled li {
  padding: 1px 0; }

.h1.basket_title {
  font-size: 26px; }

#banner2 .swiper-slide img {
  margin: 0px 0px 0px 50px;
  padding: 0;
  width: 100%;
  border-radius: 7px; }

h2.delivery_head,
h2.your_order_head {
  margin: 0px 0px 0px 50px;
  padding: 0;
  text-transform: none;
  font-weight: 700;
  color: #000000; }

.delivery_left {
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 557px;
          flex: 0 1 557px; }

.delivery_left .cart-section-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px; }

.delivery_right {
  margin-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 436px;
          flex: 0 1 436px; }

.delivery_left label {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: -19px;
  text-align: left; }

.delivery_left input.form-control {
  border: none;
  border-bottom: 1px solid #e6e6e6; }

.delivery_left input::-webkit-input-placeholder {
  color: #bfbdbd;
  opacity: 1; }

.delivery_left input:-ms-input-placeholder {
  color: #bfbdbd;
  opacity: 1; }

.delivery_left input::-ms-input-placeholder {
  color: #bfbdbd;
  opacity: 1; }

.delivery_left input::placeholder {
  color: #bfbdbd;
  opacity: 1; }

.select_menu.select_oplata {
  margin-bottom: 0; }

.delivery_right .cart-section-form-group h4 {
  font-weight: 700; }

.delivery_right .select_menu.select_poshta {
  margin-bottom: 22px; }

#customer-apartment {
  margin-right: 0; }

.delivery_home_block {
  margin-bottom: 7px; }

.delivery_home_block,
.delivery_home_block > input {
  height: 30px; }

.line_gray {
  height: 3px;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 18px;
  margin-bottom: 20px; }

.total_product_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.total_product_price_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cart-section.cart-section--confirm {
  width: 100%;
  margin: 0 auto;
  padding: 30px 100px; }

#button-confirm {
  color: #fff !important;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 15px;
  background: #ff9600;
  border: none;
  border-radius: 0px;
  padding: 0 17px;
  line-height: 50px;
  font-size: 14px;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all; }

.total_product_price_line {
  border-bottom: 1px solid #e6e6e6; }

.total_product_line,
.payment-type {
  border-bottom: 1px solid #e6e6e6; }

.total_product_line .confirm-order__title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: left;
  font-size: 14px;
  color: #000000; }

.total_product_line .confirm-order__quantity {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
  font-size: 14px;
  color: #000000; }

.total_product_line .confirm-order__price {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  text-align: right;
  font-size: 14px;
  color: #000000; }

.right_col .cart-table-order .cart-table-row {
  border-bottom: 1px solid #cdcdcd; }
  @media (max-width: 992px) {
    .right_col .cart-table-order .cart-table-row {
      border: 1px solid #cdcdcd; } }

.main-cart-section {
  border: 1px solid #cdcdcd;
  padding: 30px 60px; }

a.callback-button:hover,
a.callback-button:active {
  color: #474747;
  border: 2px solid #474747; }

a.callback-button:focus,
a.callback-button {
  padding: 7px 10px; }

aside.informations-holder .list-unstyled {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 8px;
  font-size: 15px;
  margin-top: -8px; }

.cart-section-form-group h4:after {
  content: "* ";
  color: red;
  font-weight: 700;
  margin-left: 3px; }

.comment_textarea {
  width: 100%;
  border: 1px solid #cdcdcd;
  padding: 10px 10px;
  resize: none;
  height: 100px; }

.comment_textarea::-webkit-input-placeholder {
  color: #cdcdcd;
  width: 100px; }

.comment_textarea:-ms-input-placeholder {
  color: #cdcdcd;
  width: 100px; }

.comment_textarea::-ms-input-placeholder {
  color: #cdcdcd;
  width: 100px; }

.comment_textarea::placeholder {
  color: #cdcdcd;
  width: 100px; }

.delivery_left .comment-form-group {
  margin-top: 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.delivery_left .comment-form-group label {
  position: relative;
  top: -10px; }

.delivery_left input {
  padding-bottom: 0; }

.cart-section--confirm_wrapper {
  border: 1px solid #cdcdcd;
  margin: 0px 0px 50px 0px;
  padding: 30px 100px 30px 100px; }

.ui-selectmenu-text,
.ui-menu-item-wrapper {
  font-family: "Montserrat", sans-serif; }

.cart-section--confirm div.notice {
  display: block;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  text-align: left; }

.notice a {
  text-decoration: underline;
  color: #ff9600; }

.confirm-order__total_sum {
  font-weight: 700; }

.cart-table-order th {
  font-size: 16px;
  padding-bottom: 5px; }

.cart-table-order_mob {
  display: none; }

.c-wrapper.container {
  padding: 0; }

.checkout-cart .delivery_right h4 {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left; }

.checkout-checkout .delivery_right h4 {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left; }

.delivery_right .cart-section-form-group {
  padding-bottom: 0; }

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px; }

.checkout-cart .cart-section--confirm .total_product_line,
.checkout-cart .cart-section--confirm .total_product_price_line,
.checkout-cart .cart-section--confirm .payment-type {
  width: 100%;
  margin: 0 auto;
  min-height: 40px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 0px; }

.checkout-checkout .cart-section--confirm .total_product_line,
.checkout-checkout .cart-section--confirm .total_product_price_line,
.checkout-checkout .cart-section--confirm .payment-type {
  width: 100%;
  margin: 0 auto;
  min-height: 40px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 0px; }

.cart-total-value {
  color: #ff9600; }

.ui-selectmenu-text img {
  display: none; }

.ui-menu .ui-menu-item .ui-menu-item-wrapper img {
  display: none; }

@media (max-width: 992px) {
  .informations-holder_wrapper {
    display: none; }

  .c-wrapper.container {
    margin: 0;
    padding: 0; }

  .delivery_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0 15px;
    margin: -10px 0px -20px 0px; }

  .cart-table-order .cart-table__total {
    text-align: right; }

  .total_product_line .confirm-order__price {
    font-size: 12px; }

  .cart-section--confirm .confirm-order__title {
    font-size: 12px; }

  .total_product_line .confirm-order__quantity {
    font-size: 12px; }

  .ui-selectmenu-button {
    background: #fff !important;
    border-radius: 0 !important;
    height: 35px;
    border: 1px solid #ccd5d1 !important;
    font-family: "Montserrat", sans-serif;
    padding: 0 12px;
    line-height: 35px;
    font-family: "Montserrat", sans-serif;
    color: #171717; }

  .cart-table .prop_count_and_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 260px; }

  .price_per_item {
    display: none; }

  .cart-table.cart-table-order {
    display: none; }

  .cart-table.cart-table-order.cart-table-order_mob {
    display: block; }

  .cart-table-order_mob .cart-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px; }

  .product_table_one {
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  #button-confirm {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 12px;
    padding: 0px 14px; }

  .product_table_two {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 5px; }

  .product_table_three {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    font-weight: 700;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .product_table_three button {
    width: 19px;
    padding: 0; }

  .cart-total-value {
    font-size: 22px;
    font-weight: 700;
    color: #ff9600; }

  .cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 0px 5px 0px;
    margin: 5px 0px 0px 0px; }

  .cart-table-order_mob .cart-table__name {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 18px; }

  .prop_count_and_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .product_table_one img {
    width: 50px;
    height: auto; }

  .main-cart-section,
  .cart-section--confirm_wrapper {
    padding: 25px 37px;
    margin-bottom: 25px; }

  .cart-section.cart-section--confirm {
    width: 100%; }

  .total_text {
    font-weight: 400;
    font-size: 16px;
    color: #111110;
    letter-spacing: 0.15em;
    text-transform: uppercase; }

  .wrap-breadcrumb.parallax-breadcrumb {
    position: relative;
    top: -10px; }

  .wrap-breadcrumb.parallax-breadcrumb > .container {
    width: 100%;
    padding: 0; }

  .wrap-breadcrumb .breadcrumb {
    border-radius: initial;
    padding: 1px 3px; }

  h2.delivery_head,
  h2.your_order_head {
    padding: 0;
    margin: 0px;
    font-size: 16px; }

  .delivery_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 0px; }

  .delivery_left label {
    font-size: 12px; }

  .ui-selectmenu-text,
  .ui-menu-item-wrapper {
    font-size: 12px; }

  select.form-control,
  textarea.form-control,
  input[type="text"].form-control,
  input[type="password"].form-control,
  input[type="datetime"].form-control,
  input[type="datetime-local"].form-control,
  input[type="date"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control,
  input[type="week"].form-control,
  input[type="number"].form-control,
  input[type="email"].form-control,
  input[type="url"].form-control,
  input[type="search"].form-control,
  input[type="tel"].form-control,
  input[type="color"].form-control {
    font-size: 12px; }

  .cart-section.cart-section--confirm {
    font-size: 12px;
    padding: 3px 17px 17px 17px; }

  .container h1.basket_title {
    margin-bottom: 0;
    font-size: 16px; }

  .right_col > .title {
    margin: 0; }

  .wrap-breadcrumb .breadcrumb {
    margin-bottom: 0;
    font-size: 12px; }

  .delivery_right .cart-section-form-group h4 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 17px; }

  .c-wrapper .right_col {
    margin-top: -5px; }

  .input-group.input-group--quantity_mob.btn-block {
    width: 97px; }

  .input-group.input-group--quantity_mob.btn-block .btn-number {
    width: 27px;
    height: 27px;
    padding: 5px;
    font-size: 17px;
    line-height: 19px; }

  .input-group.input-group--quantity_mob.btn-block .product_quantity_input {
    height: 27px;
    width: 27px;
    font-size: 14px; }

  .right_col .cart {
    padding: 2px 0;
    margin: 20px 0px 0px 0px; }

  .delivery_right .form-group.select_menu {
    margin-bottom: 15px; }

  div.payment-type.payment-bank-card {
    padding: 0px 0; }

  .cart-section--confirm .total_product_line,
  .cart-section--confirm .total_product_price_line,
  .cart-section--confirm .payment-type {
    width: 100%; }

  .delivery_left .comment-form-group {
    margin-top: 15px; }

  .delivery_left .comment-form-group label {
    top: -6px;
    line-height: 22px; }

  .cart-table-order .cart-table__total {
    line-height: 14px;
    font-weight: 400; }

  .cart-section--confirm div.notice {
    line-height: 14px; } }
@media (max-width: 768px) {
  .checkout {
    margin-bottom: 15px; }

  .total_price .total {
    text-align: center; }

  #basket-body .center_block div {
    text-align: center; }

  #basket-body .center_block .btn-block {
    margin: 0 auto; }

  .center_block {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-top: 5px; }

  .checkout-cart .center_block div {
    text-align: center; }

  .checkout-cart .center_block .btn-block {
    margin: 0 auto !important; }

  .checkout-cart .total {
    text-align: center; }

  .checkout-cart .basket_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .checkout-checkout .center_block div {
    text-align: center; }

  .checkout-checkout .center_block .btn-block {
    margin: 0 auto !important; }

  .checkout-checkout .total {
    text-align: center; }

  .checkout-checkout .basket_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  #basket-body .basket_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .right-block {
    margin-left: 15px !important; }

  .mob-center {
    text-align: center !important; }

  .checkout {
    margin-top: 40px; } }
@media (max-width: 720px) {
  .btn-remove.remove_item_btn {
    background-color: #fff;
    border: none;
    display: block;
    float: right;
    height: auto;
    width: 22px; } }
.right_col .cart-table-order td.cart-table__remove {
  text-align: right;
  vertical-align: middle;
  padding: 0; }

.right_col .cart-table-order td.cart-table__name,
.right_col .cart-table-order td.cart-table__price {
  text-align: center; }

@media (max-width: 478px) {
  .fixed-top a {
    display: block;
    padding: 5px; }

  .product_table_three {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    font-weight: 700;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
.prop_calc .prop_select .form-control {
  height: 28px; }

.prop_calc {
  line-height: 50px; }

.bootstrap-select .dropdown-menu.open {
  min-width: 100% !important;
  max-height: 200px !important;
  max-width: 100% !important; }

.checkout-cart .ui-state-active,
.checkout-cart .ui-widget-content .ui-state-active,
.checkout-cart .ui-widget-header .ui-state-active,
.checkout-cart a.ui-button:active,
.checkout-cart .ui-button:active,
.checkout-cart .ui-button.ui-state-active:hover {
  color: #111110; }

.checkout-cart .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 .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 {
  color: #111110; }

.checkout-cart .ui-selectmenu-menu {
  z-index: 10; }

.checkout-checkout .ui-state-active,
.checkout-checkout .ui-widget-content .ui-state-active,
.checkout-checkout .ui-widget-header .ui-state-active,
.checkout-checkout a.ui-button:active,
.checkout-checkout .ui-button:active,
.checkout-checkout .ui-button.ui-state-active:hover {
  color: #111110; }

.checkout-checkout .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 .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 {
  color: #111110; }

.checkout-checkout .ui-selectmenu-menu {
  z-index: 10; }

/*================ PAGINATION ===================*/
.pagination {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #content .pagination {
    padding: 0 0 20px; }
  .pagination > li.active span,
  .pagination > li:hover span,
  .pagination > li a:hover,
  .pagination > li span:hover,
  .pagination > .active > a,
  .pagination > .active > a:focus,
  .pagination > .active > a:hover,
  .pagination > .active > span,
  .pagination > .active > span:focus,
  .pagination > .active > span:hover {
    cursor: default;
    border-color: #ffffff;
    color: #FF9600;
    background-color: #ffffff;
    border-radius: 0; }
  .pagination > li {
    margin: 0px 5px 0px 5px;
    vertical-align: top;
    border: none;
    width: auto;
    height: auto; }
    .pagination > li:last-child {
      width: auto; }
      .pagination > li:last-child > a,
      .pagination > li:last-child > span {
        padding: 0px;
        border-radius: 0; }
    .pagination > li > a,
    .pagination > li > span {
      font-size: 14px;
      line-height: 120%;
      color: #111110;
      text-align: center;
      padding: 0;
      margin-left: 0;
      text-decoration: none;
      display: block;
      width: 100%;
      border-radius: 0;
      background-color: #ffffff;
      border: 1px solid #ffffff; }
    .pagination > li a:hover {
      cursor: pointer;
      border: 1px solid #ffffff;
      color: #FF9600; }
    .pagination > li.active, .pagination > li:hover {
      border: none;
      font-weight: 700;
      border-color: #ffffff;
      color: #FF9600;
      background-color: #ffffff; }
    .pagination > li.next {
      width: 20px;
      height: 20px;
      background: url("fonts/icons/arrow-slider.svg") 0 0 no-repeat;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
      .pagination > li.next a {
        border-radius: 0; }
        .pagination > li.next a i {
          display: none; }
    .pagination > li.prev {
      width: 20px;
      height: 20px;
      background: url("fonts/icons/arrow-slider.svg") 0 0 no-repeat; }
      .pagination > li.prev a {
        border-radius: 0; }
        .pagination > li.prev a i {
          display: none; }

.nav-tabs {
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 18px;
  margin: 0;
  background: #ffffff; }
  .nav-tabs > li:active {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    background: #347a89; }
  .nav-tabs > li:hover > a, .nav-tabs > li:focus > a {
    color: #ffffff;
    background: #347a89; }

.nav-title {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  position: relative;
  background: #ffffff;
  color: #585858;
  background: no-repeat;
  border: none;
  padding: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  outline: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 1px solid #585858;
  margin: 0; }
  .nav-title._tab-active {
    color: #ff9600;
    border-bottom: 2px solid #ff9600; }
  @media (max-width: 992px) {
    .nav-title {
      background: #ffffff;
      margin: 0px 0px 23px 0px;
      padding: 0px 0px 0px 0px;
      border-bottom: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
      .nav-title:last-child {
        margin: 0px 0px 0px 0px; }
      .nav-title._tab-active {
        margin: 0px 0px 0px 0px;
        border-bottom: none; } }
  @media (max-width: 480px) {
    .nav-title {
      font-size: 14px; } }

.nav-title-border span::before {
  display: none; }
@media (max-width: 992px) {
  .nav-title-border span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .nav-title-border span::before {
      display: block;
      font-size: 5px;
      color: #585858;
      margin: 0px 0px 0px 5px; } }

.nav-title._tab-active .nav-title-border span {
  color: #ff9600; }
@media (max-width: 992px) {
  .nav-title._tab-active .nav-title-border {
    display: block;
    border-bottom: 2px solid #ff9600;
    padding: 0px 10px 5px 10px; }
    .nav-title._tab-active .nav-title-border span::before {
      color: #ff9600;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); } }

.tab-content {
  padding-bottom: 35px;
  font-size: 15px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .tab-content > .tab-pane {
    padding: 30px 0px; }
  @media (max-width: 480px) {
    .tab-content {
      padding-bottom: 20px; } }

.tab-pane-body {
  padding: 30px 0px; }
  @media (max-width: 992px) {
    .tab-pane-body {
      padding: 15px 8px; } }

.tab-content > #tab-specification {
  padding: 30px; }

@media (max-width: 1200px) {
  .tab-content > #tab-specification {
    padding: 30px 0px; } }
@media (max-width: 992px) {
  .tab-content > #tab-specification {
    padding: 15px 0px; } }
.nav-tabs > li > a {
  border-radius: 0px;
  line-height: 1; }

.rewievs-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 40px;
  color: #171717; }
  @media (max-width: 480px) {
    .rewievs-rating {
      line-height: 25px; } }

.product-page .form-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.rewievs-rating p {
  margin: 0px 15px 5px 0px; }

.product-page input[type="checkbox"],
input[type="radio"] {
  margin: 0px 7px;
  line-height: normal; }

.rating-radio {
  position: relative;
  line-height: 0; }

.rating-radio input[type="radio"] {
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0;
  z-index: -1; }

.rating-radio label {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  margin: 0px 7px; }
  @media (max-width: 480px) {
    .rating-radio label {
      margin: 0px 3px; } }

.rating-radio label:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #111110;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }

/* Checked */
.rating-radio input[type="radio"]:checked + label:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  border: 1px solid #111110; }

.form-group--rating {
  margin: 13px 0px 0px 0px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 0px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 40px;
    color: #111110;
    text-align: left; } }
textarea.form-control {
  height: 40px;
  resize: none; }

@media (min-width: 1200px) {
  .product-page .col-sm-8 {
    width: 66.66666667%; } }
@media (max-width: 1200px) {
  .product-page .col-sm-8 {
    width: 100%; } }
.swiper {
  overflow: hidden; }

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-button-lock {
  display: none !important; }

.stages {
  overflow: hidden;
  padding: 29px 0 15px; }
  .stages-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -20px;
    padding: 4px 0 0; }
    @media (max-width: 850px) {
      .stages-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 720px) {
      .stages-wrap {
        margin: 0;
        padding: 0 0 0 4px; } }
  .stages-box1 {
    width: 45%; }
    @media (max-width: 850px) {
      .stages-box1 {
        width: 100%;
        padding-bottom: 45px; } }
    @media (max-width: 720px) {
      .stages-box1 {
        padding-bottom: 0; } }
  .stages-box2 {
    width: 55%; }
    @media (max-width: 850px) {
      .stages-box2 {
        width: 100%; } }
  .stages-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 4px solid #111110;
    width: 100%; }
    @media (max-width: 720px) {
      .stages-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border-top: none; } }
  .stages__item {
    padding: 25px 20px 0;
    position: relative; }
    @media (max-width: 720px) {
      .stages__item {
        width: 100%;
        padding: 0 20px 30px 30px;
        border-left: 4px solid #111110; }
        .stages-box1 .stages__item:last-child {
          padding-bottom: 30px;
          border-left: 4px solid #111110; }
        .stages__item:last-child {
          padding-bottom: 0;
          border: none;
          border-left: 4px solid transparent; } }
    .stages__item:after {
      content: "";
      position: absolute;
      left: 20px;
      top: -7px;
      z-index: 2;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #111110; }
      @media (max-width: 720px) {
        .stages__item:after {
          left: -8px;
          top: 0; } }
    .stages__item p {
      margin: 0; }
      @media (max-width: 720px) {
        .stages__item p {
          margin-top: -8px; } }

.header-mob {
  display: none;
  padding: 14px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .header-mob {
      display: block; } }
  @media (max-width: 480px) {
    .header-mob {
      padding: 14px 0; } }
  .header-mob-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .header-mob-inner:after, .header-mob-inner:before {
      display: none; }
  .header-mob-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .header-mob-col--center {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .header-mob-logo__link {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    color: #000;
    text-decoration: none;
    line-height: 1.5;
    outline: none; }
    .header-mob-logo__link:hover, .header-mob-logo__link:focus, .header-mob-logo__link:active {
      color: #000;
      text-decoration: none; }
  @media (max-width: 720px) {
    .header-mob__title {
      display: none; } }

.mob-logo {
  width: 95px;
  margin: 0 auto 8px;
  display: block; }
  @media (max-width: 480px) {
    .mob-logo {
      margin-bottom: 0; } }

.btn-mob-search {
  cursor: pointer; }

.burger {
  color: #fff; }

.header .mob-search {
  bottom: -48px;
  right: 0;
  width: 40%;
  background: #fff;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.6);
  opacity: 0; }
  @media (max-width: 991px) {
    .header .mob-search {
      width: 100%;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; } }
  .header .mob-search.open {
    opacity: 1;
    visibility: visible;
    bottom: -51px; }
    @media (max-width: 991px) {
      .header .mob-search.open {
        bottom: -44px; } }
  .header .mob-search .input-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header .mob-search .input-group-btn-search {
    background: #ffffff;
    color: #fff;
    line-height: 50px;
    font-size: 14px; }
    @media (max-width: 991px) {
      .header .mob-search .input-group-btn-search {
        height: 44px;
        line-height: 44px; } }
    .header .mob-search .input-group-btn-search button {
      width: 100px;
      height: 50px;
      background: transparent;
      border-radius: 0;
      border: none; }
      @media (max-width: 991px) {
        .header .mob-search .input-group-btn-search button {
          height: 44px; } }
  .header .mob-search .form-control {
    border: none !important;
    font-size: 12px !important;
    padding: 0 40px 0 20px !important;
    height: 50px;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .header .mob-search .form-control {
        height: 44px; } }
    .header .mob-search .form-control:hover, .header .mob-search .form-control:focus {
      padding: 0 40px 0 20px !important;
      border: none !important; }
  .header .mob-search-close {
    position: absolute;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    right: 20px;
    cursor: pointer;
    z-index: 2;
    background: url("../image/svg/icon-close.svg") no-repeat 50% 50%; }

.section--news p {
  margin-bottom: 20px; }

.contact-box {
  padding-bottom: 19px;
  margin-bottom: 55px;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
  letter-spacing: 0.05em; }
  @media (max-width: 991px) {
    .contact-box {
      padding-bottom: 22px; } }
  @media (max-width: 720px) {
    .contact-box {
      padding-bottom: 0;
      font-size: 12px;
      margin-bottom: 16px;
      padding-top: 4px; } }
  .contact-box [class*="col-"] {
    padding-bottom: 20px; }
    @media (max-width: 720px) {
      .contact-box [class*="col-"] {
        padding-bottom: 0;
        font-size: 12px;
        margin-bottom: 16px;
        padding-top: 4px; } }
  .contact-box h2 {
    border-bottom: 1px solid #f2f2f2;
    padding: 0 15px;
    margin-left: -15px;
    margin-right: -15px;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    line-height: 1.25; }
    @media (max-width: 720px) {
      .contact-box h2 {
        font-size: 14px;
        margin: 0 0 9px;
        padding: 0 0 12px; } }

.information-contact-title {
  margin: 35px 0px 35px 40px;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-transform: none;
  color: #111110; }

.information-contact .text-danger {
  color: #cc1d3e;
  font-size: 12px;
  line-height: 1.8; }

.information-contact-subtitle {
  margin: 0px 0px 30px 0px;
  font-size: 22px;
  line-height: 120%;
  color: #ff9600;
  text-align: center; }

.left-footer__title {
  font-weight: 700;
  font-size: 13px;
  line-height: 123%;
  text-align: center;
  color: #111110;
  margin: 0px 0px 2px 0px; }
  @media (max-width: 768px) {
    .left-footer__title {
      font-size: 2vw;
      margin: 0px 0px 5px 0px; } }
  @media (max-width: 480px) {
    .left-footer__title {
      font-size: 1.8vw; } }

@media (max-width: 768px) {
  .information-contact-title {
    margin: 15px 0px 15px 10px;
    font-size: 3.6vw; }

  .information-contact-subtitle {
    margin: 0px 0px 15px 10px;
    font-size: 3vw; } }
@media (max-width: 480px) {
  .information-contact-title {
    margin: 15px 0px 15px 10px;
    font-size: 16px; }

  .information-contact-subtitle {
    margin: 0px 0px 15px 10px;
    font-size: 12px; } }
.information-contact #map-popoverdata .left-footer__info.contact-info {
  padding: 15px 20px 20px 20px; }

#map-popoverdata-address {
  margin: 0px 0px 4px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #map-popoverdata-address::before {
    font-size: 18px;
    color: #111110;
    margin: 0px 10px 0px 0px; }
  #map-popoverdata-address p {
    margin: 0px 0px 0px 0px;
    color: #111110;
    font-size: 12px;
    line-height: 190%; }
  @media (max-width: 768px) {
    #map-popoverdata-address::before {
      font-size: 9px;
      margin: 0px 5px 0px 0px; } }

.information-contact #map-popoverdata .left-footer__telephone.contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .information-contact #map-popoverdata .left-footer__telephone.contact-tel::before {
    font-size: 18px;
    color: #111110;
    margin: 0px 10px 0px 0px; }
  @media (max-width: 768px) {
    .information-contact #map-popoverdata .left-footer__telephone.contact-tel::before {
      font-size: 9px;
      margin: 0px 5px 0px 0px; } }

.information-contact .left-footer__work.contact-work {
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  line-height: 120%; }

#map-popoverdata-phones {
  font-size: 12px;
  line-height: 190%;
  color: #111110;
  font-weight: 700; }

.region-map {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0px 0px 160px 0px; }
  @media (max-width: 992px) {
    .region-map {
      margin: 0px 0px 60px 0px; } }

.region-map svg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.region-map__fill {
  -webkit-transition: fill 0.1s ease-in-out;
  transition: fill 0.1s ease-in-out;
  fill: #111110; }

.region-map__region a.is-fill .region-map__fill {
  fill: #111110; }

.region-map__region[aria-disabled="true"] a {
  display: inline-block;
  pointer-events: none;
  cursor: default; }

.region-map__region[rel="active"] a .region-map__fill,
.region-map__region[aria-disabled="false"] a:hover .region-map__fill {
  fill: #585858 !important; }

#kiev.region-map__region[aria-disabled="false"] a:hover .region-map__fill,
#kiev.region-map__region[rel="active"] a .region-map__fill {
  stroke: #ffffff !important;
  -webkit-transition: none;
  transition: none; }

.region-map__region[rel="active"] a circle,
.region-map__region[rel="active"] a .svg_text,
.region-map__region[aria-disabled="false"] a:hover circle,
.region-map__region[aria-disabled="false"] a:hover .svg_text {
  fill: #111110 !important; }

.region-map__region g,
.region-map__region .svg_text {
  display: none; }

.region-map g {
  position: relative;
  z-index: 1; }

#map-popoverdata {
  position: absolute;
  width: 200px;
  height: auto;
  z-index: 1050;
  background: #fff;
  display: none;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5)); }
  #map-popoverdata::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -50px;
    left: 80px;
    z-index: -1; }
  #map-popoverdata::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #ffffff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -39px;
    left: 80px;
    z-index: -1; }
  @media (max-width: 768px) {
    #map-popoverdata {
      width: 150px; }
      #map-popoverdata::before {
        content: "";
        left: 55px; }
      #map-popoverdata::after {
        content: "";
        left: 55px; } }
  @media (max-width: 480px) {
    #map-popoverdata {
      width: 110px; }
      #map-popoverdata::before {
        content: "";
        left: 35px; }
      #map-popoverdata::after {
        content: "";
        left: 35px; } }
  @media (max-width: 400px) {
    #map-popoverdata {
      width: 90px; }
      #map-popoverdata::before {
        content: "";
        left: 25px;
        bottom: -30px; }
      #map-popoverdata::after {
        content: "";
        left: 25px;
        bottom: -30px; } }

#map-popoverdata.active {
  display: block; }

#map-popoverdata-title {
  background: #ff9600;
  padding: 7px;
  font-size: 22px;
  line-height: 120%;
  color: #111110;
  text-align: center; }

.contacts {
  margin: 0px 0px 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.contacts-image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 844px;
          flex: 0 1 844px; }
  .contacts-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  @media (max-width: 992px) {
    .contacts-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 625px;
              flex: 0 1 625px; } }
  @media (max-width: 768px) {
    .contacts-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 525px;
              flex: 0 1 525px; } }
  @media (max-width: 480px) {
    .contacts-image img {
      display: none; } }

.contacts-info {
  position: relative;
  padding: 440px 200px 97px 145px;
  min-height: 844px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  /*
  &::before {
  	content: "";
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	height: 100%;
  	background: url("../image/blur.jpg") 0 0 no-repeat;
  	//backdrop-filter: blur(18px);
  	width: 100%;
  	z-index: -1;
  }
  */ }
  @media (max-width: 1400px) {
    .contacts-info {
      padding: 440px 100px 97px 100px; } }
  @media (max-width: 1200px) {
    .contacts-info {
      padding: 410px 50px 10px 50px; } }
  @media (max-width: 992px) {
    .contacts-info {
      min-height: 625px;
      padding: 30px 15px 30px 15px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (max-width: 768px) {
    .contacts-info {
      min-height: 525px; } }
  @media (max-width: 480px) {
    .contacts-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      background: url("../image/bg_blured_mob.jpg") 0 0 no-repeat;
      background-position: center;
      padding: 30px 15px 15px 15px; }
      .contacts-info::before {
        content: "";
        display: none; } }
  .contacts-info__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    @media (max-width: 992px) {
      .contacts-info__left {
        width: 100%; } }
  .contacts-info__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 0px 25px 0px; }
    @media (max-width: 768px) {
      .contacts-info__column {
        margin: 0px 0px 20px 0px; } }
  .contacts-info__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    margin: 0px 0px 15px 0px; }
    @media (max-width: 992px) {
      .contacts-info__title {
        font-size: 2.6vw; } }
    @media (max-width: 768px) {
      .contacts-info__title {
        font-size: 20px;
        margin: 0px 0px 10px 0px; } }
    @media (max-width: 480px) {
      .contacts-info__title {
        font-size: 18px;
        margin: 0px 0px 0px 0px; } }
  .contacts-info__subtitle {
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #ffffff; }
    @media (max-width: 768px) {
      .contacts-info__subtitle {
        font-size: 14px; } }
  .contacts-info__work {
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #ffffff; }
  .contacts-info__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 390px;
            flex: 0 1 390px; }
    @media (max-width: 992px) {
      .contacts-info__right {
        display: none; } }
  .contacts-info__right-mob {
    display: none; }
    @media (max-width: 992px) {
      .contacts-info__right-mob {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        width: 100%;
        padding: 30px 15px;
        background: #585858; } }
  .contacts-info__forms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #585858; }
    @media (max-width: 992px) {
      .contacts-info__forms {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        background: #ffffff; } }
  .contacts-info__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 606px;
            flex: 0 1 606px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 60px 80px 60px 80px; }
    @media (max-width: 992px) {
      .contacts-info__form {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin: 0px 0px 25px 0px;
        padding: 60px 80px 60px 80px;
        width: 100%;
        background: #585858; } }
    @media (max-width: 768px) {
      .contacts-info__form {
        padding: 15px 15px 35px 15px; } }
  .contacts-info__social-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0px 80px 0px 60px; }
    @media (max-width: 1100px) {
      .contacts-info__social-block {
        padding: 0px 80px 0px 0px; } }
    @media (max-width: 992px) {
      .contacts-info__social-block {
        padding: 0px 0px 0px 0px;
        width: 100%; } }
  .contacts-info__social {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    background: #ff9600; }
    .contacts-info__social a {
      margin: 0px 50px 0px 0px; }
      .contacts-info__social a:last-child {
        margin: 0px 0px 0px 0px; }
      .contacts-info__social a::before {
        font-size: 40px;
        color: #ffffff; }
    @media (max-width: 992px) {
      .contacts-info__social {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        padding: 40px;
        height: auto;
        width: 100%; } }
    @media (max-width: 480px) {
      .contacts-info__social a {
        margin: 0px 35px 0px 0px; }
        .contacts-info__social a:last-child {
          margin: 0px 0px 0px 0px; }
        .contacts-info__social a::before {
          font-size: 30px;
          color: #ffffff; } }

.subscribe-form.contacts-info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.subscribe-form.contacts-info-text p {
  position: relative;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  padding: 0px 0px 6px 0px; }
  @media (max-width: 992px) {
    .subscribe-form.contacts-info-text p {
      width: 220px; } }
  @media (max-width: 480px) {
    .subscribe-form.contacts-info-text p {
      width: 190px;
      font-size: 16px; } }

.subscribe-form.contacts-info-text p span {
  font-weight: 700;
  color: #ffffff; }

.subscribe-form.contacts-info-text p::before {
  content: "";
  width: 30px;
  display: block;
  height: 30px;
  right: 0;
  bottom: -5px;
  position: absolute;
  background: url("../image/paper-plane.svg") 0 0 no-repeat; }
  @media (max-width: 480px) {
    .subscribe-form.contacts-info-text p::before {
      right: -15px; } }

.subscribe-form__inputs.contact-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#contacts-info-email {
  border: 1px solid #ffffff;
  outline: none;
  height: 38px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 14px;
  width: 390px;
  line-height: 120%;
  color: #ffffff;
  padding: 10px 20px;
  margin: 0px 0px 25px 0px; }
  #contacts-info-email::-webkit-input-placeholder {
    color: #ffffff; }
  #contacts-info-email:-ms-input-placeholder {
    color: #ffffff; }
  #contacts-info-email::-ms-input-placeholder {
    color: #ffffff; }
  #contacts-info-email::placeholder {
    color: #ffffff; }
  @media (max-width: 480px) {
    #contacts-info-email {
      font-size: 12px;
      margin: 0px 0px 15px 0px; } }

#contacts-info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 38px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #6f6f6f; }
  #contacts-info-btn:hover {
    background: #111110;
    color: #ffffff; }
  @media (max-width: 480px) {
    #contacts-info-btn {
      font-size: 12px; } }

.form-contact-info textarea {
  border: 1px solid #ffffff;
  background: inherit;
  margin: 30px 0px 0px 0px;
  padding: 17px 15px;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
  height: 135px; }
  .form-contact-info textarea::-webkit-input-placeholder {
    color: #ffffff; }
  .form-contact-info textarea:-ms-input-placeholder {
    color: #ffffff; }
  .form-contact-info textarea::-ms-input-placeholder {
    color: #ffffff; }
  .form-contact-info textarea::placeholder {
    color: #ffffff; }
.form-contact-info button {
  background: #ff9600;
  width: 100%;
  height: 38px;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0px 0px 0px; }
@media (max-width: 480px) {
  .form-contact-info textarea {
    margin: 40px 0px 0px 0px;
    font-size: 12px; }
  .form-contact-info button {
    margin: 25px 0px 0px 0px;
    font-size: 12px; } }
.form-contact-info__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #ffffff;
  margin: 0px 0px 15px 0px;
  text-align: center; }
  @media (max-width: 768px) {
    .form-contact-info__title {
      font-size: 28px;
      margin: 0px 0px 15px 0px; } }
  @media (max-width: 480px) {
    .form-contact-info__title {
      font-size: 22px;
      margin: 0px 0px 20px 0px; } }
.form-contact-info__input {
  border: 1px solid #ffffff;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
  margin: 30px 0px 0px 0px;
  background: inherit; }
  .form-contact-info__input::-webkit-input-placeholder {
    color: #ffffff; }
  .form-contact-info__input:-ms-input-placeholder {
    color: #ffffff; }
  .form-contact-info__input::-ms-input-placeholder {
    color: #ffffff; }
  .form-contact-info__input::placeholder {
    color: #ffffff; }
  .form-contact-info__input:first-child {
    margin: 0px 0px 0px 0px; }
  @media (max-width: 480px) {
    .form-contact-info__input {
      margin: 25px 0px 0px 0px;
      font-size: 12px;
      padding: 10px; } }

@media (max-width: 768px) {
  .subscribe-form__inputs.contact-inputs {
    width: 100%; }

  #contacts-info-email {
    width: 100%; } }
@media (max-width: 992px) {
  .information-contact #map-popoverdata .left-footer__info.contact-info {
    padding: 10px; }

  #map-popoverdata-title {
    padding: 5px;
    font-size: 2.2vw; }

  #contacts-info-btn {
    color: #ffffff; }

  #map-popoverdata-address p {
    font-size: 1.2vw; }

  .information-contact .left-footer__work.contact-work {
    font-size: 1.2vw; }

  #map-popoverdata-phones {
    font-size: 1.2vw; } }
@media (max-width: 480px) {
  #map-popoverdata-title {
    padding: 3px; }

  #map-popoverdata-address p {
    font-size: 1.4vw; }

  #map-popoverdata-phones {
    font-size: 1.4vw;
    line-height: 160%; }

  .information-contact .left-footer__work.contact-work {
    font-size: 1.4vw; } }
.category-page {
  background: #f5f6f6; }

.product-search .title-catalog {
  padding-bottom: 22px;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 60px; }
  @media (max-width: 990px) {
    .product-search .title-catalog {
      margin: 0 0 40px;
      font-size: 24px;
      padding: 2px 0 22px; } }
  @media (max-width: 640px) {
    .product-search .title-catalog {
      padding-bottom: 11px;
      margin: 0 0 40px;
      font-size: 16px; } }

.bc-search .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.bc-search-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  @media (max-width: 640px) {
    .bc-search-top {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .bc-search-top-col {
    padding: 0 15px;
    width: 50%;
    margin-bottom: 45px; }
    @media (max-width: 990px) {
      .bc-search-top-col {
        margin-bottom: 58px;
        padding: 0 10px; } }
    @media (max-width: 640px) {
      .bc-search-top-col {
        margin-bottom: 26px; } }
    .bc-search-top-col--label {
      width: 112px;
      line-height: 1.1;
      position: relative; }
      @media (max-width: 640px) {
        .bc-search-top-col--label {
          width: 60px; } }
    @media (max-width: 640px) {
      .bc-search-top-col--input {
        width: calc(100% - 60px); } }
    @media (max-width: 640px) {
      .bc-search-top-col--cat {
        width: 100%; } }
.bc-search .control-label {
  margin: 0; }
  @media (max-width: 640px) {
    .bc-search .control-label {
      font-size: 12px; } }
.bc-search-checkbox-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 990px) {
    .bc-search-checkbox-box {
      margin-bottom: 40px; } }
  @media (max-width: 640px) {
    .bc-search-checkbox-box {
      margin-bottom: 10px; } }
  @media (max-width: 640px) {
    .bc-search-checkbox-box .checkbox-chustom {
      width: 100%;
      margin-bottom: 21px;
      margin-right: 0; } }
.bc-search .button-search {
  margin: 0 0 0 auto;
  display: block;
  font-size: 16px;
  padding: 13px 42px 12px; }
  @media (max-width: 990px) {
    .bc-search .button-search {
      width: 100%;
      text-align: center;
      padding: 22px 42px 22px;
      letter-spacing: 0.09em; } }
  @media (max-width: 640px) {
    .bc-search .button-search {
      padding: 12px 42px 12px; } }
.bc-search .form-control {
  padding-right: 5px !important;
  padding-left: 0 !important; }
  .bc-search .form-control:focus, .bc-search .form-control:active {
    padding-right: 5px !important;
    padding-left: 0 !important; }
    @media (max-width: 640px) {
      .bc-search .form-control:focus, .bc-search .form-control:active {
        padding: 3px 12px 3px 0 !important; } }
  @media (max-width: 990px) {
    .bc-search .form-control {
      font-size: 15px !important; } }
  @media (max-width: 640px) {
    .bc-search .form-control {
      padding: 3px 12px 3px 0 !important; } }
.bc-search .form-group-input-content {
  width: calc(100% - 102px);
  margin: 0 0 0 auto; }
.bc-search-label {
  font-size: 15px;
  margin: 0; }

.bc {
  background: #ffffff;
  padding: 43px 59px 58px;
  margin-bottom: 60px; }
  @media (max-width: 990px) {
    .bc {
      padding: 44px 59px 58px;
      margin-bottom: 40px; } }
  @media (max-width: 640px) {
    .bc {
      padding: 15px 20px 30px;
      margin-bottom: 40px; } }

.filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .filter-row-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0; }
    @media (max-width: 640px) {
      .filter-row-sort {
        width: 100%;
        max-width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .filter-row-sort .control-label {
      font-size: 15px;
      margin: 0 20px 0 0;
      white-space: nowrap; }
      @media (max-width: 640px) {
        .filter-row-sort .control-label {
          width: 100%;
          margin: 0 0 10px; } }
  .filter-row .select-custom {
    margin-right: 20px;
    width: 300px; }
    @media (max-width: 640px) {
      .filter-row .select-custom {
        width: 100%;
        margin: 0; } }
  .filter-row .form-group .control-label {
    margin-right: 20px;
    font-size: 16px;
    white-space: nowrap;
    padding: 4px 0 0; }
    @media (max-width: 640px) {
      .filter-row .form-group .control-label {
        width: 100%;
        margin: 0 0 10px; } }
  .filter-row .form-group .select-custom {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: auto; }
    @media (max-width: 640px) {
      .filter-row .form-group .select-custom {
        width: 100%;
        max-width: 100%; } }
  .filter-row .form-control {
    font-size: 15px !important; }

.sort-button-holder {
  margin: 0px 0px 15px 0px; }

@media (max-width: 1200px) {
  .shop-rating-holder .col-lg-2,
  .shop-rating-holder .col-lg-3,
  .shop-rating-holder .col-lg-4,
  .shop-rating-holder .col-lg-5,
  .shop-rating-holder .col-lg-6,
  .shop-rating-holder .col-lg-7,
  .shop-rating-holder .col-lg-8,
  .shop-rating-holder .col-lg-9 {
    width: 100%; } }
.shop-rating-holder .h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid #171717;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .shop-rating-holder .h2 {
      font-size: 26px;
      line-height: 1.4;
      text-align: center;
      padding-bottom: 15px;
      margin-bottom: 15px; } }
.shop-rating-holder .text-summary {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #111110;
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    .shop-rating-holder .text-summary {
      padding-bottom: 15px; } }
.shop-rating-holder .text-summary-add-rating {
  margin-bottom: 30px; }
.shop-rating-holder .add-rating-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  background: #111110;
  border-radius: 0px;
  height: 50px;
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none; }
  .shop-rating-holder .add-rating-btn::before {
    font-size: 20px;
    color: #ffffff;
    margin: 0px 0px 0px 5px; }
  @media (max-width: 480px) {
    .shop-rating-holder .add-rating-btn {
      font-size: 14px; }
      .shop-rating-holder .add-rating-btn::before {
        font-size: 18px; } }
.shop-rating-holder .text-desc {
  padding-bottom: 20px;
  border-bottom: 1px solid #171717;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .shop-rating-holder .text-desc {
      padding-bottom: 15px;
      margin-bottom: 15px; } }
.shop-rating-holder .summary-rating-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  @media (max-width: 991px) {
    .shop-rating-holder .summary-rating-holder {
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .shop-rating-holder .summary-rating-holder p {
    margin: 0; }
  .shop-rating-holder .summary-rating-holder .summary-rating {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-bottom: 20px; }
    .shop-rating-holder .summary-rating-holder .summary-rating p {
      margin: 3px 0px 0px 0px; }
    .shop-rating-holder .summary-rating-holder .summary-rating.track1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 65%;
              flex: 0 0 65%; }
      @media (max-width: 991px) {
        .shop-rating-holder .summary-rating-holder .summary-rating.track1 {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
    .shop-rating-holder .summary-rating-holder .summary-rating.track2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 35%;
              flex: 0 0 35%; }
      .shop-rating-holder .summary-rating-holder .summary-rating.track2 input.knob {
        font: bold 22px "Montserrat", sans-serif !important; }
  @media (max-width: 991px) {
    .shop-rating-holder .summary-rating-holder {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .shop-rating-holder .summary-rating-holder .summary-rating {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
        .shop-rating-holder .summary-rating-holder .summary-rating.track1, .shop-rating-holder .summary-rating-holder .summary-rating.track2 {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
.shop-rating-holder .big-num {
  font-weight: bold;
  font-size: 72px;
  line-height: 1;
  color: #111110; }
.shop-rating-holder .p0-20 {
  padding: 0 20px; }
.shop-rating-holder .rating-review-list-holder .list-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #171717;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 991px) {
    .shop-rating-holder .rating-review-list-holder .list-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .shop-rating-holder .rating-review-list-holder .list-title .form-group {
    margin: 0; }
    @media (max-width: 991px) {
      .shop-rating-holder .rating-review-list-holder .list-title .form-group {
        margin: 15px 0 0 0; } }
.shop-rating-holder .rating-review-list-holder ul {
  list-style: none;
  margin: 0px 20px;
  padding: 0; }
  @media (max-width: 992px) {
    .shop-rating-holder .rating-review-list-holder ul {
      margin: 0px 0px 0px 0px;
      width: 100%; } }
  .shop-rating-holder .rating-review-list-holder ul li {
    margin: 0;
    padding: 20px 0;
    width: 100%; }
    .shop-rating-holder .rating-review-list-holder ul li p {
      font-size: 14px;
      color: #171717; }
    .shop-rating-holder .rating-review-list-holder ul li p.custommer {
      line-height: 1;
      border-bottom: 1px solid #171717;
      margin: 0 0 10px 0;
      padding: 0 0 10px 0; }
      .shop-rating-holder .rating-review-list-holder ul li p.custommer b {
        font-weight: 500;
        font-size: 16px;
        color: #171717; }
      .shop-rating-holder .rating-review-list-holder ul li p.custommer span {
        margin: 0px 1px 0px 0px;
        padding: 0;
        line-height: 1; }
  .shop-rating-holder .rating-review-list-holder ul.pagination > li {
    width: 32px;
    padding: 0;
    margin-right: 5px; }
.shop-rating-holder .goodonce-title {
  font-weight: bold;
  color: #ff9600; }
.shop-rating-holder .badonce-title {
  font-weight: bold;
  color: #111110; }

.rating-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 13px; }
  @media (max-width: 991px) {
    .rating-track {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .rating-track .rating-progress {
    position: absolute;
    height: 100%;
    -webkit-transition: width 0.4s ease-in;
    transition: width 0.4s ease-in;
    width: 8%;
    background-color: #111110;
    z-index: 1; }
  .rating-track .rating-dot {
    position: relative;
    width: 2%;
    height: 8px;
    margin-left: 19%;
    background-color: #f5f6f6;
    float: left;
    z-index: 2; }
  .rating-track .rating-bar-label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-right: 5%; }
    @media (max-width: 991px) {
      .rating-track .rating-bar-label {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-right: 0; } }
  .rating-track .rating-bar {
    background: #f5f6f6;
    position: relative;
    height: 8px;
    margin: 0 auto;
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 200px; }
    @media (max-width: 991px) {
      .rating-track .rating-bar {
        margin: 0;
        text-align: left;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80%;
                flex: 0 0 80%; } }
  .rating-track .rating-bar-label-green {
    white-space: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    font-weight: bold;
    font-size: 14px;
    color: #111110;
    padding-left: 10px; }
    @media (max-width: 991px) {
      .rating-track .rating-bar-label-green {
        margin: 0;
        text-align: left;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }

.rate-star-show {
  margin-right: -3px;
  width: 13px;
  height: 13px;
  background: url("../image/rate-stars-none.svg") top center no-repeat; }

.rate-star-show.star-hover, .rate-star-show.star-change {
  background-position: bottom;
  background: url("../image/rate-stars.svg") top center no-repeat; }

.summary-rate-star-show.star-change {
  background: url("../image/rewiew-stars.svg") repeat-x 0 0px;
  margin: 0; }

.summary-rate-star-show {
  width: 125px;
  height: 23px;
  background: url("../image/rewiew-stars-none.svg") repeat-x 0 0;
  margin: 0 auto; }

#add-rating-popup .rate-star.star-hover,
#add-rating-popup .rate-star.star-change,
#add-rating-popup .rate-star:hover {
  background-position: bottom; }
#add-rating-popup .rating-track .rating-bar-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-right: 0; }
#add-rating-popup .rating-track .rating-bar-label-green {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
  padding-left: 0; }
#add-rating-popup #input-comment {
  width: 100%;
  resize: none;
  height: 57px; }

.comments-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .comments-holder .col-1 {
    width: auto; }
  .comments-holder .col-2 {
    width: 50%; }

.edit-track .rating-track .rating-progress {
  cursor: pointer; }

.information-shop_rating.text-page .section.section-about {
  background-color: #ffffff; }

.information-shop_rating.text-page .simple-input.hide-in-mobile {
  background-color: #ffffff; }

/* theme files */
.callback-button:focus,
.callback-button {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 350px;
  margin: 0 auto; }

.callback-button:hover {
  color: #111110;
  background: #fff; }

.flex-block-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

/* paralax */
.paralax-wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 0px 0px 35px 0px;
  margin: -15px 0px 0px 0px; }
  @media (max-width: 768px) {
    .paralax-wrapper {
      padding: 0px 0px 15px 0px; } }
  .paralax-wrapper .paralax-holder {
    padding: 25px 0px 0px 0px;
    min-height: 480px; }
    @media (max-width: 768px) {
      .paralax-wrapper .paralax-holder {
        padding: 15px 0px 0px 0px;
        min-height: 300px; } }
    @media (max-width: 480px) {
      .paralax-wrapper .paralax-holder {
        min-height: 130px; } }
  .paralax-wrapper .paralax-banner {
    min-height: 480px;
    background: transparent; }
    @media (max-width: 768px) {
      .paralax-wrapper .paralax-banner {
        min-height: 300px; } }
    @media (max-width: 480px) {
      .paralax-wrapper .paralax-banner {
        min-height: 130px; } }
  .paralax-wrapper .paralax-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 480px; }
    @media (max-width: 768px) {
      .paralax-wrapper .paralax-content {
        min-height: 300px; } }
    @media (max-width: 480px) {
      .paralax-wrapper .paralax-content {
        min-height: 130px; } }
  .paralax-wrapper .paralax-h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    margin: 0px 0px 37px 0px; }
    @media (max-width: 768px) {
      .paralax-wrapper .paralax-h1 {
        font-size: 20px;
        margin: 0px 0px 8px 0px; } }
  .paralax-wrapper .paralax-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 318px;
    height: 50px;
    background: -webkit-gradient(linear, right top, left top, color-stop(5.99%, #ce650d), color-stop(94.87%, #f7a80c));
    background: linear-gradient(270deg, #ce650d 5.99%, #f7a80c 94.87%); }
    .paralax-wrapper .paralax-button a {
      font-weight: 700;
      font-size: 18px;
      line-height: 120%;
      color: #ffffff;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
    @media (max-width: 768px) {
      .paralax-wrapper .paralax-button {
        width: 175px;
        height: 26px; }
        .paralax-wrapper .paralax-button a {
          font-size: 12px; } }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .rating .fa-stack {
    margin-right: 1px;
    font-size: 7px; }
  .rating .fa-star {
    color: #111110; }
    .rating .fa-star + .fa-star-o {
      color: #111110; }
    .rating .fa-star-o {
      color: #111110; }
  .rating .product-btn-items {
    margin: 0px 0px 0px 7px;
    position: relative; }
    .rating .product-btn-items::before {
      font-size: 16px;
      color: #111110; }
    .rating .product-btn-items span {
      position: absolute;
      top: 0px;
      right: -14px;
      font-size: 10px;
      line-height: 120%;
      color: #111110; }
    @media (max-width: 768px) {
      .rating .product-btn-items {
        margin: 0px 0px 0px 9px; }
        .rating .product-btn-items::before {
          font-size: 12px;
          color: #111110; }
        .rating .product-btn-items span {
          font-size: 8px; } }
    @media (max-width: 400px) {
      .rating .product-btn-items {
        margin: 0px 0px 0px 7px; } }

.product-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 400px) {
    .product-col-2 {
      margin: 5px 0px 0px 0px; } }
  .product-col-2 .product-btn-items {
    margin: 0px 18px 0px 0px; }
    .product-col-2 .product-btn-items::before {
      font-size: 16px;
      color: #111110; }
    .product-col-2 .product-btn-items:last-child {
      margin: 0px 0px 0px 0px; }
    @media (max-width: 768px) {
      .product-col-2 .product-btn-items {
        margin: 0px 8px 0px 0px; }
        .product-col-2 .product-btn-items::before {
          font-size: 12px; } }
    @media (max-width: 400px) {
      .product-col-2 .product-btn-items {
        margin: 0px 4px 0px 0px; } }

.product-layout-desc {
  margin: 20px 0px 0px 0px;
  height: 176px; }
  .product-layout-desc ul {
    padding: 0px 0px 0px 0px;
    margin: -7px 0px; }
    .product-layout-desc ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 7px 0px; }
      .product-layout-desc ul li::before {
        font-size: 24px;
        margin: 0px 15px 0px 0px;
        color: #111110; }
      .product-layout-desc ul li div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
  @media (max-width: 768px) {
    .product-layout-desc {
      margin: 3px 0px 0px 0px;
      height: 185px;
      overflow: hidden; }
      .product-layout-desc ul {
        margin: -3px 0px; }
        .product-layout-desc ul li {
          padding: 3px 0px; }
          .product-layout-desc ul li::before {
            font-size: 15px;
            margin: 0px 10px 0px 0px; } }
  .product-layout-desc__title {
    font-weight: 700;
    font-size: 11px;
    line-height: 120%;
    color: #111110;
    margin: 0px 0px 5px 0px; }
    @media (max-width: 768px) {
      .product-layout-desc__title {
        font-size: 12px;
        margin: 0px 0px 3px 0px; } }
  .product-layout-desc__subtitle {
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    color: #111110; }
    @media (max-width: 768px) {
      .product-layout-desc__subtitle {
        font-size: 10px; } }
    @media (max-width: 480px) {
      .product-layout-desc__subtitle {
        word-break: break-all; } }

/* owl */
.product-layout {
  padding: 15px; }
  @media (max-width: 768px) {
    .product-layout {
      padding: 8px; } }
  .product-layout .product-layout-middle::after {
    content: "";
    display: block;
    border-bottom: 1px solid #cdcdcd;
    margin: 15px 0px 0px 0px; }
  @media (max-width: 768px) {
    .product-layout .product-layout-middle::after {
      content: "";
      margin: 8px 0px 0px 0px; } }
  .product-layout .product-layout-bottom {
    padding-top: 20px; }
    @media (max-width: 768px) {
      .product-layout .product-layout-bottom {
        padding-top: 15px; } }
    .product-layout .product-layout-bottom .flex-block-holder {
      -ms-flex-line-pack: end;
          align-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .product-layout .product-layout-bottom .fast-delivery-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      padding-top: 10px;
      border-top: 1px solid #cdcdcd;
      background-color: #ffffff;
      margin-top: 15px;
      font-size: 12px;
      line-height: 120%;
      color: #111110; }
      .product-layout .product-layout-bottom .fast-delivery-holder::before {
        font-size: 12px;
        color: #ff9600;
        margin: 0px 10px 0px 0px; }
      .product-layout .product-layout-bottom .fast-delivery-holder img {
        display: none; }
      @media (max-width: 768px) {
        .product-layout .product-layout-bottom .fast-delivery-holder {
          padding-top: 8px;
          margin-top: 8px;
          font-size: 10px; }
          .product-layout .product-layout-bottom .fast-delivery-holder::before {
            font-size: 10px;
            margin: 0px 5px 0px 0px; } }
  .product-layout .product__cat {
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #111110; }
    @media (max-width: 768px) {
      .product-layout .product__cat {
        font-size: 12px; } }
  .product-layout .product-thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-layout .button-item {
    margin: 0px 0px 10px 0px; }
    .product-layout .button-item:last-child {
      margin: 0px 0px 0px 0px; }
    @media (max-width: 768px) {
      .product-layout .button-item {
        margin: 0px 0px 5px 0px; } }
  .product-layout .cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: #111110;
    font-weight: 700;
    padding: 9px 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .product-layout .cart-btn:hover {
      color: #ffffff;
      background: #ff9600; }
    @media (max-width: 768px) {
      .product-layout .cart-btn {
        padding: 6px 12px;
        font-size: 10px; } }
  .product-layout .price-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px 5px 0px; }
    .product-layout .price-holder .price-new {
      font-weight: 700;
      font-size: 16px;
      line-height: 120%;
      color: #ff9600; }
      @media (max-width: 768px) {
        .product-layout .price-holder .price-new {
          font-size: 14px; } }
    @media (max-width: 768px) {
      .product-layout .price-holder {
        margin: 0px 0px 8px 0px; } }
    .product-layout .price-holder.is-special .price-new {
      color: #ffffff; }
    .product-layout .price-holder.is-special .price-old {
      font-size: 12px;
      font-weight: normal;
      color: #929292;
      line-height: 1;
      padding-bottom: 0;
      margin: 0; }
      @media (max-width: 991px) {
        .product-layout .price-holder.is-special .price-old {
          font-size: 11px; } }
      @media (max-width: 414px) {
        .product-layout .price-holder.is-special .price-old {
          font-size: 3vw; } }

.zoom-banner .product-layout {
  padding: 0px 0px 0px 0px; }

.zoom-banner .owl-carousel .product-layout {
  -webkit-box-shadow: none;
          box-shadow: none; }

.owl-carousel .product-layout {
  margin: 15px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15); }
  @media (max-width: 768px) {
    .owl-carousel .product-layout {
      margin: 15px 10px 9px 8px; } }
.owl-carousel .owl-pagination {
  top: 0; }
.owl-carousel .owl-controls .owl-page span {
  display: block;
  width: 7px;
  height: 7px;
  background: #e5e5e5;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none; }
.owl-carousel .owl-controls .owl-page.active span {
  background: #111110; }
.owl-carousel .owl-dots {
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-carousel .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      margin: 0px 10px 0px 10px;
      background: #cdcdcd;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 50%; }
      @media (max-width: 768px) {
        .owl-carousel .owl-dots .owl-dot span {
          width: 6px;
          height: 6px;
          margin: 0px 2px 0px 2px; } }
    .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
      background: #111110; }
.owl-carousel .owl-nav {
  height: 0;
  z-index: 1; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    color: #347a89 !important;
    font-size: 20px !important;
    top: 0;
    position: absolute;
    z-index: 5;
    margin-top: -40px; }
    .owl-carousel .owl-nav button.owl-prev span,
    .owl-carousel .owl-nav button.owl-next span {
      display: none !important; }
    @media (max-width: 768px) {
      .owl-carousel .owl-nav button.owl-prev,
      .owl-carousel .owl-nav button.owl-next {
        font-size: 18px;
        margin-top: -27px; } }
    @media (max-width: 480px) {
      .owl-carousel .owl-nav button.owl-prev,
      .owl-carousel .owl-nav button.owl-next {
        margin-top: -20px; } }
  .owl-carousel .owl-nav button.owl-prev {
    right: 45px;
    display: none; }
    .owl-carousel .owl-nav button.owl-prev::before {
      content: "";
      display: none; }
    @media (max-width: 768px) {
      .owl-carousel .owl-nav button.owl-prev {
        right: 35px;
        display: block; }
        .owl-carousel .owl-nav button.owl-prev::before {
          content: "";
          width: 18px;
          height: 18px;
          display: block;
          background: url("fonts/icons/arrow-slider.svg") 0 0 no-repeat; } }
  .owl-carousel .owl-nav button.owl-next {
    right: 15px;
    display: none; }
    .owl-carousel .owl-nav button.owl-next::before {
      content: "";
      display: none; }
    @media (max-width: 768px) {
      .owl-carousel .owl-nav button.owl-next {
        right: 8px;
        display: block; }
        .owl-carousel .owl-nav button.owl-next::before {
          content: "";
          width: 18px;
          height: 18px;
          display: block;
          margin: 1px 0px 0px 0px;
          -webkit-transform: rotate(-180deg);
                  transform: rotate(-180deg);
          background: url("fonts/icons/arrow-slider.svg") 0 0 no-repeat; } }

.zoom-banner .owl-nav {
  display: none; }

.category-page {
  background: #ffffff; }
  .category-page .product-wrap {
    margin: 0;
    width: calc(100% + 20px);
    padding: 0; }
    .category-page .product-wrap .product-layout {
      border: none;
      padding: 0;
      margin-bottom: 20px; }
      .category-page .product-wrap .product-layout:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
      .category-page .product-wrap .product-layout .product-thumb {
        background: #ffffff;
        padding: 15px 20px;
        margin-right: 20px;
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
                box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15); }
        @media (max-width: 480px) {
          .category-page .product-wrap .product-layout .product-thumb {
            padding: 8px; } }
      .category-page .product-wrap .product-layout .caption {
        min-height: auto; }
  .category-page .pagination-wrap {
    padding-top: 5px; }

.product-wrap .product__desc {
  display: none; }
.product-wrap .product-list .product-layout-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .product-wrap .product-list .product-layout-top .image {
    padding-right: 30px; }
    .product-wrap .product-list .product-layout-top .image img {
      min-width: 150px; }
  .product-wrap .product-list .product-layout-top .caption {
    margin-left: 0; }
    .product-wrap .product-list .product-layout-top .caption .product__cat {
      text-align: left; }
    .product-wrap .product-list .product-layout-top .caption .product__desc {
      display: block; }

.simple-input {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 10px;
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 4px; }

select.simple-input {
  line-height: 32px;
  height: 32px;
  background-color: #ffffff; }

textarea.simple-input {
  line-height: 1.4;
  height: auto; }

span.simple-input {
  border: none; }

@media (max-width: 991px) {
  .width100-in-mobile {
    width: 100% !important; }

  .sidebar-offcanvas {
    margin: auto;
    position: fixed;
    width: 90%;
    max-width: 350px;
    background: #fff;
    z-index: 1005;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 10px; }

  body.overflow-hide {
    overflow: hidden; }
    body.overflow-hide .header {
      z-index: 2; }
    body.overflow-hide .main-content {
      z-index: 6; }
      body.overflow-hide .main-content .sidebar-offcanvas {
        z-index: 5; }
      body.overflow-hide .main-content #content {
        z-index: 2; }

  .filter-overlay-g {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: rgba(0, 0, 0, 0.4); }
    .filter-overlay-g.active {
      opacity: 1;
      z-index: 3;
      visibility: visible; } }
.swiper-button-next,
.swiper-button-prev {
  color: #111110; }

input,
button,
textarea,
select,
input:hover,
button:hover,
textarea:hover,
select:hover,
input:focus,
button:focus,
с textarea:focus,
select:focus,
input:active,
button:active,
textarea:active,
select:active {
  outline: none !important; }

.has-error .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none; }

.page-content-description img {
  max-width: 100%;
  height: auto; }

/* > новые кнопки для карточки товара в листинге */
.product-layout .product-layout-bottom .flex-block-holder .flex-item {
  width: 100%; }
.product-layout .product-layout-bottom .price-holder {
  text-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.product-layout .product-thumb .button-holder .button-item .cart-btn.cart-btn-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 9px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #111110;
  font-size: 14px;
  line-height: 120%;
  color: #111110;
  font-weight: 400;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .product-layout .product-thumb .button-holder .button-item .cart-btn.cart-btn-call:hover {
    border: 1px solid #111110;
    color: #ffffff;
    background: #111110; }
  @media (max-width: 768px) {
    .product-layout .product-thumb .button-holder .button-item .cart-btn.cart-btn-call {
      padding: 5px 12px;
      font-size: 10px; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .header._header-scroll {
    position: fixed;
    background: #111110; }
  .header._active {
    background: #111110; }
  .header__top {
    padding: 10px 0px; }
    @media (max-width: 480px) {
      .header__top {
        background: linear-gradient(340deg, #ce650d 5.99%, #f7a80c 94.87%); } }
  .header__center {
    padding: 35px 0px 55px 0px; }
    @media (max-width: 992px) {
      .header__center {
        padding: 25px 0px 35px 0px; } }
  .header__bottom {
    background: linear-gradient(340deg, #ce650d 5.99%, #f7a80c 94.87%);
    padding: 10px 0px;
    -webkit-animation: gradient 5s infinite linear;
            animation: gradient 5s infinite linear;
    background-size: 400% 400%; }
    .header__bottom._active {
      margin: 225px 0px 0px 0px; }
    @media (max-width: 1373px) {
      .header__bottom._active {
        margin: 240px 0px 0px 0px; } }
    @media (max-width: 992px) {
      .header__bottom._active {
        margin: 200px 0px 0px 0px; } }
    @media (max-width: 768px) {
      .header__bottom._active {
        margin: 145px 0px 0px 0px; } }
    @media (max-width: 480px) {
      .header__bottom._active {
        margin: 122px 0px 0px 0px; } }
  .header__main {
    position: relative;
    min-height: 795px;
    overflow: hidden; }
    .header__main._hidden {
      display: none; }
    @media (max-width: 992px) {
      .header__main {
        min-height: 700px; } }
    @media (max-width: 480px) {
      .header__main {
        min-height: 345px; } }

.header._header-scroll .header__top {
  background: linear-gradient(340deg, #ce650d 5.99%, #f7a80c 94.87%);
  padding: 10px 0px; }

.header._header-scroll .header__center {
  padding: 10px 0px 15px 0px; }

.header._header-scroll .center-header__logo {
  margin: 0px 15px 10px 0px; }
  .header._header-scroll .center-header__logo img {
    height: 40px; }

.header._header-scroll .center-header__menu {
  padding: 0px 45px 0px 0px; }

.header._header-scroll .menu-open.menu-top__body .center-header__menu {
  padding: 0px 5px 0px 0px; }

.header._header-scroll .center-header__search {
  margin: 0px 45px 0px 0px; }

.header._active .header__center {
  padding: 25px 0px 25px 0px; }
  @media (max-width: 992px) {
    .header._active .header__center {
      padding: 25px 0px 25px 0px; } }
  @media (max-width: 768px) {
    .header._active .header__center {
      padding: 15px 0px 15px 0px; } }

.header._header-scroll .menu__sublist {
  padding: 50px 0px 0px 0px; }
  @media (max-width: 480px) {
    .header._header-scroll .menu__sublist {
      padding: 20px 0px 0px 0px; } }

.main-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1; }
  @media (max-width: 1460px) {
    .main-header__bg {
      -o-object-position: right center;
         object-position: right center; } }
  @media (max-width: 992px) {
    .main-header__bg {
      display: none; } }
.main-header__bg-mob {
  display: none; }
  @media (max-width: 992px) {
    .main-header__bg-mob {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: -1; } }
.main-header__body {
  position: relative;
  z-index: 5;
  max-width: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
  padding: 265px 0px 0px 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }
  .main-header__body._active {
    opacity: 1; }
  @media (max-width: 992px) {
    .main-header__body {
      display: none; } }
.main-header__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 155px;
          flex: 1 1 155px;
  height: auto;
  padding: 12px; }
.main-header__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fffdfd;
  padding: 45px 20px;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main-header__item span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .main-header__item::before {
    font-size: 35px;
    color: #ffffff;
    margin: 0px 0px 15px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .main-header__item:hover {
    background: #ffffff;
    border: 2px solid #fffdfd; }
    .main-header__item:hover span {
      color: #ff9600; }
    .main-header__item:hover::before {
      color: #ff9600; }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.top-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .top-header__container::before {
    content: "";
    display: none; }
  .top-header__container::after {
    content: "";
    display: none; }
.top-header__left {
  padding: 0px 0px 0px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0px 5px 0px 0px; }
  @media (max-width: 1400px) {
    .top-header__left {
      padding: 0px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .top-header__left {
      margin: 0px 30px 0px 0px; } }
  @media (max-width: 480px) {
    .top-header__left {
      margin: 0px 10px 0px 0px; } }
.top-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0px 17px 0px 0px; }
  @media (max-width: 1400px) {
    .top-header__right {
      padding: 0px 0px 0px 0px; } }

.left-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 30px 0px 0px; }
  @media (max-width: 480px) {
    .left-header__container {
      padding: 0px 0px 0px 0px; } }
.left-header__telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 30px 0px 0px; }
  .left-header__telephone a {
    font-size: 15px;
    line-height: 120%;
    color: #ffffff; }
    .left-header__telephone a::after {
      content: "";
      height: 100%;
      border: 0.5px solid #ffffff;
      background-color: #ffffff;
      margin: 0px 15px; }
    .left-header__telephone a:last-child::after {
      content: "";
      display: none; }
  @media (max-width: 992px) {
    .left-header__telephone {
      display: none; } }
.left-header__icon-phone::before {
  display: none; }
@media (max-width: 992px) {
  .left-header__icon-phone::before {
    display: block;
    font-size: 15px;
    color: #ffffff;
    margin: 0px 15px 0px 0px; } }
.left-header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.left-header__icon {
  margin: 0px 15px 0px 0px; }
  .left-header__icon::before {
    font-size: 15px;
    color: #ffffff; }
  .left-header__icon:last-child {
    margin: 0px 0px 0px 0px; }

.right-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.right-header__comment {
  display: none; }
  @media (max-width: 992px) {
    .right-header__comment {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 18px;
      height: 20px;
      margin: 0px 15px 0px 0px;
      background: url("../img/icons/header-comment.svg") 0 0 no-repeat; } }
.right-header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 15px 0px 0px; }
  .right-header__login span {
    font-size: 12px;
    line-height: 125%;
    color: #ffffff; }
  .right-header__login::before {
    font-size: 20px;
    color: #ffffff;
    margin: 0px 10px 0px 0px; }
  @media (max-width: 992px) {
    .right-header__login span {
      display: none; }
    .right-header__login::before {
      font-size: 18px;
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 768px) {
    .right-header__login::before {
      font-size: 16px; } }
.right-header__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 992px) {
    .right-header__language {
      margin: 0px 15px 0px 0px; } }
.right-header__lang {
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #ffffff; }
.right-header__switch {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 9.7px;
  margin: 0px 5px; }
.right-header__input {
  display: none; }
.right-header__round {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ffffff;
  border-radius: 49px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .right-header__round::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 9.7px;
    bottom: 0px;
    background: #ffaf0f;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15), 0px 1px 1px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15), 0px 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    border: 0.5px solid rgba(0, 0, 0, 0.04); }
.right-header__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 125%;
  color: #ffffff;
  margin: 0px 15px 0px 0px; }
  .right-header__reviews::before {
    content: "";
    width: 18px;
    height: 20px;
    padding: 8px;
    display: block;
    margin: 0px 8px 0px 0px;
    background: url("fonts/icons/reviews.svg") 0 0 no-repeat; }
  @media (max-width: 768px) {
    .right-header__reviews span {
      display: none; }
    .right-header__reviews::before {
      content: "";
      margin: 0px 0px 0px 0px; } }
.right-header__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 125%;
  color: #ffffff;
  margin: 0px 15px 0px 0px; }
  .right-header__location::before {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin: 0px 5px 0px 0px; }
  @media (max-width: 768px) {
    .right-header__location {
      display: none; } }

.right-header__input:checked + .right-header__round:before {
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px); }

.menu-top__body {
  position: fixed;
  width: 400px;
  height: 100%;
  right: -100%;
  top: 0;
  overflow: auto;
  right: -100%;
  -webkit-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
  background: #ffffff;
  z-index: 50;
  padding: 25px 0px 25px 25px; }
  .menu-open .menu-top__body {
    right: 0; }
  @media (max-width: 480px) {
    .menu-top__body {
      width: 270px; } }
.menu-top__shadow {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 4px 6px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 4px 6px 32px rgba(0, 0, 0, 0.12);
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .menu-top__shadow._active {
    opacity: 1;
    height: 100%; }

#form-language .btn-link,
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111110;
  font-size: 14px;
  line-height: 120%;
  padding: 0; }
  #form-language .btn-link::before,
  .btn::before {
    font-size: 5px;
    color: #ff9600;
    margin: 0px 0px 0px 3px; }
  @media (max-width: 480px) {
    #form-language .btn-link,
    .btn {
      font-size: 12px; }
      #form-language .btn-link::before,
      .btn::before {
        margin: 0px 0px 0px 5px; } }

.dropdown-menu-right {
  right: 0;
  left: 0px;
  top: 20px; }

.dropdown-menu {
  width: 100%;
  padding: 7px;
  border: 1px solid #cdcdcd;
  border-radius: 0px; }
  .dropdown-menu a,
  .dropdown-menu button {
    color: #111110;
    font-size: 14px !important;
    padding: 0px 0px !important; }
  @media (max-width: 480px) {
    .dropdown-menu a,
    .dropdown-menu button {
      font-size: 12px !important; } }

.dropdown-menu > li > a {
  color: #111110; }

#form-language .dropdown-menu {
  width: 100%;
  padding: 7px;
  border: 1px solid #cdcdcd;
  border-radius: 0px;
  min-width: auto; }
  #form-language .dropdown-menu a,
  #form-language .dropdown-menu button {
    color: #111110;
    font-size: 14px !important;
    padding: 0px 0px !important;
    margin: 0px 0px 0px 3px; }
  @media (max-width: 480px) {
    #form-language .dropdown-menu a,
    #form-language .dropdown-menu button {
      font-size: 12px !important; } }

.header-right-button-holder-item {
  margin: 0px 15px 0px 0px; }
  .header-right-button-holder-item a {
    color: #ffffff;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-right-button-holder-item a i {
      margin: 0px 5px 0px 0px;
      font-size: 20px;
      color: #ff9600; }
  @media (max-width: 480px) {
    .header-right-button-holder-item {
      margin: 0px 15px 15px 0px; } }

.icon-menu {
  display: none; }
  @media (max-width: 992px) {
    .icon-menu {
      display: block;
      position: relative;
      width: 18px;
      height: 13px;
      cursor: pointer;
      z-index: 52;
      border: none; }
      .icon-menu span, .icon-menu::before, .icon-menu::after {
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        border-radius: 2px; }
      .icon-menu::before {
        top: 0; }
      .icon-menu::after {
        bottom: 0; }
      .icon-menu span {
        top: calc(50% - 1px); }
      .menu-open .icon-menu {
        top: 10px; }
        .menu-open .icon-menu span {
          width: 0;
          background-color: #111110; }
        .menu-open .icon-menu::before, .menu-open .icon-menu::after {
          background-color: #111110; }
        .menu-open .icon-menu::before {
          top: calc(50% - 1px);
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .menu-open .icon-menu::after {
          bottom: calc(50% - 1px);
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); } }

.center-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 17px 0px 17px;
  position: relative; }
  @media (max-width: 1400px) {
    .center-header__info {
      padding: 0px 0px 0px 0px; } }
.center-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 35px 20px 0px; }
  .center-header__logo img {
    height: 90px; }
  @media (max-width: 1400px) {
    .center-header__logo {
      margin: 0px 20px 20px 0px; } }
  @media (max-width: 992px) {
    .center-header__logo {
      margin: 0px 0px 20px 0px; } }
  @media (max-width: 768px) {
    .center-header__logo {
      margin: 0px 0px 15px 0px; }
      .center-header__logo img {
        height: 60px; } }
  @media (max-width: 480px) {
    .center-header__logo {
      margin: 0px 0px 12px 0px; }
      .center-header__logo img {
        height: 40px; } }
.center-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
.center-header__search {
  position: relative;
  height: 23px;
  width: 100%;
  margin: 0px 64px 0px 0px; }
  @media (max-width: 1400px) {
    .center-header__search {
      margin: 0px 30px 0px 0px; } }
  @media (max-width: 1200px) {
    .center-header__search {
      margin: 0px 20px 0px 0px; } }
  @media (max-width: 992px) {
    .center-header__search {
      margin: 0px 35px 0px 35px; } }
.center-header__icon {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .center-header__icon::before {
    font-size: 16px;
    color: #ffffff; }
.center-header__input {
  width: 100%;
  height: 23px;
  border-bottom: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 32px 6px 0px;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
  outline: none;
  background: inherit; }
  .center-header__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 120%;
    color: #ffffff; }
  .center-header__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 120%;
    color: #ffffff; }
  .center-header__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 120%;
    color: #ffffff; }
  .center-header__input::placeholder {
    font-size: 14px;
    line-height: 120%;
    color: #ffffff; }
  @media (max-width: 480px) {
    .center-header__input {
      font-size: 12px;
      padding: 0px 32px 4px 0px; }
      .center-header__input::-webkit-input-placeholder {
        font-size: 12px; }
      .center-header__input:-ms-input-placeholder {
        font-size: 12px; }
      .center-header__input::-ms-input-placeholder {
        font-size: 12px; }
      .center-header__input::placeholder {
        font-size: 12px; } }
.center-header__basket {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .center-header__basket::before {
    font-size: 20px;
    color: #ffffff;
    margin: 0px 18px 0px 0px; }
  @media (max-width: 1400px) {
    .center-header__basket::before {
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 480px) {
    .center-header__basket::before {
      font-size: 18px; } }
.center-header__basket-text {
  font-size: 12px;
  line-height: 125%;
  color: #ffffff; }
  @media (max-width: 1400px) {
    .center-header__basket-text {
      display: none; } }
.center-header__num {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 13px;
  bottom: 10px;
  border-radius: 50%;
  background: #ff9600;
  font-size: 11px;
  line-height: 120%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 2px 4px; }
  @media (max-width: 480px) {
    .center-header__num {
      width: 14px;
      height: 14px;
      padding: 0px 3px; } }
.center-header__comparison {
  margin: 0px 15px 0px 0px; }
  .center-header__comparison::before {
    font-size: 20px;
    color: #ffffff; }
  @media (max-width: 480px) {
    .center-header__comparison::before {
      font-size: 18px; } }
.center-header__favorites {
  margin: 0px 15px 0px 0px; }
  .center-header__favorites::before {
    font-size: 20px;
    color: #ffffff; }
  @media (max-width: 480px) {
    .center-header__favorites::before {
      font-size: 18px; } }
.center-header__menu {
  padding: 0px 63px 0px 0px; }
  @media (max-width: 1400px) {
    .center-header__menu {
      padding: 0px 30px 0px 0px; } }
  @media (max-width: 992px) {
    .center-header__menu {
      padding: 0px 0px 0px 0px; } }
.center-header__submenu {
  padding: 0px 17px; }
  @media (max-width: 1400px) {
    .center-header__submenu {
      padding: 0px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .center-header__submenu {
      display: none; } }

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -5px -23px;
  padding: 0px 0px 0px 0px; }
  @media (max-width: 1400px) {
    .menu__list {
      margin: -5px -15px; } }
  @media (max-width: 992px) {
    .menu__list {
      display: none; } }
.menu__list-mob {
  display: none; }
  @media (max-width: 992px) {
    .menu__list-mob {
      list-style: none;
      padding: 0px 0px 0px 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      margin: -10px 0px; } }
.menu__link {
  cursor: pointer;
  padding: 5px 23px;
  list-style: none; }
  .menu__link a {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
    white-space: nowrap; }
  .menu__link .menu__sublist a {
    white-space: normal; }
  @media (max-width: 1400px) {
    .menu__link {
      padding: 5px 15px; } }
.menu__link-mob {
  padding: 10px 0px; }
  .menu__link-mob a {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 120%;
    color: #111110; }
.menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 120%;
  color: #ff9600;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .menu__title::before {
    font-size: 5px;
    margin: 0px 0px 0px 5px;
    color: #ff9600; }
  @media (max-width: 1200px) {
    .menu__title {
      font-size: 16px; } }
  @media (max-width: 992px) {
    .menu__title {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      font-size: 18px;
      color: #111110; }
      .menu__title::before {
        color: #111110; }
      .menu__title._spoller-active {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start; }
        .menu__title._spoller-active::before {
          margin: 0px 0px 3px 5px;
          -webkit-transform: rotate(-180deg);
                  transform: rotate(-180deg);
          color: #111110; } }
@media (min-width: 992px) {
  .menu__sublist {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    width: 104%;
    z-index: 1;
    padding: 100px 0px 0px 0px; }
    .menu__sublist._hidden {
      display: none; } }
@media (max-width: 992px) {
  .menu__sublist {
    position: relative;
    padding: 20px 0px 10px 0px; } }
.menu__sublink-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 40px 40px 40px 20px;
  margin: 0px 0px 0px -20px;
  background-color: #111110; }
.menu__sublink-column-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 750px;
          flex: 0 1 750px; }
.menu__sublink-column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 750px;
          flex: 0 1 750px; }
.menu__sublink {
  padding: 12px;
  list-style: none; }
  @media (max-width: 992px) {
    .menu__sublink {
      padding: 0px 0px 20px 0px; }
      .menu__sublink:last-child {
        padding: 0px 0px 0px 0px; }
      .menu__sublink a {
        font-size: 16px;
        text-transform: none; } }
.menu__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: 16px;
  line-height: 120%;
  color: #111110;
  word-break: break-word; }
  .menu__subtitle::before {
    font-size: 4px;
    margin: 0px 0px 0px 8px;
    color: #111110;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  @media (max-width: 992px) {
    .menu__subtitle {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      color: #111110;
      font-weight: 700;
      margin: 0px 0px 10px 0px; }
      .menu__subtitle::before {
        display: none; } }
.menu__item {
  padding: 0px 0px 0px 10px; }
  .menu__item ul {
    margin: -5px 0px;
    padding: 0px 0px 0px 0px; }
    .menu__item ul li {
      padding: 5px 0px;
      list-style: none; }
      .menu__item ul li a {
        text-transform: none;
        font-size: 14px;
        line-height: 120%;
        color: #111110; }

.menu-title-orange {
  font-weight: 700;
  color: #ff9600; }
  .menu-title-orange a {
    font-weight: 700;
    color: #ff9600; }

.menu__list > li:hover .menu__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .menu__list > li:hover .menu__sublist._hidden {
    display: none; }

.menu__sublist > li {
  background-color: #111110; }
  @media (max-width: 992px) {
    .menu__sublist > li {
      background-color: #ffffff; } }

.submenu-center__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 0px 0px 0px; }
.submenu-center__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  white-space: nowrap; }
  .submenu-center__link a {
    font-size: 13px;
    line-height: 123%;
    color: #ffffff; }
  .submenu-center__link::after {
    content: "";
    height: 100%;
    margin: 0px 12px;
    border-right: 1px solid #ffffff; }
  .submenu-center__link:last-child::after {
    content: "";
    display: none; }
  @media (max-width: 1400px) {
    .submenu-center__link {
      white-space: normal; }
      .submenu-center__link a {
        text-align: center; }
      .submenu-center__link::after {
        content: "";
        display: block; } }

.bottom-header__slider {
  width: calc(100% + 0px);
  margin: 0px -46px 0px 0px; }
  @media (max-width: 992px) {
    .bottom-header__slider {
      width: calc(100% + 0px);
      margin: 0px -16px 0px -7px; } }
.bottom-header__slide {
  width: auto !important;
  padding: 0px 46px; }
  .bottom-header__slide span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 120%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #111110; }
    .bottom-header__slide span::before {
      font-size: 20px;
      color: #ffffff;
      margin: 0px 10px 0px 0px; }
  @media (max-width: 992px) {
    .bottom-header__slide {
      padding: 0px 16px; } }
  @media (max-width: 400px) {
    .bottom-header__slide span {
      font-size: 11px; }
      .bottom-header__slide span::before {
        font-size: 13px;
        margin: 0px 6px 0px 0px; } }

.btn-link:focus,
.btn-link:hover {
  color: #233443; }

.btn-link,
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111110;
  font-size: 14px;
  line-height: 120%;
  padding: 0;
  padding: 6px 12px; }
  .btn-link::before,
  .btn::before {
    font-size: 5px;
    color: #233443;
    margin: 0px 0px 0px 3px; }
  @media (max-width: 480px) {
    .btn-link,
    .btn {
      font-size: 12px; }
      .btn-link::before,
      .btn::before {
        margin: 0px 0px 0px 5px; } }

body a {
  text-decoration: none; }
  body a:focus, body a:hover, body a:active {
    text-decoration: none; }
body #form-language * {
  text-transform: uppercase; }

/* end mob menu fix */
#spinner {
  -webkit-animation: none;
          animation: none;
  background: #111110;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 999;
  width: 100%; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ff9600 transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s; }

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
body[class*="account"] .btn-primary:focus,
body[class*="account"] .btn-primary:active,
body[class*="account"] .btn-primary:hover,
body[class*="account"] .btn-primary {
  width: auto;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, color-stop(5.99%, #ce650d), color-stop(94.87%, #f7a80c));
  background: linear-gradient(270deg, #ce650d 5.99%, #f7a80c 94.87%);
  border: 1px solid linear-gradient(270deg, #ce650d 5.99%, #f7a80c 94.87%);
  text-transform: none; }

body[class*="account"] .btn {
  border-radius: 0px;
  margin: 3px; }

#account-account .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background: -webkit-gradient(linear, right top, left top, color-stop(5.99%, #ce650d), color-stop(94.87%, #f7a80c));
  background: linear-gradient(270deg, #ce650d 5.99%, #f7a80c 94.87%); }

#account-account .btn {
  color: #ffffff; }

#account-account .form-horizontal .control-label {
  padding-top: 0px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 40px;
  color: #111110;
  text-align: right; }

#account-account .table {
  margin-bottom: 20px; }

#account-account .form-group {
  margin-bottom: 15px; }

.tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #cdcdcd;
  margin: 30px 0px 30px 0px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative; }
  @media (max-width: 850px) {
    .tab-head {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .tab-head .box-heading {
    width: auto;
    margin: 0;
    border-bottom: none;
    padding: 0;
    font-size: 21px; }
    @media (max-width: 850px) {
      .tab-head .box-heading {
        width: 100%;
        border-bottom: 1px solid #cdcdcd; } }
    .tab-head .box-heading:before {
      border-bottom: 2px solid #ffffff;
      bottom: 0; }
  @media (max-width: 850px) {
    .tab-head .htabs {
      width: 100%; } }
  @media (max-width: 640px) {
    .tab-head .htabs {
      width: 100%;
      overflow: auto;
      margin: 0;
      position: relative;
      z-index: 1; } }
  .tab-head .etabs {
    margin: 0;
    font-weight: 400;
    white-space: nowrap;
    list-style: none; }
    @media (max-width: 1199px) {
      .tab-head .etabs {
        font-size: 15px; } }
    @media (max-width: 850px) {
      .tab-head .etabs {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        font-size: 14px;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    @media (max-width: 640px) {
      .tab-head .etabs {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .tab-head .etabs li {
      margin: 0 0 0 3px;
      float: left; }
      .tab-head .etabs li:first-child {
        margin-left: 0; }
      .tab-head .etabs li:last-child {
        margin-right: 0; }
    .tab-head .etabs a {
      color: #404040;
      display: block;
      margin: 0;
      padding: 8px 25px;
      text-align: center;
      position: relative;
      border: 0;
      text-transform: none; }
      @media (max-width: 1199px) {
        .tab-head .etabs a {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 989px) {
        .tab-head .etabs a {
          padding-left: 5px;
          padding-right: 5px; } }
      @media (max-width: 640px) {
        .tab-head .etabs a {
          padding-left: 8px;
          padding-right: 8px; } }
      .tab-head .etabs a:hover {
        background: none; }
        .tab-head .etabs a:hover::before {
          opacity: 1; }
      .tab-head .etabs a.selected {
        color: #111110;
        font-weight: 600;
        background: none; }
        .tab-head .etabs a.selected::before {
          opacity: 1; }
      .tab-head .etabs a::before {
        content: "";
        color: #ffffff;
        width: 15px;
        height: 15px;
        border-top: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #111110;
        border-left: 7px solid transparent;
        position: absolute;
        left: calc(50% - 7px);
        top: auto;
        bottom: 0;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s; }

.main-header__item.hater-icon:before {
  position: relative;
  left: 0;
  top: 0;
  content: ' ';
  background: url("../image/menu/178.svg") no-repeat;
  display: block;
  width: 47.58px;
  height: 50px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: contain;
  background-position: center center; }
.main-header__item.hater-icon:hover:before {
  background: url("../image/menu/178-hover.svg") no-repeat;
  background-size: contain;
  background-position: center center; }

.main-header__item.invertor-icon:before {
  position: relative;
  left: 0;
  top: 0;
  content: ' ';
  background: url("../image/menu/invertor.svg") no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: contain;
  background-position: center center; }
.main-header__item.invertor-icon:hover:before {
  -webkit-filter: brightness(0) saturate(100%) invert(55%) sepia(87%) saturate(1196%) hue-rotate(359deg) brightness(101%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(55%) sepia(87%) saturate(1196%) hue-rotate(359deg) brightness(101%) contrast(104%); }

.main-header__item.cultivator-icon:before {
  position: relative;
  left: 0;
  top: 0;
  content: ' ';
  background: url("../image/menu/cultivator.svg") no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: contain;
  background-position: center center; }
.main-header__item.cultivator-icon:hover:before {
  -webkit-filter: brightness(0) saturate(100%) invert(55%) sepia(87%) saturate(1196%) hue-rotate(359deg) brightness(101%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(55%) sepia(87%) saturate(1196%) hue-rotate(359deg) brightness(101%) contrast(104%); }

.main-header__item.powerbank-icon:before {
  position: relative;
  left: 0;
  top: 0;
  content: ' ';
  background: url("../image/menu/powerbank.svg") no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: contain;
  background-position: center center; }
.main-header__item.powerbank-icon:hover:before {
  -webkit-filter: brightness(0) saturate(100%) invert(55%) sepia(87%) saturate(1196%) hue-rotate(359deg) brightness(101%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(55%) sepia(87%) saturate(1196%) hue-rotate(359deg) brightness(101%) contrast(104%); }

.footer {
  background-color: #111110; }
  .footer__top {
    position: relative; }
  .footer__center {
    padding: 0px 0px 35px 0px; }
    @media (max-width: 768px) {
      .footer__center {
        padding: 0px 0px 45px 0px; } }
  .footer__bottom {
    background: linear-gradient(340deg, #ce650d 5.99%, #f7a80c 94.87%);
    padding: 10px 0px; }
    .footer__bottom a {
      position: fixed; }

.top-footer__container {
  margin: 50px 86px 35px 86px; }
  .top-footer__container::after {
    content: "";
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
    display: block;
    width: 96%;
    position: relative;
    left: 51%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 15px 0px 0px 0px; }
  @media (max-width: 1400px) {
    .top-footer__container {
      margin: 50px 0px 35px 0px; }
      .top-footer__container::after {
        content: "";
        width: 100%;
        left: 0;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); } }
  @media (max-width: 992px) {
    .top-footer__container {
      margin: 30px 0px 35px 0px; } }
.top-footer__logo {
  position: absolute;
  top: 0px;
  left: 51%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  .top-footer__logo img {
    height: 150px; }
  @media (max-width: 1200px) {
    .top-footer__logo img {
      height: 120px; } }
  @media (max-width: 768px) {
    .top-footer__logo img {
      height: 60px; } }
  @media (max-width: 480px) {
    .top-footer__logo img {
      height: 45px; } }
  @media (max-width: 400px) {
    .top-footer__logo {
      left: 52%; } }
.top-footer__bg {
  margin: 50px 0px 0px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 768px) {
    .top-footer__bg {
      margin: 20px 0px 25px 0px; } }
.top-footer__button {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  color: #ffffff;
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  @media (max-width: 1200px) {
    .top-footer__button {
      bottom: 50px; } }
  @media (max-width: 992px) {
    .top-footer__button {
      position: relative;
      bottom: 0;
      left: 0;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0px 0px 20px 0px; } }
  @media (max-width: 480px) {
    .top-footer__button {
      font-size: 14px; } }

.center-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.center-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 970px;
          flex: 0 1 970px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 768px) {
    .center-footer__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }
.center-footer__desc:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 120px;
          flex: 0 1 120px; }
@media (max-width: 768px) {
  .center-footer__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0px 0px 45px 0px; }
    .center-footer__desc:last-child {
      margin: 0px 0px 0px 0px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; } }
@media (max-width: 768px) {
  .center-footer__info {
    margin: 0px 0px 45px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.info-footer__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 192%;
  width: 160px;
  color: #ffffff;
  margin: 0px 0px 4px 12px; }
  .info-footer__location::before {
    font-size: 18px;
    color: #ffffff;
    margin: 0px 9px 0px 0px; }
  @media (max-width: 768px) {
    .info-footer__location {
      margin: 0px 0px 4px 0px; } }
.info-footer__telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 9px 12px; }
  .info-footer__telephone::before {
    font-size: 18px;
    color: #ffffff;
    margin: 0px 9px 0px 0px; }
  @media (max-width: 768px) {
    .info-footer__telephone {
      margin: 0px 0px 9px 0px; } }
.info-footer__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .info-footer__number a {
    font-weight: 700;
    font-size: 12px;
    line-height: 192%;
    color: #ffffff;
    margin: 0px 0px 4px 0px; }
    .info-footer__number a:last-child {
      margin: 0px 0px 0px 0px; }
.info-footer__work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: center;
  font-size: 12px;
  line-height: 120%;
  color: #ffffff;
  margin: 0px 0px 10px 0px; }
  .info-footer__work::before {
    font-size: 4px;
    margin: 0px 0px 0px 3px;
    color: #ffffff; }
  @media (max-width: 768px) {
    .info-footer__work {
      margin: 0px 0px 15px 0px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .info-footer__work::before {
        display: none; } }
.info-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px -18px 0px -18px; }
  .info-footer__social a {
    padding: 0px 18px; }
    .info-footer__social a::before {
      font-size: 25px;
      color: #ff9600; }
  @media (max-width: 768px) {
    .info-footer__social {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.desc-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px; }
  @media (max-width: 991px) {
    .desc-footer__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.desc-footer__link {
  list-style: none; }
.desc-footer__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  margin: 0px 0px 13px 0px; }
.desc-footer__sublist {
  margin: -4px 0px;
  padding: 0px 0px 0px 0px; }
.desc-footer__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0px; }
  .desc-footer__sublink a {
    font-size: 12px;
    line-height: 120%;
    color: #ffffff;
    word-break: break-word;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .desc-footer__sublink a:hover {
      text-decoration: underline; }
  .desc-footer__sublink span {
    font-size: 12px;
    line-height: 120%;
    color: #ffffff; }
  @media (max-width: 768px) {
    .desc-footer__sublink {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .desc-footer__sublink a {
        text-align: center; } }
.desc-footer__sublink-spoller {
  padding: 4px 0px;
  list-style: none; }
  @media (max-width: 768px) {
    .desc-footer__sublink-spoller {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.desc-footer__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 12px;
  line-height: 120%;
  color: #ffffff; }
  .desc-footer__subtitle::before {
    font-size: 3px;
    color: #ffffff;
    margin: 2px 0px 0px 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .desc-footer__subtitle._active::before {
    margin: 0px 0px 0px 3px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
.desc-footer__subsublist {
  display: none;
  padding: 0px 0px 0px 0px; }
  .desc-footer__subsublist._active {
    display: block; }
.desc-footer__subsublink {
  list-style: none; }
.desc-footer__subsubtitle {
  font-size: 11px;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
  word-break: break-word;
  margin: 0px 0px 5px 0px; }
.desc-footer__item {
  padding: 0px 0px 10px 10px;
  display: none; }
  .desc-footer__item._active {
    display: block; }
  .desc-footer__item ul {
    margin: -2px 0px;
    padding: 0px 0px 0px 0px; }
    .desc-footer__item ul li {
      padding: 2px 0px;
      list-style: none; }
      .desc-footer__item ul li a {
        font-size: 11px;
        word-break: break-word;
        color: #ffffff; }

.bottom-footer__copy {
  font-size: 12px;
  line-height: 120%;
  color: #111110; }

body #work-time.modal.theme-modal .modal-header {
  border: none;
  padding: 0 0 15px; }
body #work-time.modal.theme-modal .modal-body {
  padding: 0; }

.container::before {
  content: "";
  display: none; }
.container::after {
  content: "";
  display: none; }

#chat-widget {
  border-radius: 50%;
  background-color: #ff9600;
  position: fixed;
  bottom: 30px;
  right: 50px;
  width: 67px;
  height: 67px;
  padding: 6px;
  z-index: 2;
  cursor: pointer; }

#chat-widget.open {
  background-color: rgba(64, 64, 64, 0.5); }

#chat-widget-body,
#chat-widget .icon-open-button {
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  width: 55px;
  height: 55px;
  position: relative;
  background: #ff9600 url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 141.73 141.57'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EКнопка &amp;quot;Открыть&amp;quot; (Виджет мессенджеров)%3C/title%3E%3Cpath class='cls-1' d='M120.58,20.84A70.53,70.53,0,0,0,5.74,98.41a7.71,7.71,0,0,1,.63,4.51L.17,132.77a7,7,0,0,0,7.06,8.47H8.64l30.18-6.06a8.61,8.61,0,0,1,4.51.64A70.53,70.53,0,0,0,120.91,21ZM42.5,77.76a7.06,7.06,0,1,1,7.06-7.06A7.06,7.06,0,0,1,42.5,77.76Zm28.21,0a7.06,7.06,0,1,1,7.06-7.06A7.06,7.06,0,0,1,70.71,77.76Zm28.22,0A7.06,7.06,0,1,1,106,70.7,7.05,7.05,0,0,1,98.93,77.76Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 26px 26px; }

#chat-widget.open #chat-widget-body {
  background: #404040 url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EКнопка &amp;quot;Закрыть&amp;quot; (Виджет мессенджеров)%3C/title%3E%3Cpath class='cls-1' d='M6.31,1,25,19.73,43.61,1.11A3.53,3.53,0,0,1,46.15,0,3.85,3.85,0,0,1,50,3.85a3.47,3.47,0,0,1-1,2.54L30.16,25,49,43.81a3.38,3.38,0,0,1,1,2.34A3.85,3.85,0,0,1,46.15,50a3.51,3.51,0,0,1-2.65-1L25,30.26,6.35,48.92A3.52,3.52,0,0,1,3.85,50,3.85,3.85,0,0,1,0,46.15a3.47,3.47,0,0,1,1-2.54L19.84,25,1,6.19A3.43,3.43,0,0,1,0,3.85,3.85,3.85,0,0,1,3.85,0,3.51,3.51,0,0,1,6.31,1Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 18px 18px; }

#chat-widget .chat-bot {
  z-index: 1;
  opacity: 0;
  border-radius: 50%;
  left: 5px;
  width: 45px;
  height: 45px;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  top: 0;
  position: absolute; }

#chat-widget.open .chat-bot {
  opacity: 1; }

#chat-widget.open .chat-bot#viber-chat-bot {
  background-color: #834995;
  top: -70px; }

#chat-widget.open .chat-bot#telegram-chat-bot {
  background-color: #3089ce;
  top: -129px; }

#chat-widget.open .chat-bot#phone-chat-bot {
  background-color: #a4dee1;
  top: -189px; }

#chat-widget .icons-line {
  text-align: center;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-animation: icon-change 7s infinite;
  animation: icon-change 7s infinite;
  -webkit-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  -webkit-transform: translateX(30px);
          transform: translateX(30px); }

#chat-widget .icons-line.stop {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

#chat-widget .icons-line img {
  margin-right: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#chat-widget #chat-widget-line-holder {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background: #ff9600;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 2; }

#chat-widget.open #chat-widget-line-holder {
  opacity: 0; }

#chat-widget .icons-line i.theme-icon {
  color: #fff;
  font-size: 24px;
  line-height: 55px;
  margin: 0;
  width: 55px;
  padding: 0; }

#chat-widget .pulsation {
  width: 81px;
  height: 81px;
  background-color: #ff9600;
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite; }

#chat-widget .pulsation:nth-of-type(2n) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#chat-widget.open .pulsation {
  -webkit-animation: none;
  animation: none; }

@media (max-width: 768px) {
  #chat-widget {
    display: none; } }
@-webkit-keyframes icon-change {
  0%,
	15% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  20%,
	35% {
    -webkit-transform: translateX(-55px);
            transform: translateX(-55px); }
  40%,
	55% {
    -webkit-transform: translateX(-110px);
            transform: translateX(-110px); }
  60%,
	75% {
    -webkit-transform: translateX(-165px);
            transform: translateX(-165px); }
  80%,
	100% {
    -webkit-transform: translateX(-220px);
            transform: translateX(-220px); } }
@keyframes icon-change {
  0%,
	15% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  20%,
	35% {
    -webkit-transform: translateX(-55px);
            transform: translateX(-55px); }
  40%,
	55% {
    -webkit-transform: translateX(-110px);
            transform: translateX(-110px); }
  60%,
	75% {
    -webkit-transform: translateX(-165px);
            transform: translateX(-165px); }
  80%,
	100% {
    -webkit-transform: translateX(-220px);
            transform: translateX(-220px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.5; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.5; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 50;
  font-size: 24px;
  border: none;
  outline: none;
  color: #ff9600;
  cursor: pointer;
  background: transparent; }

/* theme-form-style */
.theme-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.theme-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.theme-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  margin-right: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 90%; }

.theme-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #e5e5e5; }

.theme-checkbox:not(:disabled):active + label::before {
  background-color: inherit;
  border-color: #e5e5e5; }

.theme-checkbox:focus + label::before {
  -webkit-box-shadow: none;
          box-shadow: none; }

.theme-checkbox:focus:not(:checked) + label::before {
  border-color: #e5e5e5; }

.theme-checkbox:checked + label::before {
  border-color: #FFAF0F;
  background-color: #FFAF0F;
  background-image: url("fonts/icons/checked.svg"); }

.theme-checkbox:disabled + label::before {
  background-color: #e9ecef; }

/* theme modal */
body .modal.theme-modal .modal-content {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 433px;
  padding: 30px; }

body .modal.theme-modal .modal-body {
  padding: 10px 24px 0 27px; }

body .modal.theme-modal .modal-header {
  background: none;
  border-bottom: none;
  padding: 0 0 10px;
  position: relative; }

body .modal.theme-modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-align: center; }

body .modal.theme-modal .modal-header .close {
  color: #111110;
  top: 3px;
  opacity: 1;
  position: absolute;
  width: 21px;
  height: 21px;
  display: block;
  right: 12px;
  font-size: 20px; }

body .modal.theme-modal .modal-header .close i {
  position: relative;
  top: 4px; }

body .modal.theme-modal label {
  font-weight: 500;
  color: #929292;
  margin-bottom: 3px;
  padding-left: 5px;
  letter-spacing: 0.5px; }

body .modal.theme-modal .form-control::-webkit-input-placeholder {
  color: #cdcdcd; }

body .modal.theme-modal .form-control:-ms-input-placeholder {
  color: #cdcdcd; }

body .modal.theme-modal .form-control::-ms-input-placeholder {
  color: #cdcdcd; }

body .modal.theme-modal .form-control::placeholder {
  color: #cdcdcd; }

body .modal.theme-modal .form-control {
  border: 1px solid #cdcdcd;
  border-radius: 0px;
  color: #111110;
  padding: 4px 10px;
  line-height: 1;
  height: 30px; }

body .modal.theme-modal input.form-control:focus {
  border: 1px solid #a4a4a4; }

body .modal.theme-modal .btn {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 1px;
  background: #111110;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  text-transform: none;
  font-size: 24px;
  width: 100%;
  line-height: 72px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

body .modal.theme-modal .btn:hover,
body .modal.theme-modal .btn:focus {
  background: #111110;
  color: #ffffff; }

body .modal.theme-modal label.login-remember-form {
  color: #111110;
  font-size: 14px;
  padding-left: 0;
  margin-bottom: 5px; }

body .modal.theme-modal a.link-orange {
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700; }

body #city-popup .modal-body a {
  font-size: 14px;
  line-height: 120%;
  color: #000000; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%; }

.vertical-align-center {
  display: table-cell;
  vertical-align: middle; }

body .modal.theme-modal .modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto; }

body .modal.theme-modal .popup-or-reg a,
body .modal.theme-modal .popup-or {
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #929292; }

body .modal.theme-modal .popup-or-reg a {
  color: #111110;
  text-transform: uppercase;
  font-weight: 600; }

body .modal.theme-modal .link-enter-with * {
  color: #111110 !important;
  font-size: 14px; }

body .modal.theme-modal .link-enter-with .theme-icon {
  font-size: 30px; }

body .modal.theme-modal .form-group {
  margin-bottom: 10px; }

@media (max-width: 991px) {
  body .modal.theme-modal .col-sm-12 {
    width: 100%; } }
.popup-row-3 {
  margin-top: 3px;
  margin-bottom: 10px; }

.popup-row-4 {
  margin-top: 5px;
  margin-bottom: 24px; }

#popup-forgot-password .popup-row-4 {
  margin-top: 5px;
  margin-bottom: 7px; }

.popup-enter-with {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.popup-enter-with-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px; }

.popup-enter-with-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 222px;
          flex: 0 222px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.popup-enter-with-link a:first-child {
  padding-right: 15px; }

.popup-enter-with img {
  padding-right: 7px; }

.popup-enter-with a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  top: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.popup-enter-with .theme-icon {
  font-size: 30px; }

@media (max-width: 450px) {
  .popup-row-4 {
    margin-bottom: 10px; }

  .popup-enter-with {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }

  .popup-enter-with-link,
  .popup-enter-with-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%; }

  .popup-enter-with-text {
    margin-bottom: 5px; }

  body .modal.theme-modal .modal-content {
    max-width: 90%; }

  body .modal.theme-modal .modal-body {
    padding: 0;
    padding-top: 15px; }

  body .modal.theme-modal .modal-header .modal-title {
    font-size: 16px; }

  body .modal.theme-modal .modal-header .close {
    font-size: 16px; }
    body .modal.theme-modal .modal-header .close i {
      top: -2px; }

  body .modal.theme-modal .btn {
    font-size: 22px; } }
body .modal.theme-modal select.form-control,
body .modal.theme-modal textarea.form-control,
body .modal.theme-modal input[type="text"].form-control,
body .modal.theme-modal input[type="password"].form-control,
body .modal.theme-modal input[type="datetime"].form-control,
body .modal.theme-modal input[type="datetime-local"].form-control,
body .modal.theme-modal input[type="date"].form-control,
body .modal.theme-modal input[type="month"].form-control,
body .modal.theme-modal input[type="time"].form-control,
body .modal.theme-modal input[type="week"].form-control,
body .modal.theme-modal input[type="number"].form-control,
body .modal.theme-modal input[type="email"].form-control,
body .modal.theme-modal input[type="url"].form-control,
body .modal.theme-modal input[type="search"].form-control,
body .modal.theme-modal input[type="tel"].form-control,
body .modal.theme-modal input[type="color"].form-control {
  font-size: 12px; }

.feature-category-holder ul li a.ajax-load-category.active {
  color: #ffffff !important;
  font-weight: bold !important; }

.feature-category-holder ul li a.ajax-load-category.active span {
  border-color: transparent !important; }

.rightbannercmsblock-inner {
  overflow: hidden;
  border-radius: 7px;
  max-height: 320px; }

.common-home #tabcategory0-carousel .product-block-inner .common-home #tab-latest .product-block-inner {
  min-height: 333px; }

.box.featured .box-content ul {
  padding-bottom: 0; }

.box.featured .box-content ul .product-thumb:last-child {
  margin-bottom: 0; }

.popup-agree-holder {
  margin: 8px 0 25px 0; }

#popup-register .popup-row-5 {
  margin-bottom: 22px; }

.popup-agree-holder a,
.popup-agree-holder p {
  font-size: 12px;
  color: #929292;
  letter-spacing: 1px;
  line-height: 1.6; }

.popup-agree-holder a {
  color: #111110;
  text-decoration: underline; }

.popup-agree-holder a:hover {
  color: #ffffff;
  text-decoration: underline; }

#popup-register .popup-row-4 {
  margin-top: 9px;
  margin-bottom: 0; }

body #popup-register .btn {
  text-transform: capitalize; }

.register-pwd-holder {
  position: relative;
  top: 0;
  left: 0; }

body .modal.theme-modal .btn.see-password {
  position: absolute;
  right: 1px;
  bottom: 2px;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 26px;
  width: 26px;
  border: none;
  background: none;
  background: url(fonts/icons/r-invisible-eye.svg) no-repeat center center; }

body .modal.theme-modal .btn.see-password.open {
  background: url(fonts/icons/r-visible-eye.svg) no-repeat center center; }

#register-pwd-form {
  width: calc(100% - 38px); }

body .modal.theme-modal .alert {
  padding: 0;
  margin: 10px 0 10px 0;
  font-size: 13px;
  background: none !important;
  border: none !important; }

body .modal.theme-modal .alert .close {
  display: none; }

.jq-more-wrapper {
  padding-bottom: 50px; }

.jq-more-wrapper .btn-primary:hover,
.jq-more-wrapper .btn-primary:focus,
.jq-more-wrapper .btn-primary {
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: none;
  text-transform: none;
  color: #111110;
  opacity: 1;
  line-height: 40px;
  padding: 0 30px; }

.jq-more-wrapper .btn-primary:hover {
  opacity: 0.9; }

body .modal.theme-modal.red .modal-header {
  border-bottom: none;
  padding: 30px 0px 0px 0px;
  position: relative;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  @media (max-width: 768px) {
    body .modal.theme-modal.red .modal-header {
      padding: 20px 0px 0px 0px; } }
  body .modal.theme-modal.red .modal-header .close {
    width: auto;
    height: auto;
    position: absolute;
    top: 33px;
    right: 23px;
    font-size: 20px;
    color: #000000; }
    @media (max-width: 768px) {
      body .modal.theme-modal.red .modal-header .close {
        font-size: 16px;
        top: 25px; } }
    @media (max-width: 480px) {
      body .modal.theme-modal.red .modal-header .close {
        font-size: 14px;
        right: 15px; } }
  body .modal.theme-modal.red .modal-header .modal-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #111110; }
    @media (max-width: 768px) {
      body .modal.theme-modal.red .modal-header .modal-title {
        font-size: 18px; } }
    @media (max-width: 480px) {
      body .modal.theme-modal.red .modal-header .modal-title {
        font-size: 16px; } }
body .modal.theme-modal.red .modal-content {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 433px;
  border-radius: 0px; }
  @media (max-width: 768px) {
    body .modal.theme-modal.red .modal-content {
      width: 100%; } }
body .modal.theme-modal.red .modal-body {
  padding: 20px 35px 30px 35px; }
  body .modal.theme-modal.red .modal-body a {
    font-size: 14px;
    line-height: 120%;
    color: #111110; }
  @media (max-width: 768px) {
    body .modal.theme-modal.red .modal-body {
      padding: 20px 35px 20px 35px; }
      body .modal.theme-modal.red .modal-body a {
        font-size: 12px; } }

#city-popup .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #city-popup .modal-body a {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    padding-right: 20px;
    margin: 0;
    border-right: 1px solid #ff9600; }
    #city-popup .modal-body a:nth-child(2n) {
      padding-left: 50px;
      padding-right: 0;
      border-right: none; }

.btn-mini-cart {
  position: relative; }
  .btn-mini-cart .basket-cart-counter {
    position: absolute;
    right: -0.7em;
    top: -0.5em;
    margin: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #fff;
    width: 17px;
    height: 17px;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    @media (max-width: 991px) {
      .btn-mini-cart .basket-cart-counter {
        width: 14px;
        height: 14px;
        font-size: 9px;
        line-height: 14px;
        right: -0.5em; } }

#modal-basket-popup .modal-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

#modal-basket-popup .modal-footer {
  text-align: right;
  padding: 20px; }

@media (max-width: 1260px) {
  #modal-basket-popup .modal-content {
    max-width: 80%; } }
@media (max-width: 991px) {
  #modal-basket-popup .modal-content {
    max-width: 96%; } }
#modal-basket-popup .modal-footer .btn {
  letter-spacing: 1px;
  background: #ff9600;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  line-height: 72px;
  padding: 0 40px;
  width: auto; }

#modal-basket-popup .modal-footer .btn.btn-secondary {
  background: #111110;
  color: #fff;
  margin-right: 20px; }

#modal-basket-popup .modal-content .total_price {
  border-top: 1px solid #e5e5e5; }

#modal-basket-popup .total_price {
  text-align: right; }

#modal-basket-popup .total_price .total {
  display: inline-block;
  width: auto;
  padding-right: 10px; }

#modal-basket-popup .total_price .total span {
  display: inline-block;
  font-weight: 500;
  color: #111110;
  width: auto;
  text-align: left; }

#modal-basket-popup .total_price .total span.price_t {
  font-weight: 600;
  font-size: 48px; }

#modal-basket-popup .total_price .total span.totals {
  padding-top: 27px;
  padding-bottom: 18px; }

#modal-basket-popup .price_t:nth-child(1) {
  display: none; }

#modal-basket-popup .input-group.input-group--quantity.btn-block .btn-number.btn-number_left {
  border-right: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0px 1px 0px 0px;
  background: #585858; }

#modal-basket-popup .input-group.input-group--quantity.btn-block .btn-number.btn-number_right {
  border-right: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0px 0px 0px 1px;
  background: #585858; }

@media (max-width: 991px) {
  #modal-basket-popup .modal-footer .btn {
    padding: 0 20px;
    line-height: 42px;
    font-size: 14px; } }
@media (max-width: 700px) {
  #modal-basket-popup .modal-footer .btn:first-child {
    margin-bottom: 10px; } }
@media (max-width: 800px) {
  #modal-basket-popup .modal-footer {
    padding: 0; }

  #modal-basket-popup .total_price {
    text-align: left; }

  #modal-basket-popup .total_price .total span.price_t {
    font-size: 24px; }

  #modal-basket-popup .total_price .total span.totals {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 14px; }

  #modal-basket-popup .modal-footer .btn {
    width: 100%;
    padding: 0 20px;
    margin: 0; } }
#modal-basket-popup .cart {
  padding-top: 6px; }

#modal-basket-popup .cart-table__image img {
  width: 97px;
  height: auto; }

#modal-basket-popup .input-group.input-group--quantity.btn-block {
  border: none;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  margin-right: 18px;
  width: 116px;
  margin: 0 auto; }

#modal-basket-popup .input-group.input-group--quantity.btn-block .product_quantity_input {
  padding: 0;
  height: auto;
  text-align: center;
  height: 38px;
  width: 38px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  background: #585858; }

#modal-basket-popup .input-group.input-group--quantity.btn-block .btn-number {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #585858;
  border: none;
  font-size: 21px; }

#modal-basket-popup .cart-table-order .cart-table__total {
  text-align: center;
  font-size: 18px;
  font-weight: bold; }

#modal-basket-popup .cart-table-order .t-head .cart-table__total {
  font-size: 16px;
  font-weight: 300; }

#modal-basket-popup .btn.btn-remove.remove_item_btn:hover {
  color: initial; }

#modal-basket-popup .input-group.input-group--quantity.btn-block .btn-number.btn-number_left {
  border-right: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

#modal-basket-popup .input-group.input-group--quantity.btn-block .btn-number.btn-number_right {
  border-left: none;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

#modal-basket-popup .btn-remove.remove_item_btn {
  background-color: #fff;
  border: none; }

#modal-basket-popup table.cart-table.cart-table-order {
  width: 100%; }

#modal-basket-popup .cart-table-order .cart-table-row {
  border-top: 1px solid #cdcdcd; }

#modal-basket-popup .cart-table-order .cart-table-row.t-head {
  border: none; }

#modal-basket-popup .cart-table-order td {
  text-align: center;
  font-weight: 300;
  padding: 11px 10px; }

#modal-basket-popup .cart-table-order th {
  text-align: center;
  font-weight: 300; }

#modal-basket-popup .wrap-breadcrumb .breadcrumb {
  margin-bottom: 20px; }

#modal-basket-popup .cart-total {
  text-align: right;
  border-bottom: 1px solid #cdcdcd;
  padding: 4px 0;
  margin-top: 8px; }

#modal-basket-popup .cart-total-value {
  font-size: 16px; }

.cart-table-order th {
  font-size: 16px;
  padding-bottom: 5px; }

.cart-table-order_mob {
  display: none; }

.total_text {
  font-weight: 400;
  font-size: 18px;
  margin: 0px 45px 0px 0px;
  letter-spacing: 0.15em;
  text-transform: uppercase; }

.c-wrapper.container {
  padding: 0; }

.delivery_right h4 {
  font-size: 14px;
  margin-bottom: 0; }

.delivery_right .cart-section-form-group {
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 14px; }

.cart-section--confirm .total_product_line,
.cart-section--confirm .total_product_price_line,
.cart-section--confirm .payment-type {
  width: 95%;
  margin: 0 auto; }

#modal-basket-popup .btn::before {
  font-size: 20px;
  color: #585858; }

@media (max-width: 991px) {
  #modal-basket-popup .cart-table-order .cart-table-row:first-child {
    border-top: none; }

  #modal-basket-popup .cart-table-order .cart-table-row {
    padding: 8px 5px; }

  #modal-basket-popup .total_price {
    margin: 0 -10px; }

  #modal-basket-popup .total_price .col-sm-12,
  #modal-basket-popup .btn-remove.remove_item_btn {
    padding: 0; }

  #modal-basket-popup .modal-body {
    padding: 15px; }

  #modal-basket-popup .right-block .total h2 {
    text-align: right; }

  #modal-basket-popup .basket-total .total {
    text-align: center; }

  #modal-basket-popup .input-group.input-group--quantity_mob.btn-block {
    width: 97px; }

  #modal-basket-popup .input-group.input-group--quantity_mob.btn-block .btn-number {
    width: 25px;
    height: 25px;
    padding: 5px;
    font-size: 17px;
    line-height: 19px; }

  #modal-basket-popup .input-group.input-group--quantity_mob.btn-block .product_quantity_input {
    height: 25px;
    width: 25px;
    font-size: 14px; }

  #modal-basket-popup .cart {
    padding: 2px 0;
    margin: 20px 0px 0px 0px; }

  #modal-basket-popup .cart-section.main-cart-section {
    margin-top: -11px; }

  #modal-basket-popup .delivery_right {
    padding-left: 13px; }

  #modal-basket-popup .delivery_right .form-group.select_menu {
    margin-bottom: 10px; }

  #modal-basket-popup div.payment-type.payment-bank-card {
    padding: 7px 0; }

  #modal-basket-popup .cart-section--confirm .total_product_line,
  .cart-section--confirm .total_product_price_line,
  .cart-section--confirm .payment-type {
    width: 100%; }

  #modal-basket-popup .footerbefore {
    margin-top: 0; }

  #modal-basket-popup footer {
    margin-top: 11px; }

  #modal-basket-popup .delivery_left .comment-form-group label {
    top: -6px;
    line-height: 22px; }

  #modal-basket-popup .cart-table-order .cart-table__total {
    line-height: 1;
    text-align: right; }

  #modal-basket-popup .cart-section--confirm div.notice {
    line-height: 14px; }

  #modal-basket-popup .product_table_three button {
    width: 19px;
    float: right; }

  #modal-basket-popup .cart-table.cart-table-order {
    display: none; }

  #modal-basket-popup .cart-table.cart-table-order.cart-table-order_mob {
    display: block; }

  #modal-basket-popup .cart-table-order_mob .cart-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0; }

  #modal-basket-popup .product_table_one {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  #modal-basket-popup button#send-order {
    margin-bottom: 20px; }

  #modal-basket-popup .product_table_two {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 5px; }

  #modal-basket-popup .product_table_three {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    font-weight: 700;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  #modal-basket-popup .cart-total-value {
    font-size: 26px;
    font-weight: 700; }

  #modal-basket-popup .cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0; }

  #modal-basket-popup .cart-table-order_mob .cart-table__name {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px; }

  #modal-basket-popup .prop_count_and_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 260px; }

  #modal-basket-popup .product_table_one img {
    width: 50px;
    height: auto; }

  #modal-basket-popup .cart-section.cart-section--confirm > div {
    height: auto; }

  #modal-basket-popup .total_product_line .confirm-order__quantity {
    display: none; }

  #modal-basket-popup .cart-section.cart-section--confirm {
    width: 100%; }

  #modal-basket-popup .cart-section--confirm .confirm-order__title,
  .cart-section--confirm .payment-type {
    padding: 7px 0; }

  #modal-basket-popup .total_text {
    font-weight: 400; }

  #modal-basket-popup .cart-section.cart-section--confirm {
    font-size: 12px; } }
@media (max-width: 992px) {
  #modal-basket-popup .price_per_item {
    display: none; } }
@media (max-width: 485px) {
  #modal-basket-popup .modal-footer {
    text-align: center; }

  #modal-basket-popup .cart-table-order .cart-table__total {
    font-size: 14px; } }
@media (max-width: 478px) {
  #modal-basket-popup .fixed-top a {
    display: block;
    padding: 5px; } }
body #modal-basket-popup.modal.theme-modal.red .btn.btn-remove {
  color: #111110; }
body #modal-basket-popup.modal.theme-modal.red .modal-header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px; }
body #modal-basket-popup.modal.theme-modal.red .modal-body {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
body #modal-basket-popup.modal.theme-modal.red .modal-footer {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body #modal-basket-popup.modal.theme-modal.red .modal-footer::before {
    content: "";
    display: none; }
  body #modal-basket-popup.modal.theme-modal.red .modal-footer::after {
    content: "";
    display: none; }
  @media (max-width: 700px) {
    body #modal-basket-popup.modal.theme-modal.red .modal-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
body #modal-basket-popup.modal.theme-modal.red .total_price .total span.totals {
  padding-top: 30px;
  padding-bottom: 0; }
body #modal-basket-popup.modal.theme-modal.red .total_price .total {
  padding-right: 0; }
body #modal-basket-popup.modal.theme-modal.red .total_price .total span.price_t {
  line-height: 1.2;
  padding-bottom: 30px; }
@media (max-width: 720px) {
  body #modal-basket-popup.modal.theme-modal.red .modal-header {
    padding-left: 15px; }
    body #modal-basket-popup.modal.theme-modal.red .modal-header .modal-title {
      font-size: 18px; }
    body #modal-basket-popup.modal.theme-modal.red .modal-header .close {
      top: 22px;
      right: 15px; }
  body #modal-basket-popup.modal.theme-modal.red .modal-body {
    padding: 15px; } }

.modal-footer-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

body .modal.theme-modal .modal-footer-secondary .btn {
  padding: 0px 40px; }
  @media (max-width: 480px) {
    body .modal.theme-modal .modal-footer-secondary .btn {
      font-size: 16px;
      height: 45px;
      padding: 0px 25px; } }
  @media (max-width: 450px) {
    body .modal.theme-modal .modal-footer-secondary .btn {
      font-size: 16px; } }

.main-home__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 686px; }
  .main-home__image img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 722px;
            flex: 0 1 722px;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }
  @media (max-width: 992px) {
    .main-home__image {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      min-height: 100%;
      margin: 30px 0px 30px 0px; }
      .main-home__image img {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        padding: 0px 25px 0px 25px; } }
.main-home__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0px 110px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 1400px) {
    .main-home__content {
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .main-home__content {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.main-home__title {
  font-size: 45px;
  line-height: 122%;
  color: #ff9600;
  margin: 0px 0px 10px 0px; }
  .main-home__title span {
    font-weight: 700;
    font-size: 45px;
    line-height: 122%; }
  @media (max-width: 992px) {
    .main-home__title {
      text-align: center; } }
  @media (max-width: 768px) {
    .main-home__title {
      font-size: 28px;
      margin: 0px 0px 7px 0px; }
      .main-home__title span {
        font-size: 28px; } }
.main-home__subtitle {
  font-size: 25px;
  line-height: 120%;
  color: #111110;
  margin: 0px 0px 50px 0px; }
  @media (max-width: 992px) {
    .main-home__subtitle {
      text-align: center; } }
  @media (max-width: 768px) {
    .main-home__subtitle {
      font-size: 16px;
      margin: 0px 0px 15px 0px; } }
.main-home__button {
  background: #ffffff;
  border: 1px solid #111110;
  width: 398px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #111110;
  padding: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main-home__button:hover {
    color: #ffffff;
    background: -webkit-gradient(linear, right top, left top, color-stop(5.99%, #ce650d), color-stop(94.87%, #f7a80c));
    background: linear-gradient(270deg, #ce650d 5.99%, #f7a80c 94.87%);
    border: 1px solid linear-gradient(270deg, #ce650d 5.99%, #f7a80c 94.87%); }
  @media (max-width: 768px) {
    .main-home__button {
      width: 255px;
      font-size: 12px;
      padding: 8px; } }
.main-home__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0px 0px 60px 60px; }
  @media (max-width: 1400px) {
    .main-home__catalog {
      margin: 0px 0px 60px 10px; } }
  @media (max-width: 992px) {
    .main-home__catalog {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      margin: 0px 0px 35px 0px; } }
.main-home__catalog-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 1113px;
          flex: 1 1 1113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left top, color-stop(5.99%, #ce650d), color-stop(94.87%, #f7a80c));
  background: linear-gradient(270deg, #ce650d 5.99%, #f7a80c 94.87%);
  margin: 0px 0px 0px 30px; }
  @media (max-width: 992px) {
    .main-home__catalog-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0px 0px 0px 0px; } }
.main-home__catalog-title {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: center; }
  .main-home__catalog-title span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #cdcdcd;
    margin: 24px 0px 24px -15px;
    background: #ffffff;
    position: relative;
    z-index: 5; }
  .main-home__catalog-title::before {
    content: "";
    height: 50%;
    width: 1px;
    background-color: #cdcdcd; }
  .main-home__catalog-title::after {
    content: "";
    height: 50%;
    width: 1px;
    background-color: #cdcdcd; }
  @media (max-width: 992px) {
    .main-home__catalog-title {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 40px;
              flex: 0 1 40px;
      margin: 0px 0px 20px 0px; }
      .main-home__catalog-title span {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
                writing-mode: horizontal-tb;
        margin: -15px 0px 0px 0px;
        padding: 0px 20px 0px 20px; }
      .main-home__catalog-title::before {
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .main-home__catalog-title::after {
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        right: 0; } }
  @media (max-width: 480px) {
    .main-home__catalog-title span {
      font-size: 20px;
      margin: -12px 0px 0px 0px;
      padding: 0px 15px 0px 15px; } }
.main-home__border-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-top: 2px solid #cdcdcd; }
  @media (max-width: 992px) {
    .main-home__border-top {
      border-top: 1px solid #cdcdcd; } }
.main-home__border-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border-top: 2px solid #cdcdcd; }
  @media (max-width: 992px) {
    .main-home__border-bottom {
      display: none; } }
.main-home__catalog-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px; }
  .main-home__catalog-more::before {
    font-size: 30px;
    color: #ffffff;
    border-left: 2px solid #ffffff; }

.main-home__catalog .main-header__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 900px;
          flex: 0 1 900px;
  max-width: 100%;
  padding: 35px 0px 35px 35px;
  opacity: 1; }
  @media (max-width: 992px) {
    .main-home__catalog .main-header__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 25px 13px 0px 13px; } }
  @media (max-width: 400px) {
    .main-home__catalog .main-header__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }

.main-home__catalog .main-header__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 215px;
          flex: 0 1 215px;
  min-height: 210px; }
  @media (max-width: 992px) {
    .main-home__catalog .main-header__column {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      min-height: auto; } }
  @media (max-width: 400px) {
    .main-home__catalog .main-header__column {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; } }

.main-home__catalog .main-header__item span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px; }
.main-home__catalog .main-header__item::before {
  font-size: 50px; }
@media (max-width: 1300px) {
  .main-home__catalog .main-header__item {
    padding: 45px 10px; } }
@media (max-width: 768px) {
  .main-home__catalog .main-header__item {
    padding: 45px 20px; }
    .main-home__catalog .main-header__item span {
      font-size: 12px; }
    .main-home__catalog .main-header__item::before {
      font-size: 35px; } }

.common-home .title {
  padding-bottom: 0;
  display: block;
  padding: 0px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 0px 25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }
  @media (max-width: 768px) {
    .common-home .title {
      margin: 0px 0px 0px 15px;
      padding: 0px 0px 0px 0px; } }
  .common-home .title .h1 {
    font-size: 30px;
    line-height: 120%;
    font-weight: 700;
    text-transform: none;
    text-align: left;
    margin: 0;
    white-space: nowrap;
    color: #111110; }
    .common-home .title .h1.black {
      color: #111110; }
      .common-home .title .h1.black a {
        color: #111110; }
    @media (max-width: 768px) {
      .common-home .title .h1 {
        font-size: 26px; } }
    @media (max-width: 480px) {
      .common-home .title .h1 {
        font-size: 16px; } }
.common-home .home-text-holder * {
  color: #111110; }
.common-home .home-text-holder h1 {
  padding: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #111110;
  text-transform: none;
  margin: 0px 0px 25px 25px; }
  @media (max-width: 768px) {
    .common-home .home-text-holder h1 {
      font-size: 24px;
      margin: 7px 0px 5px 7px; } }
.common-home .home-text-holder h2 {
  padding: 0;
  font-weight: 500;
  font-size: 21px;
  line-height: 120%;
  margin: 0px 0px 15px 0px; }
  @media (max-width: 768px) {
    .common-home .home-text-holder h2 {
      font-size: 18px;
      margin: 0px 0px 10px 0px; } }
.common-home .home-text-holder a {
  text-decoration: underline;
  color: #111110; }
  .common-home .home-text-holder a:hover {
    color: #ffffff;
    text-decoration: none; }
.common-home .home-text-holder .home-text p {
  font-size: 16px;
  line-height: 120%;
  color: #111110;
  margin: 0px 0px 25px 0px; }
  .common-home .home-text-holder .home-text p:last-child {
    margin: 0px 0px 0px 0px; }
.common-home .home-text-holder .home-text ol li {
  margin: 0px 0px 5px 0px; }
.common-home .home-text-holder .home-text ul li {
  margin: 0px 0px 5px 0px; }
@media (max-width: 768px) {
  .common-home .home-text-holder .home-text p {
    font-size: 14px; } }
.common-home .special-holder .title .h1 {
  padding: 0 0 15px 0; }
  @media (max-width: 991px) {
    .common-home .special-holder .title .h1 {
      padding: 0 0 5px 0; } }
.common-home .home-contact-us-holder {
  margin-top: 8%; }
  .common-home .home-contact-us-holder .title .h1 {
    color: #111110;
    padding: 0 0 15px 0; }
  .common-home .home-contact-us-holder .home-contact-us-inner {
    border-radius: 10px;
    background-color: #111110;
    color: #e0dfd5; }
    .common-home .home-contact-us-holder .home-contact-us-inner input,
    .common-home .home-contact-us-holder .home-contact-us-inner textarea {
      background: transparent;
      padding: 16px 30px; }
    .common-home .home-contact-us-holder .home-contact-us-inner textarea {
      resize: none;
      min-height: 57%; }
    .common-home .home-contact-us-holder .home-contact-us-inner .contact-us-input {
      font-size: 14px;
      line-height: 1;
      margin-bottom: 30px;
      border: 1px solid #e0dfd5;
      border-radius: 4px; }
      .common-home .home-contact-us-holder .home-contact-us-inner .contact-us-input.no-margin {
        margin: 0; }
      .common-home .home-contact-us-holder .home-contact-us-inner .contact-us-input::-webkit-input-placeholder {
        color: #e0dfd5;
        opacity: 1; }
      .common-home .home-contact-us-holder .home-contact-us-inner .contact-us-input:-ms-input-placeholder {
        color: #e0dfd5;
        opacity: 1; }
      .common-home .home-contact-us-holder .home-contact-us-inner .contact-us-input::-ms-input-placeholder {
        color: #e0dfd5;
        opacity: 1; }
      .common-home .home-contact-us-holder .home-contact-us-inner .contact-us-input::placeholder {
        color: #e0dfd5;
        opacity: 1; }
      .common-home .home-contact-us-holder .home-contact-us-inner .contact-us-input#send-contact-us-form {
        background: #e0dfd5;
        color: #111110;
        padding: 18px 0;
        font-weight: 500;
        text-transform: uppercase; }
    .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      position: relative; }
      .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item {
        padding: 40px 30px; }
        .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-1 {
          -webkit-box-flex: 0;
              -ms-flex: 0 25%;
                  flex: 0 25%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: space-evenly;
              -ms-flex-pack: space-evenly;
                  justify-content: space-evenly; }
        .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-2 {
          -webkit-box-flex: 0;
              -ms-flex: 0 25%;
                  flex: 0 25%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: space-evenly;
              -ms-flex-pack: space-evenly;
                  justify-content: space-evenly; }
        .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-3 {
          -webkit-box-flex: 0;
              -ms-flex: 0 35%;
                  flex: 0 35%;
          position: relative; }
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-3 .img-responsive {
            position: relative;
            bottom: -18%;
            left: 0;
            margin: -60% auto 0; }
        .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 {
          padding: 0 22px;
          -webkit-box-flex: 0;
              -ms-flex: 0 auto;
                  flex: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: stretch;
              -ms-flex-pack: stretch;
                  justify-content: stretch;
          border-left: 1px solid #e0dfd5;
          border-radius: 10px; }
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 .home-contact-social-block,
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 ul {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: stretch;
                -ms-flex-pack: stretch;
                    justify-content: stretch; }
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 ul {
            -webkit-box-pack: space-evenly;
                -ms-flex-pack: space-evenly;
                    justify-content: space-evenly; }
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 ul,
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 li,
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 a {
            list-style: none;
            margin: 0;
            padding: 0; }
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 a,
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 i,
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 a:hover,
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 a:focus {
            font-size: 40px;
            color: #e0dfd5; }
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 a:hover i {
            text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6); }
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 i.icon-telegram {
            font-size: 38px; }

.bestseller-holder .title::after {
  content: "";
  display: none; }
@media (max-width: 768px) {
  .bestseller-holder .title::after {
    content: "";
    margin: 0px 58px 0px 8px;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    border: 1px solid #cdcdcd;
    background: #cdcdcd; } }

.featured-holder .title::after {
  content: "";
  display: none; }
@media (max-width: 768px) {
  .featured-holder .title::after {
    content: "";
    margin: 0px 58px 0px 8px;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    border: 1px solid #cdcdcd;
    background: #cdcdcd; } }

.menu-banner {
  position: relative;
  z-index: 1; }
  @media (max-width: 480px) {
    .menu-banner {
      padding: 45px 0 20px 0;
      background: #111110; }
      .menu-banner .main-menu-banner-image {
        display: none; } }
  .menu-banner .img-responsive {
    width: 100%; }
  .menu-banner .swiper-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%; }
  .menu-banner .swiper-viewport {
    border: none;
    margin: 0 !important; }
    .menu-banner .swiper-viewport .swiper-button-next {
      opacity: 1;
      right: -20%;
      width: 40px;
      height: 50px;
      background: url("fonts/icons/right-arrow.svg") no-repeat 50% 50%; }
      @media (max-width: 991px) {
        .menu-banner .swiper-viewport .swiper-button-next {
          right: -46px;
          background-size: 30px auto; } }
      @media (max-width: 480px) {
        .menu-banner .swiper-viewport .swiper-button-next {
          right: -56px; } }
      .menu-banner .swiper-viewport .swiper-button-next:after {
        display: none; }
    .menu-banner .swiper-viewport .swiper-button-prev {
      opacity: 1;
      left: -20%;
      width: 40px;
      height: 50px;
      background: url("fonts/icons/left-arrow.svg") no-repeat 50% 50%; }
      @media (max-width: 991px) {
        .menu-banner .swiper-viewport .swiper-button-prev {
          background-size: 30px auto;
          left: -46px; } }
      @media (max-width: 480px) {
        .menu-banner .swiper-viewport .swiper-button-prev {
          left: -56px; } }
      .menu-banner .swiper-viewport .swiper-button-prev:after {
        display: none; }
    .menu-banner .swiper-viewport .swiper-slide {
      padding: 0; }
      .menu-banner .swiper-viewport .swiper-slide::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        z-index: 2; }
      .menu-banner .swiper-viewport .swiper-slide-btn {
        padding-top: 40px; }
        @media (max-width: 991px) {
          .menu-banner .swiper-viewport .swiper-slide-btn {
            padding-top: 30px; } }
        @media (max-width: 720px) {
          .menu-banner .swiper-viewport .swiper-slide-btn {
            padding-top: 5px; } }
    @media (max-width: 991px) {
      .menu-banner .swiper-viewport img {
        margin: 0 -30%;
        width: calc(100% + 30%);
        max-width: initial; } }
    @media (max-width: 720px) {
      .menu-banner .swiper-viewport img {
        margin: 0 -40%;
        width: calc(100% + 40%); } }
  .menu-banner .swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 87px;
    line-height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    left: 0;
    right: 0; }
    @media (max-width: 991px) {
      .menu-banner .swiper-pagination {
        bottom: 35px; } }
    @media (max-width: 480px) {
      .menu-banner .swiper-pagination {
        bottom: 20px; } }
    .menu-banner .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      border: 1px solid #fff;
      margin: 0 10px;
      background: none; }
      .menu-banner .swiper-pagination-bullet:hover, .menu-banner .swiper-pagination-bullet:active {
        background: none; }
      @media (max-width: 991px) {
        .menu-banner .swiper-pagination-bullet {
          width: 6px;
          height: 6px;
          margin: 0 6px; } }
      .menu-banner .swiper-pagination-bullet-active {
        background: #fff; }
  .menu-banner .swiper-text {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500; }
    @media (max-width: 991px) {
      .menu-banner .swiper-text {
        font-size: 18px; } }
    @media (max-width: 480px) {
      .menu-banner .swiper-text {
        font-size: 15px; } }
    @media (max-width: 375px) {
      .menu-banner .swiper-text {
        font-size: 13px; } }
    .menu-banner .swiper-text-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .menu-banner .category-menu-wrapper {
    position: absolute;
    z-index: 2;
    height: 300px;
    width: 300px;
    left: 42%;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 223, 213, 0.3)), to(rgba(224, 223, 213, 0.3))), -webkit-gradient(linear, left top, left bottom, from(rgba(224, 223, 213, 0.2)), to(rgba(224, 223, 213, 0)));
    background: linear-gradient(0deg, rgba(224, 223, 213, 0.3), rgba(224, 223, 213, 0.3)), linear-gradient(180deg, rgba(224, 223, 213, 0.2) 0%, rgba(224, 223, 213, 0) 100%);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    top: 100px; }
    @media (max-width: 1440px) {
      .menu-banner .category-menu-wrapper {
        height: 21.5vw;
        width: 21.5vw;
        left: 39.2%;
        top: 19%; } }
    @media (max-width: 480px) {
      .menu-banner .category-menu-wrapper {
        position: relative;
        height: 200px;
        width: 200px;
        left: auto;
        top: 16%;
        margin: 0 auto; } }
    .menu-banner .category-menu-wrapper .category-menu-item-holder {
      height: 300px;
      width: 300px; }
      @media (max-width: 1440px) {
        .menu-banner .category-menu-wrapper .category-menu-item-holder {
          height: 21.5vw;
          width: 21.5vw; } }
      @media (max-width: 480px) {
        .menu-banner .category-menu-wrapper .category-menu-item-holder {
          height: 200px;
          width: 200px; } }
      .menu-banner .category-menu-wrapper .category-menu-item-holder a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        height: 100%;
        padding: 14% 10% 10%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        position: relative;
        z-index: 11; }
        .menu-banner .category-menu-wrapper .category-menu-item-holder a img {
          max-width: 42%;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
        .menu-banner .category-menu-wrapper .category-menu-item-holder a span {
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          font-size: 18px;
          display: block; }
          @media (max-width: 1440px) {
            .menu-banner .category-menu-wrapper .category-menu-item-holder a span {
              font-size: 1.1vw; } }
          @media (max-width: 480px) {
            .menu-banner .category-menu-wrapper .category-menu-item-holder a span {
              font-size: 12px; } }
          .menu-banner .category-menu-wrapper .category-menu-item-holder a span.white {
            color: #111110; }
          .menu-banner .category-menu-wrapper .category-menu-item-holder a span.red {
            color: #111110;
            text-transform: uppercase;
            font-weight: bold; }

.categories-on-main-page {
  background: #fff;
  padding: 60px 0; }
  @media (max-width: 991px) {
    .categories-on-main-page {
      padding: 15px 0; } }
  .categories-on-main-page .categories-on-main-page-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .categories-on-main-page .categories-on-main-page-items {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 33.333%;
            flex: 0 33.333%;
    background: #c4c4c4;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff; }
    .categories-on-main-page .categories-on-main-page-items:before {
      -webkit-transition: ease all 1s;
      transition: ease all 1s;
      display: none;
      content: " ";
      width: 100%;
      height: 100%;
      background: #111110;
      opacity: 0.2;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2; }
    @media (max-width: 991px) {
      .categories-on-main-page .categories-on-main-page-items {
        -webkit-box-flex: 0;
            -ms-flex: 0 50%;
                flex: 0 50%; }
        .categories-on-main-page .categories-on-main-page-items.empty2 {
          display: none; } }
    .categories-on-main-page .categories-on-main-page-items:nth-child(3), .categories-on-main-page .categories-on-main-page-items:nth-child(6), .categories-on-main-page .categories-on-main-page-items:nth-child(9), .categories-on-main-page .categories-on-main-page-items:nth-child(12) {
      border-right: none; }
    .categories-on-main-page .categories-on-main-page-items:nth-last-child(-n + 3) {
      border-bottom: none; }
    @media (max-width: 991px) {
      .categories-on-main-page .categories-on-main-page-items {
        border-bottom: 2px solid #111110;
        border-right: 2px solid #111110; }
        .categories-on-main-page .categories-on-main-page-items:nth-child(3), .categories-on-main-page .categories-on-main-page-items:nth-child(6), .categories-on-main-page .categories-on-main-page-items:nth-child(9), .categories-on-main-page .categories-on-main-page-items:nth-child(12) {
          border-bottom: 2px solid #111110;
          border-right: 2px solid #111110; }
        .categories-on-main-page .categories-on-main-page-items:nth-child(7), .categories-on-main-page .categories-on-main-page-items:nth-child(8), .categories-on-main-page .categories-on-main-page-items:nth-child(9), .categories-on-main-page .categories-on-main-page-items:nth-child(12) {
          border-bottom: 2px solid #111110;
          border-right: 2px solid #111110; }
        .categories-on-main-page .categories-on-main-page-items:nth-last-child(-n + 3) {
          border-bottom: 2px solid #111110; }
        .categories-on-main-page .categories-on-main-page-items:nth-last-child(-n + 2) {
          border-bottom: none; }
        .categories-on-main-page .categories-on-main-page-items:nth-child(2), .categories-on-main-page .categories-on-main-page-items:nth-child(4), .categories-on-main-page .categories-on-main-page-items:nth-child(6), .categories-on-main-page .categories-on-main-page-items:nth-child(8), .categories-on-main-page .categories-on-main-page-items:nth-child(10) {
          border-right: none; } }
    .categories-on-main-page .categories-on-main-page-items .img-responsive {
      width: 100%;
      height: 100%; }
    .categories-on-main-page .categories-on-main-page-items .categories-on-main-page-items-title {
      -webkit-transition: ease 0.5s all;
      transition: ease 0.5s all;
      position: absolute;
      bottom: 20%;
      left: 20%;
      z-index: 3;
      width: 60%;
      font-size: 36px;
      line-height: 1.2;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      background: rgba(71, 71, 71, 0.45);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px);
      text-align: center;
      height: 60%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .categories-on-main-page .categories-on-main-page-items .categories-on-main-page-items-title .item-1 {
        font-size: 50px;
        display: block; }
      .categories-on-main-page .categories-on-main-page-items .categories-on-main-page-items-title .item-2 {
        font-size: 36px;
        display: block; }
      .categories-on-main-page .categories-on-main-page-items .categories-on-main-page-items-title .item-3 {
        font-size: 100px;
        display: block;
        line-height: 1; }
      @media (max-width: 1200px) {
        .categories-on-main-page .categories-on-main-page-items .categories-on-main-page-items-title .item-1 {
          font-size: 2.7vw; }
        .categories-on-main-page .categories-on-main-page-items .categories-on-main-page-items-title .item-2 {
          font-size: 2vw; }
        .categories-on-main-page .categories-on-main-page-items .categories-on-main-page-items-title .item-3 {
          font-size: 5.25vw; } }
      @media (max-width: 480px) {
        .categories-on-main-page .categories-on-main-page-items .categories-on-main-page-items-title .item-1 {
          font-size: 5vw; }
        .categories-on-main-page .categories-on-main-page-items .categories-on-main-page-items-title .item-2 {
          font-size: 3vw; }
        .categories-on-main-page .categories-on-main-page-items .categories-on-main-page-items-title .item-3 {
          font-size: 10vw; } }
    .categories-on-main-page .categories-on-main-page-items:hover .categories-on-main-page-items-title {
      background: rgba(71, 71, 71, 0.4);
      text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9); }
    .categories-on-main-page .categories-on-main-page-items:hover:before {
      opacity: 0; }
  .categories-on-main-page.tpl-2 {
    text-align: center;
    padding: 150px 0 30px 0;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
    text-transform: uppercase;
    color: #111110; }
    @media (max-width: 991px) {
      .categories-on-main-page.tpl-2 {
        padding: 15px 0;
        background: none; } }
    .categories-on-main-page.tpl-2 .categories-on-main-page-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #111110 !important;
      background-color: transparent;
      text-align: center; }
      .categories-on-main-page.tpl-2 .categories-on-main-page-items span,
      .categories-on-main-page.tpl-2 .categories-on-main-page-items img {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .categories-on-main-page.tpl-2 .categories-on-main-page-items .img-responsive {
        max-width: 150px;
        margin-bottom: 20px;
        height: auto; }
        @media (max-width: 991px) {
          .categories-on-main-page.tpl-2 .categories-on-main-page-items .img-responsive {
            width: 70%; } }
        .categories-on-main-page.tpl-2 .categories-on-main-page-items .img-responsive.hover {
          display: none; }
      .categories-on-main-page.tpl-2 .categories-on-main-page-items:hover .img-responsive {
        display: none; }
        .categories-on-main-page.tpl-2 .categories-on-main-page-items:hover .img-responsive.hover {
          display: block;
          -webkit-animation-name: fadeIn;
          -webkit-animation-duration: 1s;
          animation-name: fadeIn;
          -webkit-animation-duration: 0.4s;
                  animation-duration: 0.4s; }
      .categories-on-main-page.tpl-2 .categories-on-main-page-items:before {
        display: none; }
      .categories-on-main-page.tpl-2 .categories-on-main-page-items-title-tpl-2 {
        font-weight: 500;
        font-size: 36px;
        padding-bottom: 40px;
        line-height: 1.2;
        padding-top: 30px;
        display: block; }
        @media (max-width: 1200px) {
          .categories-on-main-page.tpl-2 .categories-on-main-page-items-title-tpl-2 {
            font-size: 2vw;
            padding-bottom: 30px;
            padding-top: 10px; } }
        @media (max-width: 480px) {
          .categories-on-main-page.tpl-2 .categories-on-main-page-items-title-tpl-2 {
            font-size: 3vw; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  40% {
    opacity: 0.3; }
  60% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  40% {
    opacity: 0.3; }
  60% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@media (max-width: 1020px) {
  .common-home .home-contact-us-holder {
    margin-top: 0; }
    .common-home .home-contact-us-holder .title .h1 {
      color: #111110;
      padding: 0 0 11em 0; }
    .common-home .home-contact-us-holder .home-contact-us-inner input,
    .common-home .home-contact-us-holder .home-contact-us-inner textarea {
      padding: 16px; }
    .common-home .home-contact-us-holder .home-contact-us-inner textarea {
      resize: none;
      min-height: 57%; }
    .common-home .home-contact-us-holder .home-contact-us-inner .contact-us-input {
      font-size: 14px;
      line-height: 1;
      margin-bottom: 30px; }
      .common-home .home-contact-us-holder .home-contact-us-inner .contact-us-input.no-margin {
        margin: 0; }
      .common-home .home-contact-us-holder .home-contact-us-inner .contact-us-input::-webkit-input-placeholder {
        opacity: 1; }
      .common-home .home-contact-us-holder .home-contact-us-inner .contact-us-input:-ms-input-placeholder {
        opacity: 1; }
      .common-home .home-contact-us-holder .home-contact-us-inner .contact-us-input::-ms-input-placeholder {
        opacity: 1; }
      .common-home .home-contact-us-holder .home-contact-us-inner .contact-us-input::placeholder {
        opacity: 1; }
    .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      position: relative;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item {
        padding: 40px 30px; }
        .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-1 {
          padding: 0 30px;
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: space-evenly;
              -ms-flex-pack: space-evenly;
                  justify-content: space-evenly;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
        .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-2 {
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: space-evenly;
              -ms-flex-pack: space-evenly;
                  justify-content: space-evenly;
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; }
        .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-3 {
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          position: relative;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-3 .img-responsive {
            position: relative;
            bottom: -2em;
            left: 0;
            margin: -24em auto 0; }
        .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 {
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4;
          padding: 0 13px;
          -webkit-box-flex: 0;
              -ms-flex: 0 100%;
                  flex: 0 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: stretch;
              -ms-flex-pack: stretch;
                  justify-content: stretch;
          border-top: 1px solid #e0dfd5;
          border-radius: 10px; }
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 .home-contact-social-block,
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 ul {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: stretch;
                -ms-flex-pack: stretch;
                    justify-content: stretch; }
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 ul {
            -webkit-box-pack: space-evenly;
                -ms-flex-pack: space-evenly;
                    justify-content: space-evenly; }
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 ul,
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 li,
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 a {
            list-style: none;
            margin: 0;
            padding: 0; }
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 a,
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 i,
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 a:hover,
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 a:focus {
            font-size: 40px;
            line-height: 80px;
            color: #e0dfd5; }
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 a:hover i {
            text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6); }
          .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-4 i.icon-telegram {
            font-size: 38px; } }
@media (max-width: 414px) {
  .common-home .home-contact-us-holder .title .h1 {
    padding: 0 0 64vw 0; }
  .common-home .home-contact-us-holder .home-contact-us-inner .flex-block-holder .flex-item.home-contact-col-3 .img-responsive {
    bottom: -9vw;
    left: 0;
    margin: -78vw auto 0; } }
@media (max-width: 991px) {
  .our-advantages {
    display: none; } }
.our-advantages .our-advantages-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 40px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 991px) {
    .our-advantages .our-advantages-holder {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  .our-advantages .our-advantages-holder .our-advantages-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 208px; }
    .our-advantages .our-advantages-holder .our-advantages-items span {
      padding-top: 28px;
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 22px;
      text-align: center; }
    @media (max-width: 991px) {
      .our-advantages .our-advantages-holder .our-advantages-items {
        width: 50%;
        margin-bottom: 15px; }
        .our-advantages .our-advantages-holder .our-advantages-items span {
          padding-top: 20px;
          font-size: 14px;
          line-height: 1.4; }
        .our-advantages .our-advantages-holder .our-advantages-items img {
          height: 50px !important; } }

div[id*="zoom-banner"] .product-thumb {
  -ms-flex-line-pack: center;
      align-content: center; }
