@font-face {
  font-family: 'Manrope';
  src: url("/fonts/manrope/Manrope-SemiBold.otf");
  src: url("/fonts/manrope/Manrope-SemiBold.otf?#iefix") format("embedded-opentype"), url("/fonts/manrope/Manrope-SemiBold.woff2") format("woff2"), url("/fonts/manrope/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Manrope';
  src: url("/fonts/manrope/Manrope-Bold.otf");
  src: url("/fonts/manrope/Manrope-Bold.otf?#iefix") format("embedded-opentype"), url("/fonts/manrope/Manrope-Bold.woff2") format("woff2"), url("/fonts/manrope/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Manrope';
  src: url("/fonts/manrope/Manrope-ExtraBold.otf");
  src: url("/fonts/manrope/Manrope-ExtraBold.otf?#iefix") format("embedded-opentype"), url("/fonts/manrope/Manrope-ExtraBold.woff2") format("woff2"), url("/fonts/manrope/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Manrope';
  src: url("/fonts/manrope/Manrope-ExtraLight.otf");
  src: url("/fonts/manrope/Manrope-ExtraLight.otf?#iefix") format("embedded-opentype"), url("/fonts/manrope/Manrope-ExtraLight.woff2") format("woff2"), url("/fonts/manrope/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Manrope';
  src: url("/fonts/manrope/Manrope-Light.otf");
  src: url("/fonts/manrope/Manrope-Light.otf?#iefix") format("embedded-opentype"), url("/fonts/manrope/Manrope-Light.woff2") format("woff2"), url("/fonts/manrope/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Manrope';
  src: url("/fonts/manrope/Manrope-Medium.otf");
  src: url("/fonts/manrope/Manrope-Medium.otf?#iefix") format("embedded-opentype"), url("/fonts/manrope/Manrope-Medium.woff2") format("woff2"), url("/fonts/manrope/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Manrope';
  src: url("/fonts/manrope/Manrope-Regular.otf");
  src: url("/fonts/manrope/Manrope-Regular.otf?#iefix") format("embedded-opentype"), url("/fonts/manrope/Manrope-Regular.woff2") format("woff2"), url("/fonts/manrope/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

/* $gray-lighter:        lighten($gray-base, 93.5%) !default; */
/* $headings-font-family-v2:   "Gotham-Black" !default;
$headings-font-family-v3:   "gotham_ultraregular" !default; */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/FontAwesome.eot");
  src: url("../fonts/FontAwesome.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome.woff") format("woff"), url("../fonts/FontAwesome.ttf") format("truetype"), url("../fonts/FontAwesome.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Manrope;
  font-size: 16px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  line-height: 1.571;
  color: #011931;
  background-color: transparent;
  font-weight: 300;
  overflow-x: hidden; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #011931;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:active, a:focus {
    color: #FE4200; }
  a:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.571;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #e1e1e1; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Manrope;
  font-weight: 600;
  line-height: 1.571;
  color: #011931; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #aaaaaa; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  margin-bottom: 0; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 0; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 19px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10.5px; }

.lead {
  margin-bottom: 21px;
  font-size: 51px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #fff; }

.text-primary {
  color: #ED1C24; }

a.text-primary:hover {
  color: #c61017; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #ED1C24; }

a.bg-primary:hover {
  background-color: #c61017; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #999; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 21px; }

dt,
dd {
  line-height: 1.571; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #aaaaaa; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 13px 26px 13px 70px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 3px solid #999; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    font-size: 12px;
    line-height: 1.571;
    color: #333;
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 3px solid #999;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.571; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 100%;
  padding-left: 108px;
  padding-right: 108px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 320px) {
    .container {
      padding-left: 16px;
      padding-right: 16px; } }
  @media (min-width: 768px) {
    .container {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (min-width: 992px) {
    .container {
      padding-left: 64px;
      padding-right: 64px; } }
  @media (min-width: 1200px) {
    .container {
      padding-left: 108px;
      padding-right: 108px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 15px 10px;
  padding-bottom: 15px 10px;
  color: #fff;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px 5px;
    line-height: 1.571;
    vertical-align: top;
    border-top: 1px solid #ededed; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ededed; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 1px solid #ededed; }
  .table .table {
    background-color: #F2F6FF; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ededed; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ededed; }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ededed; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 16px;
  line-height: inherit;
  color: #011931;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.571;
  color: #8899a6; }

.form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 9px 15px;
  font-weight: 400;
  font-family: Manrope;
  line-height: 1.571;
  color: #011931;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  background-image: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #e5e5e5;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .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 {
    cursor: not-allowed;
    background-color: #999;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 54px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"] {
    line-height: 50px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin: 8px 0;
  font-size: 12px;
  font-weight: 500;
  color: #2d5cb8;
  text-transform: uppercase; }
  .radio label,
  .checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .form-group-sm .form-control,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple], .form-group-sm .form-control {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-group-lg .form-control {
  height: 50px;
  padding: 13px 28px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .form-group-lg .form-control {
  height: 50px;
  line-height: 50px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .form-group-lg .form-control,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple], .form-group-lg .form-control {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 67.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -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;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -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;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -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;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 26px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #0459ae; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 10px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 18.29px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 14px;
  line-height: 54px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Manrope;
  height: 54px;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #FE4200;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #fff;
  background-color: #414141;
  border-color: #414141; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #282828;
    border-color: #222222; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #414141;
    border-color: #414141; }
  .btn-default .badge {
    color: #414141;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #ED1C24;
  border-color: #ED1C24; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c61017;
    border-color: #bd0f16; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #ED1C24;
    border-color: #ED1C24; }
  .btn-primary .badge {
    color: #ED1C24;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #6eae34;
  border-color: transparent; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #558728;
    border-color: rgba(0, 0, 0, 0); }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #6eae34;
    border-color: transparent; }
  .btn-success .badge {
    color: #6eae34;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #03a9f4;
  border-color: #0398db; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0286c2;
    border-color: #026e9e; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #03a9f4;
    border-color: #0398db; }
  .btn-info .badge {
    color: #03a9f4;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #efc73a;
  border-color: #edc022; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e4b512;
    border-color: #c39b10; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #efc73a;
    border-color: #edc022; }
  .btn-warning .badge {
    color: #efc73a;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #F44336;
  border-color: #f32c1e; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #c8180b; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #F44336;
    border-color: #f32c1e; }
  .btn-danger .badge {
    color: #F44336;
    background-color: #fff; }

.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:hover, .btn-link:focus {
  color: #2d5cb8;
  text-decoration: none;
  background-color: transparent; }

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #aaaaaa;
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  height: 46px;
  padding: 18px 33px;
  font-size: 13px;
  line-height: 10px;
  border-radius: 0px; }

.btn-md {
  height: 42px;
  padding: 12px 25px;
  font-size: 13px;
  line-height: 1.33;
  border-radius: 0px; }

/* .btn-sm {
  height: 36px;
  @include button-size(8px, 15px, $font-size-base, $line-height-small, $border-radius-small);
} */
.btn-sm, .btn-group-sm > .btn {
  height: 40px;
  padding: 0px 25px;
  font-size: 12px;
  line-height: 40px;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  height: 32px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 31px;
  border-radius: 3px;
  font-weight: 500; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 400px;
  padding: 10px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  color: #011931; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #011931;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ED1C24; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #aaaaaa; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.571;
  color: #aaaaaa;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 9px 28px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #8899a6;
  text-align: center;
  background-color: #999;
  border: 1px solid #e5e5e5;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 13px 28px;
    font-size: 18px;
    border-radius: 0px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 25px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none; }
    .nav > li.disabled > a {
      color: #aaaaaa; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #aaaaaa;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #999;
    border-color: #2d5cb8; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  margin-bottom: 0; }
  .nav-tabs .item {
    float: left;
    list-style: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .nav-tabs .item.active:before {
      /* border-top-color: $gray-dark; */ }
    .nav-tabs .item a {
      line-height: 1.571;
      color: #717171;
      font-size: 20px;
      padding: 12px 8px;
      margin-right: 15px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .nav-tabs .item a:hover {
        color: #333; }
    .nav-tabs .item.active a, .nav-tabs .item.active a:hover, .nav-tabs .item.active a:focus {
      cursor: default;
      color: #333;
      border-bottom: solid 1px #333; }

.tab-content {
  border: 1px solid transparent; }

.harakteristiki {
  position: relative;
  padding-top: 64px;
  padding-bottom: 54px;
  background: #fff; }

.tabs_block {
  width: 65%;
  margin-right: 24px;
  padding-top: 56px; }
  .tabs_block .downloads-content {
    display: none; }
  .tabs_block .tab-item {
    margin-bottom: 104px; }
    .tabs_block .tab-item:last-child {
      margin-bottom: 40px; }
  .tabs_block .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 56px; }
  .tabs_block .table {
    display: flex;
    flex-direction: column; }
    .tabs_block .table .feat_one {
      line-height: 24px;
      margin-bottom: 40px; }
      .tabs_block .table .feat_one:last-child {
        margin-bottom: 0; }
    .tabs_block .table .feature .text {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 24px 0 16px 0;
      border-bottom: solid 1px #C6C6C6; }
      .tabs_block .table .feature .text:last-child {
        border-bottom: none;
        padding-bottom: 0; }
      .tabs_block .table .feature .text:first-child {
        padding-top: 0; }
      .tabs_block .table .feature .text div {
        width: 100%;
        padding-right: 40px; }
    .tabs_block .table .feature .text.name_none div {
      width: 100%;
      padding-right: 0; }

#review .title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px; }

#review .btn-primary {
  width: 187px; }

#review .review {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 32px 40px 40px 32px;
  border-radius: 2px; }

#review .date {
  color: #717171;
  font-weight: 400;
  line-height: 14px;
  font-size: 12px;
  margin-bottom: 4px; }

#review .author {
  font-weight: 500; }

#review .description {
  font-size: 16px; }
  #review .description *:last-child {
    margin: 0; }
  #review .description .name_desc {
    font-weight: 600; }

#review .bottom {
  display: flex; }
  #review .bottom .rating {
    display: flex;
    align-items: center;
    margin-left: 16px; }
    #review .bottom .rating .rating_ico {
      padding-right: 5px; }
      #review .bottom .rating .rating_ico path {
        fill: #ED1C24; }
    #review .bottom .rating .rat_count {
      font-size: 12px;
      color: #ED1C24;
      font-weight: 300; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #333;
    background-color: transparent;
    border-bottom: 2px solid #6eae34; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ededed; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ededed;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #F2F6FF; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.downloads-content {
  position: absolute;
  right: 84px;
  top: 193px;
  max-width: 414px;
  padding: 32px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  background: #fff; }
  .downloads-content .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px; }
  .downloads-content ul {
    padding-left: 0; }
    .downloads-content ul li {
      margin-bottom: 8px;
      list-style: none; }
      .downloads-content ul li:last-child {
        margin-bottom: 0; }
      .downloads-content ul li svg {
        min-width: 32px;
        height: 32px;
        margin-right: 8px; }
        .downloads-content ul li svg path {
          fill: #ED1C24; }
  .downloads-content a {
    display: flex;
    align-items: flex-start;
    color: #333; }
    .downloads-content a:hover, .downloads-content a:active, .downloads-content a:focus {
      color: #FE4200; }

.navbar {
  margin-bottom: 21px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 3px; } }

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

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block;
        visibility: visible;
        height: auto;
        padding-bottom: 0;
        overflow: visible; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 9.5px 15px;
  font-size: 18px;
  line-height: 21px;
  height: 40px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .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: 4.75px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 21px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 9.5px;
          padding-bottom: 9.5px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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);
  margin-top: -7px;
  margin-bottom: -7px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: -7px;
  margin-bottom: -7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 5px;
    margin-bottom: 5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 9px;
    margin-bottom: 9px; }

.navbar-text {
  margin-top: 9.5px;
  margin-bottom: 9.5px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ededed; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ededed; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #d0d0d0; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #d0d0d0; }
  .navbar-inverse .navbar-nav > li > a {
    color: #d0d0d0; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #d0d0d0; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #d0d0d0; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #d0d0d0; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap; }
  .breadcrumb > li {
    display: flex;
    align-items: center;
    white-space: nowrap; }
    .breadcrumb > li span {
      padding: 0 7.5px;
      white-space: break-spaces; }
    .breadcrumb > li a {
      color: #717171; }
      .breadcrumb > li a:hover, .breadcrumb > li a:focus, .breadcrumb > li a:active, .breadcrumb > li a.active {
        color: #FE4200; }
    .breadcrumb > li + li:before {
      content: "";
      padding: 8px 5px;
      color: #011931;
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L2.17131 14.4799L7.16005 10.9871L11.25 8.125L7.16005 5.26289L2.17131 1.77015L0 0.25L0 16Z' fill='%23ED1C24'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center; }
    .breadcrumb > li:first-child span {
      padding-left: 0; }
    .breadcrumb > li:last-child span {
      color: #717171; }

.paging {
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.pagination {
  display: inline-block;
  margin: 0;
  padding: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      margin-right: 8px;
      line-height: 32px;
      width: 40px;
      height: 34px;
      text-decoration: none;
      text-align: center;
      color: #011931;
      font-size: 14px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0; }
  .pagination .pagination_arrows i {
    font-weight: 600; }
  .pagination > li > a,
  .pagination > li > span {
    width: 56px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    border-bottom: solid 2px #fff;
    cursor: pointer;
    color: #717171;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
    .pagination > li > a:hover, .pagination > li > a:focus,
    .pagination > li > span:hover,
    .pagination > li > span:focus {
      color: #ED1C24;
      border-color: #ED1C24;
      text-decoration: none; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    color: #ED1C24;
    border-color: #ED1C24;
    cursor: default;
    text-decoration: none; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #aaaaaa;
    background-color: #fff;
    border-color: #ededed;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 13px 28px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 20px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ededed;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #999; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #aaaaaa;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline-block;
  font-size: 100%;
  font-weight: normal;
  line-height: 64px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 100%;
  width: 64px;
  height: 64px; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #aaaaaa; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #919191; }

.label-primary {
  background-color: #ED1C24; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #c61017; }

.label-success {
  background-color: #6eae34; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #558728; }

.label-info {
  background-color: #03a9f4; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #0286c2; }

.label-warning {
  background-color: #efc73a; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #e4b512; }

.label-danger {
  background-color: #F44336; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #ea1c0d; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #aaaaaa;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #2d5cb8;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.571;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #011931; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2d5cb8; }

.alert {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid transparent;
  border-radius: 5px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 30px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px; }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.list-group-item a {
  color: #555; }
  .list-group-item a .list-group-item-heading {
    color: #333; }
  .list-group-item a:hover, .list-group-item a:focus {
    text-decoration: none;
    color: #FE4200;
    background-color: transparent; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #999;
  color: #aaaaaa;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #aaaaaa; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ED1C24;
  border-color: #ED1C24; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #fcd9da; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    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; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #011931;
  text-shadow: 0 1px 0 #fff; }
  .close:hover, .close:focus {
    color: #011931;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #011931; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.571px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.571; }

.modal-body {
  position: relative;
  padding: 10px 25px; }
  .modal-body .wrapper {
    display: flex; }
    .modal-body .wrapper .form-group {
      max-width: 392px;
      margin-bottom: 24px; }
    .modal-body .wrapper .input_file {
      width: auto;
      padding: 8px 16px;
      display: inline-block;
      font-size: 16px; }
    .modal-body .wrapper label {
      font-weight: 600;
      font-size: 18px;
      margin: 0; }
    .modal-body .wrapper .label_block {
      margin-top: 40px; }
    .modal-body .wrapper .file .text {
      margin-top: 8px;
      font-size: 16px;
      color: #929292; }
  .modal-body .buttons {
    padding: 0 0 30px 0; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -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;
  visibility: visible;
  font-family: Manrope;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #011931;
  border-radius: 3px; }

.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: #011931; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #011931; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #011931; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #011931; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #011931; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #011931; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #011931; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #011931; }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
 *   Blocks Layout Selectors 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* Curl Top Right */
/**absolute**/
/* links style */
ul.links {
  padding: 0;
  position: relative;
  margin: 0; }
  ul.links li {
    display: inline;
    line-height: normal;
    position: relative; }
    ul.links li a {
      padding-left: 10px;
      color: #011931; }
      ul.links li a i {
        margin-right: 5px; }
      ul.links li a:hover {
        color: #ED1C24; }

ul.list {
  padding: 0;
  position: relative;
  margin: 0; }
  ul.list li {
    list-style: none;
    line-height: 30px; }
    ul.list li a {
      color: #011931; }
      ul.list li a:hover {
        color: #ED1C24; }

.tree-menu {
  padding: 0; }
  .tree-menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .tree-menu ul li:hover {
      color: #FE4200;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      position: relative; }
      .tree-menu ul li:hover .accordion-heading .fa {
        color: #FE4200; }
    .tree-menu ul li a {
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .tree-menu ul li a:hover, .tree-menu ul li a:focus, .tree-menu ul li a:active, .tree-menu ul li a.active {
        color: #FE4200; }
    .tree-menu ul li:first-child {
      border-top: none; }
    .tree-menu ul li .accordion-heading {
      cursor: pointer; }
      .tree-menu ul li .accordion-heading .fa {
        font-size: 9px;
        color: #101010; }
    .tree-menu ul li.open a, .tree-menu ul li a {
      color: #717171;
      font-size: 16px;
      line-height: 22px;
      display: flex;
      justify-content: space-between; }
    .tree-menu ul li.active {
      background: #ED1C24;
      border-radius: 4px; }
      .tree-menu ul li.active a {
        color: #ED1C24; }
    .tree-menu ul li.parent-cat {
      padding: 0 16px; }
      .tree-menu ul li.parent-cat a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 600;
        line-height: 20px;
        color: #2F2F2F;
        padding: 8px 0; }
    .tree-menu ul li svg {
      width: 24px;
      height: 24px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      margin-right: 8px;
      padding: 3.75px; }
      .tree-menu ul li svg path {
        fill: #ED1C24; }
  .tree-menu ul ul li {
    list-style: none;
    border: none; }
    .tree-menu ul ul li:hover:after, .tree-menu ul ul li:hover:before {
      content: none; }
    .tree-menu ul ul li a {
      color: #011931;
      font-weight: normal; }
  .tree-menu .vertical .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .tree-menu .vertical .dropdown-menu {
    top: 0;
    left: 100%;
    width: 100%; }

.list-group-item ul {
  padding-left: 20px; }
  .list-group-item ul li {
    list-style: none;
    padding: 8px 0; }
    .list-group-item ul li a {
      color: #bbb; }

div.required .control-label:before {
  color: #f00;
  content: "* ";
  font-weight: bold; }

.noborder .box {
  border: none !important; }

.white {
  color: #FFFFFF; }

.red {
  color: #f44336;
  line-height: 20px; }

.table-responsive .btn-primary {
  padding: 0 14px; }

.table.shopping-cart-table > tbody > tr > td {
  color: #011931; }

/*Text Colors
------------------------------------*/
.text-default {
  color: #222 !important; }

.text-primary {
  color: #ED1C24 !important; }

.text-info {
  color: #03a9f4 !important; }

.text-danger {
  color: #F44336 !important; }

.text-warning {
  color: #efc73a !important; }

.text-success {
  color: #6eae34 !important; }

/*Background Colors
------------------------------------*/
.bg-primary {
  background-color: #ED1C24 !important; }

.bg-info {
  background: #03a9f4 !important; }

.bg-danger {
  background: #F44336 !important; }

.bg-warning {
  background: #efc73a !important; }

.bg-success {
  background: #6eae34 !important; }

.accordion .panel {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05); }

.accordion .panel-heading {
  padding: 15px;
  position: relative; }
  .accordion .panel-heading a {
    text-decoration: none;
    font-weight: bold; }
    .accordion .panel-heading a:before {
      content: "-";
      font-size: 22px;
      font-weight: 600;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 16px;
      display: inline-block;
      color: #ED1C24; }
    .accordion .panel-heading a.collapsed:before {
      content: "+";
      font-size: 18px;
      line-height: 20px; }

.accordion .panel-body {
  border-top-color: transparent !important; }

.accordion.collapse-right .panel-heading a:before {
  position: absolute;
  right: 20px; }

.accordion.collapse-color .panel-heading a:before {
  color: #fff;
  background: #ED1C24; }

.accordion.noborder .panel-heading {
  padding-left: 0;
  padding-right: 0; }

.accordion.noborder .panel,
.accordion.noborder .panel-heading,
.accordion.noborder .panel-body {
  background-color: transparent;
  border: none; }

.accordion.nobackground .panel,
.accordion.nobackground .panel-heading,
.accordion.nobackground .panel-body {
  background-color: transparent; }

.page-product .breadcrumbs li:last-child span {
  color: #011931; }

.breadcrumbs {
  padding: 40px 0 50px 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .breadcrumbs .breadcrumb {
    margin: 0;
    padding: 0 2px; }
  .breadcrumbs h2 {
    margin: 0;
    float: left;
    font-weight: 400;
    position: relative; }
  .breadcrumbs .breadcrumb-links {
    margin: 0;
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid #e5e5e5; }
    .breadcrumbs .breadcrumb-links > li {
      display: inline-block; }
      .breadcrumbs .breadcrumb-links > li a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px; }
      .breadcrumbs .breadcrumb-links > li + li:before {
        color: #717171;
        content: "\f105";
        font-family: FontAwesome;
        padding: 0 15px;
        font-size: 14px; }
      .breadcrumbs .breadcrumb-links > li:last-child a {
        color: #011931; }
    .breadcrumbs .breadcrumb-links > .active {
      color: #FE4200; }

.breadcrumbs-left h2 {
  float: none;
  text-align: left; }

.breadcrumbs-left .breadcrumb-links {
  text-align: left; }

.heading {
  z-index: 1;
  position: relative;
  text-align: center; }
  .heading h1,
  .heading h2,
  .heading h3,
  .heading h4,
  .heading h5,
  .heading h6 {
    text-transform: uppercase; }
  .heading p,
  .heading small {
    margin-bottom: 15px;
    display: inline-block; }
  .heading.heading-light {
    color: #EEEEEE; }
    .heading.heading-light h1, .heading.heading-light h2, .heading.heading-light h3, .heading.heading-light h4, .heading.heading-light h5, .heading.heading-light h6 {
      color: #fff; }
    .heading.heading-light p, .heading.heading-light small {
      color: #EEEEEE; }

.list-unstyled {
  list-style: none;
  padding-left: 0; }

.success {
  display: none;
  width: 600px;
  margin-left: -300px;
  padding: 50px;
  left: 50%;
  top: 22%;
  font-size: 16px;
  z-index: 15000;
  position: fixed; }
  .success a {
    text-decoration: none !important;
    font-size: 16px; }
    .success a:hover {
      text-decoration: underline; }
  .success .success_bg {
    display: inline-block;
    width: 100%; }
  .success .modal-body {
    background: #fff;
    max-width: 600px;
    margin: 0 auto; }

.modal .close,
.success .close {
  opacity: 1;
  filter: alpha(opacity=100);
  float: right;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer; }

.buttons {
  padding: 20px 0; }
  .buttons:before, .buttons:after {
    content: " ";
    display: table; }
  .buttons:after {
    clear: both; }
  .buttons .left {
    float: left; }
  .buttons .right {
    float: right; }

.checkbox, .radio {
  padding-left: 20px; }

.btn {
  line-height: 36px;
  padding: 0 10px;
  -webkit-transition: all 200ms ease 0.2s;
  -o-transition: all 200ms ease 0.2s;
  transition: all 200ms ease 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.btn-outline-inverse {
  color: #666666;
  background-color: #FFFFFF;
  border-color: #f2f2f2;
  border: none;
  border-right: 1px solid #f2f2f2; }
  .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
    color: #FFFFFF;
    background-color: #6eae34;
    border-color: #f2f2f2; }
  .open .btn-outline-inverse.dropdown-toggle {
    color: #FFFFFF;
    background-color: #6eae34;
    border-color: #f2f2f2; }
  .btn-outline-inverse:active, .btn-outline-inverse.active {
    background-image: none; }
  .open .btn-outline-inverse.dropdown-toggle {
    background-image: none; }
  .btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active,
  fieldset[disabled] .btn-outline-inverse,
  fieldset[disabled] .btn-outline-inverse:hover,
  fieldset[disabled] .btn-outline-inverse:focus,
  fieldset[disabled] .btn-outline-inverse:active,
  fieldset[disabled] .btn-outline-inverse.active {
    background-color: #FFFFFF;
    border-color: #f2f2f2; }
  .btn-outline-inverse .badge {
    color: #FFFFFF;
    background-color: #666666; }
  .btn-outline-inverse.last {
    border-right: none; }

.btn-primary {
  color: #fff;
  background-color: #ED1C24;
  border-color: #ED1C24; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #FE4200;
    border-color: #FE4200; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #FE4200;
    border-color: #FE4200; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #ED1C24;
    border-color: #ED1C24; }
  .btn-primary .badge {
    color: #ED1C24;
    background-color: #fff; }

.btn-default {
  color: #fff;
  background-color: #FE4200;
  border-color: #FE4200; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #fff;
    background-color: #ED1C24;
    border-color: #ED1C24; }
  .open .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #ED1C24;
    border-color: #ED1C24; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #FE4200;
    border-color: #FE4200; }
  .btn-default .badge {
    color: #FE4200;
    background-color: #fff; }

.btn-white {
  color: #ED1C24;
  background-color: #fff;
  border-color: #ED1C24; }
  .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
    color: #FE4200;
    background-color: #fff;
    border-color: #FE4200; }
  .open .btn-white.dropdown-toggle {
    color: #FE4200;
    background-color: #fff;
    border-color: #FE4200; }
  .btn-white:active, .btn-white.active {
    background-image: none; }
  .open .btn-white.dropdown-toggle {
    background-image: none; }
  .btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active,
  fieldset[disabled] .btn-white,
  fieldset[disabled] .btn-white:hover,
  fieldset[disabled] .btn-white:focus,
  fieldset[disabled] .btn-white:active,
  fieldset[disabled] .btn-white.active {
    background-color: #fff;
    border-color: #ED1C24; }
  .btn-white .badge {
    color: #fff;
    background-color: #ED1C24; }

.btn-credit {
  margin-left: 15px;
  color: #FE4200;
  background-color: #717171;
  border-color: #717171; }
  .btn-credit:hover, .btn-credit:focus, .btn-credit:active, .btn-credit.active {
    color: #717171;
    background-color: #FE4200;
    border-color: #FE4200; }
  .open .btn-credit.dropdown-toggle {
    color: #717171;
    background-color: #FE4200;
    border-color: #FE4200; }
  .btn-credit:active, .btn-credit.active {
    background-image: none; }
  .open .btn-credit.dropdown-toggle {
    background-image: none; }
  .btn-credit.disabled, .btn-credit.disabled:hover, .btn-credit.disabled:focus, .btn-credit.disabled:active, .btn-credit.disabled.active, .btn-credit[disabled], .btn-credit[disabled]:hover, .btn-credit[disabled]:focus, .btn-credit[disabled]:active, .btn-credit[disabled].active,
  fieldset[disabled] .btn-credit,
  fieldset[disabled] .btn-credit:hover,
  fieldset[disabled] .btn-credit:focus,
  fieldset[disabled] .btn-credit:active,
  fieldset[disabled] .btn-credit.active {
    background-color: #717171;
    border-color: #717171; }
  .btn-credit .badge {
    color: #717171;
    background-color: #FE4200; }

.btn-outline-success {
  padding: 15px 25px;
  line-height: 13px; }

.btn-link {
  font-size: 12px;
  text-transform: lowercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2px; }

html {
  overflow-x: hidden; }

body.layout-boxed-lg #page {
  max-width: 1220px;
  -webkit-box-shadow: 0 0 5px #e6e6e6;
  -moz-box-shadow: 0 0 5px #e6e6e6;
  -o-box-shadow: 0 0 5px #e6e6e6;
  box-shadow: 0 0 5px #e6e6e6;
  margin: 0 auto;
  background: #FFFFFF; }

body[class*="page-"] .row {
  margin-right: 0;
  margin-left: 0; }

body[class*="page-"] #content img {
  max-width: 100%; }

body[class*="page-"] section[class*="col-"],
body[class*="page-"] #sidebar-main[class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

body[class*="page-category"] #content {
  padding: 0; }
  body[class*="page-category"] #content h1 {
    margin-top: 0; }

body[class*="-account"] #content h1, body[class*="-account"] #content h2 {
  font-size: 19px; }

body[class*="page-product"] #content {
  overflow: visible;
  padding: 0; }
  body[class*="page-product"] #content .owl-carousel .owl-wrapper-outer {
    overflow: visible; }
  body[class*="page-product"] #content .owl-carousel {
    margin-bottom: 35px; }

body[class*="page-information"] #content {
  max-width: 1024px;
  margin: 0 auto;
  float: unset; }

body[class*="checkout-buy"] footer {
  margin-top: 54px; }

.contact-form {
  background: aliceblue;
  padding-top: 16px; }

#header-layout {
  padding-top: 24px;
  background: #000000; }

#sys-notification {
  position: fixed;
  top: 10px;
  width: 100%;
  z-index: 9999;
  right: 0; }

/*
* HEADER 
*/
#topbar {
  background: #101010;
  font-size: 13px;
  color: #011931;
  height: 40px;
  line-height: 25px;
  padding: 8px 0; }
  #topbar .topbar-left {
    position: relative; }
  #topbar .custom-top:nth-child(1) {
    margin-right: 20px; }
  #topbar .custom-top i {
    padding-right: 5px; }
  #topbar .container .inside {
    background: #e9ecf5;
    padding: 10px 10px 10px 20px; }

.header-bottom > .container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  height: 48px; }
  .header-bottom > .container:before, .header-bottom > .container:after {
    content: none; }

.header-bottom #pav-megamenu {
  width: 100%; }

@media (min-width: 992px) {
  .header-bottom > .holiday_works {
    display: none; } }

.header-bottom .worktime_phones {
  display: flex;
  width: max-content;
  justify-content: flex-end; }
  .header-bottom .worktime_phones #topcontacts {
    display: flex;
    color: #fff; }
  .header-bottom .worktime_phones .topcontacts {
    align-self: center;
    align-items: center;
    display: flex;
    position: relative;
    font-size: 13px; }
    .header-bottom .worktime_phones .topcontacts.worktime .media-title, .header-bottom .worktime_phones .topcontacts.phone .media-title {
      display: flex; }
      .header-bottom .worktime_phones .topcontacts.worktime .media-title > svg, .header-bottom .worktime_phones .topcontacts.phone .media-title > svg {
        padding: 2px;
        width: 40px;
        height: 40px; }
      .header-bottom .worktime_phones .topcontacts.worktime .media-title a > svg, .header-bottom .worktime_phones .topcontacts.phone .media-title a > svg {
        padding: 2px;
        width: 40px;
        height: 40px; }
    .header-bottom .worktime_phones .topcontacts.worktime .media-body, .header-bottom .worktime_phones .topcontacts.phone .media-body {
      display: flex;
      max-width: initial; }
      .header-bottom .worktime_phones .topcontacts.worktime .media-body span, .header-bottom .worktime_phones .topcontacts.phone .media-body span {
        white-space: nowrap;
        display: inline-block; }
        .header-bottom .worktime_phones .topcontacts.worktime .media-body span.line, .header-bottom .worktime_phones .topcontacts.phone .media-body span.line {
          margin: 0 5px; }
    .header-bottom .worktime_phones .topcontacts.phone {
      order: 1; }
      .header-bottom .worktime_phones .topcontacts.phone .media-body {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        margin-right: 16px; }
        .header-bottom .worktime_phones .topcontacts.phone .media-body a {
          color: #fff; }
    .header-bottom .worktime_phones .topcontacts.worktime {
      order: 2; }
      .header-bottom .worktime_phones .topcontacts.worktime .media-body span {
        font-size: 16px;
        font-weight: 100;
        line-height: 22px; }

.header-bottom .main-menu {
  flex: 1 0 auto;
  align-self: center; }

.header-bottom .nav-search {
  flex: 0 1 200px;
  align-self: center; }

.logo-container {
  width: 100%;
  max-width: 158px;
  margin-right: 40px; }
  .logo-container .logo-store {
    padding: 0;
    text-align: center;
    line-height: unset; }
  .logo-container span {
    color: #fff;
    white-space: nowrap; }

@media (min-width: 992px) and (max-width: 1199px) {
  .topcontacts.phone .media-body {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.02em; }
  .topcontacts.worktime .media-body {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.01em; } }

@media (min-width: 992px) {
  #cart .wrap-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #cart .wrap-cart .icon-cart {
      width: 100%; } }

header {
  background: #fff; }

.error {
  color: #F44336; }

.header-menu {
  position: relative;
  padding-bottom: 32px; }
  .header-menu .logo-container {
    display: none; }
  .header-menu > .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .header-menu > .container:before, .header-menu > .container:after {
      content: none; }
    .header-menu > .container > div {
      height: 48px; }
    .header-menu > .container #pav-mainnav,
    .header-menu > .container .pav-megamenu,
    .header-menu > .container #menu {
      height: 100%; }
  .header-menu #menu .pc_menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    background: #fff;
    overflow: hidden;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: visibility 0.1s linear, opacity 0.4s linear, width 0.4s;
    -o-transition: visibility 0.1s linear, opacity 0.4s linear, width 0.4s;
    transition: visibility 0.1s linear, opacity 0.4s linear, width 0.4s;
    padding-top: 48px;
    padding-bottom: 72px;
    border-bottom: 2px solid #ED1C24; }
    .header-menu #menu .pc_menu > .container {
      padding-top: 0;
      padding-bottom: 0; }
      .header-menu #menu .pc_menu > .container .nav {
        display: flex;
        flex-direction: column;
        gap: 14px;
        position: relative; }
        .header-menu #menu .pc_menu > .container .nav:before, .header-menu #menu .pc_menu > .container .nav:after {
          content: unset; }
  .header-menu #menu .button_menu_cat:hover .pc_menu,
  .header-menu #menu .button_menu_cat:focus .pc_menu,
  .header-menu #menu .button_menu_cat:active .pc_menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 99;
    padding-top: 48px;
    padding-bottom: 72px;
    width: 100%; }
  .header-menu #menu .button_menu_cat:hover .backdrop,
  .header-menu #menu .button_menu_cat:focus .backdrop,
  .header-menu #menu .button_menu_cat:active .backdrop {
    display: block; }
  .header-menu .headercart {
    display: flex; }

.lvl1 {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  position: unset !important;
  max-width: 349px;
  padding-right: 65px;
  box-sizing: content-box;
  color: #011931; }
  .lvl1 .list-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
    color: #011931; }
  .lvl1:first-child:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #ED1C24;
    left: 413px; }
  .lvl1 .list-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    top: 10px;
    left: 95.6%;
    right: 0;
    bottom: 10px;
    height: 0;
    padding-left: 16px;
    padding-bottom: 72px;
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: height 0.3s, visible 0.4s, opacity 0.4s;
    -o-transition: height 0.3s, visible 0.4s, opacity 0.4s;
    transition: height 0.3s, visible 0.4s, opacity 0.4s; }
  .lvl1 .list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    row-gap: 24px;
    height: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    overflow: hidden; }
  .lvl1 .category-title {
    background: #F2F6FF;
    padding: 16px 24px;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    -webkit-transition: background 0.4s, color 0.4s;
    -o-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s; }
  .lvl1 .child-title {
    font-weight: 400;
    line-height: 20px;
    display: block;
    width: calc(100% / 2 - 10px); }
    .lvl1 .child-title a:hover {
      color: #FE4200; }
  .lvl1.active .category-title {
    background: #ED1C24;
    color: #fff; }
  .lvl1.active .list-container {
    z-index: 5;
    left: 413px;
    height: 100%;
    overflow: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    /* width */
    /* Track */ }
    .lvl1.active .list-container::-webkit-scrollbar {
      width: 6px; }
    .lvl1.active .list-container::-webkit-scrollbar-track {
      background: #f1f1f1; }
  .lvl1.active .list {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto; }

.subcategory-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
  width: 100%; }
  .subcategory-list__item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 4 - 8px);
    max-width: 200px;
    gap: 24px; }
    .subcategory-list__item .title {
      font-weight: 600; }

.shopping-cart-table {
  background: #FFFFFF; }
  .shopping-cart-table tbody .column-image {
    position: relative; }
    .shopping-cart-table tbody .column-image img {
      border: none; }
    .shopping-cart-table tbody .column-image .product-label {
      top: 5px;
      left: 5px;
      padding: 0 5px;
      background: #ED1C24; }
      .shopping-cart-table tbody .column-image .product-label span {
        color: #fff; }
  .shopping-cart-table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #ededed; }
  .shopping-cart-table.table tr td {
    border: 1px #ededed solid; }
  .shopping-cart-table .btn {
    font-size: 23px;
    padding: 0 7px; }
    .shopping-cart-table .btn i {
      vertical-align: 2px; }

.tp-bullets .counter {
  display: none !important; }

.search-focus {
  color: #bbb;
  cursor: pointer;
  border-right: 1px solid #ebebeb;
  padding-right: 15px;
  line-height: 32px;
  height: 27px; }

.nav-search.open {
  height: 44px;
  top: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

/* multi logo */
.logo-store {
  position: relative; }
  .logo-store span {
    font-size: 12px; }

#logo-theme a {
  background: url(../image/logo.png) no-repeat;
  display: inline-block;
  width: 170px;
  height: 37px;
  background-size: contain;
  background-position: left center; }
  #logo-theme a span {
    display: none; }

/*
* CONTENT
 */
#pav-masshead .inner {
  background: #FFFFFF;
  color: #ED1C24; }
  #pav-masshead .inner a:hover {
    color: #ef343b; }

.breadcrumbs .container {
  background: transparent; }

/*
* NAVIGATION
*/
#pav-mainnav .inner {
  background-color: #505050; }

#breadcrumb {
  padding-left: 0;
  padding-right: 0; }

#footer ul, #footer ol {
  margin: 0;
  max-width: 275px; }
  #footer ul li, #footer ol li {
    margin-bottom: 8px; }
    #footer ul li a, #footer ol li a {
      color: #fff;
      font-style: normal;
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }
      #footer ul li a:hover, #footer ol li a:hover {
        color: #FE4200; }
    #footer ul li.ft-addr span, #footer ul li.ft-wt span, #footer ol li.ft-addr span, #footer ol li.ft-wt span {
      white-space: nowrap; }
    #footer ul li.ft-addr, #footer ol li.ft-addr {
      display: flex;
      flex-direction: column; }
      #footer ul li.ft-addr .metro, #footer ol li.ft-addr .metro {
        white-space: nowrap; }
    #footer ul li.ft-phone span, #footer ol li.ft-phone span {
      display: inline-block;
      font-weight: 600;
      font-size: 20px; }

#footer .block_dir li {
  margin-bottom: 16px; }

#footer .logo-store {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-start;
  width: max-content; }
  #footer .logo-store span {
    font-size: 16px;
    color: #fff; }

.footer-top {
  background: transparent;
  margin-bottom: -97px; }

footer {
  padding-top: 48px;
  background: linear-gradient(0deg, #0A101B, #0A101B);
  color: #fff;
  overflow: hidden; }
  footer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(237, 28, 36, 0) 0%, rgba(237, 28, 36, 0.2) 100%); }
  footer .triangles {
    position: absolute;
    right: -115px;
    bottom: -17px; }
  footer .box-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px; }
  footer .powered_block .box-heading {
    margin: 0; }
  footer .link-direktor {
    width: max-content;
    color: #fff;
    border: 1px solid #fff; }

.footer-center {
  position: relative;
  z-index: 22; }
  .footer-center .panel {
    background: transparent;
    margin-bottom: 0; }
    .footer-center .panel .panel-heading {
      padding: 0; }
    .footer-center .panel .panel-body {
      padding: 20px 0 0; }
    .footer-center .panel .panel-title {
      color: #FFFFFF; }
  .footer-center .footer-name {
    text-align: center;
    font-size: 12px; }
  .footer-center .main-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 32px; }
  .footer-center .box {
    width: 25%; }

.footer-bottom {
  background: #607d8b; }
  .footer-bottom .inside {
    background: url("../image/pattern.jpg") repeat 0 0;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .footer-bottom .inside:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      display: block;
      border-top: 1px solid #FFFFFF;
      border-left: 1px solid #FFFFFF;
      left: 0;
      top: 0;
      z-index: 2; }
    .footer-bottom .inside:after {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      display: block;
      border-bottom: 1px solid #FFFFFF;
      border-right: 1px solid #FFFFFF;
      bottom: 0;
      right: 0;
      z-index: 2; }
    .footer-bottom .inside .bg-blue {
      background: url("../image/pattern2.jpg") repeat 0 0; }

/* POWER BY */
#powered {
  padding-top: 32px;
  padding-bottom: 48px;
  position: relative;
  z-index: 1; }
  #powered .copyright {
    padding: 5px 0 0 15px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; }
  #powered ul.links {
    line-height: 16px;
    padding-left: 20px; }
    #powered ul.links li {
      padding: 0 10px; }
  #powered .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  #powered .oferta p {
    font-size: 12px;
    color: #fff; }
  #powered .payment {
    width: 100%; }
    #powered .payment a {
      max-width: 600px;
      display: block;
      margin-top: 14px; }

.for-send-error-press {
  margin: 15px 0;
  font-style: italic; }

/* category description */
.bottom_category_desc {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px; }
  .bottom_category_desc * {
    font-size: 14px;
    line-height: 20px; }
  .bottom_category_desc p {
    padding-bottom: 10px;
    padding-top: 0; }
  .bottom_category_desc ul {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    padding-left: 15px;
    margin: 15px 0;
    color: #011931; }
    .bottom_category_desc ul li {
      list-style: disc;
      font-weight: 400; }
  .bottom_category_desc h2, .bottom_category_desc h3 {
    font-size: 24px; }

#callback_form .callback_button,
.button_lg,
.button_lg_inv,
.red_button,
.button_red_inv {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#callback_form .callback_button,
.sphinx-viewall #view-all,
.red_button,
.success_button,
.btn-primary {
  width: max-content;
  padding: 12px 16px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #ED1C24;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s; }
  #callback_form .callback_button svg path,
  .sphinx-viewall #view-all svg path,
  .red_button svg path,
  .success_button svg path,
  .btn-primary svg path {
    fill: #fff; }

#callback_form .callback_button:hover, #callback_form .callback_button:focus, #callback_form .callback_button:active, #callback_form .callback_button.active,
.sphinx-viewall #view-all:hover,
.sphinx-viewall #view-all:focus,
.sphinx-viewall #view-all:active,
.sphinx-viewall #view-all.active,
.red_button:hover,
.red_button:focus,
.red_button:active,
.red_button.active,
.success_button:hover,
.success_button:focus,
.success_button:active,
.success_button.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background: #FE4200;
  text-decoration: none; }

.btn-transparent {
  background: transparent;
  border: 1px solid #ED1C24; }
  .btn-transparent svg path {
    fill: #ED1C24;
    stroke: #ED1C24; }
  .btn-transparent:hover span {
    color: #fff; }
  .btn-transparent:hover svg path {
    fill: #fff;
    stroke: #fff; }

.product-info #product #button-cart {
  padding: 0; }
  .product-info #product #button-cart span {
    width: 100%; }

.button_lg {
  padding: 11px 16px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #ED1C24;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px; }

.button_lg_inv {
  border: solid 1px #959595;
  color: #959595; }

.button_lg:hover,
.button_lg:focus,
.button_lg:active,
.button_lg.active {
  background: #FE4200;
  color: #fff;
  text-decoration: none; }

.button_red_inv,
.success_button {
  padding: 11px 0;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 160px;
  height: 100%;
  color: #fff;
  border: solid 1px #ED1C24;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  background: #ED1C24; }
  .button_red_inv:hover, .button_red_inv:focus, .button_red_inv:active, .button_red_inv.active,
  .success_button:hover,
  .success_button:focus,
  .success_button:active,
  .success_button.active {
    border-color: #FE4200;
    color: #fff;
    text-decoration: none;
    background: #FE4200; }
    .button_red_inv:hover svg path, .button_red_inv:focus svg path, .button_red_inv:active svg path, .button_red_inv.active svg path,
    .success_button:hover svg path,
    .success_button:focus svg path,
    .success_button:active svg path,
    .success_button.active svg path {
      fill: #fff; }

button#callback_form .callback_button,
button.sphinx-viewall #view-all, button.red_button, button.success_button, button.button_lg, button.btn-primary,
input#callback_form .callback_button,
input.sphinx-viewall #view-all,
input.red_button,
input.success_button,
input.button_lg,
input.btn-primary {
  display: inline-block;
  min-height: 44px;
  padding: 0 24px; }

.panel-highlighted {
  border: solid 1px red; }
  .panel-highlighted .panel-heading {
    background: red;
    color: #FFFFFF; }

.nopadding .panel-body {
  padding: 0; }

.sidebar .panel {
  margin-bottom: 24px; }

.nostylingboxs .panel-heading {
  padding: 0;
  margin-bottom: 30px; }

.nostylingboxs .panel-body {
  padding: 0; }

.category-description {
  margin: 25px 0 40px 0;
  background: #fff;
  padding: 24px; }
  .category-description a {
    color: initial; }

.owl-carousel-play .owl-carousel {
  border: none; }

.products-block .owl-carousel {
  margin: 0; }

.price {
  font-weight: 400;
  font-family: Manrope; }
  .price .price-new {
    color: #011931;
    font-size: 22px; }
  .price.detail .price-new {
    font-size: 32px; }
  .price.detail ul {
    margin: 0; }

.cheap_invoice a {
  font-size: 16px;
  margin-bottom: 5px;
  text-decoration: underline dotted;
  display: block;
  color: #011931; }
  .cheap_invoice a:hover {
    color: #011931; }

.product-block {
  position: relative;
  background-color: #FFFFFF;
  border-top: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .product-block .product-attr {
    position: absolute;
    top: 10px;
    left: 10px; }
  .product-block .product-meta {
    padding: 0; }
  .product-block .bottom {
    display: block; }
  .product-block .price {
    font-family: Manrope;
    display: flex;
    flex-direction: column; }
    .product-block .price .price-old {
      color: #717171;
      font-weight: 400;
      font-size: 16px;
      text-decoration: line-through; }
    .product-block .price .price-new {
      font-size: 20px;
      font-weight: 600;
      white-space: nowrap; }
      .product-block .price .price-new.red {
        color: #F44336; }
    .product-block .price.no_stock .price-new {
      color: #717171;
      font-size: 12px;
      line-height: 12px; }
  .product-block .other-desc-right {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .product-block .other-desc-right .rating {
      display: flex;
      justify-content: space-between;
      font-size: 12px; }
      .product-block .other-desc-right .rating .rating_ico {
        padding-top: 1px; }
      .product-block .other-desc-right .rating svg path {
        fill: #929292; }
      .product-block .other-desc-right .rating.active svg path,
      .product-block .other-desc-right .rating.active .rat_count {
        color: #FE4200;
        fill: #FE4200;
        font-weight: 400; }
      .product-block .other-desc-right .rating .rat_count {
        margin-left: 5px; }
      .product-block .other-desc-right .rating .rev_count {
        margin-left: 8px; }
    .product-block .other-desc-right .compare {
      cursor: pointer; }
      .product-block .other-desc-right .compare svg {
        vertical-align: middle;
        width: 20px;
        height: 20px; }
        .product-block .other-desc-right .compare svg path {
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          fill: #929292; }
      .product-block .other-desc-right .compare .compare_button:hover svg path, .product-block .other-desc-right .compare .compare_button:active svg path, .product-block .other-desc-right .compare .compare_button:focus svg path {
        fill: #FE4200; }
  .product-block .name {
    margin-top: 7.5px;
    margin-bottom: 0;
    font-size: 14px;
    font-family: Manrope;
    text-transform: inherit;
    overflow: hidden;
    font-weight: 600; }
    .product-block .name a {
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      -webkit-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
      .product-block .name a:hover, .product-block .name a:active, .product-block .name a:focus {
        color: #FE4200; }
  .product-block .block-img {
    position: relative; }
  .product-block .image {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding-bottom: 8px; }
  .product-block .description {
    font-size: 12px;
    line-height: 17px;
    padding-top: 10px;
    display: none; }
  .product-block .cart .def_cart {
    cursor: pointer;
    display: flex;
    font-weight: 600;
    font-size: 18px;
    color: #929292;
    padding: 5px 0;
    width: unset;
    background: unset; }
    .product-block .cart .def_cart svg {
      width: 20px;
      height: 20px; }
      .product-block .cart .def_cart svg path {
        fill: #FE4200;
        -webkit-transition: all 200ms ease 0s;
        -o-transition: all 200ms ease 0s;
        transition: all 200ms ease 0s; }
    .product-block .cart .def_cart:hover path, .product-block .cart .def_cart:active path, .product-block .cart .def_cart:focus path {
      fill: #FE4200; }
  .product-block .cart.no_stock .def_cart {
    padding: 0;
    min-width: 90px;
    line-height: 1; }

.cart, .quantity_cart_add, .request-on-order-form {
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  .cart .icon-cart, .quantity_cart_add .icon-cart, .request-on-order-form .icon-cart {
    display: block;
    width: 16px;
    height: 17px; }
  .cart .product-in-cart, .quantity_cart_add .product-in-cart, .request-on-order-form .product-in-cart {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cart .product-in-cart .cart-product-add, .quantity_cart_add .product-in-cart .cart-product-add, .request-on-order-form .product-in-cart .cart-product-add {
      display: flex; }
      .cart .product-in-cart .cart-product-add svg, .quantity_cart_add .product-in-cart .cart-product-add svg, .request-on-order-form .product-in-cart .cart-product-add svg {
        width: 9px;
        height: 9px; }
    .cart .product-in-cart .cart-product-remove, .quantity_cart_add .product-in-cart .cart-product-remove, .request-on-order-form .product-in-cart .cart-product-remove {
      display: flex; }
      .cart .product-in-cart .cart-product-remove svg, .quantity_cart_add .product-in-cart .cart-product-remove svg, .request-on-order-form .product-in-cart .cart-product-remove svg {
        width: 9px;
        height: 2px; }
    .cart .product-in-cart .cart-product-remove, .cart .product-in-cart .cart-product-add, .quantity_cart_add .product-in-cart .cart-product-remove, .quantity_cart_add .product-in-cart .cart-product-add, .request-on-order-form .product-in-cart .cart-product-remove, .request-on-order-form .product-in-cart .cart-product-add {
      width: 21px;
      height: 21px;
      cursor: pointer;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .cart .product-in-cart .cart-product-quantity, .quantity_cart_add .product-in-cart .cart-product-quantity, .request-on-order-form .product-in-cart .cart-product-quantity {
      font-weight: 500;
      font-size: 18px;
      color: #929292;
      padding: 0 15px; }

.cart .cart-product-remove svg path,
.cart .cart-product-add svg path {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  fill: #FE4200; }

.cart .cart-product-remove:active svg path, .cart .cart-product-remove:focus svg path, .cart .cart-product-remove:hover svg path,
.cart .cart-product-add:active svg path,
.cart .cart-product-add:focus svg path,
.cart .cart-product-add:hover svg path {
  fill: #ED1C24; }

.success_bg .quantity_cart_add,
.request-on-order-form {
  margin-right: 12px; }
  .success_bg .quantity_cart_add .cart-product-remove,
  .success_bg .quantity_cart_add .cart-product-add,
  .request-on-order-form .cart-product-remove,
  .request-on-order-form .cart-product-add {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0;
    padding: 8px 8px; }
    .success_bg .quantity_cart_add .cart-product-remove svg path,
    .success_bg .quantity_cart_add .cart-product-add svg path,
    .request-on-order-form .cart-product-remove svg path,
    .request-on-order-form .cart-product-add svg path {
      fill: #ED1C24;
      stroke: none; }
    .success_bg .quantity_cart_add .cart-product-remove:active svg path, .success_bg .quantity_cart_add .cart-product-remove:focus svg path, .success_bg .quantity_cart_add .cart-product-remove:hover svg path,
    .success_bg .quantity_cart_add .cart-product-add:active svg path,
    .success_bg .quantity_cart_add .cart-product-add:focus svg path,
    .success_bg .quantity_cart_add .cart-product-add:hover svg path,
    .request-on-order-form .cart-product-remove:active svg path,
    .request-on-order-form .cart-product-remove:focus svg path,
    .request-on-order-form .cart-product-remove:hover svg path,
    .request-on-order-form .cart-product-add:active svg path,
    .request-on-order-form .cart-product-add:focus svg path,
    .request-on-order-form .cart-product-add:hover svg path {
      fill: #FE4200; }

.product-label {
  display: inline-block;
  float: left;
  padding: 4px 8px;
  line-height: 14px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin: 0 4px 0 0; }
  .product-label:last-child {
    margin-right: 0; }
  .product-label span {
    height: 100%;
    font-weight: 600;
    display: flex;
    align-items: center; }
    .product-label span svg {
      margin-right: 6px; }
  .product-label.sale {
    color: #fff;
    background: #FE4200; }
  .product-label.new {
    color: #fff;
    background: #71AA1F; }
  .product-label.sticker {
    position: absolute;
    bottom: 10px;
    left: 25px;
    padding: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    float: unset; }
    .product-label.sticker svg {
      width: 70px;
      height: 70px; }

.cart.pull-left {
  float: none !important;
  margin-bottom: 16px; }

.product-info .tab-content {
  border: none;
  padding: 0;
  margin-bottom: 30px; }
  .product-info .tab-content #tab-description > table {
    width: auto; }
  .product-info .tab-content .desc-header-wrapper {
    border: 1px #ED1C24 solid;
    margin-top: 30px;
    margin-bottom: 15px; }
    .product-info .tab-content .desc-header-wrapper .desc-header {
      padding: 15px;
      color: #ED1C24;
      text-transform: uppercase;
      font-size: 18px;
      position: relative;
      top: 1px;
      display: inline-block; }
  .product-info .tab-content #tab-specification td {
    padding: 10px 15px !important;
    color: #011931 !important; }
  .product-info .tab-content .owl-related .owl-next, .product-info .tab-content .owl-related .owl-prev {
    top: -57px; }
  .product-info .tab-content .owl-related .owl-next {
    right: 18px; }
  .product-info .tab-content .owl-related .owl-prev {
    right: 48px; }
  .product-info .tab-content .owl-related .owl-stage {
    padding: 0; }
  .product-info .tab-content .owl-related .product-block {
    width: 100%;
    margin: 0; }
    .product-info .tab-content .owl-related .product-block .image {
      border: none; }
  .product-info .tab-content .widget-products {
    margin: 0 -2px; }
  .product-info .tab-content .scroll-button {
    margin-bottom: 5px; }
  .product-info .tab-content .product-grid.no-scroll .product-block {
    margin: 4px 2px;
    width: calc(100% / 4 - 7px); }
    .product-info .tab-content .product-grid.no-scroll .product-block .image {
      border: 0; }

.cheap_invoice {
  margin-bottom: 15px; }

.storage_widget {
  border-top-color: #c4c4c4; }
  .storage_widget > span:nth-child(2) {
    color: #ED1C24 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .storage_widget table tr td:last-child span {
    background: #ED1C24 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important; }
    .storage_widget table tr td:last-child span:hover {
      background: #011931 !important; }

.kit_block {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #EEEEEE; }
  .kit_block .container {
    padding: 0; }
  .kit_block .h1 {
    margin: 0 0 32px 0;
    font-size: 36px;
    line-height: 38px; }
  .kit_block .producs_block {
    display: flex;
    flex-wrap: wrap; }
    .kit_block .producs_block .producs_block_left {
      display: flex;
      flex-direction: column;
      margin-right: 54px;
      width: 557px; }
    .kit_block .producs_block .plus, .kit_block .producs_block .total {
      align-self: center;
      width: 4%;
      text-align: center;
      font-size: 28px;
      font-weight: 400; }
    .kit_block .producs_block .product_list_item {
      display: flex;
      width: 100%;
      margin-bottom: 8px;
      padding: 4px 8px; }
      .kit_block .producs_block .product_list_item:last-child {
        margin-bottom: 0; }
      .kit_block .producs_block .product_list_item .price {
        font-weight: 600;
        font-size: 16px; }
      .kit_block .producs_block .product_list_item .product-meta a {
        font-weight: 300; }
      .kit_block .producs_block .product_list_item .block-img {
        margin-right: 16px; }
        .kit_block .producs_block .product_list_item .block-img .image {
          padding: 0; }
          .kit_block .producs_block .product_list_item .block-img .image img {
            width: 64px; }
      .kit_block .producs_block .product_list_item .name {
        margin-bottom: 4px; }
    .kit_block .producs_block .name a, .kit_block .producs_block .product-meta {
      margin: 0;
      line-height: 22px; }
    .kit_block .producs_block .kit_total {
      width: 376px;
      border: none;
      padding: 35px 40px; }
      .kit_block .producs_block .kit_total .btn-primary {
        width: 100%;
        height: 44px; }
      .kit_block .producs_block .kit_total .price .price-old {
        text-decoration: none; }
      .kit_block .producs_block .kit_total .price div {
        display: flex;
        margin-bottom: 11px; }
        .kit_block .producs_block .kit_total .price div:last-child {
          margin-bottom: 24px; }
        .kit_block .producs_block .kit_total .price div span {
          width: 50%;
          font-size: 16px;
          font-weight: normal;
          color: #011931; }
        .kit_block .producs_block .kit_total .price div span:last-child {
          text-align: center; }
        .kit_block .producs_block .kit_total .price div .title {
          font-weight: 600;
          font-size: 18px;
          line-height: 24px; }

.pav-megamenu .navbar-nav .canvas-menu-list {
  display: none; }

.banner-wrapper-margin .banner-wrapper {
  margin-bottom: 20px; }

.image-item-margin .image-item {
  margin-bottom: 20px; }

.nomargin .box {
  margin-bottom: 0; }

/* slidelayer */
.layerslider-wrapper {
  overflow: hidden; }
  .layerslider-wrapper:hover .tp-rightarrow {
    right: 20px !important; }
  .layerslider-wrapper:hover .tp-leftarrow {
    left: 20px !important; }

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-color: #ED1C24; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-color: #ED1C24; }

.effect-carousel-v2 .carousel-controls-v1 {
  position: absolute;
  right: 0; }
  .effect-carousel-v2 .carousel-controls-v1 .carousel-control {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    top: -20px; }
    .effect-carousel-v2 .carousel-controls-v1 .carousel-control.left {
      left: -63px; }

.effect-carousel-v2:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 2px; }

.effect-carousel .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .effect-carousel .carousel-control.left {
    left: -45px; }
  .effect-carousel .carousel-control.right {
    right: -45px; }

.effect-carousel:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100); }
  .effect-carousel:hover .carousel-control.left {
    left: 0; }
  .effect-carousel:hover .carousel-control.right {
    right: 0; }

/* tablist-v1 */
.tablist-v1 .product-grid .products-row .product-col:last-child {
  border-right: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.featured-category {
  margin-top: 104px; }
  .featured-category .popular-category-list {
    margin: 0; }
    .featured-category .popular-category-list li .image {
      position: relative;
      z-index: 12; }
    .featured-category .popular-category-list li .caption {
      width: 100%; }
      .featured-category .popular-category-list li .caption h6 {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        align-items: center;
        padding: 16px;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        background: #152849; }
      .featured-category .popular-category-list li .caption .icon img {
        height: 24px; }

.product-col-category .owl-stage {
  width: max-content !important; }

.product-col-category .product-col-cat-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  gap: 16px; }
  .product-col-category .product-col-cat-carousel .item .tab_cat {
    font-weight: 400; }

.gift-certs {
  margin-top: 104px;
  margin-right: 108px;
  margin-left: 108px;
  padding: 96px 0 128px 96px;
  background-image: url(https://cdn.elitechrussia.ru/image/img_template/gift_cert_bg.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 45%;
  background-size: cover;
  color: #fff;
  position: relative; }
  .gift-certs:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(93.28deg, #000000 21.59%, #680000 99.46%);
    z-index: -1; }
  .gift-certs h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 32px 0;
    color: #fff; }
  .gift-certs .description {
    max-width: 606px;
    font-size: 24px;
    line-height: 32px; }
    .gift-certs .description p {
      margin-bottom: 0; }
  .gift-certs .link {
    margin-top: 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: block;
    color: #FE4200; }
  .gift-certs svg {
    margin-left: 11px;
    height: 15px; }
    .gift-certs svg path {
      stroke: #FE4200; }

.category-tool-container {
  margin-top: 104px; }

.page-category .gift-certs {
  margin: 80px 0 0 0; }

.newsletter-container {
  margin-top: 40px;
  padding-top: 88px;
  padding-bottom: 88px;
  display: flex;
  background: url(https://cdn.elitechrussia.ru/image/img_template/newsletter_bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative; }
  .newsletter-container .h2 {
    color: #fff; }
  .newsletter-container .newsletter-block {
    max-width: 987px;
    padding: 64px;
    width: 50%;
    background: #000000CC; }
    .newsletter-container .newsletter-block label {
      color: #fff; }
    .newsletter-container .newsletter-block .title {
      margin-top: 0;
      margin-bottom: 40px; }
    .newsletter-container .newsletter-block .text {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 32px; }
    .newsletter-container .newsletter-block svg path {
      stroke: #929292; }
    .newsletter-container .newsletter-block .tm-login-form {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      padding-bottom: 8px;
      border-bottom: 2px solid #929292; }
      .newsletter-container .newsletter-block .tm-login-form input {
        color: #fff;
        font-weight: 600;
        font-size: 32px;
        line-height: 40px;
        background-color: transparent;
        padding: 0; }
      .newsletter-container .newsletter-block .tm-login-form button {
        width: auto;
        background: transparent; }
      .newsletter-container .newsletter-block .tm-login-form svg {
        vertical-align: bottom; }
    .newsletter-container .newsletter-block .checkbox_custom {
      margin-top: 32px; }
      .newsletter-container .newsletter-block .checkbox_custom label {
        margin: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px; }
      .newsletter-container .newsletter-block .checkbox_custom a {
        color: inherit;
        margin-left: 5px; }
    .newsletter-container .newsletter-block .newsletter-error {
      color: #F44336; }
    .newsletter-container .newsletter-block .newsletter-success,
    .newsletter-container .newsletter-block .newsletter-error {
      display: block;
      margin-top: 8px; }

.pav-megamenu {
  /* level 2 */ }
  .pav-megamenu .navbar {
    margin: 0;
    border: 0; }
  .pav-megamenu .navbar-collapse {
    padding: 0; }
  .pav-megamenu .navbar-nav > li.parent a {
    padding-right: 28px; }
  .pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
    left: -1px;
    right: auto; }
  .pav-megamenu .navbar-nav > li.aligned-left .dropdown-submenu .dropdown-menu {
    left: 100%; }
  .pav-megamenu .navbar-nav > li > .dropdown-menu {
    top: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    display: block;
    position: absolute;
    visibility: hidden; }
  .pav-megamenu .navbar-nav > li:hover > .dropdown-menu, .pav-megamenu .navbar-nav > li:focus > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    display: block;
    top: 100%; }
  .pav-megamenu .navbar-nav > li:last-child a {
    padding: 0; }
  .pav-megamenu .navbar-nav > li > a {
    padding: 0 24px 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    background-color: transparent !important;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .pav-megamenu .navbar-nav > li > a:hover .caret:before, .pav-megamenu .navbar-nav > li > a:focus .caret:before, .pav-megamenu .navbar-nav > li > a:active .caret:before {
      color: #FE4200 !important; }
    .pav-megamenu .navbar-nav > li > a .caret {
      border: 0;
      position: relative; }
      .pav-megamenu .navbar-nav > li > a .caret:before {
        -webkit-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        content: '\f110';
        font-family: "FontAwesome";
        position: absolute;
        right: -10px;
        top: -12px;
        font-size: 13px;
        font-weight: 100;
        color: #717171; }
  .pav-megamenu .navbar-nav > li.full-width {
    position: static; }
  .pav-megamenu .dropdown-menu {
    top: 100%;
    left: -9999px;
    height: auto;
    color: #011931;
    border: 1px #fff solid;
    min-width: 185px;
    padding: 0;
    background-color: #FFFFFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    z-index: 9999; }
    .pav-megamenu .dropdown-menu ul, .pav-megamenu .dropdown-menu ol {
      padding: 0; }
    .pav-megamenu .dropdown-menu li {
      padding: 0;
      line-height: 20px;
      list-style: none;
      position: relative; }
      .pav-megamenu .dropdown-menu li a {
        padding: 12px 20px;
        display: inline-block;
        width: 100%;
        color: #011931;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500; }
        .pav-megamenu .dropdown-menu li a:hover {
          background-color: transparent; }
      .pav-megamenu .dropdown-menu li.haschildren:after {
        position: absolute;
        content: '\f112';
        font-family: "FontAwesome";
        font-size: 15px;
        width: 10px;
        height: 17px;
        right: 8px;
        top: 12px; }
      .pav-megamenu .dropdown-menu li.haschildren:hover:after {
        background-position: center -17px; }
      .pav-megamenu .dropdown-menu li > ul.children {
        top: 5px;
        left: 285px;
        right: -250px;
        position: absolute;
        background: #FFFFFF;
        display: none;
        z-index: 99;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
        .pav-megamenu .dropdown-menu li > ul.children > li a {
          padding: 8px 12px;
          color: #011931;
          border-bottom: 1px #ebebeb solid; }
        .pav-megamenu .dropdown-menu li > ul.children > li:hover {
          background: #ED1C24; }
          .pav-megamenu .dropdown-menu li > ul.children > li:hover a {
            color: #FE4200; }
        .pav-megamenu .dropdown-menu li > ul.children > li:last-child {
          border: none; }
      .pav-megamenu .dropdown-menu li:hover > ul.children {
        left: 100%;
        display: block;
        top: 0; }
  .pav-megamenu .dropdown:hover > .dropdown-menu {
    display: block;
    left: 0; }
  .pav-megamenu .dropdown:hover > a .fa {
    color: #011931; }
  .pav-megamenu .mega-group > .dropdown-toggle {
    border: 0;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: Manrope, sans-serif;
    color: #FFFFFF; }
    .pav-megamenu .mega-group > .dropdown-toggle .fa {
      color: #FFFFFF; }
  .pav-megamenu .widget-heading {
    font-size: 16px;
    margin: 0 0 20px; }
  .pav-megamenu .widget-images {
    margin-bottom: 20px;
    padding-top: 5px; }
  .pav-megamenu .megamenu .cols1 {
    min-width: 200px; }
  .pav-megamenu .megamenu .cols2 {
    min-width: 500px; }
  .pav-megamenu .megamenu .cols3 {
    min-width: 740px; }
  .pav-megamenu .sidebar .product-block {
    padding: 5px 0;
    border-bottom: none; }
    .pav-megamenu .sidebar .product-block .image {
      padding: 0; }

.ocwall {
  background: rgba(237, 28, 36, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .ocwall .menutoggle {
    position: fixed;
    width: 15px;
    height: 15px;
    background: url(https://cdn.elitechrussia.ru/image/i/close.svg) center center no-repeat;
    background-size: cover;
    top: 15px;
    right: 35px;
    padding: 5px; }

.row-offcanvas.active .ocwall {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 9999; }

.header-menu .button_menu_cat {
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  padding: 0 24px 0 0;
  height: 100%;
  z-index: 999; }
  .header-menu .button_menu_cat .red_button {
    padding: 14px 36px;
    position: relative;
    z-index: 5; }
    .header-menu .button_menu_cat .red_button span {
      margin-left: 5px;
      line-height: 20px; }
  .header-menu .button_menu_cat svg {
    width: 20px;
    height: 20px; }

.header-menu .backdrop {
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: -1px;
  width: 100%;
  height: 33px;
  display: none; }

body .owl-carousel {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.filter .panel-body {
  padding: 0; }

.filter h6 {
  font-size: 16px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin: 0; }

.filter .list-group-item {
  position: relative;
  padding: 25px; }
  .filter .list-group-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ebebeb; }
  .filter .list-group-item:first-child:before {
    content: none; }
  .filter .list-group-item .icon-v3 {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("../image/icon-3.png") no-repeat;
    margin-right: 5px; }
  .filter .list-group-item:nth-child(2) .icon-v3 {
    background-position: 0 -43px; }
  .filter .list-group-item:nth-child(3) .icon-v3 {
    background-position: 0 -85px; }

/* search */
.nav-search {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  margin-right: 24px; }
  .nav-search .search_block {
    width: 100%; }

#searchtop {
  width: 100%; }
  #searchtop input.form-control {
    color: #011931;
    border: none;
    font-size: 16px;
    height: 48px;
    padding: 13px 24px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px; }
    #searchtop input.form-control::-moz-placeholder {
      color: #c4c4c4;
      opacity: 1; }
    #searchtop input.form-control:-ms-input-placeholder {
      color: #c4c4c4; }
    #searchtop input.form-control::-webkit-input-placeholder {
      color: #c4c4c4; }
    #searchtop input.form-control::placeholder {
      color: #011931; }
  #searchtop .input-group-btn {
    background: #fff;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #searchtop .input-group-btn:hover {
      color: #000; }
  #searchtop .btn-search {
    cursor: pointer;
    background: none;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    height: 44px;
    padding: 8px 24px 8px; }
    #searchtop .btn-search svg path {
      -webkit-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      fill: #ED1C24; }

.form-control::-moz-placeholder {
  color: #c4c4c4; }

#cart, .product-compare-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  padding: 0 8px; }
  #cart.open .dropdown-toggle, .product-compare-header.open .dropdown-toggle {
    box-shadow: none; }
  #cart a, .product-compare-header a {
    display: flex;
    position: relative;
    text-decoration: none; }
    #cart a svg path, .product-compare-header a svg path {
      -webkit-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      fill: #fff; }
    #cart a:hover svg path, #cart a:focus svg path, #cart a:active svg path, .product-compare-header a:hover svg path, .product-compare-header a:focus svg path, .product-compare-header a:active svg path {
      fill: #FE4200; }
  #cart .icon-cart, .product-compare-header .icon-cart {
    display: flex;
    padding: 0;
    height: auto; }
    #cart .icon-cart i, .product-compare-header .icon-cart i {
      font-size: 36px;
      line-height: 28px; }
  #cart svg, .product-compare-header svg {
    width: 32px;
    height: 32px; }
  #cart .wrap-cart, #cart #compare-right, .product-compare-header .wrap-cart, .product-compare-header #compare-right {
    color: #011931;
    font-size: 12px; }
    #cart .wrap-cart span, #cart #compare-right span, .product-compare-header .wrap-cart span, .product-compare-header #compare-right span {
      position: relative; }
    #cart .wrap-cart .badge, #cart #compare-right .badge, .product-compare-header .wrap-cart .badge, .product-compare-header #compare-right .badge {
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      color: #FFFFFF;
      position: absolute !important;
      top: -6px;
      right: -4px;
      z-index: 1;
      background: #FE4200;
      line-height: 18px; }
  #cart .price-cart, .product-compare-header .price-cart {
    color: #ED1C24; }
  #cart .cart-inner, .product-compare-header .cart-inner {
    display: flex;
    text-align: right; }

/* bestseller */
.bestseller.panel-warning .products-block {
  border: 2px solid #efc73a;
  border-top: none; }

.owl-carousel {
  display: block; }

.category-info {
  padding: 0; }
  .category-info .image {
    padding: 0;
    margin-bottom: 19px; }

.refine-search {
  margin-top: 15px; }
  .refine-search ul, .refine-search ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .refine-search ul li, .refine-search ol li {
      padding: 10px 0;
      margin: 0 10px;
      line-height: normal;
      position: relative;
      width: calc(25% - 20px); }
      .refine-search ul li a, .refine-search ol li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        color: #011931;
        align-items: center;
        background: no-repeat transparent top center;
        background-size: 90%;
        padding-top: 150px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }
        .refine-search ul li a:hover, .refine-search ol li a:hover {
          text-decoration: none; }
          .refine-search ul li a:hover span, .refine-search ol li a:hover span {
            color: #fff;
            background: rgba(30, 72, 123, 0.7); }
        .refine-search ul li a span, .refine-search ol li a span {
          width: 100%;
          padding: 10px 5px;
          text-align: center;
          font-weight: 600;
          color: #ED1C24;
          background: rgba(255, 255, 255, 0.7);
          line-height: 17px;
          display: flex;
          align-items: center;
          justify-content: center;
          -webkit-transition: all 200ms ease-in-out;
          -o-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out; }
          .refine-search ul li a span figure, .refine-search ol li a span figure {
            text-align: center; }
      @media (max-width: 767px) {
        .refine-search ul li, .refine-search ol li {
          width: calc((100% / 3) - 20px); } }
      @media (max-width: 500px) {
        .refine-search ul li, .refine-search ol li {
          width: calc((100% / 2) - 20px); } }
      @media (max-width: 400px) {
        .refine-search ul li, .refine-search ol li {
          font-size: 12px; } }
  .refine-search h3 {
    color: #474747;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }

.col-md-12 .refine-search ul li, .col-md-12 .refine-search ol li {
  width: calc(20% - 20px); }

.style-panel .panel {
  margin: 15px 0;
  border: 1px solid #ddd; }

.sidebar .products-block {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.sidebar .product-label {
  display: none; }

.sidebar .product-col {
  width: 100%;
  clear: both; }

.sidebar .products-row:last-child .product-block {
  border-bottom: none; }

.sidebar .price .price-old {
  font-size: 13px; }

.sidebar .price .price-new {
  font-size: 14px; }

.sidebar .product-block {
  overflow: hidden;
  padding: 15px;
  border-bottom: 1px solid #ebebeb; }
  .sidebar .product-block .image {
    padding: 0; }
  .sidebar .product-block .block-img {
    float: left;
    margin-right: 10px; }
  .sidebar .product-block .top {
    padding: 0; }
  .sidebar .product-block .product-meta {
    overflow: hidden;
    text-align: left;
    padding: 0; }
  .sidebar .product-block .name {
    padding-top: 0;
    margin-bottom: 0; }

.sidebar .bottom {
  display: none; }

.sidebar .product-grid .product-block {
  padding: 15px; }
  .sidebar .product-grid .product-block:hover .cart, .sidebar .product-grid .product-block:hover .top {
    margin: 0; }
  .sidebar .product-grid .product-block:hover .image {
    opacity: 1;
    filter: alpha(opacity=100); }

.product-info .product-meta .btn-sm, .product-info .product-meta .btn-group-sm > .btn, .product-info .product-meta .btn-group-sm > .btn {
  padding: 0 15px; }

.subcategories {
  margin-bottom: -1px;
  background-color: #666666; }

.sub-categories {
  display: flex;
  gap: 10px;
  row-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px; }
  .sub-categories__item {
    width: 240px; }
    .sub-categories__item a, .sub-categories__item span {
      display: block; }
    .sub-categories__item .title {
      line-height: 16px;
      font-weight: 500;
      padding: 0 10px;
      text-align: center;
      margin-top: 8px; }

/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  margin: 0 0 32px 0; }
  .product-filter .form-control {
    display: inline-block;
    padding: 0 20px;
    margin: 0 5px;
    width: auto;
    height: 36px;
    text-transform: capitalize; }
  .product-filter .pull-left + .pull-left {
    margin-left: 16px; }
  .product-filter .sort {
    display: flex;
    justify-content: flex-start;
    background: #fff; }
    .product-filter .sort .item {
      margin-right: 16px;
      color: #717171;
      cursor: pointer;
      padding: 15px 0; }
      .product-filter .sort .item:last-child {
        padding-right: 24px;
        margin-right: 0; }
      .product-filter .sort .item.active {
        color: #011931;
        font-weight: 600; }
    .product-filter .sort #input-sort {
      margin: 0; }

.product_first_attrs {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .product_first_attrs .items {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .product_first_attrs .items .item {
      display: flex;
      flex-wrap: nowrap;
      gap: 8px; }
      .product_first_attrs .items .item .title {
        max-width: 270px;
        line-height: 1.2; }
      .product_first_attrs .items .item .text {
        max-width: 320px; }
      .product_first_attrs .items .item .title, .product_first_attrs .items .item .text {
        width: calc(100% / 2 - 4px); }
      .product_first_attrs .items .item .title + .text {
        font-weight: 600; }
  .product_first_attrs > .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px; }
  .product_first_attrs .btn-all-attrs {
    color: #717171;
    font-weight: 500; }
    .product_first_attrs .btn-all-attrs:hover {
      cursor: pointer;
      color: #ED1C24; }

.product-list .description {
  display: block; }

.product-list .product-meta {
  padding-left: 0; }

.product-list .product-block {
  display: flex;
  border: 1px solid #EEEEEE;
  margin: 10px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .product-list .product-block .name {
    font-weight: 600;
    font-size: 18px;
    height: auto !important; }
    .product-list .product-block .name a span {
      display: inline-block; }
  .product-list .product-block .price {
    margin-bottom: 6px;
    text-align: left; }
    .product-list .product-block .price .price-new {
      font-size: 26px; }
  .product-list .product-block .block-img {
    width: 30%; }
  .product-list .product-block .bottom {
    display: flex;
    padding: 0 20px; }
    .product-list .product-block .bottom .cart {
      display: inline-block; }
      .product-list .product-block .bottom .cart button {
        padding: 0 30px; }
    .product-list .product-block .bottom .quickview a {
      left: -1px;
      position: relative; }

#products .products-block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }

#products .product-block {
  width: calc(100% / 5 - 13px); }

#sidebar-left {
  padding: 0; }
  #sidebar-left .box {
    background: #fff; }
  #sidebar-left .category.box {
    margin-bottom: 0; }
    #sidebar-left .category.box.parent-box {
      padding-bottom: 0; }
    #sidebar-left .category.box .cat-list {
      padding: 16px 16px 0 16px; }
      #sidebar-left .category.box .cat-list li {
        padding: 0;
        margin-bottom: 16px; }
        #sidebar-left .category.box .cat-list li:last-child {
          margin-bottom: 0;
          padding-bottom: 32px;
          border-bottom: 1px solid #EEEEEE; }
  #sidebar-left .mfilter-box.box {
    padding: 16px; }

#column-left,
#column-right {
  display: inline-block;
  width: 100%; }

#sidebar-left + #sidebar-main {
  padding: 0 0 0 24px; }

.product-grid.product-related .products-block,
.products-owl-carousel.product-related .products-block {
  margin: 5px; }

.product-grid.product-related .product-block,
.products-owl-carousel.product-related .product-block {
  width: calc(100% / 4 - 13px); }

.product-grid .product-block,
.products-owl-carousel .product-block {
  padding: 41px 0 24px 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  border: 1px solid #E4E4E4; }
  .product-grid .product-block:nth-child(4n+4),
  .products-owl-carousel .product-block:nth-child(4n+4) {
    margin-right: 0; }
  .product-grid .product-block:last-child,
  .products-owl-carousel .product-block:last-child {
    margin-right: 0; }
  .product-grid .product-block .product-meta,
  .products-owl-carousel .product-block .product-meta {
    padding: 0 24px; }
    .product-grid .product-block .product-meta .top,
    .products-owl-carousel .product-block .product-meta .top {
      margin-top: 7.5px; }
  .product-grid .product-block .bottom,
  .products-owl-carousel .product-block .bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #FFFFFF;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    justify-content: space-between;
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    margin-top: 8px; }

.products-owl-carousel .owl-stage-outer {
  padding: 15px 0; }

.products-owl-carousel .product-block {
  width: auto; }

/* 
* PRODUCT DEALS
*/
.productdeals .widget-inner .carousel {
  position: static; }

/* 
* PRODUCT INFORMATION PAGE
*/
.product-info .box-product-infomation {
  margin-top: 20px; }

.product-info .product-info-bg {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px; }

.product-info .product_stik {
  max-width: 960px;
  width: 100%; }

.product-info .image-container {
  width: 90%;
  max-width: 700px;
  margin-right: 40px; }
  .product-info .image-container .image_block,
  .product-info .image-container .image-thumb {
    background: #fff;
    position: relative; }
  .product-info .image-container .thumbnail img {
    max-height: 526px; }
  .product-info .image-container .image-additional {
    overflow: hidden; }
    .product-info .image-container .image-additional .owl-carousel {
      margin-bottom: 0 !important; }
    .product-info .image-container .image-additional .item {
      text-align: center;
      position: relative; }
      .product-info .image-container .image-additional .item img,
      .product-info .image-container .image-additional .item a {
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
      .product-info .image-container .image-additional .item a {
        display: block;
        width: 80px;
        height: 80px; }
      .product-info .image-container .image-additional .item a.active img,
      .product-info .image-container .image-additional .item a:hover img {
        filter: brightness(0.7); }

.product-info .sku_rating_compare_credit {
  margin-bottom: 24px; }

.product-info .invoice:hover svg path, .product-info .compare:hover svg path {
  fill: #FE4200; }

.product-info .sku_rating {
  display: flex;
  font-size: 12px;
  align-items: center; }
  .product-info .sku_rating > div {
    margin-right: 16px;
    margin-bottom: 8px; }
    .product-info .sku_rating > div:last-child {
      margin-right: 0; }
    .product-info .sku_rating > div svg {
      margin-right: 4px; }

.product-info .sku_block {
  color: #717171; }

.product-info .prod_rating > .rating {
  display: flex;
  font-size: 12px;
  line-height: 14px; }
  .product-info .prod_rating > .rating .rat_count {
    font-weight: 600;
    color: #717171; }
  .product-info .prod_rating > .rating .rev_count {
    margin-left: 5px;
    color: #717171; }
  .product-info .prod_rating > .rating svg path {
    fill: #717171; }
  .product-info .prod_rating > .rating.active svg path {
    fill: #FE4200; }
  .product-info .prod_rating > .rating.active .rat_count {
    color: #FE4200; }

.product-info .compare svg,
.product-info .credit-container svg {
  width: 15px;
  height: 15px; }
  .product-info .compare svg path,
  .product-info .credit-container svg path {
    fill: #ED1C24; }

.product-info .product-price-info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%; }
  .product-info .product-price-info .ul_info {
    width: 100%;
    padding-right: 32px; }
    .product-info .product-price-info .ul_info .osn_har li {
      margin-bottom: 8px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end; }
      .product-info .product-price-info .ul_info .osn_har li:last-child {
        margin-bottom: 0; }
      .product-info .product-price-info .ul_info .osn_har li > span {
        display: inline-block;
        vertical-align: bottom; }
      .product-info .product-price-info .ul_info .osn_har li .text {
        min-width: 170px;
        margin-right: 8px; }
      .product-info .product-price-info .ul_info .osn_har li .value {
        font-weight: 600;
        white-space: nowrap; }
    .product-info .product-price-info .ul_info .osn_har img {
      margin-left: 5px;
      margin-top: -10px; }
    .product-info .product-price-info .ul_info .faq ul {
      padding-left: 0;
      margin-bottom: 0; }
      .product-info .product-price-info .ul_info .faq ul li {
        display: flex;
        align-items: flex-start;
        list-style: none;
        margin-bottom: 16px; }
        .product-info .product-price-info .ul_info .faq ul li:before {
          content: '';
          display: inline-block;
          width: 24px;
          height: 24px;
          min-width: 24px;
          margin-right: 10px;
          background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_3509_128120)%22%3E%3Cg%20opacity%3D%220.2%22%3E%3Cpath%20d%3D%22M-4.89661%201.79541C0.557449%201.79541%200.557449%206.05497%206.07802%206.05497C11.5321%206.05497%2011.5321%201.79541%2017.0526%201.79541C22.5732%201.79541%2022.5732%206.05497%2028.0273%206.05497C33.4813%206.05497%2033.4813%201.79541%2039.0019%201.79541%22%20stroke%3D%22%230055FF%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%20opacity%3D%220.5%22%3E%3Cpath%20d%3D%22M-4.89661%209.08447C0.557449%209.08447%200.557449%2013.344%206.07802%2013.344C11.5321%2013.344%2011.5321%209.08447%2017.0526%209.08447C22.5732%209.08447%2022.5732%2013.344%2028.0273%2013.344C33.4813%2013.344%2033.5478%209.08447%2039.0019%209.08447%22%20stroke%3D%22%230055FF%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cpath%20d%3D%22M-4.89661%2016.3716C0.557449%2016.3716%200.557449%2020.6311%206.07802%2020.6311C11.5321%2020.6311%2011.5321%2016.3716%2017.0526%2016.3716C22.5732%2016.3716%2022.5732%2020.6311%2028.0273%2020.6311C33.4813%2020.6311%2033.5478%2016.3716%2039.0019%2016.3716%22%20stroke%3D%22%230055FF%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_3509_128120%22%3E%3Crect%20fill%3D%22white%22%20height%3D%2222.7368%22%20transform%3D%22translate(0%200.631348)%22%20width%3D%2224%22%3E%3C%2Frect%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E"); }
        .product-info .product-price-info .ul_info .faq ul li:last-child {
          margin-bottom: 0; }

.product-info #product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  max-width: 321px;
  width: 100%;
  height: max-content; }
  .product-info #product .price {
    display: flex;
    align-items: first baseline;
    justify-content: flex-start;
    gap: 8px; }
    .product-info #product .price .price-new {
      margin: 0;
      display: flex;
      align-items: flex-end;
      font-weight: 500;
      line-height: 30px;
      width: max-content; }
      .product-info #product .price .price-new span {
        margin-left: 5px; }
    .product-info #product .price .price-old {
      position: relative;
      font-weight: 600;
      font-family: Manrope;
      color: #717171;
      letter-spacing: 0.01em;
      line-height: 20px; }
      .product-info #product .price .price-old span {
        margin-left: 5px; }
      .product-info #product .price .price-old:before {
        position: absolute;
        content: "";
        left: 0;
        top: 35%;
        right: 0;
        border-top: solid 2px #011931;
        border-color: inherit;
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -o-transform: rotate(-8deg); }

.product-info .product-meta, .product-info .other-info, .product-info .other-dost {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.product-info .other-info {
  gap: 8px; }

.product-info .thumbs-preview {
  margin-top: 20px; }
  .product-info .thumbs-preview a + a {
    margin-left: 10px; }

.product-info .vertical.image-additional .carousel-control {
  display: none; }

.product-info .vertical:hover .carousel-control {
  display: block; }

.product-info .vertical .center {
  left: 0;
  right: 0;
  margin: 0 auto; }

.product-info .vertical .top {
  top: 0;
  bottom: auto; }

.product-info .vertical .bottom {
  top: auto;
  bottom: 0; }

.product-info .horical {
  display: block;
  width: 100%;
  text-align: center;
  position: relative; }
  .product-info .horical:hover .carousel-control {
    display: block; }

.product-info .check-box {
  padding-right: 5px;
  font-size: 10px; }

.product-info .image {
  position: relative;
  text-align: center;
  overflow: hidden;
  border: 0; }

.product-info .share {
  padding: 20px 0;
  display: none; }
  .product-info .share:before, .product-info .share:after {
    content: " ";
    display: table; }
  .product-info .share:after {
    clear: both; }

.product-info .wrap-qty {
  border: 1px solid #ebebeb;
  height: 32px;
  background-color: #FFFFFF;
  padding: 3px; }
  .product-info .wrap-qty > div {
    display: table-cell;
    float: left; }

.product-info .quantity-adder {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .product-info .quantity-adder + .btn-sm, .product-info .btn-group-sm > .quantity-adder + .btn {
    padding: 0 18px; }
  .product-info .quantity-adder .add-action {
    width: 40px;
    height: 35px;
    color: #011931;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 8px;
    line-height: 39px;
    text-align: center; }
    .product-info .quantity-adder .add-action:hover, .product-info .quantity-adder .add-action:focus {
      color: #ED1C24; }
  .product-info .quantity-adder .quantity-number input {
    width: 40px;
    height: 35px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    @box-shadow (none);
    padding: 0;
    border: none;
    color: #011931;
    font-size: 16px; }
  .product-info .quantity-adder .minimum {
    line-height: 35px;
    font-size: 11px;
    margin-left: 10px; }

.product-info .product-meta a a.btn-sm, .product-info .product-meta a .btn-group-sm > a.btn {
  padding: 0 19px; }

.product-info .product-meta a.btn-primary {
  margin-left: 16px;
  font-size: 20px;
  line-height: 33px;
  padding: 0 10px; }

.product-info .product-meta .cart #button-cart {
  width: 246px;
  height: 44px; }

.product-info .product-meta .btn-compare {
  color: #011931;
  font-size: 24px;
  padding: 2px 18px;
  height: 41px; }
  .product-info .product-meta .btn-compare:hover {
    color: #ED1C24; }

.product-info .product-meta .credit_info {
  position: relative;
  cursor: pointer; }
  .product-info .product-meta .credit_info .tooltip_cust {
    position: absolute;
    top: 38px;
    width: 320px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px #011931;
    -moz-box-shadow: 1px 1px 10px #011931;
    -o-box-shadow: 1px 1px 10px #011931;
    box-shadow: 1px 1px 10px #011931;
    padding: 20px;
    font-size: 16px;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    right: -85px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .product-info .product-meta .credit_info:hover .tooltip_cust, .product-info .product-meta .credit_info:focus .tooltip_cust, .product-info .product-meta .credit_info:active .tooltip_cust {
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block; }
  .product-info .product-meta .credit_info span {
    position: absolute;
    right: 56px;
    top: -25px;
    width: 65px;
    height: 25px;
    overflow: hidden;
    opacity: 1;
    filter: alpha(opacity=100); }
  .product-info .product-meta .credit_info span:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 12px;
    width: 25px;
    height: 25px;
    -webkit-box-shadow: 1px 1px 10px #011931;
    -moz-box-shadow: 1px 1px 10px #011931;
    -o-box-shadow: 1px 1px 10px #011931;
    box-shadow: 1px 1px 10px #011931;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg); }

.product-info .product-meta .credit_product {
  display: flex;
  align-items: center; }
  .product-info .product-meta .credit_product .credit_info {
    display: flex;
    margin-left: 4px; }
  .product-info .product-meta .credit_product a:hover, .product-info .product-meta .credit_product a:focus, .product-info .product-meta .credit_product a:active {
    color: #FE4200; }

.product-info .product-meta .other-dost {
  display: none;
  gap: 8px; }
  .product-info .product-meta .other-dost .other-title {
    font-weight: 600;
    letter-spacing: 0.01em; }
  .product-info .product-meta .other-dost b {
    font-weight: normal;
    text-transform: capitalize; }
  .product-info .product-meta .other-dost > div span {
    white-space: nowrap; }
  .product-info .product-meta .other-dost .other-dost1,
  .product-info .product-meta .other-dost .other-dost2 {
    display: flex;
    flex-direction: column; }

.product-info .product-meta .reserv_block {
  border-top: solid 1px #C6C6C6;
  padding-top: 8px; }
  .product-info .product-meta .reserv_block a {
    color: #ED1C24;
    font-weight: 600; }
    .product-info .product-meta .reserv_block a:hover, .product-info .product-meta .reserv_block a:focus, .product-info .product-meta .reserv_block a:active {
      color: #FE4200; }

.product-info .advantages_block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px; }
  .product-info .advantages_block .advantage_item {
    width: 50%;
    min-width: 262px;
    display: flex;
    align-items: center; }
    .product-info .advantages_block .advantage_item div {
      width: 80px;
      height: 80px;
      margin: 10px; }
    .product-info .advantages_block .advantage_item span {
      width: calc(100% - 100px);
      margin: 10px; }
  @media (max-width: 767px) {
    .product-info .advantages_block {
      display: none; } }

/*
* ALLPRODUCTS PAGE
*/
.all_cat_block {
  display: flex;
  flex-wrap: wrap; }
  .all_cat_block a {
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
  .all_cat_block .show-all-cats {
    position: absolute;
    bottom: -30px;
    width: auto;
    height: auto;
    color: #ED1C24;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer; }
  .all_cat_block .cat {
    width: calc(100% / 3 - 11px);
    margin-right: 16px;
    margin-bottom: 64px; }
    .all_cat_block .cat .img {
      height: auto;
      overflow: hidden;
      position: relative; }
    .all_cat_block .cat .title {
      margin: 24px 0 16px 0;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #011931; }
    .all_cat_block .cat:nth-child(3n + 3) {
      margin-right: 0; }
    .all_cat_block .cat .sub-cats {
      display: flex;
      flex-direction: column; }
      .all_cat_block .cat .sub-cats__item {
        margin-bottom: 8px; }
    .all_cat_block .cat .categries-list {
      height: 200px;
      overflow: hidden;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
    .all_cat_block .cat .list-container {
      position: relative;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }

.zoomWindowContainer .zoomWindow {
  left: 500px; }

.h1_container {
  padding-bottom: 80px; }
  .h1_container h1 {
    margin: 0;
    padding: 0;
    line-height: 40px; }

.horital {
  position: relative; }

.owl-carousel .owl-wrapper-outer {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.related .owl-item .product-col {
  border-left: 1px solid #ebebeb; }

.related .owl-item:first-child .product-col {
  border-left: 1px solid transparent; }

#input-captcha,
#input-payment-captcha {
  margin-bottom: 10px; }

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 992px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .row-offcanvas-right {
    right: 0; }
  .sidebar-offcanvas {
    right: -100%; }
  .sidebar-offcanvas {
    left: -100%; }
  .row-offcanvas-right.active {
    right: 100%; }
  .row-offcanvas-left.active .sidebar-offcanvas {
    left: 0; }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 85, 255, 0.2);
    z-index: 99;
    overflow: auto; }
    .sidebar-offcanvas ul li, .sidebar-offcanvas ol li {
      list-style: none; }
      .sidebar-offcanvas ul li.active, .sidebar-offcanvas ol li.active {
        background: transparent; }
    .sidebar-offcanvas .megamenu > li:not(.canvas-menu-list) {
      display: none; }
  .bottom-offcanvas {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0; } }

@media screen and (max-width: 767px) {
  .sidebar-offcanvas ul li:not(.canvas-menu-list), .sidebar-offcanvas ol li:not(.canvas-menu-list) {
    display: block;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px; }
  .sidebar-offcanvas .megamenu > li:not(.canvas-menu-list) {
    display: block; } }

/*offcanvas-menu*/
#offcanvasmenu {
  padding-bottom: 32px; }
  #offcanvasmenu .cat_all {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
    #offcanvasmenu .cat_all .child-cats,
    #offcanvasmenu .cat_all .down-child-cats {
      margin-top: 17px; }
    #offcanvasmenu .cat_all .list-container,
    #offcanvasmenu .cat_all .down-child-cats {
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      display: none; }
  #offcanvasmenu .nav .caret {
    border-bottom-color: #011931;
    border-top-color: #011931;
    margin-left: 5px;
    display: none !important; }
  #offcanvasmenu .pavo-widget .widget-heading {
    margin-top: 15px; }
  #offcanvasmenu li .fa {
    color: #011931;
    font-size: 22px;
    line-height: 1; }
  #offcanvasmenu li .fa-minus-square::before {
    content: "\f28e"; }
  #offcanvasmenu li .fa-plus-square::before {
    content: "\f2c2"; }
  #offcanvasmenu li .fa-arrow-down::before {
    content: '\f110'; }
  #offcanvasmenu li .fa-arrow-up::before {
    content: '\f113'; }
  #offcanvasmenu .navbar-nav {
    float: none;
    margin: 0; }
    #offcanvasmenu .navbar-nav > li {
      float: none;
      border-right: none; }
      #offcanvasmenu .navbar-nav > li .list {
        padding-right: 0; }
        #offcanvasmenu .navbar-nav > li .list .child-title {
          max-width: 222px; }
      #offcanvasmenu .navbar-nav > li:hover:after {
        display: none; }
      #offcanvasmenu .navbar-nav > li .click-canavs-menu {
        cursor: pointer;
        display: inline-block;
        padding: 0;
        position: absolute;
        right: 0;
        z-index: 1;
        transition: 0.3s ease; }
        #offcanvasmenu .navbar-nav > li .click-canavs-menu.r90 {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg); }
      #offcanvasmenu .navbar-nav > li li.dropdown-submenu .click-canavs-menu {
        padding: 10px 25px; }
      #offcanvasmenu .navbar-nav > li li.dropdown-submenu li.dropdown-submenu > .click-canavs-menu {
        padding: 10px 15px; }
  #offcanvasmenu .dropdown-menu {
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    display: none;
    float: none;
    margin: 0;
    position: static;
    visibility: visible;
    width: auto !important;
    min-width: 160px;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff;
    padding: 0; }
    #offcanvasmenu .dropdown-menu .mega-col {
      padding: 0; }
    #offcanvasmenu .dropdown-menu .row {
      margin: 0; }
  #offcanvasmenu .w-product {
    padding: 0; }
  #offcanvasmenu .product-block {
    border: none;
    padding: 0; }
    #offcanvasmenu .product-block .image {
      float: none;
      margin: 0; }
  #offcanvasmenu .tree-menu {
    padding: 55px 32px 55px 32px; }
  #offcanvasmenu .cat_all {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative; }
  #offcanvasmenu .category-title {
    font-weight: 600;
    color: #ED1C24;
    padding: 16px; }
  #offcanvasmenu .down-child-cats,
  #offcanvasmenu .item-hidden {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    display: none !important; }
  #offcanvasmenu .lvl1.active-list > a .arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  #offcanvasmenu .lvl1.active-list .parent-cat.active-list .category-title .arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  #offcanvasmenu .lvl1.active-list .category-title {
    color: #fff; }
  #offcanvasmenu .lvl1.active-list .list-container.in {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    display: block !important;
    height: 100%;
    z-index: 5; }
    #offcanvasmenu .lvl1.active-list .list-container.in .list {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible; }

.canvas-menu {
  margin: 0;
  color: #ED1C24;
  font-size: 28px;
  padding: 0 10px;
  border: none; }

.col-nopadding .row {
  margin-left: 0;
  margin-right: 0; }
  .col-nopadding .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.nopadding [class*="col-"], .nopadding [class^="col-"] {
  padding-right: 0;
  padding-left: 0; }

.arrow {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #343434;
  font-size: 19px;
  background: #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.address li span, .address li a {
  overflow: hidden;
  display: block; }

.address li .icon {
  width: 16px;
  height: 20px;
  background: url(../image/icon-address.png) 0 0 no-repeat;
  margin-right: 10px; }
  .address li .icon.icon-phone {
    background-position: 0 -19px; }
  .address li .icon.icon-mail {
    background-position: 0 -43px; }

.over-hidden {
  overflow: hidden; }
  .over-hidden .col-inner {
    overflow: hidden; }
  .over-hidden .owl-carousel .owl-wrapper-outer {
    overflow: visible; }

/* back top top */
.scrollup {
  background: #ED1C24 !important;
  bottom: 82px;
  position: fixed;
  right: 10px;
  z-index: 9999; }

.vertical .carousel-inner {
  height: 100%; }

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top; }

.carousel.vertical .active {
  top: 0; }

.carousel.vertical .next {
  top: 400px; }

.carousel.vertical .prev {
  top: -400px; }

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0; }

.carousel.vertical .active.left {
  top: -400px; }

.carousel.vertical .active.right {
  top: 400px; }

.carousel.vertical .item {
  left: 0; }

/*  */
.sphinxsearch {
  width: 100%;
  right: 0;
  left: auto;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  z-index: 99999;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 10px #717171; }
  .sphinxsearch > a {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    color: initial;
    line-height: 17px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .sphinxsearch > a:first-child {
      border-top: none; }
    .sphinxsearch > a:last-child {
      border-bottom: none; }
    .sphinxsearch > a img {
      float: left;
      margin: 0 10px 0 0;
      padding: 5px; }
  .sphinxsearch .categories span, .sphinxsearch .products span {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    background: #eee; }
  .sphinxsearch .categories a {
    text-transform: uppercase;
    text-indent: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.product_sp {
  height: 60%;
  color: #666;
  text-align: left;
  font-size: 13px;
  margin-left: 75px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.price_sp {
  width: calc(100% - 89px);
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
  left: 80px;
  padding-left: 22px;
  display: flex;
  flex-direction: column; }
  .price_sp .price {
    font-weight: 600; }
  .price_sp .old {
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 13px;
    color: #717171; }

.sphinx-viewall {
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  height: auto; }
  .sphinx-viewall:hover {
    background: #FFFFFF; }
  .sphinx-viewall #view-all {
    background: #ED1C24;
    color: #FFFFFF;
    padding: 4px 25px;
    display: inline-block;
    height: 44px;
    font-weight: 600;
    line-height: 36px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .sphinx-viewall #view-all span {
      display: flex; }
  .sphinx-viewall-no-res {
    font-weight: bold;
    text-align: center;
    height: 30px;
    color: #011931;
    width: 100%;
    line-height: 30px; }

#input-search + .sphinxsearch {
  left: 15px; }

.sphinxsearch a:hover, .sphinxsearch a:focus, .sphinxsearch a:active {
  color: #FE4200; }
  .sphinxsearch a:hover .product_sp, .sphinxsearch a:focus .product_sp, .sphinxsearch a:active .product_sp {
    color: #FE4200; }

@media (max-width: 430px) {
  .sphinxsearch {
    width: 100%; } }

button:active, button:focus {
  outline: none !important; }

#page {
  min-height: 100vh; }

.mfilter-free-button {
  display: none; }

.main-columns {
  min-height: 70vh; }

.recaptcha_container .col-sm-2 {
  padding-right: 0;
  width: 1px; }

.page-themecontrol-product #page {
  min-height: 1px; }

.product-compare {
  background: #fff; }

.main-title {
  position: absolute;
  left: -9999rem;
  top: -9999rem; }

#button-cart {
  width: 122px; }

.success.product-info .product_list_item .image {
  width: 80px; }

#tab-description img {
  height: auto; }

#mainmenutop .nav.navbar {
  height: 60px; }

#mainmenutop .panel-v4 .panel-body {
  border: none !important; }

.pav-container .pav-inner .row-inner > div {
  padding: 0; }

.advantages img, .advantages .col-sm-9 {
  height: auto !important; }

#is_ip .radio_custom .input-control {
  margin-right: 15px; }

.modal-dialog .reserve_button, .modal-dialog .callback_button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #ED1C24;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: Manrope; }
  .modal-dialog .reserve_button:hover, .modal-dialog .callback_button:hover {
    background: #011931; }

.modal-dialog .reserve_button {
  padding: 0px 20px; }

.contact-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #ED1C24;
  top: 0;
  position: absolute; }
  .contact-icon i.fa {
    color: #FFFFFF;
    font-size: 30px;
    padding: 11px 10px 10px 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: -1px; }

.contact-text {
  display: inline-block;
  padding-left: 60px;
  min-height: 60px;
  margin-bottom: 10px;
  line-height: 24px; }
  .contact-text div.contact-text-b-days div {
    display: inline-block; }

.search_block {
  overflow: visible; }
  .search_block form {
    margin: 0; }
    .search_block form button {
      border: 1px solid #fff;
      padding: 0 8px;
      height: 36px; }
      .search_block form button:focus, .search_block form button:active {
        outline: none !important; }
      .search_block form button i {
        font-size: 23px;
        vertical-align: -2px; }
  .search_block .dropdown-menu.autosearch {
    margin: 0;
    width: 350px;
    min-width: 0;
    padding: 0;
    right: 0;
    left: auto;
    display: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    top: 100%; }
    .search_block .dropdown-menu.autosearch li {
      -webkit-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all;
      display: inline-block;
      width: 100%;
      margin-bottom: 5px;
      cursor: pointer;
      line-height: 1;
      position: relative;
      border-bottom: 1px #d9e3e6 solid; }
      .search_block .dropdown-menu.autosearch li:nth-last-child(-n+2) {
        border: none; }
      .search_block .dropdown-menu.autosearch li > div {
        line-height: 1.5;
        display: inline-block; }
      .search_block .dropdown-menu.autosearch li a {
        white-space: normal;
        padding: 3px 5px 20px 0; }
      .search_block .dropdown-menu.autosearch li .as-image {
        float: left;
        padding: 5px;
        width: 80px;
        margin-right: 10px; }
        .search_block .dropdown-menu.autosearch li .as-image img {
          width: 100%;
          height: auto; }
      .search_block .dropdown-menu.autosearch li .as-title {
        width: 100%;
        font-size: 16px;
        margin: 10px 0; }
        .search_block .dropdown-menu.autosearch li .as-title a {
          color: #011931; }
      .search_block .dropdown-menu.autosearch li .as-price {
        width: calc(100% - 95px);
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        bottom: 10px;
        left: 95px; }
        .search_block .dropdown-menu.autosearch li .as-price .price-old {
          font-size: 14px;
          text-decoration: line-through;
          margin-right: 7px;
          color: #959595; }
      .search_block .dropdown-menu.autosearch li #showall {
        padding: 0 25px;
        display: inline-block; }
    @media (max-width: 1199px) {
      .search_block .dropdown-menu.autosearch {
        width: 300px; }
        .search_block .dropdown-menu.autosearch li .as-image {
          width: 80px; }
        .search_block .dropdown-menu.autosearch li .as-title {
          width: 100%;
          font-size: 14px;
          font-weight: 500;
          line-height: 16px; }
        .search_block .dropdown-menu.autosearch li .as-price {
          width: calc(100% - 120px);
          left: 95px; } }
    @media (max-width: 767px) {
      .search_block .dropdown-menu.autosearch {
        width: 260px;
        right: -15px;
        left: auto; } }
    @media (max-width: 421px) {
      .search_block .dropdown-menu.autosearch {
        top: calc(100% + 2px);
        width: calc(100vw - 30px);
        left: auto; } }

#checkout-form #shipping_methods .radio,
#checkout-form #payment_methods .radio {
  margin-left: 0 !important; }

.radio_custom .list_of_points {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #011931;
  font-weight: 500;
  padding-left: 22px; }

.radio_custom a {
  padding-left: 10px;
  font-size: 18px;
  color: #ED1C24; }

.radio_custom .input-control {
  cursor: pointer;
  display: inline-block;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #717171;
  margin: 1px 0; }
  .radio_custom .input-control input {
    position: absolute;
    width: auto !important;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0); }
  .radio_custom .input-control__indicator {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 15px;
    height: 15px;
    text-align: center;
    background-color: #ED1C24; }
  .radio_custom .input-control.radio input ~ .input-control__indicator:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    background: #ED1C24;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
    border: 3px #FFFFFF solid; }
  .radio_custom .input-control.radio input:checked ~ .input-control__indicator:after {
    opacity: 1;
    filter: alpha(opacity=100); }

@media (max-width: 767px) {
  .radio_custom .input-control, .radio_custom .list_of_points {
    font-size: 14px; } }

.checkbox_custom a.agree b {
  font-weight: 500;
  padding: 0;
  font-size: 12px; }

.checkbox_custom .input-control {
  cursor: pointer;
  padding-left: 30px;
  line-height: 16px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #011931;
  margin: 16px 0;
  text-align: left;
  display: flex;
  align-items: center; }
  .checkbox_custom .input-control input {
    position: absolute;
    width: auto !important;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0); }
  .checkbox_custom .input-control__indicator {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    width: 24px;
    height: 24px;
    text-align: center;
    background: none;
    border: solid 2px #C6C6C6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out; }
  .checkbox_custom .input-control.checkbox input ~ .input-control__indicator:after, .checkbox_custom .input-control.checkbox.active .input-control__indicator:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M10.6663 1.5L4.24967 7.91667L1.33301 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out; }
  .checkbox_custom .input-control.checkbox input:checked ~ .input-control__indicator:after, .checkbox_custom .input-control.checkbox.active .input-control__indicator:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .checkbox_custom .input-control.checkbox input:checked ~ .input-control__indicator {
    border-color: #2F2F2F;
    background-color: #2F2F2F; }
  .checkbox_custom .input-control:hover .input-control__indicator {
    border-color: #959595; }

#button-order {
  margin-top: 15px; }

.product-compare .comparetable .img-thumbnail {
  border: none; }

.product-compare .comparetable .table > thead > tr > td, .product-compare .comparetable .table > tbody > tr > td, .product-compare .comparetable .table > tfoot > tr > td {
  width: 500px; }

.product-compare .compare_actions button {
  float: left;
  margin-right: 10px; }

#totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #ED1C24;
  text-indent: -9999px;
  z-index: 999;
  border: 1px #FFFFFF solid;
  -webkit-transition: 200ms all ease-in-out;
  -o-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out; }
  #totop span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff; }
  #totop:hover {
    background-color: #011931; }

#coupon_form h4 {
  font-size: 16px; }

#coupon_form #input-coupon {
  width: 100%;
  height: 46px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 0; }

#coupon_form #button-coupon {
  width: 30%;
  max-width: 147px;
  height: auto;
  border: 1px solid #FE4200;
  color: #FE4200;
  padding: 0 16px;
  background: transparent; }
  #coupon_form #button-coupon:hover, #coupon_form #button-coupon:focus, #coupon_form #button-coupon:active, #coupon_form #button-coupon.active {
    color: #fff;
    background: #FE4200; }

.maintenance {
  min-height: calc(100vh - 381px); }

.widget-products .product-grid .product-block {
  margin: 0;
  width: auto; }

.widget-products .owl-carousel .owl-item {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

h1 {
  padding: 0 0 40px 0;
  text-transform: none; }

.comparetable {
  padding: 15px 0;
  margin-bottom: 15px;
  overflow-x: auto; }
  .comparetable table {
    margin-bottom: 0; }
  .comparetable .price-old {
    text-decoration: line-through;
    color: #959595; }
  .comparetable .button_lg_inv, .comparetable .red_button {
    width: 160px; }
  .comparetable .red_button {
    margin-bottom: 8px; }

.page-product-special #filter-mob-btn, .page-product-search #filter-mob-btn {
  display: none !important; }

.page-product-special #content, .page-product-search #content {
  padding-bottom: 30px !important; }

.page-product-special #products .product-block, .page-product-search #products .product-block {
  width: calc(100% / 5 - 16px); }

.owl-prev, .owl-next {
  position: absolute;
  top: -33px;
  width: 25px;
  height: 25px;
  color: #fff;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background: #ED1C24 center no-repeat;
  font-family: "FontAwesome";
  font-size: 22px;
  line-height: 1;
  padding: 1px; }
  .owl-prev:hover, .owl-next:hover {
    background-color: #959595; }

.image_block .mob-owl-nav {
  display: none; }

.image_block .thumbnail {
  padding: 0; }

.image_block #image-additional .owl-prev,
.image_block #image-additional .owl-next {
  top: 17px; }

.image_block #image-additional .owl-next {
  right: 0; }

.image_block #image-additional .owl-prev {
  left: 0;
  right: auto; }

.owl-prev {
  right: 31px; }
  .owl-prev:before {
    content: '\f111'; }

.owl-next {
  right: 3px; }
  .owl-next:before {
    content: '\f112'; }

.mfilter-box .box-heading {
  display: none; }

.mfilter-box .box-content {
  border: none; }
  .mfilter-box .box-content .mfilter-heading {
    background: transparent;
    border: none; }
    .mfilter-box .box-content .mfilter-heading .mfilter-heading-content {
      padding: 0 0 21px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .mfilter-box .box-content .mfilter-heading.mfilter-collapsed .mfilter-heading-content {
      padding: 0; }
    .mfilter-box .box-content .mfilter-heading .mfilter-head-icon {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      font-family: "FontAwesome";
      background: none;
      font-style: normal;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      width: 12px;
      height: auto; }
      .mfilter-box .box-content .mfilter-heading .mfilter-head-icon:before {
        content: "";
        display: flex;
        width: 12px;
        height: 2px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2' fill='none'%3E%3Cpath d='M11.1 1.8H0.9C0.4 1.8 0 1.4 0 0.9C0 0.4 0.4 0 0.9 0H11.1C11.6 0 12 0.4 12 0.9C12 1.4 11.6 1.8 11.1 1.8Z' fill='%23333333'/%3E%3C/svg%3E");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
    .mfilter-box .box-content .mfilter-heading.mfilter-collapsed .mfilter-head-icon:before {
      content: "";
      display: flex;
      width: 12px;
      height: 12px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M11.1 5.1H6.9V0.9C6.9 0.4 6.5 0 6 0C5.5 0 5.1 0.4 5.1 0.9V5.1H0.9C0.4 5.1 0 5.5 0 6C0 6.5 0.4 6.9 0.9 6.9H5.1V11.1C5.1 11.6 5.5 12 6 12C6.5 12 6.9 11.6 6.9 11.1V6.9H11.1C11.6 6.9 12 6.5 12 6C12 5.5 11.6 5.1 11.1 5.1Z' fill='%23333333'/%3E%3C/svg%3E");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  .mfilter-box .box-content .mfilter-heading-text {
    width: calc(100% - 27px);
    margin-left: 0; }
    .mfilter-box .box-content .mfilter-heading-text > span {
      padding-left: 0;
      font-size: 16px;
      font-weight: 600; }
  .mfilter-box .box-content .mfilter-tree,
  .mfilter-box .box-content .mfilter-categories {
    border-top: 0;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 16px; }
    .mfilter-box .box-content .mfilter-tree .mfilter-heading,
    .mfilter-box .box-content .mfilter-categories .mfilter-heading {
      display: none; }
  .mfilter-box .box-content .mfilter-col-input {
    padding-right: 8px; }
  .mfilter-box .box-content .mfilter-opts-container {
    border-top: 0;
    padding: 0; }
    .mfilter-box .box-content .mfilter-opts-container .checkbox_custom {
      margin-bottom: 8px; }
    .mfilter-box .box-content .mfilter-opts-container label {
      font-weight: 400;
      line-height: initial;
      padding-top: 0;
      padding-bottom: 0; }
    .mfilter-box .box-content .mfilter-opts-container .mfilter-col-count {
      width: max-content; }
    .mfilter-box .box-content .mfilter-opts-container .mfilter-counter {
      background: none;
      color: #959595;
      font-weight: 600;
      font-size: 16px; }
      .mfilter-box .box-content .mfilter-opts-container .mfilter-counter:after {
        content: none; }
      .mfilter-box .box-content .mfilter-opts-container .mfilter-counter.mfilter-close {
        background: url(/catalog/view/theme/default/stylesheet/mf/images/icons.png?v7) no-repeat 0 0; }
    .mfilter-box .box-content .mfilter-opts-container input[type="text"] {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      height: 45px; }
    .mfilter-box .box-content .mfilter-opts-container .form-control[disabled],
    .mfilter-box .box-content .mfilter-opts-container .form-control[readonly],
    .mfilter-box .box-content .mfilter-opts-container fieldset[disabled] .form-control {
      background: none; }
    .mfilter-box .box-content .mfilter-opts-container .mfilter-slider-slider,
    .mfilter-box .box-content .mfilter-opts-container #mfilter-price-slider {
      margin: 15px 0px 0 10px !important;
      height: 4px !important;
      background: #C6C6C6 !important; }
      .mfilter-box .box-content .mfilter-opts-container .mfilter-slider-slider .ui-slider-range,
      .mfilter-box .box-content .mfilter-opts-container #mfilter-price-slider .ui-slider-range {
        background: #ED1C24 !important;
        z-index: 0;
        opacity: 0.3;
        filter: alpha(opacity=30); }
      .mfilter-box .box-content .mfilter-opts-container .mfilter-slider-slider .ui-slider-handle,
      .mfilter-box .box-content .mfilter-opts-container #mfilter-price-slider .ui-slider-handle {
        background: #ED1C24 !important;
        width: 18px !important;
        height: 18px !important;
        border: solid 2px #ED1C24 !important;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        top: -7px;
        z-index: 0; }
    .mfilter-box .box-content .mfilter-opts-container .mfilter-slider-slider,
    .mfilter-box .box-content .mfilter-opts-container #mfilter-price-slider {
      height: 4px !important; }
    .mfilter-box .box-content .mfilter-opts-container .mfilter-category-tree .mfilter-to-parent a {
      font-weight: 500; }
    .mfilter-box .box-content .mfilter-opts-container .mfilter-category-tree .mfilter-to-parent:before {
      content: '';
      display: block;
      position: absolute;
      width: 24px;
      height: 24px;
      background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2010%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.745899%2016.5089C0.44784%2016.2167%200.420743%2015.7595%200.66461%2015.4373L0.745899%2015.345L7.47342%208.75L0.745899%202.15503C0.44784%201.86283%200.420743%201.40558%200.66461%201.08338L0.745899%200.991064C1.04396%200.698865%201.51037%200.672302%201.83904%200.911374L1.93321%200.991064L9.2541%208.16802C9.55216%208.46022%209.57926%208.91746%209.33539%209.23967L9.2541%209.33198L1.93321%2016.5089C1.60534%2016.8304%201.07376%2016.8304%200.745899%2016.5089Z%22%20fill%3D%22%230055FF%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: 19px 19px;
      background-position: left;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      margin-left: -24px; }
    .mfilter-box .box-content .mfilter-opts-container .mfilter-category-tree .mfilter-tb,
    .mfilter-box .box-content .mfilter-opts-container .mfilter-category-tree .mfilter-tb-as-tr,
    .mfilter-box .box-content .mfilter-opts-container .mfilter-category-tree .mfilter-tb-as-td {
      border: none; }
    .mfilter-box .box-content .mfilter-opts-container .mfilter-category-tree .mfilter-tb-as-tr {
      padding: 0;
      margin-bottom: 8px; }
      .mfilter-box .box-content .mfilter-opts-container .mfilter-category-tree .mfilter-tb-as-tr:last-child {
        margin-bottom: 8px; }
      .mfilter-box .box-content .mfilter-opts-container .mfilter-category-tree .mfilter-tb-as-tr .mfilter-tb-as-td {
        padding: 0; }
        .mfilter-box .box-content .mfilter-opts-container .mfilter-category-tree .mfilter-tb-as-tr .mfilter-tb-as-td a {
          color: #011931;
          font-size: 16px;
          line-height: 22px; }
          .mfilter-box .box-content .mfilter-opts-container .mfilter-category-tree .mfilter-tb-as-tr .mfilter-tb-as-td a.active {
            color: #ED1C24; }
  .mfilter-box .box-content .mfilter-filter-item .mfilter-options {
    padding: 0; }
    .mfilter-box .box-content .mfilter-filter-item .mfilter-options .mfilter-price .mfilter-price-slider {
      padding: 0 !important;
      background: #C6C6C6 !important; }

.mfilter-box .mfilter-content > ul > li {
  padding: 16px 0 32px 0;
  border-top: solid 1px #EEEEEE; }

.mfilter-box .mfilter-tb-as-tr {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .mfilter-box .mfilter-tb-as-tr .checkbox {
    margin: 0; }
  .mfilter-box .mfilter-tb-as-tr:last-child label {
    padding-bottom: 0 !important;
    padding-top: 0; }

.mfilter-box .mfilter-filter-item.mfilter-price.mfilter-price {
  padding-top: 0;
  border: none; }

.mfilter-box .checkbox_custom .input-control {
  padding-left: 32px; }

.mfilter-box .mfilter-button-bottom {
  border: none;
  padding: 0; }
  .mfilter-box .mfilter-button-bottom a {
    margin: 0; }

.mfilter-box .mfilter-button .mfilter-button-reset,
.mfilter-box .mfilter-button .btn-primary {
  line-height: 22px;
  font-size: 14px; }

.mfilter-box .mfilter-button .mfilter-button-reset {
  margin-bottom: 24px; }
  .mfilter-box .mfilter-button .mfilter-button-reset .mfilter-reset-icon {
    display: none; }

.mfilter-box .mfilter-button .btn-primary {
  height: auto;
  width: 100%; }
  .mfilter-box .mfilter-button .btn-primary #total-count-product {
    margin-left: 10px; }

.mfilter-box .mfilter-price-inputs, .mfilter-box .mfilter-slider-inputs {
  text-indent: -9999px;
  line-height: 0;
  overflow: hidden; }

.mfilter-box .mfilter-price-inputs, .mfilter-box .mfilter-slider-inputs {
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px; }

.mfilter-box .input_sliders {
  max-width: inherit;
  width: calc(50% - 4px);
  height: 38px !important;
  text-align: left;
  border: 1px solid #F2F6FF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  font-size: 16px;
  color: #959595;
  display: flex;
  align-items: center;
  padding: 0 16px; }
  .mfilter-box .input_sliders #mfilter-opts-price-min,
  .mfilter-box .input_sliders #mfilter-opts-price-max {
    font-size: 16px;
    color: #959595;
    width: auto;
    height: 100%;
    max-width: calc(100% - 20px);
    border: none;
    background: none !important;
    padding: 0 0 0 5px; }
  .mfilter-box .input_sliders span {
    text-indent: initial;
    width: 20px;
    height: 100%;
    line-height: 0;
    align-items: center;
    display: flex; }

.mfilter-box #mfilter-opts-price-max,
.mfilter-box .mfilter-opts-slider-max {
  float: right; }

.mfilter-box .mfilter-price-slider {
  padding-right: 0 !important;
  margin-right: 0 !important;
  background: none !important; }

.mfilter-box .mfilter-opts-container label {
  font-size: 16px;
  line-height: 22px;
  color: #011931; }

.mfilter-box .mfilter-option > div, .mfilter-box .mfilter-option > label {
  border: 0; }

.mfilter-box .mfilter-button-more {
  border: 0;
  color: #ED1C24;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 4px 0;
  text-decoration: none !important; }
  .mfilter-box .mfilter-button-more .fa-chevron-down:before {
    top: 2px;
    content: '\f112'; }

.mfilter-box .mfilter-tb-as-td {
  vertical-align: bottom;
  font-size: 12px; }

.selectric-hidden {
  display: none; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 54px;
  padding: 0 21px 0 16px; }
  .selectric .label {
    overflow: visible;
    padding: 0;
    color: #011931;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .selectric:hover .label, .selectric:active .label, .selectric:focus .label {
    color: #FE4200; }
  .selectric .button {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    color: #011931;
    text-align: center;
    width: 32px;
    height: 32px;
    padding: 5px 12px; }
    .selectric .button:after {
      content: '';
      display: block;
      width: 15px;
      height: 21px;
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L2.17131 14.4799L7.16005 10.9871L11.25 8.125L7.16005 5.26289L2.17131 1.77015L0 0.25L0 16Z' fill='%23ED1C24'/%3E%3C/svg%3E");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.selectric-focus .selectric {
  border-color: #C6C6C6; }

.selectric-hover .selectric .button {
  color: #C6C6C6; }
  .selectric-hover .selectric .button:after {
    border-top-color: #C6C6C6; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric .button::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg); }
  .selectric-open .selectric-items {
    height: auto !important;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }

.product-search .selectric-open .selectric-items {
  width: auto !important;
  min-width: 320px; }

.product-search .selectric .label {
  width: 100%; }

.product-search #content .row > .col-sm-4 {
  margin-bottom: 16px; }
  .product-search #content .row > .col-sm-4 input {
    height: 44px; }

.product-search #content .row > .col-sm-3 {
  margin-bottom: 16px; }
  .product-search #content .row > .col-sm-3 .selectric {
    height: 44px; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      box-sizing: border-box;
      opacity: 0;
      filter: alpha(opacity=0); }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

.selectric-items {
  position: absolute;
  top: 55px;
  right: -11px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #717171;
  -moz-box-shadow: 0 0 10px #717171;
  -o-box-shadow: 0 0 10px #717171;
  box-shadow: 0 0 10px #717171;
  transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: visible;
    position: relative; }
    .selectric-items .selectric-scroll span {
      position: absolute;
      right: 0;
      top: -25px;
      width: 65px;
      height: 25px;
      overflow: hidden;
      opacity: 1;
      filter: alpha(opacity=100); }
      .selectric-items .selectric-scroll span:before {
        content: '';
        position: absolute;
        left: 15px;
        top: 12px;
        width: 25px;
        height: 25px;
        -webkit-box-shadow: 1px 1px 10px #717171;
        -moz-box-shadow: 1px 1px 10px #717171;
        -o-box-shadow: 1px 1px 10px #717171;
        box-shadow: 1px 1px 10px #717171;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
  .selectric-items ul, .selectric-items .selectric-items li {
    list-style: none;
    padding: 16px 24px;
    margin: 0;
    font-size: 16px; }
  .selectric-items li {
    display: block;
    color: #717171;
    text-transform: none;
    cursor: pointer;
    margin-bottom: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .selectric-items li:last-child {
      margin-bottom: 0; }
    .selectric-items li.selected, .selectric-items li.highlighted, .selectric-items li:hover {
      color: #FE4200; }
  .selectric-items .disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    opacity: 1;
    filter: alpha(opacity=100); }

.selectric-above .selectric-items {
  top: auto;
  bottom: 75px; }
  .selectric-above .selectric-items .selectric-scroll span {
    top: auto;
    bottom: -25px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    right: 20px; }

.page-home .producttabs,
.page-home .product-cols {
  padding-top: 104px; }

.widget-products .tcarousel .owl-stage.active {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  .widget-products .tcarousel .owl-stage.active .owl-item {
    margin-right: 0 !important; }

.widget-products .tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2270%22%20height%3D%2249%22%20viewBox%3D%220%200%2070%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200L6.75619%209.45725L22.2795%2031.186L35%2049L47.7205%2031.186L63.2438%209.45725L70%200L0%200Z%22%20fill%3D%22%23ED1C24%22%2F%3E%3C%2Fsvg%3E");
  min-height: 49px;
  background-repeat: no-repeat; }
  .widget-products .tab-header .h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 36px;
    text-transform: uppercase; }

.widget-products .v_all {
  color: #011931;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .widget-products .v_all span {
    padding: 0 7px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap; }
  .widget-products .v_all svg {
    padding: 0 7px;
    box-sizing: content-box; }
  .widget-products .v_all:hover svg path, .widget-products .v_all:active svg path, .widget-products .v_all:focus svg path {
    fill: #FE4200; }

.widget-products .owl-item:hover {
  z-index: 400; }

.widget-products .owl-stage,
.widget-products .product-block,
.widget-products .v_all_close {
  -webkit-transition: 0.2s all !important;
  -o-transition: 0.2s all !important;
  transition: 0.2s all !important; }

.widget-products .owl-stage.active {
  width: 100% !important; }

.widget-products .v_all_close {
  width: 100%;
  margin: 15px auto 0 auto; }
  .widget-products .v_all_close.none {
    overflow: hidden;
    height: 0;
    padding: 0;
    border: none; }

.viewed-container {
  padding-top: 80px;
  margin-bottom: 104px; }

.page-information h1 {
  margin-top: 0; }

.page-information .main-columns {
  padding-bottom: 104px; }

.checkout-buy .h1_container {
  padding-bottom: 0; }

.checkout-buy h1 {
  margin: 0;
  padding-bottom: 56px; }

.pagescarousel {
  margin: 30px 0; }
  .pagescarousel .item {
    padding: 0 47px; }
  .pagescarousel h3 {
    margin: 0 0 15px 0; }
  .pagescarousel .owl-next, .pagescarousel .owl-prev {
    top: calc(50% - 20px); }
  .pagescarousel .owl-prev {
    left: 0; }
  .pagescarousel .owl-stage {
    display: flex;
    align-items: stretch; }
  .pagescarousel .owl-item {
    position: relative; }
  .pagescarousel .pc_wrapper {
    display: flex; }
    .pagescarousel .pc_wrapper > div.pc_image, .pagescarousel .pc_wrapper > div.pc_text {
      flex: 0 0 50%; }
    .pagescarousel .pc_wrapper > div.pc_text {
      padding-right: 15px; }
      .pagescarousel .pc_wrapper > div.pc_text p {
        text-align: justify;
        padding-bottom: 46px; }
      .pagescarousel .pc_wrapper > div.pc_text .btn {
        position: absolute;
        bottom: 0; }
    .pagescarousel .pc_wrapper > div.pc_image {
      padding-left: 15px; }

.holiday_works {
  text-align: center;
  border: none !important;
  margin: 0 !important;
  display: block;
  color: red !important;
  position: absolute;
  right: 110px;
  bottom: -10px; }
  .holiday_works:hover {
    cursor: pointer; }

.quick-view #content {
  padding: 0; }

#form-review-container .recaptcha_container label {
  display: none; }

.prod_rating .custom-color {
  cursor: pointer; }

#footer .ft-wt {
  display: flex;
  flex-direction: column; }
  #footer .ft-wt span:last-child {
    letter-spacing: 0.2px; }

#footer .ft-phone span a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600; }

#footer .ft-phone span:first-child {
  letter-spacing: 0.1px; }

.banner_home {
  margin-top: 40px; }

.common-home header {
  position: relative; }
  .common-home header .pav-megamenu .navbar-nav > li > a a,
  .common-home header .header-bottom .worktime_phones .topcontacts .media-body a {
    color: #fff; }
    .common-home header .pav-megamenu .navbar-nav > li > a a:hover, .common-home header .pav-megamenu .navbar-nav > li > a a:focus, .common-home header .pav-megamenu .navbar-nav > li > a a:active,
    .common-home header .header-bottom .worktime_phones .topcontacts .media-body a:hover,
    .common-home header .header-bottom .worktime_phones .topcontacts .media-body a:focus,
    .common-home header .header-bottom .worktime_phones .topcontacts .media-body a:active {
      color: #FE4200; }
      .common-home header .pav-megamenu .navbar-nav > li > a a:hover .caret:before, .common-home header .pav-megamenu .navbar-nav > li > a a:focus .caret:before, .common-home header .pav-megamenu .navbar-nav > li > a a:active .caret:before,
      .common-home header .header-bottom .worktime_phones .topcontacts .media-body a:hover .caret:before,
      .common-home header .header-bottom .worktime_phones .topcontacts .media-body a:focus .caret:before,
      .common-home header .header-bottom .worktime_phones .topcontacts .media-body a:active .caret:before {
        color: #FE4200; }
  .common-home header .holiday_works {
    font-weight: 600; }

.checkbox_custom .input-control {
  font-size: 16px;
  text-transform: none; }

.bg_white {
  background: #fff; }

.bg_light_blue {
  background: #F2F6FF; }

.success,
#request-on-order-form,
#reserve_form,
#finded-low-cost-form,
.modal_div {
  top: 0;
  padding: 10px 24px; }
  .success #products .product-block,
  #request-on-order-form #products .product-block,
  #reserve_form #products .product-block,
  #finded-low-cost-form #products .product-block,
  .modal_div #products .product-block {
    margin-bottom: 8px;
    width: 99%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .success #products .product-block .name,
    .success #products .product-block .price-new,
    #request-on-order-form #products .product-block .name,
    #request-on-order-form #products .product-block .price-new,
    #reserve_form #products .product-block .name,
    #reserve_form #products .product-block .price-new,
    #finded-low-cost-form #products .product-block .name,
    #finded-low-cost-form #products .product-block .price-new,
    .modal_div #products .product-block .name,
    .modal_div #products .product-block .price-new {
      margin-bottom: 4px; }
  .success img.close,
  #request-on-order-form img.close,
  #reserve_form img.close,
  #finded-low-cost-form img.close,
  .modal_div img.close {
    height: 8px; }
  .success .close,
  #request-on-order-form .close,
  #reserve_form .close,
  #finded-low-cost-form .close,
  .modal_div .close {
    top: 4px;
    right: -4px;
    width: 8px;
    fill: #717171;
    z-index: 9999; }
  .success h3, .success .h3,
  #request-on-order-form h3,
  #request-on-order-form .h3,
  #reserve_form h3,
  #reserve_form .h3,
  #finded-low-cost-form h3,
  #finded-low-cost-form .h3,
  .modal_div h3,
  .modal_div .h3 {
    font-family: Manrope;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding: 30px 0 32px 0; }
  .success .success_bg,
  #request-on-order-form .success_bg,
  #reserve_form .success_bg,
  #finded-low-cost-form .success_bg,
  .modal_div .success_bg {
    position: relative;
    z-index: 1051; }
  .success .info,
  #request-on-order-form .info,
  #reserve_form .info,
  #finded-low-cost-form .info,
  .modal_div .info {
    background: #F2F6FF;
    padding: 12px 25px 12px 12px;
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .success .info .img_product,
    #request-on-order-form .info .img_product,
    #reserve_form .info .img_product,
    #finded-low-cost-form .info .img_product,
    .modal_div .info .img_product {
      background: #fff;
      padding: 5px;
      width: 80px;
      margin-right: 10px; }
      .success .info .img_product img,
      #request-on-order-form .info .img_product img,
      #reserve_form .info .img_product img,
      #finded-low-cost-form .info .img_product img,
      .modal_div .info .img_product img {
        max-width: 100%;
        height: auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
    .success .info .name,
    #request-on-order-form .info .name,
    #reserve_form .info .name,
    #finded-low-cost-form .info .name,
    .modal_div .info .name {
      font-size: 16px;
      line-height: 22px;
      margin-right: 10px;
      max-width: 220px; }
    .success .info .price,
    #request-on-order-form .info .price,
    #reserve_form .info .price,
    #finded-low-cost-form .info .price,
    .modal_div .info .price {
      font-weight: 600;
      font-size: 16px;
      font-family: Manrope;
      display: flex;
      flex-direction: column; }
      .success .info .price .price-new,
      #request-on-order-form .info .price .price-new,
      #reserve_form .info .price .price-new,
      #finded-low-cost-form .info .price .price-new,
      .modal_div .info .price .price-new {
        font-size: 16px;
        line-height: 22px;
        white-space: nowrap; }
      .success .info .price .price-old,
      #request-on-order-form .info .price .price-old,
      #reserve_form .info .price .price-old,
      #finded-low-cost-form .info .price .price-old,
      .modal_div .info .price .price-old {
        font-size: 14px;
        line-height: 22px;
        white-space: nowrap;
        text-decoration: line-through; }
  .success .all-cart,
  #request-on-order-form .all-cart,
  #reserve_form .all-cart,
  #finded-low-cost-form .all-cart,
  .modal_div .all-cart {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px; }
    .success .all-cart span,
    #request-on-order-form .all-cart span,
    #reserve_form .all-cart span,
    #finded-low-cost-form .all-cart span,
    .modal_div .all-cart span {
      font-weight: normal;
      white-space: nowrap; }
  .success .info-cart a,
  #request-on-order-form .info-cart a,
  #reserve_form .info-cart a,
  #finded-low-cost-form .info-cart a,
  .modal_div .info-cart a {
    padding: 0 16px;
    width: auto;
    height: 44px; }
  .success .info-cart .go_shop,
  #request-on-order-form .info-cart .go_shop,
  #reserve_form .info-cart .go_shop,
  #finded-low-cost-form .info-cart .go_shop,
  .modal_div .info-cart .go_shop {
    display: inline-block;
    margin-right: 15px; }
  .success .info-cart .go_cart,
  #request-on-order-form .info-cart .go_cart,
  #reserve_form .info-cart .go_cart,
  #finded-low-cost-form .info-cart .go_cart,
  .modal_div .info-cart .go_cart {
    display: inline-block; }
  .success .button_red_inv,
  #request-on-order-form .button_red_inv,
  #reserve_form .button_red_inv,
  #finded-low-cost-form .button_red_inv,
  .modal_div .button_red_inv {
    color: #ED1C24;
    background: #fff;
    border: solid 1px #ED1C24; }
  .success #products,
  #request-on-order-form #products,
  #reserve_form #products,
  #finded-low-cost-form #products,
  .modal_div #products {
    margin-bottom: 30px; }
  .success .product-list .scroll,
  #request-on-order-form .product-list .scroll,
  #reserve_form .product-list .scroll,
  #finded-low-cost-form .product-list .scroll,
  .modal_div .product-list .scroll {
    overflow: auto;
    max-height: 355px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .success .product-list .scroll::-webkit-scrollbar,
    #request-on-order-form .product-list .scroll::-webkit-scrollbar,
    #reserve_form .product-list .scroll::-webkit-scrollbar,
    #finded-low-cost-form .product-list .scroll::-webkit-scrollbar,
    .modal_div .product-list .scroll::-webkit-scrollbar {
      width: 6px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
    .success .product-list .scroll::-webkit-scrollbar-track,
    #request-on-order-form .product-list .scroll::-webkit-scrollbar-track,
    #reserve_form .product-list .scroll::-webkit-scrollbar-track,
    #finded-low-cost-form .product-list .scroll::-webkit-scrollbar-track,
    .modal_div .product-list .scroll::-webkit-scrollbar-track {
      background: #f1f1f1;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
    .success .product-list .scroll::-webkit-scrollbar-thumb,
    #request-on-order-form .product-list .scroll::-webkit-scrollbar-thumb,
    #reserve_form .product-list .scroll::-webkit-scrollbar-thumb,
    #finded-low-cost-form .product-list .scroll::-webkit-scrollbar-thumb,
    .modal_div .product-list .scroll::-webkit-scrollbar-thumb {
      background: #ED1C24;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
    .success .product-list .scroll::-webkit-scrollbar-thumb:hover,
    #request-on-order-form .product-list .scroll::-webkit-scrollbar-thumb:hover,
    #reserve_form .product-list .scroll::-webkit-scrollbar-thumb:hover,
    #finded-low-cost-form .product-list .scroll::-webkit-scrollbar-thumb:hover,
    .modal_div .product-list .scroll::-webkit-scrollbar-thumb:hover {
      background: #ED1C24; }
  .success .product-list .product-block,
  #request-on-order-form .product-list .product-block,
  #reserve_form .product-list .product-block,
  #finded-low-cost-form .product-list .product-block,
  .modal_div .product-list .product-block {
    background: #F2F6FF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 12px 25px 12px 12px;
    width: 99%;
    overflow: hidden;
    margin: 0 0 8px 0;
    border: 0; }
    .success .product-list .product-block .block-img,
    #request-on-order-form .product-list .product-block .block-img,
    #reserve_form .product-list .product-block .block-img,
    #finded-low-cost-form .product-list .product-block .block-img,
    .modal_div .product-list .product-block .block-img {
      width: 80px;
      margin-right: 15px; }
      .success .product-list .product-block .block-img .image,
      #request-on-order-form .product-list .product-block .block-img .image,
      #reserve_form .product-list .product-block .block-img .image,
      #finded-low-cost-form .product-list .product-block .block-img .image,
      .modal_div .product-list .product-block .block-img .image {
        border: 0; }
        .success .product-list .product-block .block-img .image a,
        #request-on-order-form .product-list .product-block .block-img .image a,
        #reserve_form .product-list .product-block .block-img .image a,
        #finded-low-cost-form .product-list .product-block .block-img .image a,
        .modal_div .product-list .product-block .block-img .image a {
          height: auto; }
        .success .product-list .product-block .block-img .image img,
        #request-on-order-form .product-list .product-block .block-img .image img,
        #reserve_form .product-list .product-block .block-img .image img,
        #finded-low-cost-form .product-list .product-block .block-img .image img,
        .modal_div .product-list .product-block .block-img .image img {
          max-width: 100%;
          height: auto;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px; }
    .success .product-list .product-block .title_p,
    #request-on-order-form .product-list .product-block .title_p,
    #reserve_form .product-list .product-block .title_p,
    #finded-low-cost-form .product-list .product-block .title_p,
    .modal_div .product-list .product-block .title_p {
      width: 100%;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px; }
      .success .product-list .product-block .title_p a,
      #request-on-order-form .product-list .product-block .title_p a,
      #reserve_form .product-list .product-block .title_p a,
      #finded-low-cost-form .product-list .product-block .title_p a,
      .modal_div .product-list .product-block .title_p a {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #011931; }
    .success .product-list .product-block .price span,
    #request-on-order-form .product-list .product-block .price span,
    #reserve_form .product-list .product-block .price span,
    #finded-low-cost-form .product-list .product-block .price span,
    .modal_div .product-list .product-block .price span {
      display: inline-block; }
      .success .product-list .product-block .price span.price-new,
      #request-on-order-form .product-list .product-block .price span.price-new,
      #reserve_form .product-list .product-block .price span.price-new,
      #finded-low-cost-form .product-list .product-block .price span.price-new,
      .modal_div .product-list .product-block .price span.price-new {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #011931; }
      .success .product-list .product-block .price span.price-old,
      #request-on-order-form .product-list .product-block .price span.price-old,
      #reserve_form .product-list .product-block .price span.price-old,
      #finded-low-cost-form .product-list .product-block .price span.price-old,
      .modal_div .product-list .product-block .price span.price-old {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px; }
    .success .product-list .product-block .price .btn-cart,
    #request-on-order-form .product-list .product-block .price .btn-cart,
    #reserve_form .product-list .product-block .price .btn-cart,
    #finded-low-cost-form .product-list .product-block .price .btn-cart,
    .modal_div .product-list .product-block .price .btn-cart {
      padding: 0;
      background: none;
      border: 0;
      color: #ED1C24;
      display: block;
      margin: 0;
      text-align: left;
      font-size: 16px;
      line-height: 20px;
      width: 100%;
      height: auto; }

.success.compare {
  top: 2%; }
  .success.compare .success_button {
    padding: 9px 16px;
    width: auto; }
  .success.compare .text {
    margin-bottom: 50px; }
  .success.compare .info-cart {
    display: flex;
    justify-content: space-between; }

.modal.bg {
  background: black;
  display: block !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 0; }

#callback_form .control-label {
  display: none; }

#callback_form .modal-header {
  padding: 0 24px;
  border: none; }
  #callback_form .modal-header .h2 {
    font-family: Manrope;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding: 30px 0 25px 0;
    font-size: 20px; }

#callback_form .callback_button {
  float: none !important;
  margin: 15px 0 30px 0;
  text-transform: none; }

#finded-low-cost-form .btn-primary {
  height: 44px;
  line-height: inherit; }

#finded-low-cost-form .close, #reserve_form .close, #request-on-order-form .close {
  padding: 13px 22px;
  box-sizing: content-box; }

#reserve_form .close, #request-on-order-form .close {
  box-sizing: content-box;
  right: -24px;
  top: -10px; }

#finded-low-cost-form .close {
  cursor: pointer;
  right: 0;
  top: 0; }

#finded-low-cost-form .btn-primary {
  display: inline-block; }

.modal .modal-dialog .modal-content h3, .modal .modal-dialog .form-horizontal h3, #form-review-container .modal-content h3, #form-review-container .form-horizontal h3 {
  margin: 0 0 24px 0;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px; }

.modal .modal-dialog .modal-content .form-control, .modal .modal-dialog .form-horizontal .form-control, #form-review-container .modal-content .form-control, #form-review-container .form-horizontal .form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  color: #717171;
  padding: 16px;
  border: solid 1px #F2F6FF; }

.modal .modal-dialog .modal-content textarea, .modal .modal-dialog .form-horizontal textarea, #form-review-container .modal-content textarea, #form-review-container .form-horizontal textarea {
  max-height: 150px; }

.modal .modal-dialog .modal-content .buttons .text-center, .modal .modal-dialog .form-horizontal .buttons .text-center, #form-review-container .modal-content .buttons .text-center, #form-review-container .form-horizontal .buttons .text-center {
  text-align: left; }

.reserve_form .success_bg {
  padding: 10px 25px; }
  .reserve_form .success_bg .modal-body {
    padding: 0; }

.reserve_form .text_reserv {
  border-top: solid 1px #C6C6C6;
  font-size: 16px;
  padding-top: 8px;
  margin-top: 40px; }
  .reserve_form .text_reserv p {
    margin-bottom: 0; }
    .reserve_form .text_reserv p svg {
      margin-right: 7px; }
  .reserve_form .text_reserv p:last-child {
    margin-top: 8px; }

#buy_form_container {
  background: #fff;
  padding: 24px 24px 0 24px; }
  #buy_form_container .buy_products .shopping-cart-table {
    background: none; }
  #buy_form_container .buy_products .pr_cart {
    width: 100%;
    border-top: solid 1px #C6C6C6;
    padding: 8px 0 24px 0;
    display: flex;
    justify-content: space-between; }
    #buy_form_container .buy_products .pr_cart:first-child {
      border-top: none;
      padding: 0 0 24px 0; }
    #buy_form_container .buy_products .pr_cart .column-image img {
      max-width: 80px;
      border: none;
      padding: 0; }
    #buy_form_container .buy_products .pr_cart .column-image .sale {
      position: absolute;
      left: 0;
      top: 0;
      padding: 0 6.5px; }
    #buy_form_container .buy_products .pr_cart .name_price {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-left: 8px; }
      #buy_form_container .buy_products .pr_cart .name_price a {
        color: #717171; }
        #buy_form_container .buy_products .pr_cart .name_price a:hover, #buy_form_container .buy_products .pr_cart .name_price a:focus, #buy_form_container .buy_products .pr_cart .name_price a:active {
          color: #FE4200; }
      #buy_form_container .buy_products .pr_cart .name_price .column-name {
        display: flex;
        flex-direction: column;
        margin-bottom: 24px; }
        #buy_form_container .buy_products .pr_cart .name_price .column-name a {
          width: 380px;
          margin-right: -135px; }
      #buy_form_container .buy_products .pr_cart .name_price .weight, #buy_form_container .buy_products .pr_cart .name_price .column-price {
        color: #959595;
        font-size: 12px; }
      #buy_form_container .buy_products .pr_cart .name_price .column-total span {
        font-weight: 600; }
    #buy_form_container .buy_products .pr_cart .quant_clear {
      display: flex;
      align-items: flex-end;
      flex-direction: column;
      justify-content: space-between; }
    #buy_form_container .buy_products .pr_cart .btn-white {
      border: none;
      background: none;
      padding: 0;
      width: auto;
      height: auto; }
      #buy_form_container .buy_products .pr_cart .btn-white svg path {
        fill: #717171; }
    #buy_form_container .buy_products .pr_cart .img_name {
      display: flex; }
      #buy_form_container .buy_products .pr_cart .img_name .column-image {
        position: relative; }
    #buy_form_container .buy_products .pr_cart .column-quantity .qty {
      display: flex;
      flex-wrap: nowrap; }
    #buy_form_container .buy_products .pr_cart .column-quantity button {
      background: none;
      padding: 0;
      border: none;
      width: 24px; }
      #buy_form_container .buy_products .pr_cart .column-quantity button svg path {
        fill: #ED1C24; }
    #buy_form_container .buy_products .pr_cart .column-quantity input {
      font-weight: 500;
      font-size: 18px;
      color: #929292;
      border: none;
      padding: 0;
      width: 77px;
      margin: 0 10px;
      max-width: 50px; }
    #buy_form_container .buy_products .pr_cart .column-quantity svg {
      width: 9px;
      height: 9px; }
  #buy_form_container .buy_products .container {
    background: #fff;
    margin-bottom: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px; }
    #buy_form_container .buy_products .container .column-image a {
      display: block;
      width: 80px; }
      #buy_form_container .buy_products .container .column-image a img {
        height: auto;
        border: 0;
        padding: 0; }
    #buy_form_container .buy_products .container .column-name {
      padding-left: 0; }
      #buy_form_container .buy_products .container .column-name a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        line-height: 22px;
        color: #011931; }
        #buy_form_container .buy_products .container .column-name a:hover {
          color: #ED1C24;
          text-decoration: none; }
    #buy_form_container .buy_products .container .column-quantity {
      padding: 0; }
      #buy_form_container .buy_products .container .column-quantity .remove {
        width: 34px;
        height: 34px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        background: #fff;
        color: #ED1C24;
        border: 1px solid #ED1C24; }
        #buy_form_container .buy_products .container .column-quantity .remove:hover {
          background: #ED1C24;
          color: #fff; }
      #buy_form_container .buy_products .container .column-quantity .add {
        width: 34px;
        height: 34px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        background: #ED1C24;
        color: #fff;
        border: 1px solid #ED1C24; }
        #buy_form_container .buy_products .container .column-quantity .add:hover {
          background: #fff;
          color: #ED1C24; }
      #buy_form_container .buy_products .container .column-quantity .quanity {
        border: 0;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #011931;
        width: 34px;
        padding: 0; }
    #buy_form_container .buy_products .container .column-total span {
      display: block;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #011931; }
      #buy_form_container .buy_products .container .column-total span.price_prod {
        margin: 0;
        color: #C6C6C6;
        font-weight: normal; }
    #buy_form_container .buy_products .container .column-delete {
      vertical-align: top; }
      #buy_form_container .buy_products .container .column-delete button {
        padding: 0;
        margin: 0;
        border: 0;
        height: auto;
        line-height: normal;
        font-size: 14px; }
  #buy_form_container .buy_products .product-deleted {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 24px 0;
    padding-top: 8px;
    border-top: 1px solid #C6C6C6; }
    #buy_form_container .buy_products .product-deleted .column-image {
      margin-right: 8px; }
      #buy_form_container .buy_products .product-deleted .column-image img {
        max-width: 80px;
        border: 0;
        padding: 0; }
    #buy_form_container .buy_products .product-deleted .column-name {
      padding-right: 0; }
      #buy_form_container .buy_products .product-deleted .column-name .name {
        color: #717171; }
    #buy_form_container .buy_products .product-deleted .attention {
      color: #F44336;
      margin-bottom: 8px; }
    #buy_form_container .buy_products .product-deleted .btn-restore {
      margin-top: 16px;
      display: flex;
      font-weight: 600;
      line-height: 20px; }
      #buy_form_container .buy_products .product-deleted .btn-restore a {
        color: #717171; }
      #buy_form_container .buy_products .product-deleted .btn-restore svg {
        margin-right: 8px;
        width: 20px;
        height: 20px; }

.buy_form_container_right {
  background: #717171;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 24px 24px 24px; }
  .buy_form_container_right #coupon_form {
    margin: 0 0 16px 0; }
    .buy_form_container_right #coupon_form h4 {
      margin: 0 0 16px 0;
      padding: 0;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px; }
    .buy_form_container_right #coupon_form .form-group {
      position: relative;
      width: 100%; }
      .buy_form_container_right #coupon_form .form-group .form-control {
        position: relative;
        z-index: 0;
        width: 90%;
        height: 44px;
        padding: 11px 12px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        border: 0;
        color: #011931;
        font-size: 16px;
        line-height: 22px; }
      .buy_form_container_right #coupon_form .form-group #button-coupon {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        background: none;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        line-height: 44px;
        height: 44px;
        padding: 0 25px; }

#total_info {
  margin-top: 30px;
  padding-top: 8px;
  border-top: 1px solid #C6C6C6; }
  #total_info table {
    border: 0;
    margin: 0; }
    #total_info table:not(.top-sticky) {
      width: 100% !important; }
    #total_info table.top-sticky {
      margin-top: 15px;
      z-index: 1; }
      #total_info table.top-sticky:after {
        content: '';
        width: calc(100% + 48px);
        height: calc(100% + 40px);
        display: block;
        background: #717171;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        padding: 24px 24px 24px 24px;
        top: -15px;
        left: -24px;
        z-index: -1;
        position: absolute; }
    #total_info table td {
      color: #011931;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      border: 0;
      padding: 0 0 8px 0; }
      #total_info table td strong {
        font-weight: normal;
        color: #717171; }
    #total_info table tr {
      display: flex;
      justify-content: space-between; }
      #total_info table tr:nth-last-child(2) {
        margin-top: 8px;
        padding-top: 16px;
        border-top: 1px solid #C6C6C6; }
      #total_info table tr:last-child td {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #011931;
        padding-bottom: 0; }
        #total_info table tr:last-child td strong {
          font-weight: 600;
          color: #011931; }
        #total_info table tr:last-child td:last-child {
          white-space: nowrap; }
      #total_info table tr#total ~ #shipping td {
        padding-bottom: 16px; }
      #total_info table tr#coupon ~ #shipping td {
        padding: 0 0 16px 0; }
      #total_info table tr#coupon + #total {
        border: none; }
        #total_info table tr#coupon + #total td {
          padding: 0; }

.checkout_cart {
  display: flex;
  justify-content: space-between;
  position: relative; }
  .checkout_cart * {
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
  .checkout_cart .order2 {
    width: 58%;
    max-width: 955px; }
  .checkout_cart .order {
    position: absolute;
    right: 0;
    max-width: 534px;
    width: 100%; }
    .checkout_cart .order .vue-sticky-placeholder {
      -webkit-transition: 0.5s easy;
      -o-transition: 0.5s easy;
      transition: 0.5s easy; }
  .checkout_cart .order1 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    z-index: 9; }
    .checkout_cart .order1 #coupon_form {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-top: 16px; }
      .checkout_cart .order1 #coupon_form label {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        border: 1px solid #717171;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        padding: 4px 0 4px 16px;
        margin-bottom: 0;
        color: #717171;
        margin-right: 16px; }
        .checkout_cart .order1 #coupon_form label > span {
          font-weight: 300;
          font-size: 12px;
          line-height: 14px;
          margin-top: -12px;
          display: block;
          width: max-content;
          background: #F2F6FF;
          padding: 0 4px; }
      .checkout_cart .order1 #coupon_form .form-group {
        display: flex;
        justify-content: space-between; }
        .checkout_cart .order1 #coupon_form .form-group:first-child {
          margin-bottom: 16px; }
      .checkout_cart .order1 #coupon_form b {
        margin-bottom: 8px; }
  .checkout_cart .checkbox_custom .input-control {
    line-height: 22px; }

#checkout-form {
  padding-bottom: 100px; }
  #checkout-form .edit_fields,
  #checkout-form .pay_comm,
  #checkout-form .shipping_block,
  #checkout-form #fields_form,
  #checkout-form #button_edit_form {
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
  #checkout-form input:focus, #checkout-form input:active {
    background: #fff; }
  #checkout-form .indicators {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    #checkout-form .indicators hr {
      position: absolute;
      bottom: 11px;
      z-index: -1;
      width: 49%;
      border-color: #929292;
      margin: 0; }
      #checkout-form .indicators hr.hf {
        left: 0; }
      #checkout-form .indicators hr.he {
        right: 0; }
    #checkout-form .indicators .steps {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #checkout-form .indicators .steps div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        width: 33.3333%;
        line-height: 20px; }
        #checkout-form .indicators .steps div span {
          border: solid 1px #929292;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          width: 24px;
          height: 24px;
          margin-top: 8px;
          font-weight: normal;
          line-height: 1px;
          background: #F2F6FF;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 4px; }
          #checkout-form .indicators .steps div span i {
            background: #929292;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            width: 8px;
            height: 8px; }
        #checkout-form .indicators .steps div.active span {
          border-color: #152849; }
          #checkout-form .indicators .steps div.active span i {
            background: #152849; }
            #checkout-form .indicators .steps div.active span i.active {
              width: 24px;
              height: 24px;
              margin: 0 -8px;
              color: #fff; }
              #checkout-form .indicators .steps div.active span i.active:before {
                margin: 5px auto 0 auto;
                display: block;
                width: max-content;
                font-size: 12px; }
        #checkout-form .indicators .steps div.active.step_1 ~ .hf {
          border-color: #152849; }
        #checkout-form .indicators .steps div.active.step_2 ~ .he {
          border-color: #152849; }
      #checkout-form .indicators .steps .step_1 {
        align-items: start; }
      #checkout-form .indicators .steps .step_3 {
        align-items: flex-end; }
  #checkout-form .w1 {
    max-width: 557px; }
  #checkout-form .w2 {
    max-width: 414px; }
  #checkout-form .w3 {
    max-width: 701px; }
  #checkout-form .button_red_inv {
    width: 271px;
    margin-top: 56px;
    margin-bottom: 24px;
    color: #fff; }
  #checkout-form .form-group {
    margin-bottom: 40px; }
    #checkout-form .form-group:last-child {
      margin-bottom: 0; }
    #checkout-form .form-group > label {
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      width: 100%;
      border: 1px solid #717171;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      padding: 4px 0 4px 16px;
      margin-bottom: 0;
      color: #717171; }
      #checkout-form .form-group > label > span {
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        margin-top: -12px;
        display: block;
        width: max-content;
        background: #fff;
        padding: 0 4px; }
  #checkout-form h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 80px 0 48px 0;
    font-family: Manrope; }
  #checkout-form .col-sm-6 {
    float: none;
    overflow: hidden;
    clear: both; }
  #checkout-form .radio_custom {
    width: auto;
    display: inline-block; }
    #checkout-form .radio_custom input,
    #checkout-form .radio_custom .input-control__indicator {
      display: none; }
    #checkout-form .radio_custom label {
      padding: 0;
      margin: 0; }
      #checkout-form .radio_custom label span {
        text-transform: none; }
    #checkout-form .radio_custom input:checked ~ span {
      background: #2F2F2F;
      color: #fff;
      border: 1px solid #2F2F2F !important; }
  #checkout-form input.form-control {
    position: relative;
    background: transparent;
    padding: 12px 4px; }
  #checkout-form .text-danger {
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 0 10px;
    margin: 8px 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em; }
  #checkout-form .checkbox_custom .active .input-control__indicator {
    background: #011931;
    border-color: #011931; }
  #checkout-form .comment_block {
    max-width: 844px; }
    #checkout-form .comment_block h3 {
      margin-bottom: 32px; }
  #checkout-form .filled_fields {
    margin-bottom: 52px; }
    #checkout-form .filled_fields .field {
      color: #717171;
      margin-bottom: 8px; }
      #checkout-form .filled_fields .field.not_fil {
        color: #ED1C24; }
      #checkout-form .filled_fields .field span {
        color: #011931; }
  #checkout-form .edit {
    border-bottom: solid 1px #C6C6C6;
    padding-bottom: 8px;
    display: flex;
    justify-content: flex-end; }
    #checkout-form .edit .button {
      cursor: pointer;
      font-weight: 600;
      display: flex;
      align-items: center; }
      #checkout-form .edit .button svg {
        margin-left: 5px; }
      #checkout-form .edit .button:hover, #checkout-form .edit .button:focus, #checkout-form .edit .button:active b {
        color: #FE4200; }
        #checkout-form .edit .button:hover svg path, #checkout-form .edit .button:focus svg path, #checkout-form .edit .button:active b svg path {
          fill: #FE4200; }
  #checkout-form .button_confirm {
    margin-top: 32px;
    margin-bottom: 24px;
    width: 191px; }

.confirm_block {
  padding-top: 56px; }
  .confirm_block .checkbox_custom {
    display: flex; }
    .confirm_block .checkbox_custom label {
      margin: 8px 0;
      display: inline-block; }
      .confirm_block .checkbox_custom label span.input-control__indicator {
        top: -4px; }
    .confirm_block .checkbox_custom span.input-control__indicator + span {
      display: contents; }
    .confirm_block .checkbox_custom.uniteller-modal label {
      padding: 0; }

#shipping_methods,
#payment_methods {
  margin: 80px 0 0 0; }
  #shipping_methods .radio_custom label,
  #payment_methods .radio_custom label {
    text-transform: none;
    font-size: 16px;
    margin: 0 8px 8px 0;
    background: transparent;
    border: none; }
    #shipping_methods .radio_custom label span,
    #payment_methods .radio_custom label span {
      display: block;
      padding: 11px 16px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      border: 1px solid transparent; }
    #shipping_methods .radio_custom label:hover, #shipping_methods .radio_custom label:focus, #shipping_methods .radio_custom label:active,
    #payment_methods .radio_custom label:hover,
    #payment_methods .radio_custom label:focus,
    #payment_methods .radio_custom label:active {
      color: #FE4200; }
      #shipping_methods .radio_custom label:hover span, #shipping_methods .radio_custom label:focus span, #shipping_methods .radio_custom label:active span,
      #payment_methods .radio_custom label:hover span,
      #payment_methods .radio_custom label:focus span,
      #payment_methods .radio_custom label:active span {
        border: 1px solid #FE4200; }
  #shipping_methods .adress_block,
  #payment_methods .adress_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #shipping_methods .adress_block .form-group,
    #payment_methods .adress_block .form-group {
      width: 100%;
      margin-bottom: 16px;
      padding-right: 16px; }
      #shipping_methods .adress_block .form-group:first-child,
      #payment_methods .adress_block .form-group:first-child {
        width: 100%; }
  #shipping_methods .flat_tkflat_tk .adress_block .form-group,
  #payment_methods .flat_tkflat_tk .adress_block .form-group {
    width: 100%; }
  #shipping_methods p,
  #payment_methods p {
    max-width: 696px;
    margin: 16px 0; }

#payment_methods a {
  width: 100%;
  display: block;
  padding: 10px 0; }

#payment_methods .button_lg {
  font-weight: 400;
  background: transparent;
  color: #717171; }

.pay-nal,
.pay-nal2,
#pay-other,
.pay-install {
  padding: 12px 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #011931;
  margin: 2px 16px 16px 2px;
  text-transform: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: block;
  background: #717171; }
  .pay-nal:hover, .pay-nal.active,
  .pay-nal2:hover,
  .pay-nal2.active,
  #pay-other:hover,
  #pay-other.active,
  .pay-install:hover,
  .pay-install.active {
    background: #ED1C24;
    color: #fff;
    cursor: pointer;
    text-decoration: none; }

.tk-comment {
  margin: 32px 0; }
  .tk-comment p {
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px; }

.tk-type {
  margin: 5px 0;
  display: none; }

#online-pay, #online-pay2 {
  float: none;
  width: 100%;
  clear: both;
  margin: 16px 0 0 0;
  padding-top: 16px;
  border-top: 1px solid #717171;
  display: none; }

#comment-cart {
  margin-top: 55px;
  margin-bottom: 50px; }
  #comment-cart .form-control {
    position: relative;
    width: 100%;
    height: 104px;
    padding: 11px 12px;
    background: #F5F5F5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #717171;
    color: #C6C6C6;
    border-color: transparent;
    font-size: 16px;
    line-height: 22px; }

#button-order {
  font-size: 18px;
  height: 54px;
  line-height: 54px; }

.information-direktoru #input-topic {
  padding: 0; }
  .information-direktoru #input-topic li {
    list-style: none; }

.information-direktoru .form-horizontal .radio {
  padding-top: 0; }

.information-direktoru .form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 11px;
  font-size: 16px;
  line-height: 22px;
  color: #C6C6C6; }

.information-direktoru .radio_custom .input-control__indicator {
  border: 1px solid #ED1C24;
  background: #fff; }

.mega-hidden {
  display: none !important; }

.sidebar-offcanvas {
  display: none; }

.row-offcanvas.active #page > div:not(.sidebar-offcanvas),
.row-offcanvas.active #page #header-layout,
.row-offcanvas.active #page #footer {
  display: none; }

.row-offcanvas.active .sidebar-offcanvas {
  display: block;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0); }

.credit_product {
  width: 100%; }
  .credit_product a {
    margin-right: 9px;
    font-weight: 500;
    line-height: 20px;
    color: #717171; }
    .credit_product a:hover {
      color: #ED1C24;
      text-decoration: none; }
  .credit_product .credit_info {
    position: relative; }
    .credit_product .credit_info svg {
      vertical-align: top;
      margin-top: 2px; }
    .credit_product .credit_info .credit_info_text {
      display: none;
      width: 304px;
      padding: 16px;
      background: #fff;
      -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      -o-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      color: #011931;
      position: absolute;
      top: 36px;
      z-index: 1;
      left: -144px; }
      .credit_product .credit_info .credit_info_text:after {
        content: '';
        width: 37px;
        height: 37px;
        display: block;
        background: #fff;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        z-index: -1; }
    .credit_product .credit_info:hover .credit_info_text, .credit_product .credit_info:focus .credit_info_text, .credit_product .credit_info:active .credit_info_text, .credit_product .credit_info.active .credit_info_text {
      display: block; }

.success .success_button {
  margin-bottom: 20px; }

#request-on-order-form {
  padding: 0;
  top: 0; }

.product-view h1 {
  padding: 0;
  margin: 16px 0;
  line-height: 40px; }

.modal_div {
  background-color: rgba(0, 0, 0, 0.5); }
  .modal_div .h3 {
    display: inline-block; }
  .modal_div form {
    padding-bottom: 30px; }

.product-search #button-search {
  font-size: 18px;
  line-height: initial;
  height: 44px; }

.product-search .checkboxes {
  display: flex; }
  .product-search .checkboxes .checkbox_custom {
    margin: 24px 16px 24px 0; }

.product-search h2 {
  margin: 0;
  padding-bottom: 50px; }

body.page-error-not_found #content {
  padding: 0; }

body.information-direktoru #content,
body.information-direktoru .main-columns.container,
body.information-direktoru .main-wrap {
  padding: 0; }

.kit_block + .related_pr,
.related_pr + .content_bottom_pr {
  padding-top: 0; }

.related_pr {
  padding-top: 80px; }
  .related_pr .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px; }
    .related_pr .nav-tabs li {
      margin-right: 8px;
      background: #fff;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px; }
      .related_pr .nav-tabs li a {
        color: #717171;
        padding: 11px 16px; }
      .related_pr .nav-tabs li:last-child {
        margin-right: 0; }
      .related_pr .nav-tabs li.active {
        background: #ED1C24; }
        .related_pr .nav-tabs li.active a {
          color: #fff; }
  .related_pr .go_cat {
    display: inline-block;
    padding: 11px 16px;
    width: max-content;
    margin-top: 32px;
    color: #fff;
    font-size: 16px; }

.content_bottom_pr {
  background: #EEEEEE; }
  .content_bottom_pr.none_kit {
    background: transparent; }

body header, body footer {
  position: relative;
  z-index: 21; }

body #page {
  overflow: hidden; }

.h1_container {
  position: relative; }
  .h1_container h1 span {
    font-weight: normal;
    font-size: 16px;
    color: #717171;
    margin-left: 16px; }

.checkout-buy .order2 {
  padding-right: 32px; }

body.page-product header {
  z-index: auto; }

.product-allproduct .refine-search {
  margin: 0; }

.menutoggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 20px 28px; }
  .menutoggle svg {
    width: 14px;
    height: 14px;
    fill: #011931; }

.search_button {
  display: none; }
  .search_button svg {
    width: 32px;
    height: 32px; }

.bg_search {
  display: none;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .bg_search.active {
    left: 0; }
  .bg_search .close {
    padding: 7px;
    box-sizing: content-box; }
    .bg_search .close svg path {
      fill: white; }

.harakteristiki-list {
  padding-top: 8px;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  z-index: 1; }
  .harakteristiki-list ul {
    display: flex; }
    .harakteristiki-list ul li {
      margin-right: 16px; }
      .harakteristiki-list ul li:last-child {
        margin-right: 0; }
      .harakteristiki-list ul li.active a {
        border-bottom: solid 2px #2F2F2F;
        color: #ED1C24; }
    .harakteristiki-list ul a {
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      color: #717171;
      white-space: nowrap;
      padding: 12px 16px 14px 16px; }
      .harakteristiki-list ul a:hover, .harakteristiki-list ul a:focus {
        border-bottom: solid 2px #ED1C24;
        color: #ED1C24; }
  .harakteristiki-list .download-tab {
    display: none; }
  .harakteristiki-list .nav-product-info .info {
    display: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0; }
    .harakteristiki-list .nav-product-info .info .product-in-cart__qty {
      padding: 0;
      font-weight: 400;
      color: #011931; }
    .harakteristiki-list .nav-product-info .info .btn {
      height: auto;
      padding: 0 8px; }
      .harakteristiki-list .nav-product-info .info .btn #button-cart {
        min-height: 44px;
        width: auto; }
        .harakteristiki-list .nav-product-info .info .btn #button-cart span {
          font-size: 16px;
          line-height: 20px;
          font-weight: 600;
          padding: 12px 16px; }
    .harakteristiki-list .nav-product-info .info .price {
      margin-right: 8px;
      min-width: 77px; }
    .harakteristiki-list .nav-product-info .info .img {
      max-width: 101px;
      margin-right: 10px; }
  .harakteristiki-list.is_stuck {
    -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.1);
    -o-box-shadow: 0 0 12px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 12px rgba(51, 51, 51, 0.1);
    width: 100% !important;
    left: 0;
    padding: 0 108px;
    display: flex;
    align-items: center; }
    .harakteristiki-list.is_stuck .nav-product-info .info {
      display: flex; }

.filtr_toggle {
  font-size: 18px;
  padding: 8px; }
  .filtr_toggle .count-filters {
    margin-left: 5px; }
  .filtr_toggle svg {
    margin-left: 8px; }
    .filtr_toggle svg path {
      fill: #fff;
      stroke: none; }

.information-contact .main-columns.container #content {
  padding: 0 0 50px 0; }

.information-contact .btn-primary {
  width: auto;
  padding: 0 16px; }

.on_filter {
  position: fixed;
  overflow: hidden !important;
  margin: 0; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%;
    max-height: inherit;
    max-width: inherit !important; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block; }

.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  border: none;
  outline: none;
  padding: 0;
  color: #fff;
  background-color: transparent;
  font-size: 26px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }
  .slick-arrow.slick-prev {
    left: -30px; }
    .slick-arrow.slick-prev i {
      display: inline-block;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg); }
  .slick-arrow.slick-next {
    right: -30px; }
  .slick-arrow.slick-hidden {
    display: none; }
  .slick-arrow:hover {
    color: #fff; }
  .slick-arrow:active {
    -webkit-transform: translateY(calc(-50% + 3px));
    -moz-transform: translateY(calc(-50% + 3px));
    -ms-transform: translateY(calc(-50% + 3px));
    -o-transform: translateY(calc(-50% + 3px)); }

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }
  .slick-dots li {
    margin: 0 8px; }
  .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: #fff;
    text-indent: -9999px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
  .slick-dots .slick-active button {
    background: #fff; }

.category-tool-type {
  display: flex;
  flex-wrap: nowrap; }
  .category-tool-type .tool-type__item {
    width: 25%;
    height: 832px;
    position: relative;
    z-index: 15;
    -webkit-box-shadow: -24px 0 24px 0 #000000A6;
    -moz-box-shadow: -24px 0 24px 0 #000000A6;
    -o-box-shadow: -24px 0 24px 0 #000000A6;
    box-shadow: -24px 0 24px 0 #000000A6;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
    overflow: hidden;
    background-color: #000;
    background-position: center bottom;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .category-tool-type .tool-type__item:first-child {
      box-shadow: none; }
    .category-tool-type .tool-type__item:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      background: #00000033;
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s; }
    .category-tool-type .tool-type__item:hover {
      width: 60%; }
      .category-tool-type .tool-type__item:hover:before {
        background: rgba(0, 0, 0, 0); }
  .category-tool-type .home-master {
    background-image: url(https://cdn.elitechrussia.ru/image/img_template/home-master2.jpg); }
  .category-tool-type .standard {
    background-image: url(https://cdn.elitechrussia.ru/image/img_template/standard2.jpg); }
  .category-tool-type .professional {
    background-image: url(https://cdn.elitechrussia.ru/image/img_template/professional2.jpg); }
  .category-tool-type .garden {
    background-image: url(https://cdn.elitechrussia.ru/image/img_template/garden2.jpg); }
  .category-tool-type .title {
    position: absolute;
    bottom: 0;
    z-index: 26;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 88.5%);
    width: 100%;
    height: 232px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 86px 24px 16px 24px; }
  .category-tool-type .name {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 8px;
    font-weight: 800;
    text-transform: uppercase; }
  .category-tool-type .text {
    font-size: 24px;
    line-height: 32px; }

@media (min-width: 1921px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1812px;
    position: relative; }
    .container.harakteristiki {
      padding-left: 108px;
      padding-right: 108px; }
  .gift-certs {
    margin-left: auto;
    margin-right: auto;
    max-width: 1812px; }
  .downloads-content.is_stuck {
    right: 17.6%; }
  .header-menu #menu .pc_menu {
    top: 80px; }
  .header-menu .backdrop {
    bottom: -68%; }
  .newsletter-block-container {
    margin-top: 104px; }
  .newsletter-container {
    margin-top: 0; }
  .lvl1:first-child:after {
    left: 22.6%; }
  .lvl1.active .list-container {
    left: 22.6%; } }

@media (max-width: 1780px) and (min-width: 1441px) {
  #products .product-block {
    width: calc(100% / 4 - 13px); }
  .product-block .price .price-new {
    font-size: 18px; } }

@media (max-width: 1770px) {
  .all_cat_block .cat .img {
    height: unset; } }

@media (max-width: 1610px) {
  .header-bottom .worktime_phones #topcontacts {
    flex-direction: column; }
  .header-bottom .worktime_phones .topcontacts {
    width: 100%;
    justify-content: flex-end; }
    .header-bottom .worktime_phones .topcontacts.phone .media-body {
      margin-right: 0; }
  .holiday_works {
    bottom: -20px; } }

@media (max-width: 1540px) {
  .product-info .image-container {
    max-width: 498px; } }

@media (max-width: 1440px) {
  .header-bottom .worktime_phones #topcontacts {
    flex-wrap: wrap;
    justify-content: flex-end; }
  .header-bottom .worktime_phones .topcontacts.phone .media-body {
    margin-right: 0; }
  .header-bottom .worktime_phones .topcontacts.worktime {
    margin-bottom: 4px; }
  .header-bottom .holiday_works {
    bottom: -18px; }
  #sidebar-left {
    width: 33.33333%; }
  #sidebar-left + #sidebar-main {
    width: 66.66667%; }
  #footer .button_red_inv {
    width: 100%; }
  .pav-megamenu .navbar-nav > li > a {
    padding-right: 24px; }
  #products .product-block {
    width: calc(100% / 3 - 11px); }
  .checkout_cart .order2 {
    width: 42%; }
  .checkout_cart .order {
    width: 50%; }
  #buy_form_container .buy_products .pr_cart .name_price .column-name a {
    width: 335px; }
  #checkout-form .filled_fields {
    margin-bottom: 46px; }
  #checkout-form .button_red_inv {
    margin-top: 30px; }
  #checkout-form h3 {
    margin-top: 56px; }
  #shipping_methods,
  #payment_methods {
    margin: 0; }
    #shipping_methods h3,
    #payment_methods h3 {
      margin-top: 48px; }
  .confirm_block {
    padding-top: 25px; }
  .page-product-special #products .product-block, .page-product-search #products .product-block {
    width: calc(100% / 4 - 16px); }
  .success.product-info {
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 4% 2%; }
  .gift-certs {
    margin-left: 0;
    margin-right: 0; }
  .header-menu #menu .pc_menu > .container .nav {
    flex-wrap: wrap; }
  .product-info #product {
    max-width: 294px; } }

@media (max-width: 1399px) {
  .producttabs .btn-dark {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 30px; }
  .harakteristiki > .downloads-content {
    display: none; }
  .harakteristiki-list ul a {
    font-size: 16px;
    padding-right: 0;
    padding-left: 0; }
  .harakteristiki-list .download-tab {
    display: block; }
  .harakteristiki-list.is_stuck {
    padding: 0 64px; }
    .harakteristiki-list.is_stuck ul {
      overflow: hidden;
      max-width: 720px; }
  .kit_block .producs_block .producs_block_left {
    margin-right: 16px;
    width: calc(66% - 16px); }
  .kit_block .producs_block .kit_total {
    width: 34%;
    padding: 35px 32px 35px 32px; }
    .kit_block .producs_block .kit_total .top .title {
      white-space: nowrap; }
  .tabs_block {
    margin-right: 0;
    width: 100%; }
    .tabs_block .downloads-content {
      display: block;
      position: unset;
      max-width: 100%;
      padding: 32px 56px 56px 32px; }
  .product-info .image-container {
    max-width: 350px;
    width: 100%;
    max-height: 550px; }
    .product-info .image-container .image-additional .item a {
      width: 60px;
      height: 60px; }
  .product-info .image {
    padding-top: 15%; }
  .image_block #image-additional {
    max-width: 350px;
    width: 100%; }
  .sub-categories__item {
    width: 180px; } }

@media (max-width: 1199px) {
  .product-info .product-info-bg {
    flex-direction: column; }
  .product-info .image-container {
    margin-right: 0;
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%;
    max-height: unset; }
    .product-info .image-container .image_block,
    .product-info .image-container .image-thumb {
      background: transparent; }
    .product-info .image-container .image-gallery {
      padding-top: 0; }
    .product-info .image-container .image-additional .item a {
      width: 80px;
      height: 80px; }
  .product-info .product_stik {
    width: 100%; }
  .product-info #product {
    max-width: 358px;
    width: 100%; }
  .product-info .product-meta .btn-sm, .product-info .product-meta .btn-group-sm > .btn, .product-info .product-meta .btn-group-sm > .btn {
    padding: 0 5px; }
  .product-info .product-view h1 {
    margin: 0 0 32px 0; }
  .product-info .image {
    padding-top: 0; }
  #buy_form_container .buy_products .pr_cart .name_price .column-name a {
    width: 300px; }
  #products .product-block {
    width: calc(100% / 2 - 8px); }
  .mfilter-content #mfilter-opts-price-min,
  .mfilter-content #mfilter-opts-price-max {
    width: 75px;
    min-width: 75px;
    padding: 9px 7px; }
  #powered .container > .row {
    margin: 0; }
  .feature-box-v1 {
    padding: 12px 20px; }
    .feature-box-v1 .fbox-body.white strong {
      font-size: 18px; }
  .mfilter-free-container {
    top: 174px; }
  .header-bottom .logo-container {
    display: none; }
  .header-bottom .nav-search {
    margin-bottom: 7px; }
  .header-bottom .holiday_works {
    right: 65px; }
  .refine-search ul li a span, .refine-search ol li a span {
    line-height: 15px;
    font-size: 12px;
    overflow: hidden; }
  .footer-center .main-footer {
    margin: 0; }
  .footer-center .box {
    margin-right: 16px; }
    .footer-center .box:last-child {
      padding-right: 0; }
  .fancybox-nav span {
    visibility: visible; }
  .page-category #sidebar-left {
    width: 32%; }
  .page-category #sidebar-main.col-md-9 {
    width: calc(70% - 24px); }
  .checkout_cart .order2 {
    width: 40%;
    padding: 0; }
  .checkout_cart .order {
    width: 55%; }
  #checkout-form .button_red_inv {
    width: 100%; }
  .header-menu .logo-container {
    display: block;
    margin-right: 15px; }
  .featured-category .popular-category-list li .caption h6 {
    font-size: 18px; }
  .featured-category .owl-stage-outer {
    overflow: unset; }
  .newsletter-container {
    padding: 32px 0 32px 64px; }
    .newsletter-container .newsletter-block {
      max-width: 436px;
      margin-right: 22px; }
  #footer ul li, #footer ol li {
    margin-bottom: 16px; }
    #footer ul li.ft-addr span, #footer ul li.ft-wt span, #footer ol li.ft-addr span, #footer ol li.ft-wt span {
      white-space: break-spaces; }
    #footer ul li.ft-wt, #footer ol li.ft-wt {
      flex-direction: column; }
  .gift-certs {
    padding: 56px 0 56px 64px;
    background-position-x: 5%; }
    .gift-certs .description {
      max-width: 515px; }
  .lvl1 {
    width: 29%; }
    .lvl1:first-child:after {
      left: 31.6%; }
    .lvl1.active .list-container {
      left: 31.6%; } }

@media (max-width: 991px) {
  .pav-megamenu .navbar-nav > li > a {
    font-size: 15px; }
  .content_bottom_cat {
    padding: 0; }
    .content_bottom_cat .viewed-container {
      padding-left: 32px;
      padding-right: 32px; }
  .header-menu {
    padding-bottom: 24px; }
    .header-menu > .container .main-menu {
      order: 1; }
      .header-menu > .container .main-menu .canvas-menu {
        width: 52px;
        height: 48px;
        margin: 0;
        padding: 0;
        border: none;
        background: #FE4200; }
    .header-menu > .container .logo-container {
      order: 2;
      margin-right: 24px; }
    .header-menu > .container .nav-search {
      order: 3; }
    .header-menu > .container .headercart {
      order: 4; }
    .header-menu > .container > div:last-child {
      margin-right: 0; }
    .header-menu .button_menu_cat {
      padding-right: 15px; }
      .header-menu .button_menu_cat .red_button {
        padding: 14px 22px;
        width: max-content; }
  .all_cat_block .cat {
    margin-bottom: 55px;
    width: calc(100% / 2 - 8px); }
    .all_cat_block .cat .img img {
      left: 0;
      height: auto;
      width: 100%; }
    .all_cat_block .cat:nth-child(3n + 3) {
      margin-right: 16px; }
    .all_cat_block .cat:nth-child(2n + 2) {
      margin-right: 0; }
  .mfilter-box .box-content .mfilter-heading .mfilter-head-icon {
    width: 40px;
    height: 20px;
    text-align: right;
    justify-content: flex-end; }
  .order1.is_stuck + div {
    display: none !important; }
  #sidebar-left + #sidebar-main {
    width: 100%;
    padding: 0; }
  .product-filter .pull-left + .pull-left {
    margin-left: 0; }
  .product-filter {
    background: #fff;
    padding: 16px; }
  #products .product-block {
    width: calc(100% / 3 - 11px); }
  #sidebar-main.col-md-9 {
    padding: 0; }
  .header-bottom .worktime_phones .topcontacts.phone .media-body span, .header-bottom .worktime_phones .topcontacts.worktime .media-body span {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin: 0; }
  .header-bottom .worktime_phones .topcontacts.worktime {
    order: 1; }
  .header-bottom .worktime_phones .topcontacts.phone .media-body span {
    font-weight: 600; }
  .header-bottom .worktime_phones .holiday_works {
    right: auto; }
  #cart {
    padding: 0;
    margin-left: 23px; }
  .product-compare-header {
    padding: 0; }
  .widget-images {
    margin-bottom: 30px; }
  .panel-v1 > .panel-heading .panel-title {
    font-size: 18px; }
  .productdeals-v1 .product-block .product-meta {
    text-align: center; }
  .tab-v1 .nav-tabs > li > a {
    padding: 0 10px; }
  .footer-center .panel {
    margin-bottom: 15px; }
  .footer-center .box {
    width: 33.3333%; }
  #pavo-footer-center .container .footer-left {
    float: none;
    margin: 0 auto 30px auto; }
  .zoomContainer {
    display: none; }
  .product-grid .product-block {
    width: calc(100% / 3 - 13px); }
    .product-grid .product-block .product-grid .product-block {
      width: calc(100% / 3 - 13px);
      margin: 5px; }
  .h1_container {
    padding: 0 0 56px 0; }
  body.page-error-not_found #content {
    padding: 0 16px; }
  body .mfilter-free-container .category_filter .tree-menu ul li a {
    padding: 11px 16px 11px 16px;
    margin-bottom: 8px; }
  body .mfilter-free-container {
    top: 0 !important;
    width: 100%;
    height: 100%;
    padding: 64px 32px 40px 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto !important;
    right: auto;
    left: 0;
    margin-left: -100%;
    border: none; }
    body .mfilter-free-container.mfilter-direction-rtl {
      margin-right: -222px; }
    body .mfilter-free-container #mfilter-free-container-0 {
      padding: 30px 24px !important;
      overflow: scroll !important;
      background: #fff;
      max-height: inherit !important; }
    body .mfilter-free-container .category_filter {
      background: #fff; }
    body .mfilter-free-container .button_red_inv.visible-sm {
      width: 100%;
      text-align: center;
      margin-top: 24px; }
    body .mfilter-free-container .close_filter {
      position: absolute;
      right: 0;
      top: 0;
      padding: 20px 44px; }
      body .mfilter-free-container .close_filter svg {
        fill: #011931; }
    body .mfilter-free-container .mfilter-box {
      margin-bottom: 5px; }
    body .mfilter-free-container .mfilter-free-button {
      background: #ED1C24;
      margin: 0 220px 0 -45px;
      border: 1px solid #c4c4c4;
      padding: 9px 5px;
      top: -1px;
      width: 33px;
      height: 23px;
      display: none !important; }
      body .mfilter-free-container .mfilter-free-button:before {
        content: '\f1f3';
        font-family: "FontAwesome";
        color: #FFFFFF;
        font-size: 28px;
        line-height: 23px;
        padding: 3px;
        left: -1px;
        position: relative; }
    body .mfilter-free-container #mfilter-opts-price-min,
    body .mfilter-free-container #mfilter-opts-price-max {
      width: 65px;
      min-width: 65px;
      padding: 9px 7px; }
  .pagination > li > a,
  .pagination > li > span {
    margin-bottom: 8px; }
  .col-md-12 .refine-search ul li, .col-md-12 .refine-search ol li {
    width: calc(25% - 20px); }
  .product-info #product {
    margin-bottom: 0; }
  .product-info .product-info-bg {
    flex-direction: column; }
    .product-info .product-info-bg .product-view {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .product-info .product-info-bg .product-view h1 {
        margin-top: 8px;
        margin-bottom: 16px; }
    .product-info .product-info-bg .image-container {
      padding: 0; }
      .product-info .product-info-bg .image-container .image_block #image-additional {
        position: relative; }
    .product-info .product-info-bg .product_stik {
      padding: 0; }
  .product-info .other-dost span {
    display: block; }
  .product-info .tab-content .product-grid.no-scroll .product-block {
    margin: 4px 2px;
    width: calc(100% / 3 - 7px); }
  #offcanvasmenu .megamenu .canvas-menu-list .nav:before, #offcanvasmenu .megamenu .canvas-menu-list .nav:after {
    content: unset; }
  #offcanvasmenu .megamenu.mobile-time-works {
    padding-top: 24px; }
    #offcanvasmenu .megamenu.mobile-time-works .time-mob,
    #offcanvasmenu .megamenu.mobile-time-works .phone-mob,
    #offcanvasmenu .megamenu.mobile-time-works a {
      color: #011931; }
    #offcanvasmenu .megamenu.mobile-time-works .phone-mob a {
      display: block;
      font-weight: 600;
      font-size: 18px;
      line-height: 24px; }
    #offcanvasmenu .megamenu.mobile-time-works li {
      margin-bottom: 8px; }
      #offcanvasmenu .megamenu.mobile-time-works li:last-child {
        margin-bottom: 0; }
  #offcanvasmenu .megamenu .holiday_works {
    position: unset;
    text-align: left;
    font-size: initial; }
  #offcanvasmenu .megamenu > .dropdown .dropdown-toggle {
    display: none; }
  #offcanvasmenu .megamenu > .dropdown > a {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px; }
  #offcanvasmenu .megamenu.navbar-nav > li > a {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-transform: none;
    padding: 0;
    margin-bottom: 16px; }
  #offcanvasmenu .megamenu.navbar-nav > li:last-child a {
    margin-bottom: 0; }
  #offcanvasmenu .megamenu .parent.dropdown + li {
    padding-top: 16px; }
  #offcanvasmenu .lvl1 {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    padding-right: 0; }
    #offcanvasmenu .lvl1.active .list-container {
      left: 35.6%; }
    #offcanvasmenu .lvl1:first-child:after {
      content: unset; }
    #offcanvasmenu .lvl1 .category-title {
      margin-right: 0;
      width: 95%;
      display: flex;
      gap: 16px;
      max-width: 100%;
      justify-content: flex-start;
      align-items: center;
      padding: 0 !important;
      background: #fff !important;
      color: #011931 !important;
      position: relative;
      font-size: 18px; }
    #offcanvasmenu .lvl1 .arrow {
      content: '';
      display: block;
      position: absolute;
      right: -20px;
      top: calc(50% - 12px);
      width: 24px;
      height: 24px;
      padding: 8px 5px;
      color: #011931;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17' fill='none'%3E%3Cpath d='M0.745899 16.5089C0.44784 16.2167 0.420743 15.7595 0.66461 15.4373L0.745899 15.345L7.47342 8.75L0.745899 2.15503C0.44784 1.86283 0.420743 1.40558 0.66461 1.08338L0.745899 0.991064C1.04396 0.698865 1.51037 0.672302 1.83904 0.911374L1.93321 0.991064L9.2541 8.16802C9.55216 8.46022 9.57926 8.91746 9.33539 9.23967L9.2541 9.33198L1.93321 16.5089C1.60534 16.8304 1.07376 16.8304 0.745899 16.5089Z' fill='%23333333' style='&%2310; fill: %23011931;&%2310;'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: all 0.5s ease, opacity 1s ease;
      -o-transition: all 0.5s ease, opacity 1s ease;
      transition: all 0.5s ease, opacity 1s ease; }
    #offcanvasmenu .lvl1 .list-container {
      position: unset;
      padding: 0; }
    #offcanvasmenu .lvl1 .list {
      padding: 0;
      row-gap: 8px;
      flex-direction: column;
      -webkit-transition: all 0.2s ease, opacity 1s ease;
      -o-transition: all 0.2s ease, opacity 1s ease;
      transition: all 0.2s ease, opacity 1s ease; }
    #offcanvasmenu .lvl1 .child-title {
      width: 100%;
      max-width: 100% !important; }
      #offcanvasmenu .lvl1 .child-title.parent-cat a {
        font-weight: 300; }
      #offcanvasmenu .lvl1 .child-title.active-list .block-name > .category-title {
        font-weight: 600; }
    #offcanvasmenu .lvl1 .down-child-cats.in .block-name a {
      color: #011931; }
  #footer .logo-store {
    padding: 0; }
  #powered .powered_block {
    display: flex;
    flex-direction: column; }
  #powered .inner {
    margin-bottom: 32px; }
  #powered .block_dir {
    width: 50%; }
    #powered .block_dir ul {
      max-width: initial; }
    #powered .block_dir .link-direktor {
      width: 100%;
      border: 1px solid #fff;
      line-height: 20px; }
  .kit_block .producs_block .producs_block_left {
    width: calc(57% - 16px); }
  .kit_block .producs_block .kit_total {
    width: 43%; }
  .pr_img_mobile {
    margin-bottom: 33px; }
    .pr_img_mobile img {
      max-height: 344px; }
  .harakteristiki {
    padding-top: 32px; }
  .harakteristiki-list.is_stuck {
    padding: 0 32px; }
    .harakteristiki-list.is_stuck ul li {
      margin-right: 0; }
      .harakteristiki-list.is_stuck ul li a {
        padding: 12px 8px 10px 8px; }
  .harakteristiki-list .nav-product-info .info {
    padding: 25px 0; }
    .harakteristiki-list .nav-product-info .info .price .price-new {
      font-size: 16px;
      line-height: 20px; }
    .harakteristiki-list .nav-product-info .info .btn #button-cart {
      min-height: 34px; }
      .harakteristiki-list .nav-product-info .info .btn #button-cart span {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
        padding: 8px 12px; }
  .tabs_block .tab-item {
    margin-bottom: 32px; }
  .kit_block {
    padding-top: 56px;
    padding-bottom: 56px; }
    .kit_block .producttabs {
      padding: 80px 0; }
  .content_bottom_pr .producttabs {
    padding: 56px 0 0 0; }
  .tabs_carusel {
    padding-top: 32px; }
  .page-category #sidebar-main.col-md-9 {
    width: 100%;
    padding: 0; }
  .filter-right {
    display: flex; }
    .filter-right > div {
      margin-right: 16px; }
    .filter-right .limit {
      width: 100%;
      margin-right: 0; }
      .filter-right .limit .selectric-wrapper {
        float: right; }
  .checkout_cart {
    flex-direction: column; }
    .checkout_cart #checkout-form .indicators {
      display: none; }
    .checkout_cart #checkout-form .w2, .checkout_cart #checkout-form .w1 {
      max-width: 100%; }
    .checkout_cart #checkout-form #input-payment-telephone {
      max-width: 284px; }
    .checkout_cart .order2 {
      width: 100%;
      order: 2; }
    .checkout_cart .order {
      max-width: inherit;
      width: 100%;
      order: 1;
      margin: 0;
      position: relative; }
      .checkout_cart .order .order1 {
        position: relative !important; }
  #buy_form_container .buy_products .pr_cart .name_price .column-name a {
    width: 460px; }
  .page-product-special #products .product-block, .page-product-search #products .product-block {
    width: calc(100% / 3 - 16px); }
  .content_bottom_pr.none_kit .producttabs {
    padding-top: 56px; }
  .tab-content > .tab-pane {
    border: none; }
  .breadcrumb {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .success.product-info .go_shop {
    margin-bottom: 16px; }
  .gift-certs {
    padding: 40px 0 45px 32px; }
    .gift-certs h2 {
      margin-bottom: 16px;
      font-size: 26px;
      line-height: 32px; }
    .gift-certs .description {
      font-size: 18px;
      line-height: 28px;
      max-width: 404px; }
  .newsletter-container {
    padding: 26px 0 26px 32px; }
    .newsletter-container .newsletter-block {
      max-width: 100%;
      width: 100%; }
      .newsletter-container .newsletter-block .text {
        font-size: 18px;
        line-height: 28px; }
      .newsletter-container .newsletter-block .checkbox_custom label {
        white-space: nowrap; }
  .product-col-category .product-col-cat-carousel {
    display: block; }
  /*offcanvas-menu*/
  #offcanvasmenu {
    padding-bottom: 32px; }
    #offcanvasmenu .nav .caret {
      border-bottom-color: #011931;
      border-top-color: #011931;
      margin-left: 5px;
      display: none !important; }
    #offcanvasmenu .pavo-widget .widget-heading {
      margin-top: 15px; }
    #offcanvasmenu li .fa {
      color: #011931;
      font-size: 22px;
      line-height: 1; }
    #offcanvasmenu li .fa-minus-square::before {
      content: "\f28e"; }
    #offcanvasmenu li .fa-plus-square::before {
      content: "\f2c2"; }
    #offcanvasmenu li .fa-arrow-down::before {
      content: '\f110'; }
    #offcanvasmenu li .fa-arrow-up::before {
      content: '\f113'; }
    #offcanvasmenu .navbar-nav {
      float: none;
      margin: 0; }
      #offcanvasmenu .navbar-nav > li {
        float: none;
        border-right: none; }
        #offcanvasmenu .navbar-nav > li .list {
          padding-right: 0;
          height: auto; }
          #offcanvasmenu .navbar-nav > li .list .child-title {
            max-width: 222px; }
        #offcanvasmenu .navbar-nav > li:hover:after {
          display: none; }
        #offcanvasmenu .navbar-nav > li .click-canavs-menu {
          cursor: pointer;
          display: inline-block;
          padding: 0;
          position: absolute;
          right: 0;
          z-index: 1;
          transition: 0.3s ease; }
          #offcanvasmenu .navbar-nav > li .click-canavs-menu.r90 {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg); }
        #offcanvasmenu .navbar-nav > li li.dropdown-submenu .click-canavs-menu {
          padding: 10px 25px; }
        #offcanvasmenu .navbar-nav > li li.dropdown-submenu li.dropdown-submenu > .click-canavs-menu {
          padding: 10px 15px; }
    #offcanvasmenu .dropdown-menu {
      border: 0 none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      display: none;
      float: none;
      margin: 0;
      position: static;
      visibility: visible;
      width: auto !important;
      min-width: 160px;
      opacity: 1;
      filter: alpha(opacity=100);
      background: #fff;
      padding: 0; }
      #offcanvasmenu .dropdown-menu .mega-col {
        padding: 0; }
      #offcanvasmenu .dropdown-menu .row {
        margin: 0; }
    #offcanvasmenu .w-product {
      padding: 0; }
    #offcanvasmenu .product-block {
      border: none;
      padding: 0; }
      #offcanvasmenu .product-block .image {
        float: none;
        margin: 0; }
    #offcanvasmenu .tree-menu {
      padding: 55px 32px 55px 32px; }
    #offcanvasmenu .cat_all {
      display: flex;
      flex-direction: column;
      gap: 14px;
      position: relative; }
  .category-tool-type {
    flex-wrap: wrap;
    gap: 40px; }
    .category-tool-type .tool-type__item {
      width: calc(100% / 2 - 40px);
      height: 310px;
      box-shadow: none;
      pointer-events: unset; }
      .category-tool-type .tool-type__item:hover {
        width: calc(100% / 2 - 40px);
        height: 310px; } }

@media (max-width: 991px) and (min-width: 768px) {
  body.information-direktoru .main-wrap {
    padding: 0 15px; }
  .page-home .producttabs {
    padding-top: 80px; }
  .product-view {
    max-width: unset; }
  .product-block .price.no_stock > span {
    font-size: initial; } }

@media (max-width: 768px) {
  .quickview, .zoom {
    display: none !important; } }

@media (max-width: 767px) {
  h1, .h1,
  h2, .h2,
  h3, .h3 {
    font-size: 20px;
    line-height: 26px; }
  .category-tool-container {
    margin-top: 40px; }
  .category-description {
    padding: 0; }
  .all_cat_block {
    padding-bottom: 104px; }
    .all_cat_block .cat {
      margin-bottom: 16px;
      margin-right: 0 !important;
      width: 100% !important; }
  .page-information .main-columns {
    padding-bottom: 80px; }
  .vm--modal {
    max-width: 96%;
    left: 2% !important; }
  .paging {
    flex-direction: column; }
    .paging .paging_block {
      width: 100%; }
    .paging .next {
      width: 100%; }
      .paging .next .button_red_inv {
        width: 100%; }
  .checkout-buy #content {
    padding: 0 16px; }
    .checkout-buy #content > .row {
      margin: 0; }
    .checkout-buy #content .h1_container {
      padding: 0; }
      .checkout-buy #content .h1_container h1 {
        padding-bottom: 32px; }
  .checkout-buy .checkout_cart {
    margin: 0 -18px; }
    .checkout-buy .checkout_cart .order2 #checkout-form h3 {
      margin: 32px 0; }
    .checkout-buy .checkout_cart .order2 #checkout-form .form-group {
      margin-bottom: 24px; }
    .checkout-buy .checkout_cart .order .order1 {
      padding: 0;
      margin-bottom: 0; }
      .checkout-buy .checkout_cart .order .order1 #coupon_form .form-group {
        flex-direction: column; }
        .checkout-buy .checkout_cart .order .order1 #coupon_form .form-group #input-coupon {
          width: 100%; }
        .checkout-buy .checkout_cart .order .order1 #coupon_form .form-group #button-coupon {
          margin-top: 8px;
          width: 100%;
          height: 44px;
          max-width: inherit; }
        .checkout-buy .checkout_cart .order .order1 #coupon_form .form-group:last-child {
          margin-bottom: 0; }
    .checkout-buy .checkout_cart .buy_block2 {
      margin: 0; }
    .checkout-buy .checkout_cart #checkout-form {
      padding: 0; }
      .checkout-buy .checkout_cart #checkout-form .button_red_inv {
        margin-top: 56px; }
      .checkout-buy .checkout_cart #checkout-form .adress_block .form-group {
        width: 100%;
        padding: 0; }
    .checkout-buy .checkout_cart .confirm_block .checkbox_custom {
      margin-bottom: 8px; }
  #buy_form_container {
    padding: 0; }
    #buy_form_container .buy_products .pr_cart {
      flex-direction: column;
      padding-top: 8px;
      border-top: 1px solid #C6C6C6; }
      #buy_form_container .buy_products .pr_cart:first-child {
        padding-top: 8px;
        border-top: 1px solid #C6C6C6; }
      #buy_form_container .buy_products .pr_cart .name_price .column-name a,
      #buy_form_container .buy_products .pr_cart .name_price {
        width: 100%; }
      #buy_form_container .buy_products .pr_cart .quant_clear {
        width: calc(100% - 80px);
        margin-top: 18px;
        flex-direction: row-reverse;
        align-items: center;
        align-self: flex-end; }
        #buy_form_container .buy_products .pr_cart .quant_clear .btn-white {
          display: flex; }
        #buy_form_container .buy_products .pr_cart .quant_clear .column-quantity input {
          width: 34px; }
  #products .product-block {
    width: calc(100% / 2 - 8px); }
    #products .product-block:nth-child(3n + 3) {
      margin-right: 0; }
    #products .product-block:nth-child(2n - 2) {
      margin-right: 0; }
    #products .product-block .price.no_stock > span {
      font-size: 14px;
      line-height: 24px; }
  #powered .logo-store {
    text-align: center; }
  #powered ul.links {
    margin-bottom: 40px; }
  #powered .inner {
    flex-wrap: wrap; }
    #powered .inner .copyright {
      order: 2;
      margin-bottom: 15px; }
    #powered .inner .payment {
      order: 1; }
      #powered .inner .payment .payment-img {
        max-width: 100%; }
  .content_bottom_pr.container {
    padding-top: 30px; }
  .content_bottom_pr .producttabs, .content_bottom_pr.none_kit {
    padding-top: 0; }
  .widget-products .tab-header {
    min-height: 29px;
    background-size: contain;
    margin-bottom: 24px; }
    .widget-products .tab-header .h2 {
      font-size: 20px;
      line-height: 24px;
      text-indent: 20px; }
  .h1_container {
    padding-bottom: 32px; }
    .h1_container:before {
      content: unset; }
    .h1_container h1 {
      font-size: 20px;
      line-height: 26px; }
  .table-responsive .input-group .form-control {
    margin-right: 30px;
    padding: 5px; }
  .cart.pull-left {
    float: none !important;
    margin-bottom: 5px; }
  .checkout-cart table,
  .shopping-cart-table {
    background: #fff; }
  .shopping-cart-table > thead {
    display: none; }
  .shopping-cart-table .shopping-cart-table__product-image img {
    max-width: 160px; }
  .shopping-cart-table td.image-col {
    width: 100%;
    text-align: center !important; }
  .shopping-cart-table, .shopping-cart-table tbody, .shopping-cart-table td, .shopping-cart-table tr {
    display: block;
    border: 0;
    width: 100%; }
  .shopping-cart-table td {
    position: relative;
    padding-left: 43% !important;
    text-align: left !important;
    white-space: normal !important; }
    .shopping-cart-table td:first-child {
      border-top: 0;
      padding: 0 !important;
      text-align: center !important; }
    .shopping-cart-table td div.th-title {
      display: block;
      position: absolute;
      left: 10px;
      width: 38%;
      padding-right: 10px;
      text-align: right;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      font-weight: bold;
      text-transform: uppercase; }
    .shopping-cart-table td.no-title {
      padding-left: 20px !important;
      text-align: center !important; }
  .shopping-cart-table .input-group-qty {
    display: inline-block;
    padding-right: 10px; }
  .total-table .text-right {
    padding-left: 60% !important; }
  .total-table td div.th-title {
    width: 53% !important; }
  .header-bottom > .container {
    margin-bottom: 8px;
    height: auto; }
  .header-bottom .worktime_phones {
    justify-content: flex-start;
    flex-direction: column; }
    .header-bottom .worktime_phones #topcontacts {
      justify-content: flex-start; }
    .header-bottom .worktime_phones .topcontacts {
      justify-content: flex-start; }
      .header-bottom .worktime_phones .topcontacts.worktime {
        margin-bottom: 2px; }
        .header-bottom .worktime_phones .topcontacts.worktime .media-body span {
          font-weight: 500;
          font-size: 12px;
          line-height: 14px; }
      .header-bottom .worktime_phones .topcontacts.phone .media-body {
        font-size: 14px;
        line-height: 20px; }
  .header-bottom .holiday_works {
    display: none; }
  .shopping-cart-btns {
    text-align: center; }
    .shopping-cart-btns .btn.pull-left,
    .shopping-cart-btns .btn.pull-right {
      float: none !important;
      margin: 0 !important; }
  #input-enquiry {
    height: 100px; }
  .footer-center .footer-left ul {
    margin: 0 auto; }
    .footer-center .footer-left ul li {
      max-width: 220px;
      margin: 0 auto; }
  .footer-center .main-footer {
    flex-wrap: wrap; }
    .footer-center .main-footer .box {
      width: 100%;
      margin: 0 0 16px 0; }
      .footer-center .main-footer .box .box-heading {
        margin-bottom: 24px; }
  .breadcrumb > li {
    display: inline;
    font-size: 16px; }
  #header-layout {
    padding: 16px 0; }
  .header-menu {
    padding: 0; }
    .header-menu > .container {
      padding: 0 16px;
      justify-content: flex-start;
      align-items: center; }
      .header-menu > .container > div {
        height: auto; }
      .header-menu > .container .logo-container {
        width: auto;
        height: auto;
        margin-right: 0; }
        .header-menu > .container .logo-container a {
          display: block; }
        .header-menu > .container .logo-container svg {
          height: 22px; }
      .header-menu > .container > .nav-search {
        position: absolute;
        z-index: 999;
        left: -100%;
        top: 77px;
        width: 96%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .header-menu > .container > .nav-search .search_block {
          max-width: 100%; }
        .header-menu > .container > .nav-search.active {
          left: 2%; }
      .header-menu > .container .main-menu {
        margin-right: 8px; }
        .header-menu > .container .main-menu .canvas-menu {
          width: 35px;
          height: 35px;
          min-height: auto;
          line-height: 0; }
      .header-menu > .container .headercart {
        width: 100%;
        height: auto;
        justify-content: flex-end;
        padding: 3px 0; }
        .header-menu > .container .headercart .search_button,
        .header-menu > .container .headercart .product-compare-header,
        .header-menu > .container .headercart #cart {
          margin-left: 8px; }
          .header-menu > .container .headercart .search_button svg,
          .header-menu > .container .headercart .product-compare-header svg,
          .header-menu > .container .headercart #cart svg {
            width: 26px;
            height: 26px; }
            .header-menu > .container .headercart .search_button svg path,
            .header-menu > .container .headercart .product-compare-header svg path,
            .header-menu > .container .headercart #cart svg path {
              fill: #fff; }
        .header-menu > .container .headercart > .container > div {
          align-items: center; }
  .bg_search {
    display: block; }
  .search_button {
    display: flex; }
  .banner_home {
    margin-top: 0; }
  .homebuilder .panel-title,
  .homebuilder .h2,
  .homebuilder h2 {
    font-size: 20px;
    line-height: 26px; }
  .homebuilder .home-categories {
    margin-top: 40px; }
    .homebuilder .home-categories .panel-title {
      margin-bottom: 0; }
  .gift-certs {
    margin-top: 40px;
    padding: 40px 16px 184px 16px;
    background-image: url(https://cdn.elitechrussia.ru/image/img_template/gift-certs-bg_mob.png);
    background-position: 0 190px;
    background-size: contain; }
    .gift-certs .description {
      margin-bottom: 10px; }
    .gift-certs h2 {
      margin-bottom: 16px;
      font-size: 20px;
      line-height: 26px; }
    .gift-certs .link {
      margin-top: 16px; }
  .newsletter-container {
    margin-top: 40px;
    flex-direction: column-reverse;
    padding: 0; }
    .newsletter-container .newsletter-block {
      max-width: 100%;
      width: 100%;
      margin-right: 0; }
      .newsletter-container .newsletter-block .h2,
      .newsletter-container .newsletter-block .text {
        margin-bottom: 16px; }
      .newsletter-container .newsletter-block .tm-login-form input {
        font-size: 20px;
        line-height: 26px;
        height: 26px; }
      .newsletter-container .newsletter-block .tm-login-form button {
        min-height: unset; }
      .newsletter-container .newsletter-block .tm-login-form svg {
        width: 24px;
        height: 24px; }
      .newsletter-container .newsletter-block .checkbox_custom label {
        display: block;
        white-space: normal; }
  .page-home .producttabs,
  .page-home .product-cols {
    padding-top: 40px; }
  #footer ol li, #footer ul li {
    margin-bottom: 8px; }
  #powered {
    padding-top: 0; }
    #powered .powered_block {
      flex-direction: column;
      margin-top: 8px; }
    #powered .inner {
      width: 100%; }
    #powered .block_dir {
      width: 100%;
      margin-top: 16px; }
  footer {
    padding-top: 32px; }
  .product-info .sku_rating {
    flex-wrap: wrap; }
  .product-info .product-price-info {
    flex-direction: column-reverse; }
  .product-info #product {
    max-width: 100%;
    margin-top: 10px;
    padding: 32px 16px;
    margin-bottom: 32px; }
    .product-info #product .price.detail ul li .price-new {
      font-size: 20px;
      line-height: 26px; }
    .product-info #product #button-cart {
      width: 100%; }
  .product-info .product-info-bg {
    margin-top: 0;
    padding-bottom: 0; }
    .product-info .product-info-bg .image-container #image-additional {
      width: 100%; }
    .product-info .product-info-bg .product-view h1,
    .product-info .product-info-bg .product-view .h1 {
      font-size: 20px;
      line-height: 26px; }
    .product-info .product-info-bg .product-view .cart.pull-left {
      margin-bottom: 16px; }
  .product-info .tab-content {
    margin-bottom: 0; }
  .success,
  #request-on-order-form,
  #reserve_form,
  #finded-low-cost-form,
  .modal_div {
    padding: 0; }
    .success .success_bg,
    #request-on-order-form .success_bg,
    #reserve_form .success_bg,
    #finded-low-cost-form .success_bg,
    .modal_div .success_bg {
      padding: 10px 16px; }
  #request-on-order-form .modal-dialog {
    margin: 8% 4% !important; }
  #request-on-order-form .success_bg {
    padding: 0; }
  .kit_block {
    padding: 32px 16px 0 16px; }
    .kit_block .producttabs {
      padding: 56px 0;
      margin: 0; }
    .kit_block .h1 {
      margin: 0 0 26px 0;
      font-size: 20px;
      line-height: 26px; }
    .kit_block .producs_block .producs_block_left {
      width: 100%;
      margin: 0; }
    .kit_block .producs_block .kit_total {
      padding: 35px 23px;
      width: 100%; }
    .kit_block .producs_block .product_list_item,
    .kit_block .producs_block .product_list_item:last-child {
      margin-bottom: 12px; }
  .content_bottom_pr .producttabs {
    margin: 0;
    padding: 32px 0; }
  .related_pr .v_all,
  .related_pr .v_all_close {
    display: none; }
  .related_pr .go_cat {
    display: flex;
    width: 100%;
    text-align: center;
    line-height: 1.3; }
  .tabs_carusel {
    padding-top: 40px;
    padding-bottom: 11px; }
    .tabs_carusel.owl-carousel.owl-drag .owl-item {
      margin: 0 !important; }
  .tabs_block {
    padding-top: 16px; }
    .tabs_block .title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 24px; }
    .tabs_block .tab-item:last-child {
      margin-bottom: 0; }
    .tabs_block .table .feat_one {
      border: none; }
      .tabs_block .table .feat_one:first-child {
        padding-top: 16px; }
      .tabs_block .table .feat_one .feature {
        width: 100%; }
        .tabs_block .table .feat_one .feature:first-child {
          padding-top: 0; }
        .tabs_block .table .feat_one .feature .text {
          flex-direction: column;
          padding-bottom: 8px; }
          .tabs_block .table .feat_one .feature .text div {
            padding-right: 0; }
            .tabs_block .table .feat_one .feature .text div:first-child {
              line-height: 20px;
              font-weight: 500;
              margin-bottom: 8px; }
  .downloads-content {
    padding: 16px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    .downloads-content .title {
      margin-bottom: 16px; }
  #review .title {
    margin-bottom: 8px; }
  #review .review {
    padding: 16px; }
    #review .review:last-child {
      margin-bottom: 8px; }
  .nav-tabs .item a {
    margin: 0; }
  .breadcrumbs {
    padding: 16px; }
    .breadcrumbs .container {
      padding-right: 0;
      padding-left: 0; }
  body[class*="information-"] #content {
    padding: 0 16px 50px 16px; }
  body[class*="information-"] #content {
    padding-right: 0;
    padding-left: 0; }
    body[class*="information-"] #content > .row {
      margin: 0; }
  body.product-allproduct .main-columns.container > .row {
    margin: 0; }
  body.product-compare #content,
  body #page .not_found #content {
    padding: 0 16px; }
  body .mfilter-free-container {
    padding: 64px 0 20px 0; }
    body .mfilter-free-container .category_filter .tree-menu {
      padding: 32px 16px; }
    body .mfilter-free-container .close_filter {
      padding: 20px 12px 20px 25px; }
  .page-category .producttabs {
    padding-bottom: 40px;
    padding-top: 40px;
    margin: 0; }
  .page-category .viewed-container {
    padding-left: 16px;
    padding-right: 16px; }
    .page-category .viewed-container .tab-header .h2 {
      font-size: 20px;
      line-height: 26px; }
  .filtr_toggle {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 12px; }
    .filtr_toggle svg {
      margin-right: 4px;
      width: 12px; }
  .selectric {
    height: auto;
    padding: 0; }
  .product-filter {
    margin-left: -16px;
    margin-right: -16px; }
    .product-filter .sort {
      margin-right: 0; }
    .product-filter .selectric .label {
      font-size: 14px;
      line-height: 18px; }
    .product-filter .selectric .button {
      padding: 6px 4px 2.5px 2.8px;
      width: 24px;
      height: 24px; }
      .product-filter .selectric .button:after {
        width: 6px;
        height: 10px; }
  .filter-right {
    justify-content: space-between;
    align-items: center; }
    .filter-right #filter-mob-btn {
      margin-right: 8px; }
  .selectric-items {
    top: 35px; }
  #checkout-form .button_confirm {
    width: 100%; }
  .product-search #sidebar-main {
    padding: 0 16px; }
  .product-search .checkboxes {
    margin-bottom: 10px;
    flex-direction: column; }
    .product-search .checkboxes .checkbox_custom {
      width: 100%;
      margin: 0; }
      .product-search .checkboxes .checkbox_custom label {
        margin: 10px 0; }
  .information-contact .main-columns.container #content,
  .information-contact .main-columns.container fieldset {
    padding: 0; }
  .page-product .breadcrumbs li {
    display: none; }
    .page-product .breadcrumbs li:nth-last-child(2) {
      position: relative;
      display: block; }
      .page-product .breadcrumbs li:nth-last-child(2) a span {
        margin-left: 10px; }
      .page-product .breadcrumbs li:nth-last-child(2):before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        position: absolute;
        top: 4px; }
  .page-product-special #products .product-block, .page-product-search #products .product-block {
    width: calc(100% / 2 - 16px); }
  .modal-body {
    padding: 0 16px; }
    .modal-body .input_file {
      width: 100% !important;
      text-align: center; }
  .success.product-info {
    overflow: scroll;
    overflow-x: hidden;
    height: 100%; }
    .success.product-info .modal-body,
    .success.product-info .modal {
      margin: 0; }
    .success.product-info .success_bg {
      padding: 0; }
      .success.product-info .success_bg .go_shop, .success.product-info .success_bg .go_cart {
        width: 100%; }
    .success.product-info .product_list_item {
      padding-right: 10px;
      padding-left: 10px; }
      .success.product-info .product_list_item .image {
        padding: 0; }
  .success.compare {
    top: 4%; }
    .success.compare .text {
      margin-bottom: 24px; }
  #callback_form .modal-dialog {
    top: 2% !important; }
    #callback_form .modal-dialog .callback_button {
      width: 100%; }
  .harakteristiki {
    margin-top: 10px;
    padding-top: 16px;
    padding-bottom: 16px; }
  .harakteristiki-list ul li {
    margin-right: 8px; }
  .harakteristiki-list ul a {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 8px 10px 8px; }
  .harakteristiki-list.is_stuck {
    padding: 0 0 25px 0;
    flex-direction: column-reverse;
    align-items: flex-start; }
    .harakteristiki-list.is_stuck .nav-product-info .info {
      padding: 8px 16px 0 16px;
      width: 100%;
      margin-bottom: 10px; }
      .harakteristiki-list.is_stuck .nav-product-info .info .img {
        max-width: 61px; }
      .harakteristiki-list.is_stuck .nav-product-info .info .price {
        width: 100%;
        text-align: right; }
    .harakteristiki-list.is_stuck ul {
      padding: 8px 16px 0 16px;
      max-width: 100%; }
  .fancy_holiday_works .fancybox-skin {
    padding: 50px 16px !important; }
    .fancy_holiday_works .fancybox-skin .fancybox-inner {
      margin: 0 auto;
      width: auto !important; }
  .pagination {
    margin-bottom: 18px; }
    .pagination > li a,
    .pagination > li span {
      width: 40px;
      height: 40px;
      line-height: 20px;
      font-size: initial;
      margin-bottom: 0; }
  #offcanvasmenu .tree-menu {
    padding-left: 16px;
    padding-right: 16px; }
  .category-tool-type {
    flex-direction: column; }
    .category-tool-type .tool-type__item {
      width: 100%;
      background-position: 50% 40%; }
  .triangles {
    right: 0;
    bottom: -23px;
    width: 100%;
    height: auto; } }

@media (max-width: 637px) {
  .success .info,
  #request-on-order-form .info,
  #reserve_form .info,
  #finded-low-cost-form .info,
  .modal_div .info {
    flex-direction: column;
    align-items: flex-start; }
    .success .info .img_product,
    .success .info .name,
    .success .info .quantity_cart_add,
    #request-on-order-form .info .img_product,
    #request-on-order-form .info .name,
    #request-on-order-form .info .quantity_cart_add,
    #reserve_form .info .img_product,
    #reserve_form .info .name,
    #reserve_form .info .quantity_cart_add,
    #finded-low-cost-form .info .img_product,
    #finded-low-cost-form .info .name,
    #finded-low-cost-form .info .quantity_cart_add,
    .modal_div .info .img_product,
    .modal_div .info .name,
    .modal_div .info .quantity_cart_add {
      margin-bottom: 8px; }
  .success {
    width: 100%;
    margin: 0 auto;
    left: auto;
    padding: 4%; }
    .success.compare .success_bg {
      padding: 0; }
      .success.compare .success_bg .info-cart {
        flex-direction: column; }
        .success.compare .success_bg .info-cart .go_shop {
          margin-right: 0;
          margin-bottom: 8px; }
      .success.compare .success_bg .text {
        float: inherit;
        display: inline-block; }
      .success.compare .success_bg div {
        width: 100%; }
    .success .success_button {
      padding: 6px; }
    .success > div:first-child {
      margin-top: 0; }
    .success h3 {
      font-size: 18px; }
  #finded-low-cost-form {
    padding: 0; }
    #finded-low-cost-form .modal-dialog {
      top: 4% !important;
      margin: 0;
      padding: 0 4%; }
    #finded-low-cost-form button,
    #finded-low-cost-form .btn {
      width: 100%; }
  .col-md-12 .refine-search ul li, .col-md-12 .refine-search ol li {
    width: calc(33.3% - 20px); }
  .product-info .tab-content .product-grid.no-scroll .product-block {
    margin: 4px 2px;
    width: calc(100% / 2 - 7px); }
  .recaptcha_container {
    overflow: hidden; } }

@media (max-width: 570px) {
  #powered .inner {
    padding: 0 16px; }
  #powered .block_dir {
    padding: 0 16px; }
  .fancy_holiday_works {
    width: 94% !important;
    left: 3% !important; }
    .fancy_holiday_works .fancybox-skin .holiday_table_wrap {
      font-size: 14px; }
    .fancy_holiday_works .fancybox-skin .holiday_table td {
      font-size: 14px; }
    .fancy_holiday_works .fancybox-skin .holiday_table .hw_col {
      font-size: 16px; }
    .fancy_holiday_works .fancybox-skin p {
      max-width: 90%;
      margin: 0 auto 20px auto; }
  #page #header-layout .header-top1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #powered > .container {
    padding: 0; }
  #searchtop {
    border: 0; }
    #searchtop .input-group-btn {
      height: 30px; }
    #searchtop .btn-search {
      line-height: 14px; }
  .col-md-12 .refine-search ul li, .col-md-12 .refine-search ol li {
    width: calc(50% - 20px); }
  .product-info .tab-content .desc-header-wrapper .desc-header {
    display: block; }
  .product-info .tab-content .scroll-button {
    margin-bottom: 15px;
    margin-left: 15px; } }

@media (max-width: 538px) {
  .page-product-special #products .product-block, .page-product-search #products .product-block {
    width: 100%; }
  body[class*="product-special"] #content .limit.pull-right {
    display: inline-block; }
  body.information-direktoru .buttons.contactForm_input__paddingLeft #button-send {
    width: 100%; } }

@media (max-width: 480px) {
  .product-filter .filter-right > div.limit {
    display: none; }
  .product-filter .filter-right #filter-mob-btn a {
    width: max-content; }
  .product-list .product-col .block-img {
    float: none;
    width: 100%; }
  .product-list .product-meta {
    padding: 20px; }
  .tab-v6 .nav-tabs > li > a {
    padding: 15px 10px;
    font-size: 13px; }
  .tab-v7 .nav-tabs > li.active::before {
    content: none; }
  .product-info .tab-content .product-grid.no-scroll .product-block {
    margin: 4px 2px;
    width: calc(100% - 5px); }
  .success .next .success_button {
    margin-bottom: 0; }
  #checkout-form .radio_custom {
    display: block; }
  #checkout-form #shipping_methods .radio,
  #checkout-form #payment_methods .radio {
    width: 100%; } }

@media (max-width: 440px) {
  #products .product-block {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .owl-carousel-play .owl-carousel.product-grid .owl-stage-outer {
    overflow: unset; }
  .owl-carousel-play .owl-carousel.product-col-cat-carousel .owl-stage {
    display: flex; }
    .owl-carousel-play .owl-carousel.product-col-cat-carousel .owl-stage .owl-item {
      position: unset;
      float: unset;
      width: max-content !important;
      white-space: nowrap; }
      .owl-carousel-play .owl-carousel.product-col-cat-carousel .owl-stage .owl-item:last-child {
        margin-right: 0 !important; }
  #cart, .product-compare-header {
    margin-left: 15px; }
  #cart .icon-cart {
    padding: 0; }
  #header-layout .header-menu .logo-container svg {
    margin: auto 0;
    display: block; }
  .gift-certs {
    background-position-y: bottom;
    padding-bottom: 200px; }
  .newsletter-container .newsletter-block {
    padding: 24px 16px; } }

@media (max-width: 360px) {
  .product-info .product-price-info .ul_info .osn_har li .text {
    min-width: unset;
    max-width: 120px;
    width: 100%;
    vertical-align: top; }
  .product-info .product-meta .credit_info span {
    right: 18px; }
  .product-info .product-meta .credit_info .tooltip_cust {
    width: 270px;
    right: -46px; }
  .product_first_attrs .items .item .title {
    max-width: 120px;
    line-height: 1.2; }
  body.checkout-buy .checkout_cart .confirm_block .checkbox_2 {
    margin-bottom: 16px; }
  #header-layout .header-menu .logo-container svg {
    width: 100px; }
  .logo-container span {
    display: none; } }

@media (max-width: 480px) {
  .product-grid .product-block {
    width: calc(100% - 12px); } }

/*# sourceMappingURL=stylesheet.css.map */
