@charset "UTF-8";
/* vars */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td, .table th {
    background-color: #fff !important; }

  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "\e201"; }

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

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

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

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

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

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

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

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

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

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

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

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

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

[role=button] {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
.small, small {
  font-size: 85%; }

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:focus, a.text-primary:hover {
  color: #286090; }

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090; }

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

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

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

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

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

dd, dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

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

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }

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

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

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

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

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

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

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

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

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

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

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

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

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

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

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

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

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

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

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

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

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

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

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

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

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

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

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }

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

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

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

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

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

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

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

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

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

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

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

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

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

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

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

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

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

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

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

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

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

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

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

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

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

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

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

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }

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

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

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

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

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

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

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

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

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

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

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

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

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

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

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

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

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

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

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

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

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

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

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

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

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

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

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

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

.table-bordered {
  border: 1px solid #ddd; }

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

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px; }

  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px; }

  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

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

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

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

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm, textarea.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg, textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

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

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

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

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

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

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

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

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

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

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

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-static {
    display: inline-block; }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0; }

  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

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

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

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

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

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

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

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

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

.dropdown, .dropup {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

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

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

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

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

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

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

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

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

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

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

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

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

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

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

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

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .navbar-form .form-control-static {
    display: inline-block; }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }

  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }

  .navbar-form .input-group > .form-control {
    width: 100%; }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }

  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }

  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

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

  .navbar-right {
    float: right !important;
    margin-right: -15px; }

  .navbar-right ~ .navbar-right {
    margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

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

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

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

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

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

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

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

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

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

.label-primary {
  background-color: #337ab7; }

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

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

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

.label-danger {
  background-color: #d9534f; }

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

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

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1, .jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }

  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

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

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

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

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

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

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

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

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

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

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

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

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

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

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

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

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

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

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

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px; }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

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

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

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

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

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

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

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

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

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

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

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

  tr.visible-print {
    display: table-row !important; }

  td.visible-print, th.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

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

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
@font-face {
  font-family: "Century Gothic";
  src: url("fonts/CenturyGothic.eot");
  src: local("fonts/Century Gothic"), local("font/CenturyGothic"), url("fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("fonts/CenturyGothic.woff") format("woff"), url("fonts/CenturyGothic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Century Gothic";
  src: url("fonts/CenturyGothic-Bold.eot");
  src: local("fonts/Century Gothic Bold"), local("fonts/CenturyGothic-Bold"), url("fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/CenturyGothic-Bold.woff") format("woff"), url("fonts/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
[class*="_icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class*="_icon-"]:before {
  display: block; }

@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot?t8rfs1");
  src: url("fonts/icons.eot?t8rfs1#iefix") format("embedded-opentype"), url("fonts/icons.ttf?t8rfs1") format("truetype"), url("fonts/icons.woff?t8rfs1") format("woff"), url("fonts/icons.svg?t8rfs1#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
._icon-logo:before {
  content: "\e92d"; }

._icon-sostavlayschie-menu:before {
  content: "\e900"; }

._icon-block-teny-menu:before {
  content: "\e901"; }

._icon-ten-samogon:before {
  content: "\e902"; }

._icon-vse-kategorii:before {
  content: "\e903"; }

._icon-ten-voda:before {
  content: "\e904"; }

._icon-ten-radiator:before {
  content: "\e905"; }

._icon-ten-sauna:before {
  content: "\e906"; }

._icon-ten-vozduh:before {
  content: "\e907"; }

._icon-ten-bitov-technika:before {
  content: "\e908"; }

._icon-ten-chugun:before {
  content: "\e909"; }

._icon-ten-distilator:before {
  content: "\e90a"; }

._icon-ten-boiler:before {
  content: "\e90b"; }

._icon-ten-eda:before {
  content: "\e90c"; }

._icon-ten-block:before {
  content: "\e90d"; }

._icon-special-oborydovanie:before {
  content: "\e90e"; }

._icon-termoregulatori:before {
  content: "\e90f"; }

._icon-ten-dlya-vozduha:before {
  content: "\e910"; }

._icon-ten-dlya-bitovoy-techniki:before {
  content: "\e911"; }

._icon-ten-dlya-vody:before {
  content: "\e912"; }

._icon-ten-dlya-edy:before {
  content: "\e913"; }

._icon-ten-dlya-radiatorov:before {
  content: "\e914"; }

._icon-block-teny:before {
  content: "\e915"; }

._icon-beam:before {
  content: "\e916"; }

._icon-screw:before {
  content: "\e917"; }

._icon-flash:before {
  content: "\e918"; }

._icon-power-meter:before {
  content: "\e919"; }

._icon-comment:before {
  content: "\e91a"; }

._icon-add-favorites:before {
  content: "\e91b"; }

._icon-comparison:before {
  content: "\e91c"; }

._icon-youtube:before {
  content: "\e91d"; }

._icon-facebook-footer:before {
  content: "\e91e"; }

._icon-up-arrow:before {
  content: "\e91f"; }

._icon-arrow-more:before {
  content: "\e920"; }

._icon-arrow:before {
  content: "\e921"; }

._icon-telegram:before {
  content: "\e922"; }

._icon-mail:before {
  content: "\e923"; }

._icon-location:before {
  content: "\e924"; }

._icon-time:before {
  content: "\e925"; }

._icon-close:before {
  content: "\e926"; }

._icon-search:before {
  content: "\e927"; }

._icon-categories:before {
  content: "\e928"; }

._icon-microphone:before {
  content: "\e929"; }

._icon-phone:before {
  content: "\e92a"; }

._icon-viber:before {
  content: "\e92b"; }

._icon-cart-shop:before {
  content: "\e92c"; }

@font-face {
  font-family: "theme-icon";
  src: url("fonts/theme-icon.eot?93010981");
  src: url("fonts/theme-icon.eot?93010981#iefix") format("embedded-opentype"), url("fonts/theme-icon.woff?93010981") format("woff"), url("fonts/theme-icon.ttf?93010981") format("truetype"), url("fonts/theme-icon.svg?93010981#theme-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.theme-icon {
  font-family: "theme-icon";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-add-favorites:before {
  content: "\e800"; }

.icon-comparison:before {
  content: "\e801"; }

.icon-comment:before {
  content: "\e802"; }

.icon-favorites:before {
  content: "\e803"; }

.icon-left-arrow:before {
  content: "\e804"; }

.icon-right-arrow:before {
  content: "\e805"; }

.icon-close-button:before {
  content: "\e806"; }

.icon-home:before {
  content: "\e807"; }

.icon-user:before {
  content: "\e808"; }

.icon-burger:before {
  content: "\e809"; }

.icon-visible-eye:before {
  content: "\e80a"; }

.icon-invisible-eye:before {
  content: "\e80b"; }

.icon-search:before {
  content: "\e80c"; }

.icon-call:before {
  content: "\e80d"; }

.icon-up-arrow:before {
  content: "\e80e"; }

.icon-viber:before {
  content: "\e80f"; }

.icon-phone-call:before {
  content: "\e810"; }

.icon-telegram:before {
  content: "\e811"; }

.icon-paper-plane:before {
  content: "\e812"; }

.icon-google-icon:before {
  content: "\e813"; }

.icon-facebook-icon:before {
  content: "\e814"; }

.icon-basket:before {
  content: "\e815"; }

.icon-map:before {
  content: "\e816"; }

.icon-opt:before {
  content: "\e817"; }

.icon-reviews:before {
  content: "\e818"; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased; }

html,
body {
  height: 100%; }

*:focus {
  outline: none; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: #171717;
  background: #fff;
  letter-spacing: 0.02em;
  height: 100%; }
  @media (max-width: 992px) {
    body {
      font-size: 15px; } }
  @media (max-width: 480px) {
    body {
      font-size: 13px; } }

@media (min-width: 1310px) {
  .container {
    width: 1310px; } }
a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none; }
  a:hover {
    color: #9d3f38;
    text-decoration: none;
    color: #ffffff; }
  a:focus {
    color: #be7f7b;
    text-decoration: none;
    color: #ffffff; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal; }

h1,
.h1 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #211f1f;
  margin: 0px 0px 0px 0px; }
  @media (max-width: 768px) {
    h1,
    .h1 {
      font-size: 20px;
      line-height: 24px; } }

h2,
.h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin: 0px 0px 0px 0px; }
  @media (max-width: 768px) {
    h2,
    .h2 {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px; } }

h3,
.h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em; }
  @media (max-width: 992px) {
    h3,
    .h3 {
      font-size: 19px; } }
  @media (max-width: 720px) {
    h3,
    .h3 {
      font-size: 18px;
      margin: 0 0 15px; } }

h4,
.h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold; }
  @media (max-width: 992px) {
    h4,
    .h4 {
      font-size: 18px; } }
  @media (max-width: 720px) {
    h4,
    .h4 {
      font-size: 15px; } }

@media (max-width: 480px) {
  h5,
  .h5 {
    font-size: 14px;
    line-height: 17px; } }

.small-text {
  font-size: 12px; }

.bestseller-holder {
  position: relative; }
  @media (max-width: 600px) {
    .bestseller-holder {
      margin: 0px 0px 20px 0px; } }

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 0px 10px 0px; }
  .title h1 {
    font-size: 32px;
    line-height: 39px; }
  @media (max-width: 600px) {
    .title {
      margin: 0px 0px -10px 0px; }
      .title h1 {
        font-size: 20px;
        line-height: 28px; } }

.subtitle-showmore {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 777; }
  .subtitle-showmore:hover {
    color: #000000;
    text-decoration: none; }
  @media (max-width: 600px) {
    .subtitle-showmore {
      font-size: 12px;
      line-height: 15px;
      position: absolute;
      bottom: 20px;
      left: 38%; } }
  @media (max-width: 480px) {
    .subtitle-showmore {
      left: 36%; } }
  @media (max-width: 400px) {
    .subtitle-showmore {
      left: 34%; } }

.content ul li {
  position: relative; }
  .content ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 20px;
    top: 0.7em;
    margin: -3px 0 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 992px) {
      .content ul li:after {
        left: 5px; } }
  @media (max-width: 992px) {
    .content ul li {
      padding-left: 30px; } }

.photo-right {
  float: right;
  margin: 0 0 60px 30px;
  max-width: 50%; }
  @media (max-width: 992px) {
    .photo-right {
      float: none;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto 30px; } }

.photo-left {
  float: left;
  margin: 0 30px 60px 0;
  max-width: 50%; }
  @media (max-width: 992px) {
    .photo-left {
      float: none;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto 30px; } }

.text-danger {
  color: #cc1d3e;
  font-size: 12px;
  padding: 5px 0 0; }

.bg {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -706px;
  top: -1px;
  z-index: 5;
  opacity: 0.6;
  display: none; }

.title-catalog {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.1668;
  padding-bottom: 45px;
  margin: 0; }
  @media (max-width: 992px) {
    .title-catalog {
      padding-bottom: 35px; } }
  @media (max-width: 768px) {
    .title-catalog {
      padding-bottom: 25px;
      font-size: 20px; } }

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 14px; }

a:active, a:hover, a:focus {
  outline: none; }

.btn-link:active, .btn-link:hover, .btn-link:focus {
  text-decoration: none; }

.bold {
  font-weight: bold; }

/* стили при наведении курсора на checkbox */
/*
input[type="checkbox"]:not(:disabled):not(:checked) + label:hover::before {
	border-color: $form_element_color;
}
*/
/* стили для активного состояния чекбокса (при нажатии на него) */
input[type="checkbox"]:not(:disabled):active + label::after {
  background-color: #841d0f;
  -webkit-transform: scale(1);
          transform: scale(1); }

/* стили для чекбокса, находящегося в фокусе */
/*
input[type="checkbox"]:focus + label::before {
	box-shadow: 0 0 0 0.2rem rgba(100, 0, 0, 0.25);
}
*/
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
/*
input[type="checkbox"]:focus:not(:checked) + label::before {
	border-color: $form_element_color;
}
*/
/* стили для чекбокса, находящегося в состоянии disabled */
/*
input[type="checkbox"]:disabled + label::before {
	background-color: #ffffff;
}
*/
/* стили при наведении курсора на radio */
/*
input[type="radio"]:not(:disabled):not(:checked) + label:hover::before {
	border-color: $form_element_color;
}
*/
/* стили для активного состояния чекбокса (при нажатии на него) */
input[type="radio"]:not(:disabled):active + label::after {
  background-color: #841d0f;
  -webkit-transform: scale(1);
          transform: scale(1); }

/* стили для чекбокса, находящегося в фокусе */
/*
input[type="radio"]:focus + label::before {
	box-shadow: 0 0 0 0.2rem rgba(100, 0, 0, 0.25);
}
*/
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
/*
input[type="radio"]:focus:not(:checked) + label::after {
	border-color: $form_element_color;
}
*/
/* стили для чекбокса, находящегося в состоянии disabled */
/*
input[type="radio"]:disabled + label::before {
	background-color: #ffffff;
}
*/
.row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 992px) {
    .row-btn {
      margin-bottom: 30px; } }
  @media (max-width: 720px) {
    .row-btn {
      margin-bottom: 20px; } }
  .row-btn .button {
    margin: 0 10px 15px; }

.btn-theme-default, .button, .product-thumb .button-group button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 18px 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  background: #292323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.16em;
  line-height: 1.6;
  float: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .home-gallery .btn-theme-default,
  .home-gallery .button,
  .home-gallery .product-thumb .button-group button {
    padding: 16px 36px;
    line-height: 1.5; }
    @media (max-width: 992px) {
      .home-gallery .btn-theme-default,
      .home-gallery .button,
      .home-gallery .product-thumb .button-group button {
        padding: 17px 29px;
        font-size: 13px; } }
    @media (max-width: 720px) {
      .home-gallery .btn-theme-default,
      .home-gallery .button,
      .home-gallery .product-thumb .button-group button {
        padding: 11px 25px;
        font-size: 12px;
        letter-spacing: 0.1em; } }
  @media (max-width: 992px) {
    .btn-theme-default, .button, .product-thumb .button-group button {
      padding: 17px 29px;
      font-size: 13px; } }
  @media (max-width: 720px) {
    .btn-theme-default, .button, .product-thumb .button-group button {
      padding: 13px 25px;
      font-size: 12px;
      letter-spacing: 0.1em; } }
  .btn-theme-default:hover, .btn-theme-default:active, .btn-theme-default:focus, .button:hover, .button:active, .button:focus, .product-thumb .button-group button:hover, .product-thumb .button-group button:active, .product-thumb .button-group button:focus {
    background: #cc1d3e;
    color: #fff;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important; }
  .btn-theme-default__icon, .button__icon, .product-thumb .button-group button__icon {
    margin: -8px 0 -2px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 768px) {
      .btn-theme-default__icon, .button__icon, .product-thumb .button-group button__icon {
        margin: -8px 0 -5px 20px; }
        .btn-theme-default__icon svg, .button__icon svg, .product-thumb .button-group button__icon svg {
          width: 15px;
          height: 15px; } }
  .btn-theme-default--systemic, .button--systemic, .product-thumb .button-group button--systemic {
    background: #cc1d3e;
    color: #fff; }
    .btn-theme-default--systemic:hover, .btn-theme-default--systemic:active, .btn-theme-default--systemic:focus, .button--systemic:hover, .button--systemic:active, .button--systemic:focus, .product-thumb .button-group button--systemic:hover, .product-thumb .button-group button--systemic:active, .product-thumb .button-group button--systemic:focus {
      background: #000;
      color: #fff; }
  .btn-theme-default span, .button span, .product-thumb .button-group button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .btn-theme-default.sm, .button.sm, .product-thumb .button-group button.sm {
    padding: 10px 15px; }
  .btn-theme-default--medium, .button--medium, .product-thumb .button-group button--medium {
    padding: 5px 16px; }
  .btn-theme-default--disabled, .button--disabled, .product-thumb .button-group button--disabled {
    color: #aeaeae;
    pointer-events: none; }
    .btn-theme-default--disabled [class*="icon"]::after, .button--disabled [class*="icon"]::after, .product-thumb .button-group button--disabled [class*="icon"]::after {
      background: #aeaeae; }
  .btn-theme-default--full, .button--full, .product-thumb .button-group button--full {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 23px;
    padding-bottom: 23px;
    line-height: 1.666;
    font-size: 15px; }
    @media (max-width: 720px) {
      .btn-theme-default--full, .button--full, .product-thumb .button-group button--full {
        margin-top: 37px;
        font-size: 12px;
        padding-top: 15px;
        padding-bottom: 15px; } }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none !important;
  outline-offset: 0; }

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 16px; }

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 16px; }

.input-group .input-group-addon {
  font-size: 16px;
  height: 30px; }

label {
  cursor: pointer;
  font-weight: normal;
  font-size: 15px; }

.form .rows {
  padding-bottom: 53px; }

/* chustom select */
.select-custom {
  display: grid;
  grid-template-areas: "select";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  background: none;
  	/*
  	&:not(.select--multiple):hover::after,
  	&:not(.select--multiple):focus::after,
  	&:not(.select--multiple):focus-visible::after,
  	&:not(.select--multiple):active::after{
  		transform: rotate(-180deg);
  	}
  */ }
  .select-custom select, .select-custom::after {
    grid-area: select; }
  .select-custom:not(.select--multiple)::after {
    content: "";
    justify-self: end;
    width: 13px;
    height: 6px;
    margin: 3px 17px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("../image/icons/arrow.svg") no-repeat; }
    @media (max-width: 990px) {
      .select-custom:not(.select--multiple)::after {
        margin: 3px 5px 0 0; } }
  .select-custom--disabled {
    cursor: not-allowed;
    background: #999; }
    .select-custom--disabled select {
      pointer-events: none; }
  .select-custom--radius {
    border-radius: 16px; }
    .select-custom--radius::-ms-expand {
      display: none; }
  .select-custom--short {
    max-width: 482px; }
  .select-custom select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    width: 100%;
    color: #000;
    cursor: inherit;
    		/*
    		&:hover,
    		&:focus {
    		}
    
    		@media (max-width: 640px) {
    			padding: 3px 12px 3px 0 !important;
    
    			&:hover,
    			&:focus {
    				padding: 3px 12px 3px 0 !important;
    			}
    
    			option {
    				padding: 0;
    			}
    		}
    
    		z-index: 1;
    		&::-ms-expand {
    			display: none;
    		}
    		outline: none;
    
    		&:focus + .focus {
    			position: absolute;
    			top: -1px;
    			left: -1px;
    			right: -1px;
    			bottom: -1px;
    			//border: 2px solid var(--form-element-focus);
    			border-radius: inherit;
    		}
    		*/ }
    .select-custom select option {
      background: #fff;
      color: #000; }
  .select-custom select[multiple] {
    padding-right: 0;
    height: 6rem; }
    .select-custom select[multiple] option {
      white-space: normal;
      outline-color: #cc1d3e; }

/*// chustom select */
/* checkbox-chustom */
.checkbox-chustom {
  margin-right: 23px; }
  .checkbox-chustom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
  .checkbox-chustom label {
    position: relative;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    font-size: 13px; }
    @media (max-width: 640px) {
      .checkbox-chustom label {
        font-size: 12px; } }
    .checkbox-chustom label:before {
      content: "";
      -webkit-appearance: none;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 10px;
      height: 20px;
      width: 20px;
      border: 1px solid #999; }
  .checkbox-chustom__label {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.input-text,
.form-control {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  background: none;
  color: #4b4b4b;
  overflow: visible;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: auto;
  width: 100%;
  padding: 7px 18px; }
  .input-text--medium,
  .form-control--medium {
    padding: 4px 8px; }
  .input-text--round,
  .form-control--round {
    border-radius: 28px; }
  .input-text:focus,
  .form-control:focus {
    outline: none; }

.form-control:hover,
.form-control:focus {
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: inherit; }

#submit_text_search {
  height: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #submit_text_search:hover, #submit_text_search:focus, #submit_text_search:active {
    /*
    background: #E13940;
    color: #fff;
    */ }

.arrow {
  position: relative;
  height: 15px;
  width: 15px;
  margin-left: 7px; }

.arrow::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background-color: #8e9194;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  left: 50%;
  top: 50%;
  margin: -0.1em 0 0 -0.4em; }

.open .arrow::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

/* end custom-select 2 */
.textarea {
  display: inline-block;
  font-family: var(--font);
  font-size: 14px;
  line-height: 1.3;
  -webkit-appearance: none;
  border: 1px solid #c4c4c4;
  background: none;
  color: #c4c4c4;
  border-radius: 3px;
  padding: 5px 10px;
  overflow: visible;
  margin: 0;
  width: 100%; }
  .textarea--round {
    border-radius: 28px; }
  .textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: var(--color-main-text);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: var(--color-main-text);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: var(--color-main-text);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .textarea::placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: var(--color-main-text);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .textarea:focus {
    border: 1px solid var(--base-color);
    -webkit-box-shadow: 0 2px 15px 0 rgba(166, 191, 207, 0.5), 0 0 0 1px var(--form-element-focus);
            box-shadow: 0 2px 15px 0 rgba(166, 191, 207, 0.5), 0 0 0 1px var(--form-element-focus);
    outline: none; }
  .textarea--medium {
    padding: 13px 20px;
    font-size: 14px; }
    .textarea--medium::-webkit-input-placeholder {
      font-size: 14px; }
    .textarea--medium:-ms-input-placeholder {
      font-size: 14px; }
    .textarea--medium::-ms-input-placeholder {
      font-size: 14px; }
    .textarea--medium::placeholder {
      font-size: 14px; }
  .textarea-comment {
    height: 100px; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.icon {
  border-radius: 3px;
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  background: var(--bg-btn);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .icon:hover {
    background: var(--base-color); }
  .icon:active {
    background: var(--bg-btn-active); }
  .icon svg {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: var(--color-icon); }
  .icon:hover svg {
    fill: var(--color-icon-hover); }
  .icon--round {
    border-radius: 50%; }
  .icon--medium {
    width: 28px;
    height: 28px; }
  .icon--small {
    width: 22px;
    height: 22px; }

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%; }

.hidden {
  display: none !important; }

.grid-1 {
  width: 8.3333333333%; }

.grid-off-1 {
  margin-left: 8.3333333333%; }

.grid-2 {
  width: 16.6666666667%; }

.grid-off-2 {
  margin-left: 16.6666666667%; }

.grid-3 {
  width: 25%; }

.grid-off-3 {
  margin-left: 25%; }

.grid-4 {
  width: 33.3333333333%; }

.grid-off-4 {
  margin-left: 33.3333333333%; }

.grid-5 {
  width: 41.6666666667%; }

.grid-off-5 {
  margin-left: 41.6666666667%; }

.grid-6 {
  width: 50%; }

.grid-off-6 {
  margin-left: 50%; }

.grid-7 {
  width: 58.3333333333%; }

.grid-off-7 {
  margin-left: 58.3333333333%; }

.grid-8 {
  width: 66.6666666667%; }

.grid-off-8 {
  margin-left: 66.6666666667%; }

.grid-9 {
  width: 75%; }

.grid-off-9 {
  margin-left: 75%; }

.grid-10 {
  width: 83.3333333333%; }

.grid-off-10 {
  margin-left: 83.3333333333%; }

.grid-11 {
  width: 91.6666666667%; }

.grid-off-11 {
  margin-left: 91.6666666667%; }

.grid-12 {
  width: 100%; }

.grid-off-12 {
  margin-left: 100%; }

@media (max-width: 1310px) {
  .grid-0_xl {
    width: 0%; }

  .grid-off-0_xl {
    margin-left: 0%; }

  .grid-1_xl {
    width: 8.3333333333%; }

  .grid-off-1_xl {
    margin-left: 8.3333333333%; }

  .grid-2_xl {
    width: 16.6666666667%; }

  .grid-off-2_xl {
    margin-left: 16.6666666667%; }

  .grid-3_xl {
    width: 25%; }

  .grid-off-3_xl {
    margin-left: 25%; }

  .grid-4_xl {
    width: 33.3333333333%; }

  .grid-off-4_xl {
    margin-left: 33.3333333333%; }

  .grid-5_xl {
    width: 41.6666666667%; }

  .grid-off-5_xl {
    margin-left: 41.6666666667%; }

  .grid-6_xl {
    width: 50%; }

  .grid-off-6_xl {
    margin-left: 50%; }

  .grid-7_xl {
    width: 58.3333333333%; }

  .grid-off-7_xl {
    margin-left: 58.3333333333%; }

  .grid-8_xl {
    width: 66.6666666667%; }

  .grid-off-8_xl {
    margin-left: 66.6666666667%; }

  .grid-9_xl {
    width: 75%; }

  .grid-off-9_xl {
    margin-left: 75%; }

  .grid-10_xl {
    width: 83.3333333333%; }

  .grid-off-10_xl {
    margin-left: 83.3333333333%; }

  .grid-11_xl {
    width: 91.6666666667%; }

  .grid-off-11_xl {
    margin-left: 91.6666666667%; }

  .grid-12_xl {
    width: 100%; }

  .grid-off-12_xl {
    margin-left: 100%; } }
@media (max-width: 992px) {
  .grid-0_l {
    width: 0%; }

  .grid-off-0_l {
    margin-left: 0%; }

  .grid-1_l {
    width: 8.3333333333%; }

  .grid-off-1_l {
    margin-left: 8.3333333333%; }

  .grid-2_l {
    width: 16.6666666667%; }

  .grid-off-2_l {
    margin-left: 16.6666666667%; }

  .grid-3_l {
    width: 25%; }

  .grid-off-3_l {
    margin-left: 25%; }

  .grid-4_l {
    width: 33.3333333333%; }

  .grid-off-4_l {
    margin-left: 33.3333333333%; }

  .grid-5_l {
    width: 41.6666666667%; }

  .grid-off-5_l {
    margin-left: 41.6666666667%; }

  .grid-6_l {
    width: 50%; }

  .grid-off-6_l {
    margin-left: 50%; }

  .grid-7_l {
    width: 58.3333333333%; }

  .grid-off-7_l {
    margin-left: 58.3333333333%; }

  .grid-8_l {
    width: 66.6666666667%; }

  .grid-off-8_l {
    margin-left: 66.6666666667%; }

  .grid-9_l {
    width: 75%; }

  .grid-off-9_l {
    margin-left: 75%; }

  .grid-10_l {
    width: 83.3333333333%; }

  .grid-off-10_l {
    margin-left: 83.3333333333%; }

  .grid-11_l {
    width: 91.6666666667%; }

  .grid-off-11_l {
    margin-left: 91.6666666667%; }

  .grid-12_l {
    width: 100%; }

  .grid-off-12_l {
    margin-left: 100%; } }
@media (max-width: 850px) {
  .grid-0_ml {
    width: 0%; }

  .grid-off-0_ml {
    margin-left: 0%; }

  .grid-1_ml {
    width: 8.3333333333%; }

  .grid-off-1_ml {
    margin-left: 8.3333333333%; }

  .grid-2_ml {
    width: 16.6666666667%; }

  .grid-off-2_ml {
    margin-left: 16.6666666667%; }

  .grid-3_ml {
    width: 25%; }

  .grid-off-3_ml {
    margin-left: 25%; }

  .grid-4_ml {
    width: 33.3333333333%; }

  .grid-off-4_ml {
    margin-left: 33.3333333333%; }

  .grid-5_ml {
    width: 41.6666666667%; }

  .grid-off-5_ml {
    margin-left: 41.6666666667%; }

  .grid-6_ml {
    width: 50%; }

  .grid-off-6_ml {
    margin-left: 50%; }

  .grid-7_ml {
    width: 58.3333333333%; }

  .grid-off-7_ml {
    margin-left: 58.3333333333%; }

  .grid-8_ml {
    width: 66.6666666667%; }

  .grid-off-8_ml {
    margin-left: 66.6666666667%; }

  .grid-9_ml {
    width: 75%; }

  .grid-off-9_ml {
    margin-left: 75%; }

  .grid-10_ml {
    width: 83.3333333333%; }

  .grid-off-10_ml {
    margin-left: 83.3333333333%; }

  .grid-11_ml {
    width: 91.6666666667%; }

  .grid-off-11_ml {
    margin-left: 91.6666666667%; }

  .grid-12_ml {
    width: 100%; }

  .grid-off-12_ml {
    margin-left: 100%; } }
@media (max-width: 768px) {
  .grid-0_m {
    width: 0%; }

  .grid-off-0_m {
    margin-left: 0%; }

  .grid-1_m {
    width: 8.3333333333%; }

  .grid-off-1_m {
    margin-left: 8.3333333333%; }

  .grid-2_m {
    width: 16.6666666667%; }

  .grid-off-2_m {
    margin-left: 16.6666666667%; }

  .grid-3_m {
    width: 25%; }

  .grid-off-3_m {
    margin-left: 25%; }

  .grid-4_m {
    width: 33.3333333333%; }

  .grid-off-4_m {
    margin-left: 33.3333333333%; }

  .grid-5_m {
    width: 41.6666666667%; }

  .grid-off-5_m {
    margin-left: 41.6666666667%; }

  .grid-6_m {
    width: 50%; }

  .grid-off-6_m {
    margin-left: 50%; }

  .grid-7_m {
    width: 58.3333333333%; }

  .grid-off-7_m {
    margin-left: 58.3333333333%; }

  .grid-8_m {
    width: 66.6666666667%; }

  .grid-off-8_m {
    margin-left: 66.6666666667%; }

  .grid-9_m {
    width: 75%; }

  .grid-off-9_m {
    margin-left: 75%; }

  .grid-10_m {
    width: 83.3333333333%; }

  .grid-off-10_m {
    margin-left: 83.3333333333%; }

  .grid-11_m {
    width: 91.6666666667%; }

  .grid-off-11_m {
    margin-left: 91.6666666667%; }

  .grid-12_m {
    width: 100%; }

  .grid-off-12_m {
    margin-left: 100%; } }
@media (max-width: 720px) {
  .grid-0_s {
    width: 0%; }

  .grid-off-0_s {
    margin-left: 0%; }

  .grid-1_s {
    width: 8.3333333333%; }

  .grid-off-1_s {
    margin-left: 8.3333333333%; }

  .grid-2_s {
    width: 16.6666666667%; }

  .grid-off-2_s {
    margin-left: 16.6666666667%; }

  .grid-3_s {
    width: 25%; }

  .grid-off-3_s {
    margin-left: 25%; }

  .grid-4_s {
    width: 33.3333333333%; }

  .grid-off-4_s {
    margin-left: 33.3333333333%; }

  .grid-5_s {
    width: 41.6666666667%; }

  .grid-off-5_s {
    margin-left: 41.6666666667%; }

  .grid-6_s {
    width: 50%; }

  .grid-off-6_s {
    margin-left: 50%; }

  .grid-7_s {
    width: 58.3333333333%; }

  .grid-off-7_s {
    margin-left: 58.3333333333%; }

  .grid-8_s {
    width: 66.6666666667%; }

  .grid-off-8_s {
    margin-left: 66.6666666667%; }

  .grid-9_s {
    width: 75%; }

  .grid-off-9_s {
    margin-left: 75%; }

  .grid-10_s {
    width: 83.3333333333%; }

  .grid-off-10_s {
    margin-left: 83.3333333333%; }

  .grid-11_s {
    width: 91.6666666667%; }

  .grid-off-11_s {
    margin-left: 91.6666666667%; }

  .grid-12_s {
    width: 100%; }

  .grid-off-12_s {
    margin-left: 100%; } }
@media (max-width: 480px) {
  .grid-0_xs {
    width: 0%; }

  .grid-off-0_xs {
    margin-left: 0%; }

  .grid-1_xs {
    width: 8.3333333333%; }

  .grid-off-1_xs {
    margin-left: 8.3333333333%; }

  .grid-2_xs {
    width: 16.6666666667%; }

  .grid-off-2_xs {
    margin-left: 16.6666666667%; }

  .grid-3_xs {
    width: 25%; }

  .grid-off-3_xs {
    margin-left: 25%; }

  .grid-4_xs {
    width: 33.3333333333%; }

  .grid-off-4_xs {
    margin-left: 33.3333333333%; }

  .grid-5_xs {
    width: 41.6666666667%; }

  .grid-off-5_xs {
    margin-left: 41.6666666667%; }

  .grid-6_xs {
    width: 50%; }

  .grid-off-6_xs {
    margin-left: 50%; }

  .grid-7_xs {
    width: 58.3333333333%; }

  .grid-off-7_xs {
    margin-left: 58.3333333333%; }

  .grid-8_xs {
    width: 66.6666666667%; }

  .grid-off-8_xs {
    margin-left: 66.6666666667%; }

  .grid-9_xs {
    width: 75%; }

  .grid-off-9_xs {
    margin-left: 75%; }

  .grid-10_xs {
    width: 83.3333333333%; }

  .grid-off-10_xs {
    margin-left: 83.3333333333%; }

  .grid-11_xs {
    width: 91.6666666667%; }

  .grid-off-11_xs {
    margin-left: 91.6666666667%; }

  .grid-12_xs {
    width: 100%; }

  .grid-off-12_xs {
    margin-left: 100%; } }
@media (max-width: 414px) {
  .grid-0_xss {
    width: 0%; }

  .grid-off-0_xss {
    margin-left: 0%; }

  .grid-1_xss {
    width: 8.3333333333%; }

  .grid-off-1_xss {
    margin-left: 8.3333333333%; }

  .grid-2_xss {
    width: 16.6666666667%; }

  .grid-off-2_xss {
    margin-left: 16.6666666667%; }

  .grid-3_xss {
    width: 25%; }

  .grid-off-3_xss {
    margin-left: 25%; }

  .grid-4_xss {
    width: 33.3333333333%; }

  .grid-off-4_xss {
    margin-left: 33.3333333333%; }

  .grid-5_xss {
    width: 41.6666666667%; }

  .grid-off-5_xss {
    margin-left: 41.6666666667%; }

  .grid-6_xss {
    width: 50%; }

  .grid-off-6_xss {
    margin-left: 50%; }

  .grid-7_xss {
    width: 58.3333333333%; }

  .grid-off-7_xss {
    margin-left: 58.3333333333%; }

  .grid-8_xss {
    width: 66.6666666667%; }

  .grid-off-8_xss {
    margin-left: 66.6666666667%; }

  .grid-9_xss {
    width: 75%; }

  .grid-off-9_xss {
    margin-left: 75%; }

  .grid-10_xss {
    width: 83.3333333333%; }

  .grid-off-10_xss {
    margin-left: 83.3333333333%; }

  .grid-11_xss {
    width: 91.6666666667%; }

  .grid-off-11_xss {
    margin-left: 91.6666666667%; }

  .grid-12_xss {
    width: 100%; }

  .grid-off-12_xss {
    margin-left: 100%; } }
@media (max-width: 375px) {
  .grid-0_xxs {
    width: 0%; }

  .grid-off-0_xxs {
    margin-left: 0%; }

  .grid-1_xxs {
    width: 8.3333333333%; }

  .grid-off-1_xxs {
    margin-left: 8.3333333333%; }

  .grid-2_xxs {
    width: 16.6666666667%; }

  .grid-off-2_xxs {
    margin-left: 16.6666666667%; }

  .grid-3_xxs {
    width: 25%; }

  .grid-off-3_xxs {
    margin-left: 25%; }

  .grid-4_xxs {
    width: 33.3333333333%; }

  .grid-off-4_xxs {
    margin-left: 33.3333333333%; }

  .grid-5_xxs {
    width: 41.6666666667%; }

  .grid-off-5_xxs {
    margin-left: 41.6666666667%; }

  .grid-6_xxs {
    width: 50%; }

  .grid-off-6_xxs {
    margin-left: 50%; }

  .grid-7_xxs {
    width: 58.3333333333%; }

  .grid-off-7_xxs {
    margin-left: 58.3333333333%; }

  .grid-8_xxs {
    width: 66.6666666667%; }

  .grid-off-8_xxs {
    margin-left: 66.6666666667%; }

  .grid-9_xxs {
    width: 75%; }

  .grid-off-9_xxs {
    margin-left: 75%; }

  .grid-10_xxs {
    width: 83.3333333333%; }

  .grid-off-10_xxs {
    margin-left: 83.3333333333%; }

  .grid-11_xxs {
    width: 91.6666666667%; }

  .grid-off-11_xxs {
    margin-left: 91.6666666667%; }

  .grid-12_xxs {
    width: 100%; }

  .grid-off-12_xxs {
    margin-left: 100%; } }
.wrapper {
  position: relative;
  overflow: hidden; }

.rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 480px) {
    .rows {
      margin-left: -5px;
      margin-right: -5px; } }
  .rows [class*="grid"] {
    padding-left: 10px;
    padding-right: 10px; }
    @media (max-width: 480px) {
      .rows [class*="grid"] {
        padding-left: 5px;
        padding-right: 5px; } }
  .rows--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .rows--middle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

/*
.container {
	margin: 0 auto;
	width: 100%;
	//max-width: 1145px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 10;

	@include res(l){
		padding-left: 15px;
		padding-right: 15px;
	}

	@include res(s){
		padding-left: 7px;
		padding-right: 7px;
	}

}




.row-ng {
	display: flex;
	flex-wrap: wrap;
}

.clearfix {
	&:before {
		content: " ";
		display: table;
	}
	&:after {
		content: " ";
		display: table;
		clear: both;
	}
}

.img-responsive {
	width: 100%;
	height: auto;
}

*/
.wrapper {
  position: relative;
  overflow: hidden; }
  .wrapper > .container {
    position: relative;
    z-index: 1; }

.section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 72px 0px 0px 0px; }
  @media (max-width: 768px) {
    .section {
      padding: 52px 0px 0px 0px; } }
  @media (max-width: 400px) {
    .section {
      padding: 46px 0px 0px 0px; } }
  .section._top-header-active {
    padding: 112px 0px 0px 0px; }
    .section._top-header-active::before {
      content: "";
      position: absolute;
      height: 112px;
      top: 0;
      left: 0;
      width: 100%;
      background: #211f1f; }
    @media (max-width: 768px) {
      .section._top-header-active {
        padding: 81px 0px 0px 0px; }
        .section._top-header-active::before {
          content: "";
          height: 81px; } }
    @media (max-width: 480px) {
      .section._top-header-active {
        padding: 78px 0px 0px 0px; }
        .section._top-header-active::before {
          content: "";
          height: 78px; } }
    @media (max-width: 400px) {
      .section._top-header-active {
        padding: 72px 0px 0px 0px; }
        .section._top-header-active::before {
          content: "";
          height: 72px; } }
  .section._top-header-active-two {
    padding: 106px 0px 0px 0px; }
    @media (max-width: 768px) {
      .section._top-header-active-two {
        padding: 83px 0px 0px 0px; } }
    @media (max-width: 480px) {
      .section._top-header-active-two {
        padding: 98px 0px 0px 0px; } }
    @media (max-width: 400px) {
      .section._top-header-active-two {
        padding: 92px 0px 0px 0px; } }
  .section._active {
    padding: 164px 0px 50px 0px; }
    .section._active::before {
      content: "";
      display: none; }
    @media (max-width: 1200px) {
      .section._active {
        padding: 164px 0px 50px 0px; } }
    @media (max-width: 992px) {
      .section._active {
        padding: 145px 0px 50px 0px; } }
    @media (max-width: 768px) {
      .section._active {
        padding: 114px 0px 50px 0px; } }
    @media (max-width: 480px) {
      .section._active {
        padding: 120px 0px 30px 0px; } }
  .section--dark {
    background: rgba(41, 35, 35, 0.8);
    color: #ebebeb; }
    .section--dark .title {
      color: #ebebeb; }
  .section-new-main {
    padding: 1px; }
  .section--topsales {
    background: #fff;
    margin-top: -35px;
    padding-top: 45px; }

@media (max-width: 992px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

  .row {
    margin-right: -15px;
    margin-left: -15px; }

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%; }

  	/*
  	[class*=col-] {
  		padding-bottom: 40px;
  	}
  */
  .swiper-viewport {
    margin-bottom: 40px !important; } }
.main-content {
  min-height: calc(100vh - 420px);
  position: relative; }
  .main-content::after {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    z-index: 9;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s; }
    @media (max-width: 991px) {
      .main-content::after {
        display: none; } }
  .main-content.overlay::after {
    opacity: 1;
    visibility: visible; }

.alert {
  position: fixed;
  padding: 18px 40px 18px 75px;
  z-index: 30;
  bottom: 0;
  left: 0;
  text-align: center;
  margin: 0;
  right: 0;
  color: #fff;
  border-radius: 0;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-weight: 600;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
  transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
  line-height: 1.3; }
  @media (max-width: 768px) {
    .alert {
      font-size: 13px; } }
  .alert > .fa {
    position: absolute;
    bottom: 0;
    top: 0;
    background: #393737;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 63px;
    left: 0;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 32px; }
  .alert a {
    color: #fff;
    text-decoration: underline; }
    .alert a:hover {
      text-decoration: none; }
  .alert-success {
    background-color: #393737; }
    .alert-success > .fa {
      background: #393737; }
  .alert-danger {
    background-color: #393737; }
    .alert-danger > .fa {
      background-color: #393737; }
  .alert button.close {
    color: #fff;
    opacity: 1;
    width: 40px;
    position: absolute;
    font-size: 34px;
    z-index: 3;
    background: none;
    left: auto;
    height: 40px;
    top: calc(50% - 20px);
    right: 20px;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    @media (max-width: 768px) {
      .alert button.close {
        right: 10px; } }
    @media (max-width: 768px) {
      .alert button.close {
        font-size: 28px; } }
    .alert button.close:hover {
      opacity: 0.8; }

@-webkit-keyframes alert-anim {
  0% {
    top: -100%; }
  60% {
    top: 0; }
  100% {
    top: 0; } }
@keyframes alert-anim {
  0% {
    top: -100%; }
  60% {
    top: 0; }
  100% {
    top: 0; } }
@-webkit-keyframes alert-anim2 {
  0% {
    top: -100%; }
  60% {
    top: 100%; }
  100% {
    top: 100%; } }
@keyframes alert-anim2 {
  0% {
    top: -100%; }
  60% {
    top: 100%; }
  100% {
    top: 100%; } }
@-webkit-keyframes alert-icon-anim {
  0% {
    font-size: 0; }
  60% {
    font-size: 0; } }
@keyframes alert-icon-anim {
  0% {
    font-size: 0; }
  60% {
    font-size: 0; } }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item .product-layout-top img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable="true"] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  border-radius: 30px;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: inherit;
  overflow: inherit;
  pointer-events: all; }

.fancybox-caption__body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.fancybox-caption__body .fancy-col-1 {
  font-weight: 500;
  font-size: 18px; }

@media (max-width: 991px) {
  .fancybox-caption__body .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
.fancybox-caption__body .old-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-decoration: line-through; }

@media (max-width: 991px) {
  .fancybox-caption__body .old-price {
    font-size: 16px; } }
.fancybox-caption__body .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 20px 0px 0px; }

@media (max-width: 991px) {
  .fancybox-caption__body .flex {
    margin: 0px 0px 0px 0px; } }
.fancybox-caption__body .pc-cost {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: #ffffff;
  white-space: nowrap;
  margin: 0px 30px 0px 0px; }

@media (max-width: 991px) {
  .fancybox-caption__body .pc-cost {
    font-size: 18px; } }
.fancybox-caption__body .button-buy-item-product__button-one {
  background: #ffffff; }

.fancybox-caption__body .button-buy-item-product__button-one span {
  background: #d6720c;
  border-radius: 7px;
  width: 300px;
  min-height: 50px;
  padding: 14px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase; }

@media (max-width: 480px) {
  .fancybox-caption__body .button-buy-item-product__button-one span {
    background: #d6720c;
    max-width: 170px;
    min-height: 50px;
    padding: 10px 15px;
    border-radius: 7px; } }
@media (max-width: 991px) {
  .fancybox-caption__body .button-buy-item-product__button-one span {
    min-height: 42px; } }
.fancybox-caption__body .col-md-6 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  margin: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: none; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
#menu .background-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

#megaMenuToggle {
  display: none; }

.container-megamenu, .container-megamenu .container {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.megamenu-wrapper {
  position: relative;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  color: #888; }

.megamenu-pattern {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

ul.megamenu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }

ul.megamenu > li {
  float: left;
  width: auto; }

ul.megamenu > li:first-child {
  background: none; }

ul.megamenu > li.pull-right {
  float: right; }

ul.megamenu > li .close-menu {
  display: none; }

ul.megamenu > li.search {
  background: none; }

#top ul.megamenu > li.search .search_form, ul.megamenu > li.search .search_form {
  padding: 0;
  margin: 8px; }

#top ul.megamenu > li.search .search_form input, ul.megamenu > li.search .search_form input {
  height: 29px;
  min-height: 29px;
  border: none; }

ul.megamenu > li.search .button-search2 {
  top: 6px;
  right: 8px; }

ul.megamenu > li:first-child > a {
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px; }

ul.megamenu > li > a {
  display: block;
  position: relative;
  color: #000;
  font-size: 16px;
  padding: 11px 20px 9px 21px;
  height: 45px; }

ul.megamenu > li > a strong {
  font-weight: 400; }

ul.megamenu > li > a:hover, ul.megamenu > li.active > a, ul.megamenu > li.home > a, ul.megamenu > li:hover > a {
  background-color: #ddd;
  color: #444; }

ul.megamenu > li > a > .icon-home {
  display: block;
  font-size: 23px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15); }

ul.megamenu > li > a img {
  margin-right: 10px;
  height: 28px;
  vertical-align: middle; }

ul.megamenu > li > a.description {
  font-size: 14px;
  padding: 10px 20px 11px 21px;
  line-height: 1; }

ul.megamenu > li > a.description img {
  float: left; }

ul.megamenu > li > a.description .description {
  font-size: 11px;
  opacity: .9; }

ul.megamenu > li > a.description .description-left {
  float: left;
  width: auto; }

ul.megamenu .title-submenu {
  width: 100%;
  padding-left: 14px;
  padding-bottom: 10px; }

ul.megamenu > li > .sub-menu {
  position: absolute;
  z-index: 9999;
  display: none; }

.horizontal ul.megamenu > li > .sub-menu {
  max-width: 100%; }

ul.megamenu > li.active > a span:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 12px;
  margin-left: -6px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  content: '';
  z-index: 30; }

ul.megamenu > li.active > a span:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 13px;
  margin-left: -5px;
  display: inline-block;
  content: '';
  z-index: 30; }

ul.megamenu li .sub-menu .content {
  display: none;
  padding: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important; }

ul.megamenu .sub-menu .content > .row {
  padding-top: 20px; }

ul.megamenu .sub-menu .content > .border {
  padding-top: 20px;
  border-bottom: 1px solid #e6e6e6; }

ul.megamenu .sub-menu .content > .row:first-child {
  padding: 0; }

ul.megamenu li .product {
  text-align: center;
  position: relative;
  margin-bottom: -7px; }

ul.megamenu li .product .image {
  padding: 0; }

ul.megamenu li .product .image img {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

ul.megamenu li .product .name {
  padding: 7px 0 0; }

ul.megamenu li .product .price {
  color: #ff6b6b; }

ul.manufacturer {
  list-style: none;
  margin: -10px 0 0 !important;
  padding: 0;
  position: relative; }

ul.manufacturer li {
  display: inline-block;
  margin: 10px 5px 0 0; }

ul.manufacturer li a {
  display: block;
  font-size: 14px;
  padding: 2px 8px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

ul.megamenu li .sub-menu .content .static-menu a.main-menu {
  display: block;
  font-weight: 400;
  font-size: 16px; }

ul.megamenu li .sub-menu .content .static-menu .menu ul {
  list-style: none;
  margin: 0;
  padding: 5px 0; }

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li {
  padding-top: 7px; }

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li:first-child {
  padding-top: 0; }

ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
  padding: 5px 10px; }

ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
  content: "»";
  color: #4ecdc4;
  padding-right: 6px; }

ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
  display: block; }

ul.megamenu li .sub-menu .content .hover-menu .menu ul {
  list-style: none;
  margin: 3px 0;
  padding: 0; }

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
  display: none;
  width: 200px;
  padding: 20px;
  position: absolute;
  z-index: 10;
  left: 90%;
  background: #fff;
  border: 1px solid #e6e6e6;
  top: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15); }

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  top: 20px;
  left: -11px;
  border-right-color: #e6e6e6;
  border-left-width: 0; }

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  top: 20px;
  left: -10px;
  border-right-color: #fff;
  border-left-width: 0; }

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li {
  position: relative; }

#megaMenuToggle {
  display: none;
  cursor: pointer; }

.megamenuToogle-wrapper {
  position: relative;
  z-index: 20;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #000; }

.megamenuToogle-pattern {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

.megamenuToogle-wrapper .container {
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  padding: 15px 35px 15px 15px !important; }

.megamenuToogle-wrapper .container > div {
  float: left;
  width: 15px;
  margin: 5px 9px 0 0; }

.megamenuToogle-wrapper .container > div span {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15); }

.vertical #menuHeading {
  margin: 30px 0 0; }

.vertical li.loadmore {
  padding: 10px; }

.vertical li.loadmore i {
  padding-left: 10px; }

.vertical span.more-view {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #556270; }

.vertical .megamenuToogle-wrapper {
  z-index: 3; }

.vertical .megamenu-wrapper {
  display: block !important;
  background: #fff !important;
  border: 1px solid #e6e6e6;
  position: relative;
  z-index: 2;
  margin-top: -2px; }

.vertical ul.megamenu > li {
  display: block;
  float: none !important;
  width: auto;
  background: none;
  border-top: 1px solid #e6e6e6;
  position: relative;
  margin: 0 -1px; }

.vertical ul.megamenu > li.home, .vertical ul.megamenu > li.search {
  display: none; }

.vertical ul.megamenu > li > a {
  color: #556270;
  text-shadow: none;
  background: none !important;
  height: auto !important;
  margin: 0 1px; }

.vertical ul.megamenu > li > a.description {
  padding: 12px 20px 12px 21px; }

.vertical ul.megamenu > li.click:before, .vertical ul.megamenu > li.hover:before {
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  color: #51cfc6;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  right: 0;
  z-index: 10;
  padding: 14px 15px 10px 50px; }

.vertical ul.megamenu > li > .sub-menu {
  left: 100%;
  padding-top: 0;
  top: 0; }

.megamenu .label {
  background: #d5375f none repeat scroll 0 0;
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  padding: 0 5px;
  position: absolute;
  text-transform: none;
  top: 0; }

ul.megamenu > li span.labelnew {
  width: 50px;
  height: 21px;
  position: absolute;
  top: -15px;
  background: url(images/new-item.png) no-repeat top center;
  font-size: 0;
  left: 0; }

ul.megamenu > li span.labelhot {
  width: 50px;
  height: 21px;
  position: absolute;
  top: -15px;
  background: url(images/hot-item.png) no-repeat top center;
  font-size: 0;
  left: 0; }

.megamenu .fa {
  padding-right: 12px;
  padding-left: 5px;
  font-size: 15px; }

@media (max-width: 991px) {
  .navbar-header .navbar-toggle {
    display: block; }

  .responsive .vertical #menuHeading {
    margin: 20px 0 0; }

  .responsive .vertical ul.megamenu > li > .sub-menu {
    left: 0;
    top: auto;
    width: 100% !important; }

  .responsive .vertical ul.megamenu > li > .sub-menu > .content {
    margin-left: 0; }

  .responsive .vertical ul.megamenu > li.active > a span:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 13px;
    margin-left: -5px;
    display: inline-block;
    border-width: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
    z-index: 30; }

  ul.megamenu li .sub-menu .content {
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
    display: block !important;
    margin: 5px 10px;
    width: auto;
    padding: 0;
    position: static;
    left: 0;
    background: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
    display: none; }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
    display: none; }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
    font-size: 16px; }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu a.main-menu:before {
    display: none; }

  .responsive .vertical .visible {
    padding: 5px 0 !important; }

  .responsive .vertical .visible > div {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    padding-left: 20px !important; }

  .responsive ul.megamenu .sub-menu .content .border {
    display: none; }

  .responsive ul.megamenu .sub-menu .content .row {
    margin: 0 -20px; }

  .responsive ul.megamenu .sub-menu .content .row > div {
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }

  .responsive ul.megamenu .sub-menu .content .row:first-child > div:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0; }

  .responsive #megaMenuToggle {
    display: block; }

  .responsive ul.megamenu > li {
    display: block;
    float: none !important;
    width: auto;
    background: none;
    border-top: 1px solid #e6e6e6;
    position: relative;
    margin: 0 -1px; }

  .responsive ul.megamenu > li.home, ul.megamenu > li.search, .responsive ul.megamenu .fa-angle-right, .responsive ul.megamenu .caret {
    display: none; }

  .responsive ul.megamenu > li > a {
    color: #556270;
    text-shadow: none;
    background: none !important;
    margin: 0 1px;
    height: auto; }

  .responsive ul.megamenu > li.active > a {
    background: #f6f6f6 !important; }

  .responsive ul.megamenu > li.click:before, .responsive ul.megamenu > li.hover:before {
    content: "\f067";
    font-family: FontAwesome;
    color: #51cfc6;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 13px 17px 10px 50px; }

  .responsive ul.megamenu > li.active .close-menu {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 1px;
    width: 85px;
    height: 100%;
    padding: 12px 0 0 40px;
    background: #f6f6f6;
    text-align: center;
    cursor: pointer; }

  .responsive ul.megamenu > li.active .close-menu:before {
    content: "\f068";
    font-family: FontAwesome;
    color: #51cfc6;
    font-weight: 400;
    font-size: 18px; }

  .responsive .horizontal ul.megamenu > li > .sub-menu {
    width: 100% !important; }

  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
    display: block !important;
    margin: 5px 10px;
    width: auto;
    padding: 0;
    position: static;
    left: 0;
    background: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }

  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
    display: none; }

  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
    display: none; }

  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
    font-size: 16px; }

  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu a.main-menu:before {
    display: none; }

  .responsive .horizontal .visible {
    padding: 5px 0 !important; }

  .responsive .horizontal .visible > div {
    margin: 0 !important;
    border: none !important;
    padding: 0 0 0 10px !important; } }
.standard-body .full-width .container {
  max-width: none;
  width: 1262px; }

.no-responsive body {
  min-width: 1262px; }

.standard-body .fixed .background {
  width: 1222px;
  max-width: none; }

.main-fixed {
  width: 1222px;
  max-width: none; }

@media (min-width: 1098px) and (max-width: 1262px) {
  .responsive .standard-body .full-width .container {
    width: 1098px; }

  .responsive .standard-body .fixed .background {
    width: 1058px; }

  .responsive .main-fixed {
    width: 1058px; } }
@media (min-width: 966px) and (max-width: 1098px) {
  .responsive .standard-body .full-width .container {
    width: 966px; }

  .responsive .standard-body .fixed .background {
    width: 926px; }

  .responsive .main-fixed {
    width: 926px; } }
@media (min-width: 768px) and (max-width: 966px) {
  .responsive .standard-body .full-width .container {
    width: 768px; }

  .responsive .standard-body .fixed .background {
    width: 728px; }

  .responsive .main-fixed {
    width: 728px; } }
@media (max-width: 768px) {
  .responsive .standard-body .full-width .container {
    width: auto; }

  .responsive .standard-body .fixed .background {
    width: auto; }

  .responsive .main-fixed {
    width: auto; } }
.container .container {
  width: auto !important; }

@media (min-width: 961px) {
  .megamenu-wrapper {
    display: block !important; } }
@media (max-width: 991px) {
  .megamenu .label {
    display: none; }

  ul.megamenu > li > .sub-menu {
    position: relative; }

  .megamenu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    bottom: 0;
    width: 280px;
    padding: 10px;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all .5s ease-in-out 0;
    transition: all .5s ease-in-out 0;
    max-height: 700px;
    border: 1px solid #e6e6e6; }

  .vertical-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    bottom: 0;
    width: 280px;
    padding: 10px;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all .5s ease-in-out 0;
    transition: all .5s ease-in-out 0;
    max-height: 700px;
    border: 1px solid #e6e6e6; }

  .vertical #menuHeading {
    display: none; } }
.so-megamenu-active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#remove-megamenu {
  padding: 10px;
  z-index: 10;
  cursor: pointer;
  display: none;
  text-align: right; }

.so-megamenu-active #remove-megamenu {
  display: block; }

.so-vertical-active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#remove-verticalmenu {
  padding: 10px;
  z-index: 10;
  cursor: pointer;
  display: none;
  text-align: right; }

.so-vertical-active #remove-verticalmenu {
  display: block; }

.vertical .navbar-header {
  margin: 0; }

.subcategory li {
  display: inline-block;
  list-style: outside none none;
  position: relative;
  width: 100%; }

.subcategory li a {
  float: left;
  width: 100%;
  text-align: left; }

.standard-body .full-width .container {
  max-width: none;
  width: 1262px; }

.no-responsive body {
  min-width: 1262px; }

.standard-body .fixed .background {
  width: 1222px;
  max-width: none; }

.main-fixed {
  width: 1222px;
  max-width: none; }

@media (min-width: 1098px) and (max-width: 1262px) {
  .responsive .standard-body .full-width .container {
    width: 1098px; }

  .responsive .standard-body .fixed .background {
    width: 1058px; }

  .responsive .main-fixed {
    width: 1058px; } }
@media (min-width: 966px) and (max-width: 1098px) {
  .responsive .standard-body .full-width .container {
    width: 966px; }

  .responsive .standard-body .fixed .background {
    width: 926px; }

  .responsive .main-fixed {
    width: 926px; } }
@media (min-width: 768px) and (max-width: 966px) {
  .responsive .standard-body .full-width .container {
    width: 768px; }

  .responsive .standard-body .fixed .background {
    width: 728px; }

  .responsive .main-fixed {
    width: 728px; } }
@media (max-width: 768px) {
  .responsive .standard-body .full-width .container {
    width: auto; }

  .responsive .standard-body .fixed .background {
    width: auto; }

  .responsive .main-fixed {
    width: auto; } }
.container .container {
  width: auto !important; }

.standard-body .full-width .container {
  max-width: none;
  width: 1262px; }

.no-responsive body {
  min-width: 1262px; }

.standard-body .fixed .background {
  width: 1222px;
  max-width: none; }

.main-fixed {
  width: 1222px;
  max-width: none; }

@media (min-width: 1098px) and (max-width: 1262px) {
  .responsive .standard-body .full-width .container {
    width: 1098px; }

  .responsive .standard-body .fixed .background {
    width: 1058px; }

  .responsive .main-fixed {
    width: 1058px; } }
@media (min-width: 966px) and (max-width: 1098px) {
  .responsive .standard-body .full-width .container {
    width: 966px; }

  .responsive .standard-body .fixed .background {
    width: 926px; }

  .responsive .main-fixed {
    width: 926px; } }
@media (min-width: 768px) and (max-width: 966px) {
  .responsive .standard-body .full-width .container {
    width: 768px; }

  .responsive .standard-body .fixed .background {
    width: 728px; }

  .responsive .main-fixed {
    width: 728px; } }
@media (max-width: 768px) {
  .responsive .standard-body .full-width .container {
    width: auto; }

  .responsive .standard-body .fixed .background {
    width: auto; }

  .responsive .main-fixed {
    width: auto; } }
.container .container {
  width: auto !important; }

#menu {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  margin: 0; }
  #menu .nav > li > a {
    color: #000000;
    background-color: transparent;
    text-decoration: none; }
  #menu .nav > li.open > a,
  #menu .nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  #menu .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  #menu .dropdown-menu {
    padding-bottom: 0; }
  #menu .dropdown-inner {
    display: table; }
    #menu .dropdown-inner ul {
      display: table-cell; }
    #menu .dropdown-inner a {
      min-width: 160px;
      display: block;
      padding: 3px 20px;
      clear: both;
      line-height: 20px;
      color: #333333;
      font-size: 12px; }
    #menu .dropdown-inner li a:hover {
      color: #FFFFFF; }
  #menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    border-radius: 0 0 3px 3px;
    font-size: 12px; }
    #menu .see-all:hover, #menu .see-all:focus {
      text-decoration: none;
      color: #ffffff;
      background-color: #229ac8;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
      background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
      background-repeat: repeat-x; }
  #menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  #menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a; }
    #menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active,
    #menu .btn-navbar .disabled,
    #menu .btn-navbar [disabled] {
      color: #ffffff;
      background-color: #229ac8; }

.sub-menu .html p {
  margin-bottom: 0 !important; }

@media (max-width: 992px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block; } }
@media (max-width: 767px) {
  #menu {
    border-radius: 4px; }

  #menu div.dropdown-inner > ul.list-unstyled {
    display: block; }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1); }

  #menu .dropdown-inner {
    display: block; }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff; }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1); }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff; } }
.header .no-gutter {
  padding: 0; }
.header #menu {
  position: relative;
  overflow: visible; }
  .header #menu .background-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
.header #megaMenuToggle {
  display: none; }
@media (min-width: 990px) {
  .header .megamenu-wrapper {
    background: none; } }
.header .megamenu-wrapper .container {
  width: 100%; }
@media (max-width: 991px) {
  .header .megamenu-wrapper {
    text-transform: none;
    background-color: #dde6ef;
    padding: 35px;
    max-height: 2000px;
    width: 400px;
    max-width: 90vw; } }
.header .megamenu {
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 40px;
  display: grid;
  grid-auto-flow: column;
  letter-spacing: -0.01em; }
  .header .megamenu:hover > li:hover > a {
    color: #000; }
  .header .megamenu:hover > li > a {
    color: #999; }
  @media (max-width: 1310px) {
    .header .megamenu {
      grid-gap: 2vw; }
      .header .megamenu > li > a {
        font-size: 1.4vw; } }
  @media (max-width: 991px) {
    .header .megamenu {
      display: block; } }
  .header .megamenu > li {
    float: none;
    width: auto;
    padding: 20px 0; }
    .wrapper--scroll .header .megamenu > li {
      padding: 15px 0; }
    @media (max-width: 991px) {
      .wrapper--scroll .header .megamenu > li {
        padding: 0; } }
    @media (max-width: 991px) {
      .header .megamenu > li {
        padding: 0;
        border-bottom: 1px solid #fff; } }
    .header .megamenu > li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      color: #000000;
      font-size: 16px;
      padding: 0;
      text-decoration: none;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1.25;
      height: auto;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media null {
        .header .megamenu > li > a {
          font-size: 14px; } }
      @media (max-width: 991px) {
        .header .megamenu > li > a {
          font-size: 15px;
          padding: 15px 0;
          color: #121212; } }
      .header .megamenu > li > a .caret {
        width: 13px;
        height: 6px;
        margin-left: 10px;
        background: url("../image/icon-arrow-down.svg") no-repeat;
        border: none; }
    @media (min-width: 991px) {
      .header .megamenu > li.with-sub-menu a:after {
        width: 13px;
        height: 6px;
        margin-left: 12px;
        margin-right: -2px;
        background: url("../image/icon-arrow-down.svg") no-repeat;
        border: none;
        content: ""; }
      .header .megamenu > li.with-sub-menu:hover a:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); } }
    .header .megamenu > li.menu-fire {
      color: #841d0f;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center; }
      .header .megamenu > li.menu-fire > a {
        color: #841d0f;
        font-weight: 500; }
        .header .megamenu > li.menu-fire > a:before {
          position: relative;
          left: 0;
          top: 0;
          content: ' ';
          background: url("../image/fire.svg") no-repeat;
          display: block;
          width: 15px;
          height: 15px;
          margin-right: 5px;
          z-index: 1;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .header .megamenu > li.menu-fire > a:hover:before {
          background: url("../image/fire-w.svg") no-repeat; }
  .header .megamenu .sub-menu {
    font-size: 16px;
    font-style: normal;
    text-transform: none;
    top: 100%;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 11px 16px -1px rgba(1, 10, 43, 0.1) inset;
            box-shadow: 0 11px 16px -1px rgba(1, 10, 43, 0.1) inset; }
    @media (max-width: 991px) {
      .header .megamenu .sub-menu {
        -webkit-box-shadow: none;
                box-shadow: none;
        background: none; } }
    .header .megamenu .sub-menu > .content {
      -webkit-box-shadow: none;
              box-shadow: none;
      max-width: 1280px;
      margin: 0 auto;
      border: none;
      background: none; }
      @media (max-width: 991px) {
        .header .megamenu .sub-menu > .content {
          padding: 0; } }
    .header .megamenu .sub-menu li {
      padding: 0;
      margin-bottom: 5px; }
      .header .megamenu .sub-menu li::after {
        display: none; }
    .header .megamenu .sub-menu.active > a {
      color: #000000; }
    .header .megamenu .sub-menu a {
      text-decoration: none;
      color: #999999; }
      .header .megamenu .sub-menu a:hover {
        text-decoration: none;
        color: #E13940; }
      .header .megamenu .sub-menu a.active {
        color: #000000; }
@media (max-width: 991px) {
  .header .wrapper--scroll .header .megamenu > li > a {
    font-size: 0.8vw; } }
@media (max-width: 991px) {
  .header .responsive ul.megamenu > li.click:before, .header .responsive ul.megamenu > li.hover:before {
    content: "";
    width: 50px;
    background: url("../image/icon-arrow-down.svg") no-repeat 50% 50%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
  .header .responsive ul.megamenu > li.click .close-menu:before, .header .responsive ul.megamenu > li.hover .close-menu:before {
    content: "";
    width: 50px;
    background: url("../image/icon-arrow-down.svg") no-repeat 50% 50%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .header .responsive ul.megamenu > li.active a {
    background: none !important; }
  .header .responsive ul.megamenu > li.active:before {
    display: none; }
  .header .responsive ul.megamenu > li.active .close-menu {
    width: 50px;
    height: 100%;
    padding: 0;
    background: none; }
    .header .responsive ul.megamenu > li.active .close-menu:before {
      content: "";
      width: 50px;
      background: url("../image/icon-arrow-down.svg") no-repeat 50% 50%;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); } }
.header #remove-megamenu {
  position: fixed;
  top: 0;
  width: 102vw;
  height: 102vh;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .header #remove-megamenu:before {
    padding: 0 5px;
    color: #fff;
    font-size: 22px; }
  .header #remove-megamenu.active {
    opacity: 1;
    visibility: visible; }

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50; }
  @media (max-width: 768px) {
    .header {
      z-index: 1550; } }
  .header-inner {
    background: #fff;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 4px 16px 6px rgba(1, 10, 43, 0.1);
            box-shadow: 0 4px 16px 6px rgba(1, 10, 43, 0.1); }
  .header-top {
    padding: 27px 0;
    border-bottom: 2px solid #f2f2f2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .wrapper--scroll .header-top {
      padding: 10px 0; }
    .header-top .container {
      max-width: 1390px;
      width: auto; }
    .header-top-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header-top-title {
      font-size: 30px;
      line-height: 36px;
      text-align: center;
      text-transform: uppercase;
      padding: 0;
      letter-spacing: -0.01em;
      padding-left: 78px; }
      @media (max-width: 1310px) {
        .header-top-title {
          font-size: 26px;
          padding-left: 50px; } }
      @media null {
        .header-top-title {
          font-size: 17px;
          padding-left: 0; } }
    .header-top-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .header-top-search {
      padding: 3px 25px 0 0;
      width: 262px;
      font-size: 14px !important; }
    .header-top-cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 992px) {
        .header-top-cart {
          margin: 0 -5px 0 0; } }
      @media (max-width: 720px) {
        .header-top-cart {
          margin: 5px 4px 0 0; } }
  .header-buttom {
    position: relative;
    z-index: 2; }
  .header .input-group .input-group-btn > .btn {
    color: #777;
    text-shadow: none;
    border-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 22px;
    width: 32px;
    height: 32px;
    background: url("../image/search.svg") no-repeat 50% 50%; }
    .header .input-group .input-group-btn > .btn:hover, .header .input-group .input-group-btn > .btn:active {
      color: #777;
      text-shadow: none;
      border-color: transparent;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .header .input-group .form-control {
    border: none !important;
    color: #000;
    font-size: 13px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    margin: 0 0 0 14px;
    padding-right: 0;
    padding-left: 0; }
    .header .input-group .form-control:hover, .header .input-group .form-control:focus {
      padding-right: 0 !important;
      padding-left: 0 !important; }

.ht-cart-icon {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .ht-cart-icon svg {
    color: #000; }
    @media (max-width: 720px) {
      .ht-cart-icon svg {
        width: 16px;
        height: 16px; } }
.ht-cart-value {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 100%;
  bottom: 100%;
  z-index: 2;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: #292323;
  color: #fff !important;
  margin: 0 0 -11px -11px; }
  @media (max-width: 768px) {
    .ht-cart-value {
      width: 18px;
      height: 18px;
      font-size: 10px;
      line-height: 18px; } }
  @media (max-width: 768px) {
    .ht-cart-value {
      width: 15px;
      height: 15px;
      font-size: 10px;
      line-height: 15px; } }

/* cart */
#cart {
  margin-bottom: 0; }
  #cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding: 0;
    background: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    #cart > .btn:hover, #cart > .btn:active {
      background: none !important; }
  #cart.open > .btn {
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none; }
  #cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    min-width: 165px; }
    @media (max-width: 478px) {
      #cart .dropdown-menu {
        width: 100%; } }
    #cart .dropdown-menu table {
      margin-bottom: 10px; }
    #cart .dropdown-menu li > div {
      min-width: 427px;
      padding: 0 10px; }
      @media (max-width: 478px) {
        #cart .dropdown-menu li > div {
          min-width: 100%; } }
    #cart .dropdown-menu li p {
      margin: 20px 0; }

.navbar-default {
  background: none;
  border: none; }

.navbar-toggle {
  position: absolute;
  left: 0;
  top: -59px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (max-width: 768px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
.product-page .section {
  margin-bottom: 0px; }

.product-wrap {
  margin: 0 -15px;
  width: calc(100% + 30px);
  padding: 10px 0px 30px 0px; }
  @media (max-width: 768px) {
    .product-wrap {
      margin: 0px 0px 0px -9px;
      width: calc(100% + 18px);
      padding: 0px 0px 30px 0px; } }
  .product-wrap .labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    margin-bottom: -10px;
    position: relative;
    z-index: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-wrap .label-special {
    font-size: 10px;
    line-height: 19px;
    padding: 0 6px 1px;
    background: #292323;
    color: #fff;
    letter-spacing: 0.1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase; }
.product__title {
  font-size: 12px; }
.product__cost {
  font-weight: 700;
  font-size: 14px; }
.product-layout {
  padding-bottom: 50px; }
  @media (max-width: 992px) {
    .product-layout {
      padding-bottom: 30px; } }
  @media (max-width: 720px) {
    .product-layout {
      padding-bottom: 20px; } }
.product-layout-top {
  width: 100%; }

/* product list */
.product-thumb {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  border: none;
  margin-bottom: 0; }
  .product-thumb .product-layout-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-thumb .image {
    text-align: center;
    padding: 10px 55px 15px 55px;
    position: relative; }
    .product-thumb .image img {
      margin-left: auto;
      margin-right: auto; }
    @media (max-width: 768px) {
      .product-thumb .image {
        padding: 10px 35px 10px 35px; } }
  .product-thumb .caption {
    height: 86px;
    padding: 0px 0px 15px 0px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .product-thumb .caption {
        height: 60px;
        padding: 0px 0px 10px 0px; } }
    @media (max-width: 480px) {
      .product-thumb .caption {
        height: 90px; } }
    @media (max-width: 400px) {
      .product-thumb .caption {
        height: 100px; } }
  .product-thumb .button-group {
    width: 100%;
    border: none;
    background: none; }
  .product-thumb .button {
    width: 100% !important; }

.product-thumb .image-grid .product-thumb .image {
  float: none; }
  @media (max-width: 992px) {
    .product-thumb .image-grid .product-thumb .image {
      float: left;
      padding: 0 15px; } }

.product-list .product-thumb .caption {
  margin-left: 230px; }
  @media null {
    .product-list .product-thumb .caption {
      min-height: 210px;
      padding: 0 10px; } }
  @media (max-width: 992px) {
    .product-list .product-thumb .caption {
      min-height: 0;
      margin-left: 0;
      padding: 0 10px; } }

.rating .fa-stack {
  font-size: 8px; }

.rating .fa-star-o {
  color: #999;
  font-size: 15px; }
  @media (max-width: 480px) {
    .rating .fa-star-o {
      font-size: 13px; } }

.rating .fa-star {
  color: #fc0;
  font-size: 15px; }

.rating .fa-star + .fa-star-o {
  color: #e69500; }

h2.price {
  margin: 0; }

.product-thumb .price {
  color: #444; }

.product-thumb .price-new {
  font-weight: 600; }

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }

.product-thumb .button-group {
  overflow: auto; }

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd; }
  @media (max-width: 992px) {
    .product-list .product-thumb .button-group {
      border-left: none; } }

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0; }

.thumbnails > li {
  margin-left: 20px; }

.thumbnails {
  margin-left: -20px; }

.thumbnails > img {
  width: 100%; }

.pc-wrap > [class*="col-"] {
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .pc-wrap > [class*="col-"] {
      padding-bottom: 30px; } }
  @media (max-width: 720px) {
    .pc-wrap > [class*="col-"] {
      padding-bottom: 25px; } }
.pc__title {
  font-weight: 700;
  line-height: 1.315;
  padding-bottom: 20px;
  font-size: 26px;
  margin: 0;
  text-transform: none;
  display: none; }
.pc .button-group {
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .pc .button-group {
      padding-bottom: 30px; } }
  @media (max-width: 720px) {
    .pc .button-group {
      padding-bottom: 20px; } }
.pc-info {
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  margin-bottom: 39px; }
  .pc-info-sku {
    background: #f2f2f2;
    color: #999999;
    font-size: 14px;
    padding: 6px 12px; }
  .pc-info-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 25px 0 0;
    font-size: 14px; }
    .pc-info-stock:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: calc(50% - 4px); }
    .pc-info-stock--no:before {
      background: #999; }
    .pc-info-stock--yes:before {
      background: #4ecd2e; }
.pc-control {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pc-control_title {
    padding: 0 0 17px; }
  .pc-control-size {
    padding: 0 0 25px; }
    @media null {
      .pc-control-size {
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .pc-control-number {
    padding: 0 0 39px; }
    @media null {
      .pc-control-number {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .pc-control-number .pc-control-content {
      border: 1px solid #e6e6e6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      border-radius: 7px; }
    .pc-control-number .number-quantity {
      height: 38px;
      border: none;
      padding: 0;
      text-align: center;
      font-size: 18px;
      line-height: 1.8;
      outline: none;
      border-left: none;
      border-right: none;
      width: 58px;
      font-size: 12px;
      color: #350805; }
    .pc-control-number .btn-number {
      width: 38px;
      height: 38px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #350805;
      text-decoration: none;
      text-align: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      outline: none; }
      .pc-control-number .btn-number-plus {
        border-left: 1px solid #e6e6e6;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        font-size: 21px; }
      .pc-control-number .btn-number-minus {
        border-right: 1px solid #e6e6e6;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        font-size: 21px; }
.pc-wrap .pc-description {
  margin: 0; }
.pc-description-item {
  border-top: 1px solid #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 768px) {
    .pc-description-item {
      padding-left: 20px; } }
  @media (max-width: 720px) {
    .pc-description-item {
      padding-left: 0; } }
  .pc-description-item.open {
    padding-bottom: 20px; }
.pc-description-title {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.pc-description-text {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }
  .open > .pc-description-text {
    max-height: unset;
    opacity: 1; }
.pc .button {
  width: 241px;
  padding-top: 18px;
  padding-bottom: 17px;
  letter-spacing: 0.08em; }

.btn-open-close:after {
  content: "";
  height: 16px;
  position: absolute;
  right: 22px;
  top: calc(50% - 8px);
  background: url("../image/icon-arrow-down.svg") no-repeat 50% 50%;
  width: 16px; }
  @media (max-width: 850px) {
    .btn-open-close:after {
      right: 35px; } }
  @media (max-width: 720px) {
    .btn-open-close:after {
      right: 16px; } }
  .open > .btn-open-close:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.rs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
.rs-radio {
  margin: 0 10px 0 0;
  font-weight: normal; }
  .rs-radio span {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #292323;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden; }
    .rs-radio span:hover {
      color: #fff;
      background: #000; }
  .rs-radio input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0; }
    .rs-radio input:checked + span {
      color: #fff;
      background: #000; }
    .rs-radio input:disabled + span, .rs-radio input[disabled] + span {
      cursor: not-allowed; }
      .rs-radio input:disabled + span:before, .rs-radio input[disabled] + span:before {
        content: "";
        position: absolute;
        left: 50%;
        width: 1px;
        background: #000;
        height: 60px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .rs-radio input:disabled + span:hover, .rs-radio input[disabled] + span:hover {
        color: #000;
        background: none;
        cursor: not-allowed; }
    .rs-radio input.error + span:before {
      border-color: #cc0000;
      background: #cc0000;
      color: #fff; }

.product-gallery {
  overflow: hidden;
  height: 100%; }

body .product-tabs {
  width: 100%; }
  body .product-tabs .nav-tabs {
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 18px;
    margin: 0; }
    body .product-tabs .nav-tabs > li {
      margin: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%;
      position: relative;
      background: #d4e4e7; }
      body .product-tabs .nav-tabs > li:active {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 25%;
                flex: 1 1 25%;
        background: #347a89; }
      body .product-tabs .nav-tabs > li > a {
        color: #243544;
        background: no-repeat;
        border: none;
        padding: 9px;
        text-decoration: none;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        outline: none;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        margin: 0; }
      body .product-tabs .nav-tabs > li:hover > a, body .product-tabs .nav-tabs > li:focus > a {
        color: #ffffff;
        background: #347a89; }
      body .product-tabs .nav-tabs > li.active {
        background: #347a89; }
        body .product-tabs .nav-tabs > li.active > a {
          color: #ffffff;
          background: #347a89; }
  body .product-tabs .table-bordered,
  body .product-tabs .table-bordered * {
    border: none !important; }
  body .product-tabs .table-bordered thead {
    display: none; }
  body .product-tabs .table-bordered td {
    border-bottom: 1px solid #e5e5e5 !important;
    font-size: 14px;
    line-height: 40px;
    color: #171717;
    padding: 0; }
  body .product-tabs .table-bordered td:first-child {
    border-bottom: 1px solid #e5e5e5 !important;
    font-size: 14px;
    line-height: 40px;
    color: #171717;
    padding: 0;
    width: 67%; }
    @media (max-width: 1400px) {
      body .product-tabs .table-bordered td:first-child {
        width: 50%;
        margin: 0px 10px 0px 0px; } }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  cursor: default;
  border: none;
  border-bottom-color: transparent; }

.table {
  margin-bottom: 0px; }

.product-thumbs-slider {
  position: relative; }

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.images-product__arrow-next {
  cursor: pointer;
  position: absolute;
  color: #c4c4c4;
  font-size: 26px;
  top: 40%;
  z-index: 15;
  left: 100%;
  color: #c4c4c4;
  font-size: 26px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media (max-width: 480px) {
    .images-product__arrow-next {
      display: none; } }
.images-product__arrow-prev {
  color: #c4c4c4;
  font-size: 26px;
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 15;
  left: -27px; }
  @media (max-width: 480px) {
    .images-product__arrow-prev {
      display: none; } }

.product {
  position: relative;
  padding: 60px 70px 0px 70px;
  margin: 30px 0px 125px 0px;
  border: 1px solid #111110; }
  @media (max-width: 992px) {
    .product {
      margin: 5px 0px 35px 0px;
      padding: 0px 0px 0px 0px;
      border: none;
      padding: 0px 0px 0px 0px; } }
  .product-imgs {
    overflow: hidden;
    cursor: pointer; }
    @media (max-width: 1400px) {
      .product-imgs {
        height: auto; } }
    .product-imgs-wrap {
      z-index: 1;
      border-radius: 10px;
      margin: 0px 0px 15px 0px;
      width: 100%; }
    .product-imgs .img-slide img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0; }
    .product-gallery-wrap {
      height: 926px;
      width: 100%; }
      @media (max-width: 1200px) {
        .product-gallery-wrap {
          height: 100%; } }
  .product-thumbs {
    margin: -5px 0px -10px 0px;
    height: calc(100% + 13px);
    bottom: -50%; }
    @media (max-width: 1400px) {
      .product-thumbs {
        margin: 0px -6px 0px -6px;
        width: calc(100% + 12px);
        height: 100%; } }
    @media (max-width: 480px) {
      .product-thumbs {
        margin: 0px -5px 0px -6px; } }
    .product-thumbs-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 0; }
  .product__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 992px) {
      .product__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .product__image-name {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #585858;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff; }
    @media (max-width: 992px) {
      .product__image-name {
        -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
                writing-mode: vertical-lr;
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); } }
    @media (max-width: 768px) {
      .product__image-name {
        padding: 10px 12px;
        font-size: 12px; } }
  .product__dotts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0px 3px 0px;
    margin: 0 auto;
    opacity: 1; }
    .product__dotts .swiper-pagination-bullet {
      opacity: 1;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12px;
              flex: 0 0 12px;
      margin: 0px 20px 0px 0px;
      position: relative;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background: #cdcdcd;
      height: 12px;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transform: scale(1);
              transform: scale(1); }
      .product__dotts .swiper-pagination-bullet:last-child {
        margin: 0px 0px 0px 0px; }
    .product__dotts .swiper-pagination-bullet-active {
      background: #111110;
      -webkit-transform: scale(1);
              transform: scale(1); }
    @media (max-width: 1400px) {
      .product__dotts {
        position: absolute;
        bottom: -35px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    @media (max-width: 480px) {
      .product__dotts {
        bottom: -25px; }
        .product__dotts .swiper-pagination-bullet {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 6px;
                  flex: 0 0 6px;
          margin: 0px 5px 0px 0px;
          height: 6px; }
          .product__dotts .swiper-pagination-bullet:last-child {
            margin: 0px 0px 0px 0px; } }
  .product__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 592px;
            flex: 0 1 592px;
    margin: 0px 0px 0px 90px;
    padding: 0px 0px 60px 0px; }
    @media (max-width: 992px) {
      .product__body {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px; } }
  .product__col {
    position: relative;
    bottom: 0;
    padding: 0px 53px; }
    @media (max-width: 992px) {
      .product__col {
        padding: 0px 30px;
        margin: 0px 0px -13% 0px; } }
    @media (max-width: 480px) {
      .product__col {
        margin: 0px 0px -10% 0px; } }
  .product__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }

.item-product h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  color: #ff9600;
  margin: 0px 0px 35px 0px;
  text-transform: none; }
  @media (max-width: 992px) {
    .item-product h1 {
      display: none; } }
.item-product__title {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #111110;
  margin: 0px 0px 10px 0px; }
  @media (max-width: 992px) {
    .item-product__title {
      display: none; } }
.item-product__title-mob {
  display: none; }
  @media (max-width: 992px) {
    .item-product__title-mob {
      display: block;
      text-align: right;
      font-size: 14px;
      line-height: 120%;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: #111110;
      margin: 0px 0px 10px 20px; } }
.item-product__h1 {
  display: none; }
  @media (max-width: 992px) {
    .item-product__h1 {
      display: block;
      font-weight: 500;
      font-size: 36px;
      line-height: 120%;
      color: #ff9600;
      text-transform: none;
      text-align: right;
      margin: 0px 0px 20px 20px; } }
  @media (max-width: 768px) {
    .item-product__h1 {
      font-size: 26px; } }
.item-product__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 60px 0px; }
  @media (max-width: 992px) {
    .item-product__description {
      margin: 0px 0px 30px 0px; } }
.item-product__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 0px 0px 35px 0px; }
  @media (max-width: 992px) {
    .item-product__center {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; } }
  @media (max-width: 768px) {
    .item-product__center {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      margin: 0px 0px 0px 0px; } }
.item-product__function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 340px;
          flex: 0 1 340px;
  margin: 0px 10px 0px 0px; }
  @media (max-width: 768px) {
    .item-product__function {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      margin: 0px 0px 30px 0px; } }
.item-product__option {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 185px;
          flex: 0 1 185px;
  margin: 0px 0px 35px 0px; }
  @media (max-width: 768px) {
    .item-product__option {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      margin: 0px 0px 30px 0px; } }
.item-product__button-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 992px) {
    .item-product__button-buy {
      margin: 0px 0px 20px 0px; } }
.item-product__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 0px 10px; }
  @media (max-width: 1300px) {
    .item-product__social {
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 480px) {
    .item-product__social {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 0px 0px 0px 0px; } }
.item-product__social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1300px) {
    .item-product__social-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; } }
.item-product__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 120%;
  color: #c4c4c4; }
  .item-product__delivery::before {
    font-size: 20px;
    color: #c4c4c4;
    margin: 0px 12px 0px 0px; }
  @media (max-width: 1300px) {
    .item-product__delivery {
      margin: 0px 0px 20px 0px; } }
  @media (max-width: 480px) {
    .item-product__delivery {
      font-size: 12px; }
      .item-product__delivery::before {
        font-size: 15px;
        color: #c4c4c4;
        margin: 0px 5px 0px 0px; } }
.item-product__desc-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .item-product__desc-title span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #111110;
    margin: 18px 0px 18px -8px;
    background: #ffffff;
    position: relative;
    z-index: 5; }
  .item-product__desc-title::before {
    content: "";
    height: 10%;
    position: absolute;
    top: 0;
    width: 1px;
    background-color: #cdcdcd; }
  .item-product__desc-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 10%;
    width: 1px;
    background-color: #cdcdcd; }
.item-product__desc-title-block {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50px;
          flex: 0 1 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: center;
  min-height: 248px; }
.item-product__border-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #cdcdcd; }
.item-product__border-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #cdcdcd; }

.description-item-product__stars {
  margin: 0px 0px 15px 0px; }
  @media (max-width: 480px) {
    .description-item-product__stars {
      margin: 0px 0px 10px 0px; } }
.description-item-product__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 0px 20px; }
  .description-item-product__comment span {
    font-size: 10px;
    line-height: 120%;
    color: #111110;
    margin: 0px 0px 3px 4px; }
  .description-item-product__comment::before {
    font-size: 16px;
    color: #111110; }
.description-item-product__stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #ff9600; }
  .description-item-product__stock::before {
    font-size: 20px;
    color: #ff9600;
    margin: 0px 3px 0px 0px; }
  .description-item-product__stock._red-stock::before {
    color: #cc1d3e; }
  @media (max-width: 480px) {
    .description-item-product__stock {
      font-size: 14px; }
      .description-item-product__stock::before {
        font-size: 18px;
        margin: 0px 5px 0px 0px; } }
.description-item-product__code {
  text-align: right;
  font-size: 14px;
  line-height: 120%;
  color: #585858;
  margin: 0px 0px 15px 0px; }
  @media (max-width: 480px) {
    .description-item-product__code {
      font-size: 12px;
      margin: 0px 0px 10px 0px; } }
.description-item-product__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .description-item-product__icons a::before {
    font-size: 20px;
    color: #111110;
    margin: 0px 10px 0px 0px; }
  .description-item-product__icons a:last-child::before {
    margin: 0px 0px 0px 0px; }

.option-item-product__title {
  font-weight: 700;
  margin: 0px 0px 5px 0px; }
.option-item-product__motherboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #111110;
  margin: 0px 0px 13px 0px; }
  .option-item-product__motherboard::before {
    font-size: 18px;
    color: #656565;
    margin: 0px 7px 0px 0px; }
  @media (max-width: 768px) {
    .option-item-product__motherboard {
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; } }
.option-item-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -5px -10px; }
  @media (max-width: 992px) {
    .option-item-product__item {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; } }
.option-item-product__column {
  padding: 5px 10px; }
  .option-item-product__column label {
    margin-bottom: 0px; }
.option-item-product__form {
  position: relative; }
.option-item-product__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }
  .option-item-product__input:checked + .option-item-product__label {
    background-color: #585858;
    border: 1px solid #585858;
    color: #ffffff; }
.option-item-product__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  padding: 7px;
  text-align: center;
  align-items: center;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #111110; }

.button-buy-item-product__sum {
  margin: 0px 0px 10px 0px;
  text-align: center; }
  @media (max-width: 992px) {
    .button-buy-item-product__sum {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
.button-buy-item-product__icons {
  display: none; }
  @media (max-width: 992px) {
    .button-buy-item-product__icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .button-buy-item-product__icons a::before {
        font-size: 20px;
        color: #111110;
        margin: 0px 10px 0px 0px; }
      .button-buy-item-product__icons a:last-child::before {
        margin: 0px 0px 0px 0px; } }
  @media (max-width: 480px) {
    .button-buy-item-product__icons a::before {
      font-size: 18px;
      margin: 0px 15px 0px 0px; }
    .button-buy-item-product__icons a:last-child::before {
      margin: 0px 0px 0px 0px; } }
.button-buy-item-product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .button-buy-item-product__row a:hover {
    color: #ffffff; }
.button-buy-item-product__btn {
  background-color: #d4e4e7;
  padding: 9px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #111110;
  margin: 0px 0px 15px 0px; }
  @media (max-width: 480px) {
    .button-buy-item-product__btn {
      font-size: 12px;
      padding: 10px; } }

.social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social__icons a {
    width: 28px;
    height: 28px;
    background-color: #656565;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 10px 0px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .social__icons a::before {
      font-size: 18px;
      color: #ffffff; }
    .social__icons a:hover {
      background-color: #ff9600; }
    .social__icons a:last-child {
      margin: 0px 0px 0px 0px; }
  @media (max-width: 480px) {
    .social__icons a {
      width: 25px;
      height: 25px;
      margin: 0px 8px 0px 0px; }
      .social__icons a::before {
        font-size: 15px; }
      .social__icons a:last-child {
        margin: 0px 0px 0px 0px; } }
.social__text {
  font-size: 14px;
  line-height: 120%;
  color: #111110;
  margin: 0px 12px 0px 0px; }
  @media (max-width: 480px) {
    .social__text {
      font-size: 12px;
      margin: 0px 0px 10px 0px; } }

.item-product__desc.product-layout-desc {
  margin: 0px 10px 0px 0px;
  height: auto; }

.item-product__function .item-product__desc ul li div .product-layout-desc__title {
  font-size: 14px; }

@media (max-width: 768px) {
  .item-product__function .item-product__desc ul {
    margin: -7px 0px; } }

@media (max-width: 768px) {
  .item-product__function .item-product__desc ul li {
    padding: 7px 0px; } }

@media (max-width: 768px) {
  .item-product__function .item-product__desc ul li::before {
    font-size: 24px;
    margin: 0px 15px 0px 0px; } }

.item-product__function .item-product__desc ul li div .product-layout-desc__subtitle {
  font-size: 14px; }

.presents-item-product__text {
  margin: 0px 0px 15px 0px; }
.presents-item-product__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #350805; }
.presents-item-product__items {
  margin: 0px 0px 15px 0px; }
.presents-item-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -8px -8px; }
  @media (max-width: 650px) {
    .presents-item-product__item {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
.presents-item-product__column {
  padding: 8px 8px; }
  @media (max-width: 650px) {
    .presents-item-product__column {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 20%;
              flex: 0 1 20%; } }
.presents-item-product__form {
  position: relative; }
.presents-item-product__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }
.presents-item-product__label {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  width: 111px;
  height: 111px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  background-color: #eaeaea; }
.presents-item-product__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .presents-item-product__question img {
    width: 18px;
    height: 18px;
    margin: 0px 5px 0px 0px; }
  .presents-item-product__question span {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #841d0f; }
  .presents-item-product__question:hover span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-text-decoration-line: none;
            text-decoration-line: none; }

.presents-item-product__input:checked + .presents-item-product__label {
  border: 2px solid #841d0f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px; }

/*
.form-buy-one-click {
	display: flex;
	flex-wrap: nowrap;
	background: #ddd;
	border-radius: 7px;
	padding: 2px;
	max-width: 420px;
	margin: 0;
	line-height: 50px;
	transition: all 0.3s ease;

	@media (max-width: 767px) {
	}

	&__holder {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;

		@media (max-width: 1200px) {
			flex-wrap: wrap;
		}

		@media (max-width: 767px) {
			flex-wrap: nowrap;
		}
	}

	&__input {
		width: 46%;
		flex: 0 0 46%;
		max-width: 46%;
		border: none;
		background: #ffffff;
		border-radius: 7px;
		margin: 0;
		padding: 0 10px;
		line-height: 50px;
		font-size: 18px;
		letter-spacing: -0.006em;

		@media (max-width: 1460px) {
			font-size: 16px;
		}

		@media (max-width: 1280px) {
			font-size: 15px;
		}

		@media (max-width: 1200px) {
			width: 100%;
			flex: 0 0 100%;
			max-width: 100%;
			text-align: center;
			font-size: 18px;
		}

		@media (max-width: 768px) {
			width: 46%;
			flex: 0 0 46%;
			max-width: 46%;
		}

		@media (max-width: 640px) {
			font-size: 12px;
		}
	}

	&__btn {
		background: none;
		width: 54%;
		flex: 0 0 54%;
		max-width: 54%;
		border: none;
		color: #777;
		font-size: 16px;
		padding: 0;
		margin: 0;
		line-height: 50px;
		cursor: pointer;
		letter-spacing: 0.047em;
		font-weight: 500;

		@media (max-width: 1200px) {
			width: 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}

		@media (max-width: 768px) {
			width: 54%;
			flex: 0 0 54%;
			max-width: 54%;
		}

		@media (max-width: 640px) {
			font-size: 12px;
		}
	}

	&:hover {
		background: $theme_color_3;
		.form-buy-one-click__btn {
			color: #fff;
		}
	}
}
*/
.rs-list {
  display: block; }

.button-buy-item-product__button-one {
  width: 100%; }

.pc .button {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 17px;
  letter-spacing: 0.08em;
  max-width: 420px;
  border-radius: 7px;
  padding: 0;
  line-height: 54px; }

#product-product .btn-theme-default,
#product-product .button,
#product-product .product-thumb .button-group button {
  text-transform: none;
  font-weight: 500;
  font-size: 16px; }
#product-product .stock-status-id-0 {
  color: #cc1d3e; }
#product-product .old-price {
  text-decoration: line-through;
  margin: 0;
  display: block;
  line-height: 1;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #929292; }
#product-product .rating .fa-stack {
  margin-top: 0 !important; }
#product-product .pc-cost {
  margin-bottom: 0; }

#product {
  padding: 25px 0px 0px 0px; }
  @media (max-width: 768px) {
    #product {
      padding: 20px 0px 0px 0px; } }
  @media (max-width: 480px) {
    #product {
      padding: 5px 0px 0px 0px; } }

.product__top-title-block {
  margin: 0px 0px 15px 0px; }
.product__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 450px;
          flex: 0 1 450px;
  min-width: 0;
  margin: 0px 50px 0px 0px; }
  @media (max-width: 992px) {
    .product__images {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0px 0px 25px 0px; } }
.product__main-slider {
  margin: 0px 0px 15px 0px; }
.product__sale {
  position: absolute;
  right: 0;
  top: 0;
  background: #000000;
  border-radius: 4px;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff; }
  @media (max-width: 768px) {
    .product__sale {
      padding: 8px 20px;
      font-size: 12px; } }
.product__slider-thumbs {
  position: relative;
  width: calc(100% + 25px); }
  @media (max-width: 992px) {
    .product__slider-thumbs {
      width: calc(100% + 0px); } }
.product__thumbs {
  overflow: hidden;
  margin: 0px 15px; }
.product__arrow-prev {
  position: absolute;
  left: -4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  .product__arrow-prev::before {
    color: #cdcdcd;
    font-size: 18px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
.product__arrow-next {
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  .product__arrow-next::before {
    color: #cdcdcd;
    font-size: 18px; }
.product__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 780px;
          flex: 0 1 780px;
  min-width: 0; }
  @media (max-width: 992px) {
    .product__left {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0px 0px 0px 0px; } }

.product__slider .mySwiper2 {
  margin: 0px 0px 15px 0px; }

.tabs p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000000; }
.tabs__body-one-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px 0px 0px; }
  @media (max-width: 992px) {
    .tabs__body-one-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 768px) {
    .tabs__body-one-block {
      margin: 15px 0px 0px 0px; } }
.tabs__block {
  background: #eeeeee;
  padding: 8px 0px; }
  .tabs__block._hidden-scroll {
    position: fixed;
    width: 100%;
    z-index: 50;
    top: 72px; }
  @media (max-width: 768px) {
    .tabs__block._hidden-scroll {
      top: 52px; } }
  @media (max-width: 400px) {
    .tabs__block._hidden-scroll {
      top: 46px; } }
.tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 992px) {
    .tabs__navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 768px) {
    .tabs__navigation {
      height: 15px; } }
.tabs__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #211f1f;
  border: none;
  margin: 0px 60px 0px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .tabs__title::before {
    content: attr(data-text);
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    font-weight: 700;
    text-decoration: underline; }
  .tabs__title:last-child {
    margin: 0px 0px 0px 0px; }
  .tabs__title:hover {
    font-weight: 700;
    color: #d6720c;
    border-left: none;
    border-right: none;
    border-top: none;
    position: relative;
    background: none; }
    .tabs__title:hover::after {
      content: "";
      display: block;
      position: absolute;
      bottom: -8px;
      width: 100%;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      border-bottom: 1px solid #d6720c; }
  .tabs__title._tab-active {
    font-weight: 700; }
  @media (max-width: 768px) {
    .tabs__title {
      margin: 0px 20px 0px 0px;
      font-size: 11px; }
      .tabs__title:last-child {
        margin: 0px 0px 0px 0px; } }
  @media (max-width: 400px) {
    .tabs__title {
      margin: 0px 10px 0px 0px;
      font-size: 10.5px; } }
.tabs__body {
  margin: 0px 0px 20px 0px; }
  @media (max-width: 992px) {
    .tabs__body {
      margin: 0px 0px 30px 0px; } }
.tabs__body-desc-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin: 30px 20px 0px 0px; }
  .tabs__body-desc-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #000000; }
  @media (max-width: 992px) {
    .tabs__body-desc-text {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      margin: 30px 0px 0px 0px; } }
  @media (max-width: 768px) {
    .tabs__body-desc-text {
      font-size: 14px;
      margin: 25px 0px 0px 0px; } }
.tabs__body-desc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.product__top-title-block .h1 {
  font-weight: 500;
  font-size: 26px;
  line-height: 123%;
  text-transform: none;
  margin: 0px 0px 25px 0px; }
  @media (max-width: 768px) {
    .product__top-title-block .h1 {
      font-size: 24px;
      margin: 0px 0px 15px 0px; } }

.top-title-block__text-mob {
  display: none; }
  @media (max-width: 480px) {
    .top-title-block__text-mob {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 500;
      font-size: 12px;
      line-height: 150%;
      color: #d6720c;
      margin: 0px 0px 15px 0px; }
      .top-title-block__text-mob::before {
        font-size: 8px;
        margin: 0px 10px 0px 0px;
        color: #d6720c;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); } }
@media (max-width: 992px) {
  .top-title-block__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
.top-title-block__subtitle-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .top-title-block__subtitle-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #d6720c;
    margin: 0px 0px 0px 12px; }
.top-title-block__code-mob {
  display: none; }
  @media (max-width: 992px) {
    .top-title-block__code-mob {
      display: block;
      font-weight: 400;
      font-size: 20px;
      line-height: 140%;
      color: #555555; } }
  @media (max-width: 768px) {
    .top-title-block__code-mob {
      font-size: 17px; } }
  @media (max-width: 400px) {
    .top-title-block__code-mob {
      font-size: 15px; } }

.product-thumbs__item img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #cdcdcd;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.product-thumbs__item:hover img {
  border: 0.852386px solid #747474; }

.left-product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0px 0px 20px 0px; }
  @media (max-width: 768px) {
    .left-product__top {
      margin: 0px 0px 15px 0px; } }
.left-product__center {
  margin: 0px 0px 20px 0px; }
.left-product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 768px) {
    .left-product__bottom {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.top-left-product__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0px 10px 0px 0px; }
  @media (max-width: 1200px) {
    .top-left-product__sum span {
      margin: 0px 15px 0px 0px; } }
.top-left-product__items::before {
  font-size: 24px;
  color: #211f1f;
  margin: 0px 15px 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.top-left-product__items:hover {
  color: #d6720c; }
.top-left-product__code {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #555555; }
  @media (max-width: 992px) {
    .top-left-product__code {
      display: none; } }

.product-page .top-left-product__sum .flex-item.product-col-2 {
  margin: 0px 0px 10px 0px; }
  @media (max-width: 480px) {
    .product-page .top-left-product__sum .flex-item.product-col-2 {
      margin: 0px 0px 5px 0px; } }

.pc-cost {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #d6720c;
  margin: 0px 35px 0px 0px; }
  @media (max-width: 768px) {
    .pc-cost {
      font-size: 30px; } }

.price-holder.is-special .pc-cost {
  color: #ff2727; }

.center-left-product__desc {
  margin: 0px 0px 25px 0px; }
  @media (max-width: 768px) {
    .center-left-product__desc {
      margin: 0px 0px 20px 0px; } }
  .center-left-product__desc ul {
    margin: -8px 0px -8px 0px;
    padding: 0px 0px 0px 0px;
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-width: 295px;
            column-width: 295px; }
    @media (max-width: 1200px) {
      .center-left-product__desc ul {
        -webkit-column-width: 250px;
                column-width: 250px; } }
    @media (max-width: 768px) {
      .center-left-product__desc ul {
        -webkit-column-width: auto;
                column-width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-column-count: 1;
                column-count: 1;
        width: 100%; } }
    .center-left-product__desc ul li {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 8px 0px 8px 0px; }
      .center-left-product__desc ul li div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .center-left-product__desc ul li img {
        max-width: 24px;
        margin: 0px 15px 0px 0px; }
.center-left-product__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #211f1f;
  margin: 0px 0px 5px 0px; }
.center-left-product__subtitle {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #211f1f; }
.center-left-product__battery {
  margin: 0px 0px 25px 0px; }
  @media (max-width: 768px) {
    .center-left-product__battery {
      margin: 0px 0px 20px 0px; } }
.center-left-product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .center-left-product__buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.center-left-product__button-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d6720c;
  border-radius: 7px;
  width: 50%;
  height: 50px;
  padding: 15px;
  margin: 0px 20px 0px 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  position: relative; }
  .center-left-product__button-one span {
    position: relative; }
  .center-left-product__button-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91.27deg, #f8a70e 0.23%, #cd650c 78.44%);
    border-radius: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
  .center-left-product__button-one:hover::before {
    content: "";
    opacity: 1; }
  @media (max-width: 768px) {
    .center-left-product__button-one {
      width: 100%;
      margin: 0px 0px 15px 0px; } }

.battery-item-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px; }
.battery-item-product__column {
  padding: 8px; }
.battery-item-product__form {
  position: relative;
  margin: 0px 0px 0px 0px; }
.battery-item-product__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }
  .battery-item-product__input:checked + .battery-item-product__label {
    background: #747474;
    color: #ffffff; }
.battery-item-product__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  padding: 12px 8px;
  text-align: center;
  align-items: center;
  background: #eeeeee;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #211f1f;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .battery-item-product__label:hover {
    background: #747474;
    color: #211f1f; }

.form-buy-one-click__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.form-buy-one-click__btn {
  background: #747474;
  padding: 0 20px;
  width: 50%;
  height: 51px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 0px 7px 7px 0px;
  border-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .form-buy-one-click__btn:hover {
    background: #211f1f; }
  @media (max-width: 992px) {
    .form-buy-one-click__btn {
      padding: 0 10px; } }
  @media (max-width: 400px) {
    .form-buy-one-click__btn {
      font-size: 13px; } }

#form-buy-one-click {
  height: 50px;
  width: 50%;
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  #form-buy-one-click:hover {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); }
  @media (max-width: 768px) {
    #form-buy-one-click {
      width: 100%; } }

#form-buy-one-click-phone {
  padding: 0 10px;
  color: #211f1f;
  text-align: center;
  width: 50%;
  height: 50px;
  border-radius: 7px 0px 0px 7px;
  font-weight: 500;
  font-size: 14px;
  border-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  #form-buy-one-click-phone::-webkit-input-placeholder {
    color: #747474; }
  #form-buy-one-click-phone:-ms-input-placeholder {
    color: #747474; }
  #form-buy-one-click-phone::-ms-input-placeholder {
    color: #747474; }
  #form-buy-one-click-phone::placeholder {
    color: #747474; }
  #form-buy-one-click-phone:hover {
    border: 1px solid #afafaf;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); }

.bottom-left-product__swiper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 445px;
          flex: 0 1 445px;
  min-width: 0;
  margin: 0px 60px 0px 0px; }
  @media (max-width: 992px) {
    .bottom-left-product__swiper {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; } }
  @media (max-width: 768px) {
    .bottom-left-product__swiper {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0px 0px 0px 0px; } }
.bottom-left-product__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #000000; }
.bottom-left-product__slider {
  position: relative; }
.bottom-left-product__set-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 344px;
          flex: 0 1 344px;
  background: #eeeeee;
  border-radius: 7px;
  padding: 20px 25px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 40px 0px 15px 0px;
  height: 100%; }
  @media (max-width: 992px) {
    .bottom-left-product__set-price {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; } }
  @media (max-width: 768px) {
    .bottom-left-product__set-price {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 100%;
      padding: 20px 45px 25px 45px;
      margin: 0px 0px 0px 0px; } }

.slider-item-product__swiper {
  width: calc(100% - 4px);
  position: relative;
  margin: 0px -15px 0px 15px; }
  @media (max-width: 768px) {
    .slider-item-product__swiper {
      margin: 0px 0px 0px 0px;
      width: calc(100% - 1px); } }

.slider-item-product__prev {
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  .slider-item-product__prev::before {
    color: #cdcdcd;
    font-size: 18px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  @media (max-width: 768px) {
    .slider-item-product__prev {
      left: -5px; } }

.slider-item-product__slider-swiper {
  padding: 0px 3px 0px 3px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .slider-item-product__slider-swiper {
      padding: 0px 3px 0px 3px;
      margin: 0px 12px; } }

.slider-item-product__next {
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  .slider-item-product__next::before {
    color: #cdcdcd;
    font-size: 18px; }
  @media (max-width: 768px) {
    .slider-item-product__next {
      right: -5px; } }

.bottom-left-product__slider .product-layout {
  padding: 10px 10px 10px 10px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.14);
  border-radius: 7px; }

.slider-item-product__slide {
  margin: 15px 0px; }

.bottom-left-product__slider .product-thumb .image {
  text-align: center;
  padding: 0px 50px 25px 50px;
  position: relative; }
  @media (max-width: 400px) {
    .bottom-left-product__slider .product-thumb .image {
      padding: 0px 30px 15px 30px; } }

.bottom-left-product__slider .product-layout .product-layout-middle::after {
  display: none; }

.bottom-left-product__slider .product-layout-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.bottom-left-product__slider .product__title-cart {
  height: 45px;
  overflow: hidden;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #000000; }

.bottom-left-product__slider .product-description {
  margin: 0px 0px 20px 0px; }

.bottom-left-product__slider .price-holder-left__price span {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #211f1f;
  margin: 0px 10px 0px 0px; }

.bottom-left-product__slider .product-layout .product-layout-bottom {
  padding-top: 0px; }

.bottom-left-product__slider .product-layout .cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #d6720c;
  border-radius: 4px;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.youtube-video {
  position: relative;
  border-radius: 10px;
  /*
  @media (max-width: 550px) {
  	&::before {
  		content: "";
  		width: 53px;
  		height: 69px;
  		background: url("../image/icons/play-adaptiv.svg") 0 0 no-repeat;
  	}
  }
  */ }
  .youtube-video::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 72px;
    height: 96px;
    z-index: 1;
    pointer-events: none;
    background: url("../image/icons/play.svg") 0 0 no-repeat; }
  @media (max-width: 480px) {
    .youtube-video::before {
      content: "";
      width: 14px;
      height: 18px;
      background: url("../image/icons/play-mini.svg") 0 0 no-repeat; } }

.youtube-video-mini {
  position: relative; }
  .youtube-video-mini::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 14px;
    height: 18px;
    pointer-events: none;
    background: url("../image/icons/play-mini.svg") 0 0 no-repeat; }

@media (max-width: 992px) {
  .product-big-photo {
    width: 100%; } }

.slider-item-product__slide .product-thumb .product-layout-top {
  height: 150px; }
  @media (max-width: 1310px) {
    .slider-item-product__slide .product-thumb .product-layout-top {
      height: 100%; } }

.set-price__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #211f1f;
  text-align: center;
  margin: 0px 0px 15px 0px; }
.set-price__old-price {
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  margin: 0px 0px 5px 0px;
  color: #adadad; }
.set-price__price {
  font-weight: 700;
  font-size: 23px;
  line-height: 120%;
  color: #d6720c;
  margin: 0px 0px 30px 0px; }
.set-price__button {
  background: #d6720c;
  border-radius: 7px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .set-price__button span {
    position: relative; }
  .set-price__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91.27deg, #f8a70e 0.23%, #cd650c 78.44%);
    border-radius: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
  .set-price__button:hover::before {
    content: "";
    opacity: 1; }

.pc-description__content {
  margin: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.pc-description__characteristic {
  margin: 45px 20px 0px 25px; }
  .pc-description__characteristic ul {
    padding: 0px;
    margin: -23px 0px; }
    .pc-description__characteristic ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 23px 0px; }
  @media (max-width: 992px) {
    .pc-description__characteristic {
      width: 100%;
      margin: 45px 0px 0px 25px; } }
  @media (max-width: 768px) {
    .pc-description__characteristic {
      margin: 40px 0px 0px 15px; }
      .pc-description__characteristic ul {
        margin: -15px 0px; }
        .pc-description__characteristic ul li {
          padding: 15px 0px; } }
.pc-description__left-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 570px;
          flex: 0 1 570px;
  width: 570px;
  margin: 20px 0px 0px 0px; }
  @media (max-width: 1200px) {
    .pc-description__left-block {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 365px;
              flex: 0 1 365px;
      width: 365px; } }
  @media (max-width: 992px) {
    .pc-description__left-block {
      display: none; } }
.pc-description__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0px 0px 0px; }
  @media (max-width: 992px) {
    .pc-description__comment {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media (max-width: 768px) {
    .pc-description__comment {
      margin: 25px 0px 0px 0px; } }

.characteristic-item-product__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 290px;
          flex: 0 1 290px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  width: 290px;
  margin: 0px 10px 0px 0px; }
  @media (max-width: 992px) {
    .characteristic-item-product__label {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      width: 50%;
      margin: 0px 50px 0px 0px; } }
.characteristic-item-product__cor {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 230px;
          flex: 0 1 230px;
  width: 230px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000; }
  @media (max-width: 992px) {
    .characteristic-item-product__cor {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      width: 50%; } }

.left-block-desc__container {
  position: -webkit-sticky;
  position: sticky;
  top: 120px; }
.left-block-desc__content {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 50px 60px; }
  @media (max-width: 1200px) {
    .left-block-desc__content {
      padding: 30px 15px; } }
.left-block-desc__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 30px 0px; }
  .left-block-desc__image img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0px 30px 0px 0px; }
.left-block-desc__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #effaf0;
  border-radius: 7px;
  padding: 7px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #479d50;
  margin: 0px 0px 17px 0px; }
  .left-block-desc__text::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 0px 10px 0px 0px;
    background: url("../image/icons/done.svg") 0 0 no-repeat; }

.product-page .latest-holder._hidden-scroll:first-child {
  margin: 30px 0px 0px 0px; }
  @media (max-width: 992px) {
    .product-page .latest-holder._hidden-scroll:first-child {
      margin: 0px 0px 0px 0px; } }

.left-block-desc .h1 {
  font-weight: 500;
  font-size: 20px;
  text-transform: none;
  line-height: 120%;
  color: #211f1f; }

.left-block-desc .left-product__top {
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 40px 0px; }
  @media (max-width: 1200px) {
    .left-block-desc .left-product__top {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      white-space: normal; } }

@media (max-width: 1200px) {
  .left-block-desc .top-left-product__sum {
    margin: 0px 0px 5px 0px; } }

@media (max-width: 1200px) {
  .left-block-desc .pc-cost {
    margin: 0px 0px 5px 0px; } }

.left-block-desc .center-left-product__buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.left-block-desc .center-left-product__button-one {
  width: 100%;
  margin: 0px 0px 15px 0px; }

.left-block-desc #form-buy-one-click {
  width: 100%; }

.comment-pc-description__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 600px;
          flex: 0 1 600px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #eeeeee #555555;
  scrollbar-width: thin;
  max-height: 537px;
  padding: 0px 0 20px 0px;
  margin: 0px 30px 0px 0px; }
  @media (max-width: 992px) {
    .comment-pc-description__body {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0px 0px 0px 0px;
      max-height: 100%;
      padding: 0px 0px 0px 0px; } }
.comment-pc-description__column {
  padding: 12px 25px 12px 0px; }
  @media (max-width: 992px) {
    .comment-pc-description__column {
      padding: 12px 0px 12px 0px; } }
.comment-pc-description__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.comment-pc-description__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 520px;
          flex: 0 1 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0px 0px 0px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 50px 60px 50px 60px; }
  @media (max-width: 992px) {
    .comment-pc-description__form {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0px 0px 30px 0px;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0px;
      padding: 0px; } }
.comment-pc-description__rating {
  margin: 0px 0px 25px 0px; }
.comment-pc-description__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #211f1f;
  text-align: center;
  margin: 0px 0px 24px 0px; }
  @media (max-width: 768px) {
    .comment-pc-description__title {
      margin: 0px 0px 20px 0px; } }
.comment-pc-description__button {
  position: relative;
  width: 100%;
  border: none;
  min-height: 45px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #d6720c;
  border-radius: 7px; }
  .comment-pc-description__button span {
    position: relative; }
  .comment-pc-description__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91.27deg, #f8a70e 0.23%, #cd650c 78.44%);
    border-radius: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
  .comment-pc-description__button:hover::before {
    content: "";
    opacity: 1; }
.comment-pc-description__comment-mob {
  display: none; }
  @media (max-width: 992px) {
    .comment-pc-description__comment-mob {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
@media (max-width: 992px) {
  .comment-pc-description__comment-decktop {
    display: none; } }
.comment-pc-description__showmore {
  background: none;
  margin: 25px 0px 0px 0px;
  border: 1px solid transparent; }
  .comment-pc-description__showmore span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #d6720c;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .comment-pc-description__showmore span::before {
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      font-size: 12px;
      color: #d6720c;
      margin: 0px 0px 0px 10px; }
    .comment-pc-description__showmore span:last-child::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .comment-pc-description__showmore span:hover {
      color: #ff9600; }
      .comment-pc-description__showmore span:hover::before {
        color: #ff9600; }

.comment-pc-description__body::-webkit-scrollbar {
  background-color: #eeeeee;
  border-radius: 8px;
  width: 12px;
  overflow: hidden; }

.comment-pc-description__body::-webkit-scrollbar-thumb {
  background-color: #555555;
  border-radius: 8px;
  width: 6px; }

.item-comment-pc-description__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #211f1f; }
.item-comment-pc-description__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #211f1f;
  margin: 0px 0px 8px 0px; }
.item-comment-pc-description__review {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 390px;
          flex: 0 1 390px;
  font-size: 14px;
  line-height: 20px;
  color: #211f1f;
  margin: 0px 4px 0px 24px; }
  @media (max-width: 992px) {
    .item-comment-pc-description__review {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }
.item-comment-pc-description__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #747474;
  white-space: nowrap; }

.product-page .form-control {
  width: 100%;
  border: 1px solid #7e7e7e;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  color: #7e7e7e; }
  .product-page .form-control::-webkit-input-placeholder {
    color: #7e7e7e; }
  .product-page .form-control:-ms-input-placeholder {
    color: #7e7e7e; }
  .product-page .form-control::-ms-input-placeholder {
    color: #7e7e7e; }
  .product-page .form-control::placeholder {
    color: #7e7e7e; }
  .product-page .form-control:focus {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45) !important;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45) !important; }

.product-page .form-group {
  width: 100%;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  height: 100%; }

.product-page .form-group textarea {
  height: 170px;
  resize: none; }

.rating__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #211f1f;
  margin: 0px 0px 8px 0px; }

.product-page .text-center {
  text-align: left; }

.star-rating {
  font-size: 0; }

.star-rating__wrap {
  display: inline-block;
  font-size: 16px; }

.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both; }

.star-rating__ico {
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #211f1f; }

.star-rating__ico:last-child {
  padding-left: 0; }

.star-rating__input {
  display: none; }

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
  content: "\f005"; }

.product-page .section {
  overflow: visible; }
  @media (max-width: 992px) {
    .product-page .section {
      overflow: hidden; } }

.price-holder-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 30px;
  overflow: hidden; }
  @media (max-width: 1310px) {
    .price-holder-left {
      height: 40px; } }

.price-holder-left .pc-cost {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #211f1f;
  margin: 0px 10px 0px 0px; }
  @media (max-width: 400px) {
    .price-holder-left .pc-cost {
      font-size: 12px; } }

#product-product .price-holder-left .old-price {
  text-decoration: line-through;
  margin: 0;
  display: block;
  line-height: 1;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  color: #929292; }

.section-about img {
  max-width: 100%;
  height: auto;
  display: block; }
.section-about .btn-holder {
  padding: 20px 0 30px; }

.about-box {
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .about-box h2 {
    font-weight: 700; }
  .about-box-text {
    padding: 15px 30px 15px 40px; }
    @media (max-width: 992px) {
      .about-box-text {
        padding: 30px 30px 20px; } }
    @media (max-width: 768px) {
      .about-box-text {
        padding: 20px 15px 5px; } }
  .about-box.row [class*=col-] {
    padding: 0; }

.section--manufacturers {
  padding-bottom: 20px; }
  @media (max-width: 992px) {
    .section--manufacturers {
      padding-bottom: 25px; } }

.brand-wrap {
  line-height: 1.8; }
  .brand-wrap a {
    text-decoration: none;
    color: #202020;
    outline: none; }
    .brand-wrap a:hover {
      text-decoration: underline;
      color: #E13940; }
.brand-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 55px; }
  @media (max-width: 992px) {
    .brand-box {
      padding-bottom: 40px; } }
  @media (max-width: 768px) {
    .brand-box {
      padding-bottom: 40px; } }
.brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  width: 100%; }
  @media (max-width: 992px) {
    .brand-logo {
      padding-bottom: 30px; } }
  @media (max-width: 768px) {
    .brand-logo {
      padding-bottom: 15px; } }
  @media (max-width: 480px) {
    .brand-logo {
      padding-bottom: 15px; } }
  .brand-logo img {
    display: block;
    max-width: 100%;
    height: auto; }
.brand-text {
  width: 100%; }

.section.section--blog {
  background: #ffffff; }

.section.section--blog .title .h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-transform: none;
  margin: 20px 0px 35px 0px; }
  @media (max-width: 768px) {
    .section.section--blog .title .h1 {
      margin: 15px 0px 15px 0px; } }
  @media (max-width: 480px) {
    .section.section--blog .title .h1 {
      margin: 5px 0px 15px 0px; } }
  @media (max-width: 400px) {
    .section.section--blog .title .h1 {
      margin: 0px 0px 15px 0px; } }

@media (max-width: 992px) {
  .section.section--blog .row.blog-wrap {
    margin: 0px 0px 0px 0px; } }

.blog-wrap__body {
  margin: -17px 0px;
  padding: 0px 0px 50px 0px; }
  @media (max-width: 768px) {
    .blog-wrap__body {
      margin: -12px 0px;
      padding: 0px 0px 30px 0px; } }
.blog-wrap__column {
  padding: 17px 0px; }
  @media (max-width: 768px) {
    .blog-wrap__column {
      padding: 12px 0px; } }
.blog-wrap__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 7px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 992px) {
    .blog-wrap__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 768px) {
    .blog-wrap__item {
      padding: 30px; } }
  @media (max-width: 400px) {
    .blog-wrap__item {
      padding: 20px; } }

.item-blog-wrap__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  margin: 0px 85px 0px 0px; }
  .item-blog-wrap__image img {
    border-radius: 8px; }
  @media (max-width: 992px) {
    .item-blog-wrap__image {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0px 0px 15px 0px; } }
  @media (max-width: 480px) {
    .item-blog-wrap__image img {
      height: 150px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 8px; } }
.item-blog-wrap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left; }
  @media (max-width: 992px) {
    .item-blog-wrap__content {
      position: relative; } }
.item-blog-wrap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0px 0px 35px 0px; }
  @media (max-width: 768px) {
    .item-blog-wrap__top {
      margin: 0px 0px 15px 0px; } }
.item-blog-wrap__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000; }
.item-blog-wrap__data {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333333; }
  @media (max-width: 992px) {
    .item-blog-wrap__data {
      position: absolute;
      bottom: 0;
      right: 0; } }
.item-blog-wrap__center {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin: 0px 0px 25px 0px; }
  @media (max-width: 768px) {
    .item-blog-wrap__center {
      margin: 0px 0px 20px 0px; } }
  .item-blog-wrap__center ul {
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px; }
    .item-blog-wrap__center ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      list-style: none; }
      .item-blog-wrap__center ul li::before {
        content: "";
        width: 2px;
        height: 2px;
        background: #000000;
        border-radius: 50%;
        display: block;
        padding: 1px;
        margin: 3px 10px 0px 0px; }
.item-blog-wrap__button {
  width: 300px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background: #747474;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .item-blog-wrap__button:hover {
    background: #d6720c; }
  @media (max-width: 600px) {
    .item-blog-wrap__button {
      width: 200px; } }
  @media (max-width: 414px) {
    .item-blog-wrap__button {
      width: 160px; } }

.faq {
  margin: 0 auto;
  max-width: 970px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 720px) {
    .faq {
      line-height: 1.75;
      font-size: 13px; } }
  .faq-item {
    background: #fff;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .faq-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    font-size: 17px;
    padding: 24px 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 992px) {
      .faq-question {
        padding: 22px 25px;
        font-size: 15px; } }
    @media (max-width: 720px) {
      .faq-question {
        padding: 15px 15px;
        font-size: 13px; } }
  .faq-answer {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    opacity: 0;
    padding: 0 40px;
    overflow: hidden; }
    @media (max-width: 720px) {
      .faq-answer {
        padding: 0 14px; } }
    .open > .faq-answer {
      opacity: 1;
      max-height: unset;
      padding-top: 18px;
      padding-bottom: 17px; }
      @media (max-width: 720px) {
        .open > .faq-answer {
          padding-top: 8px;
          padding-bottom: 8px; } }
    .faq-answer p {
      margin-bottom: 20px; }

.header__breadcrumb {
  display: block;
  position: relative;
  background: #747474;
  z-index: -1; }
  .header__breadcrumb._hidden {
    display: none; }
  .header__breadcrumb._hidden-scroll {
    display: none; }
  .header__breadcrumb._hidden-modal {
    display: none; }

.breadcrumb__content {
  padding: 8px 0px 8px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .breadcrumb__content {
      padding: 6px 0px; } }
  .breadcrumb__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px; }
    .breadcrumb__content ul li {
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: #ffffff;
      white-space: nowrap; }
      .breadcrumb__content ul li:last-child {
        font-weight: 400; }
        .breadcrumb__content ul li:last-child::after {
          content: "";
          display: none; }
      .breadcrumb__content ul li::after {
        content: "";
        margin: 0px 14px;
        font-size: 10px;
        background-color: #ffffff;
        border: 1px solid #ffffff; }
      @media (max-width: 991px) {
        .breadcrumb__content ul li {
          font-size: 12px;
          line-height: 150%; }
          .breadcrumb__content ul li::after {
            content: "";
            font-size: 8px;
            margin: 0px 8px; } }
      .breadcrumb__content ul li a {
        color: #ffffff;
        white-space: nowrap;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .breadcrumb__content ul li a:hover {
          color: #211f1f; }

/*
.breadcrumbs {
	display: block;
	font-size: 12px;
	padding-bottom: 37px;
	//padding-top: 60px;

	@include res(m) {
		font-size: 12px;
	}

	@include res(s) {
		padding-bottom: 30px;
	}



	a {
		cursor: pointer;
		font-weight: 400;
		text-decoration: none;
		color: #000;

		&:hover {
			color: #E13940;
		}
	}

	span {

		color: #000;

		&:last-child a {

		}
	}

	> span:last-child a {
		color: #999999;
	}

	i {
		font-style: normal;
		display: inline-block;
		margin-left: 6px;
		margin-right: 6px;
	}
}*/
/* breadcrumb update bootstrap */
/*
.breadcrumb {
	display: block;
	font-size: 14px;
	padding-bottom: 35px;

	color: #999999;

	a {
		color: #000;

		&:hover {
			color: #E13940;
		}
	}

	> li + li::before {
		padding: 0 6px;
		color: #000000;
		content: "-";
	}
}*/
.form-questions {
  background: #EBEBEB;
  padding: 52px 60px 50px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5; }
  .form-questions > .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 768px) {
    .form-questions {
      padding: 62px 60px 10px; } }
  @media (max-width: 720px) {
    .form-questions {
      margin: 0 -10px;
      padding: 41px 10px 5px;
      font-size: 13px; } }
  .form-questions__title {
    text-transform: uppercase;
    color: #202020; }
    @media (min-width: 768px) {
      .form-questions__title {
        font-size: 30px;
        margin-bottom: 21px; } }
    @media (max-width: 720px) {
      .form-questions__title {
        margin-bottom: 12px; } }
  @media (min-width: 768px) {
    .form-questions .form {
      padding: 22px 0 0; } }
  .form-questions .form .row {
    padding-bottom: 54px; }
    @media (max-width: 768px) {
      .form-questions .form .row {
        padding-bottom: 21px; } }
    @media (max-width: 768px) {
      .form-questions .form .row {
        padding-bottom: 0; } }
    .form-questions .form .row.row-btn {
      padding-bottom: 10px; }
  @media (max-width: 768px) {
    .form-questions .form [class*=col-] {
      padding-bottom: 15px; } }
  .form-questions .row-btn {
    justify-items: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 15px 0 0;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .form-questions .row-btn {
        padding: 0; } }
    @media (max-width: 720px) {
      .form-questions .row-btn {
        padding: 15px 0 0; } }
    .form-questions .row-btn .button {
      margin-left: 0; }

.promo {
  margin: -100px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 1; }
  @media (max-width: 992px) {
    .promo {
      margin: -100px 0 40px; } }
  @media (max-width: 768px) {
    .promo {
      margin: -60px 0 30px; } }
  .promo-img {
    position: relative;
    z-index: 1;
    width: 100%; }
    .promo-img:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      z-index: 2;
      background: rgba(0, 0, 0, 0.3); }
    .promo-img img {
      display: block;
      max-width: 100%;
      height: auto;
      position: relative;
      z-index: 1;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .promo-img img {
          max-width: calc(100% + 10%);
          margin: 0 -5%; } }
  .promo-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    line-height: 1.1668;
    text-transform: uppercase;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .promo-content-inner {
      display: block; }
    .promo-content_title {
      font-size: 60px;
      font-style: normal;
      font-weight: 700;
      width: 100%; }
      @media null {
        .promo-content_title {
          font-size: 50px; } }
      @media (max-width: 768px) {
        .promo-content_title {
          font-size: 40px; } }
      @media (max-width: 720px) {
        .promo-content_title {
          font-size: 28px; } }
      @media (max-width: 480px) {
        .promo-content_title {
          font-size: 18px; } }
    .promo-content_text {
      font-size: 60px;
      width: 100%; }
      @media null {
        .promo-content_text {
          font-size: 50px; } }
      @media (max-width: 768px) {
        .promo-content_text {
          font-size: 40px; } }
      @media (max-width: 720px) {
        .promo-content_text {
          font-size: 28px; } }
      @media (max-width: 480px) {
        .promo-content_text {
          font-size: 18px; } }

.advantages {
  margin-bottom: -20px; }
  .advantages-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
  .advantages-icon {
    padding-right: 32px; }
    @media null {
      .advantages-icon {
        padding-right: 20px; }
        .advantages-icon svg {
          width: 50px;
          height: 50px; } }
    @media (max-width: 768px) {
      .advantages-icon {
        padding-right: 20px; }
        .advantages-icon svg {
          width: 40px;
          height: 40px; } }
  .advantages [class*=col-] {
    padding-bottom: 30px; }

.so_filter_wrap {
  position: relative;
  z-index: 1; }
  .so_filter_wrap .modtitle {
    display: none; }
  .so_filter_wrap .input-group {
    margin: -10px -10px 15px; }

.so-option-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .so-option-container-opts-container .opt-select {
    border: none; }
  .so-option-container label {
    margin: 0;
    padding: 0 0 0 7px; }
  .so-option-container img {
    display: none; }

.so-filter-option.so-filter-price .content_min_max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px; }

.so-filter-content-opts-container {
  padding: 0; }

.so-filter-content-opts-container .opt-select {
  border-bottom: none;
  margin-bottom: 5px; }

.so-filter-content-opts-container .option-count {
  background: #b0b0b0;
  font-size: 10px;
  margin: 0 0 0 auto;
  line-height: 17px;
  min-width: 17px;
  padding: 0 3px;
  text-align: center; }

.so-filter-content-opts-container .option-count.opt_close {
  margin-top: 0;
  font-size: 16px; }

.so-filter-content-opts-container .option-count:not(.opt_close)::after {
  display: none; }

.so-filter-content-opts .so-option-subcat-link {
  text-decoration: none;
  font-size: 15px;
  color: #000; }
  .so-filter-content-opts .so-option-subcat-link:hover {
    text-decoration: underline; }

.so_filter_wrap .modcontent .so-filter-options {
  border-bottom: #999999 1px solid;
  padding: 10px 0; }
  .so_filter_wrap .modcontent .so-filter-options:first-child {
    padding: 0;
    border: 0; }

.so_filter_wrap .modcontent .so-filter-heading {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px 0 0; }
  .so_filter_wrap .modcontent .so-filter-heading i {
    padding: 4px 6px;
    background: url("../image/icon-arrow-down.svg") no-repeat 50% 50%; }
    .so_filter_wrap .modcontent .so-filter-heading i.fa-chevron-down {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .so_filter_wrap .modcontent .so-filter-heading i.fa:before {
      display: none; }
  .so_filter_wrap .modcontent .so-filter-heading-text {
    padding: 0; }

.so_filter_wrap .modcontent .so-filter-heading .so-filter-heading-text {
  float: left;
  padding: 0;
  font-size: 15px;
  color: #999; }

.so-filter-option.so-filter-price .input_max,
.so-filter-option.so-filter-price .input_min {
  border: none !important;
  pointer-events: none !important;
  padding: 0 !important; }
  .so-filter-option.so-filter-price .input_max:focus, .so-filter-option.so-filter-price .input_max:active, .so-filter-option.so-filter-price .input_max:hover,
  .so-filter-option.so-filter-price .input_min:focus,
  .so-filter-option.so-filter-price .input_min:active,
  .so-filter-option.so-filter-price .input_min:hover {
    padding: 0 !important; }

.input_max {
  text-align: right !important; }

.noUi-horizontal {
  height: 2px;
  border: none;
  background: #000;
  -webkit-box-shadow: none;
          box-shadow: none; }
.noUi-handle {
  width: 8px !important;
  height: 8px !important;
  left: -4px !important;
  top: -3px !important;
  border-radius: 50%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  background: #4a4a4a !important;
  cursor: pointer; }
  .noUi-handle:before, .noUi-handle:after {
    display: none; }
.noUi-background {
  background: #999999;
  -webkit-box-shadow: none;
          box-shadow: none; }
.noUi-connect {
  background: #4a4a4a; }

.clear_filter {
  padding-top: 30px; }

.so_filter_wrap .modcontent .so-filter-content-opts {
  border: none; }

.input-group-btn .btn {
  border: none;
  width: 32px;
  height: 32px;
  background: url("../image/search.svg") no-repeat 50% 50%; }
  .input-group-btn .btn:hover, .input-group-btn .btn:active, .input-group-btn .btn:focus {
    background: url("../image/search.svg") no-repeat 50% 50% !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .input-group-btn .btn i {
    display: none; }

.cart {
  line-height: 1.55; }
  #content .cart {
    border: none;
    padding: 0; }
  .cart-table {
    width: 100%;
    border-collapse: collapse; }
    .cart-table thead th {
      border-bottom: 1px solid #F2F2F2;
      font-weight: 500;
      padding: 10px;
      font-size: 16px;
      line-height: 1.2; }
    @media (max-width: 720px) {
      .cart-table thead {
        display: none; } }
    .cart-table tbody td {
      padding: 15px 10px;
      letter-spacing: 0.06em;
      font-weight: normal;
      color: #350805;
      vertical-align: middle;
      border-bottom: 1px solid #F2F2F2;
      font-size: 14px; }
      @media (max-width: 720px) {
        .cart-table tbody td {
          font-size: 12px; } }
      .cart-table tbody td:first-child {
        padding-left: 0; }
      .cart-table tbody td:last-child {
        padding-right: 0; }
    .cart-table__name-link {
      text-decoration: none;
      color: #350805;
      font-weight: normal;
      font-size: 14px; }
      @media (max-width: 720px) {
        .cart-table__name-link {
          font-size: 12px; } }
      .cart-table__name-link:hover {
        text-decoration: underline; }
    .cart-table__size {
      text-align: center; }
    .cart-table__quantity {
      text-align: center; }
    .cart-table__total {
      white-space: nowrap; }
    .cart-table__remove {
      width: auto; }
  .cart .input-group--quantity {
    width: 118px; }
    .cart .input-group--quantity .form-control {
      text-align: center;
      font-size: 16px;
      height: 40px;
      width: 50px;
      font-weight: normal; }
      @media (max-width: 768px) {
        .cart .input-group--quantity .form-control {
          height: 32px; } }
    .cart .input-group--quantity .form-control,
    .cart .input-group--quantity .number-quantity {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .cart .input-group--quantity .form-control:focus, .cart .input-group--quantity .form-control:active,
      .cart .input-group--quantity .number-quantity:focus,
      .cart .input-group--quantity .number-quantity:active {
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .cart .input-group--quantity .btn {
      height: 40px;
      width: 40px; }
      @media (max-width: 768px) {
        .cart .input-group--quantity .btn {
          height: 32px;
          width: 32px; } }
      .cart .input-group--quantity .btn:hover, .cart .input-group--quantity .btn:focus, .cart .input-group--quantity .btn:active {
        background: #cc1d3e; }
        .cart .input-group--quantity .btn:hover svg path, .cart .input-group--quantity .btn:focus svg path, .cart .input-group--quantity .btn:active svg path {
          stroke: #fff;
          opacity: 1; }
    .cart .input-group--quantity .btn {
      background: none;
      border: 1px solid #000;
      border-radius: 0;
      color: #000;
      font-weight: normal;
      text-shadow: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .cart-total {
    text-align: right;
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #F2F2F2;
    margin: 0 0 30px; }
    @media (max-width: 720px) {
      .cart-total {
        padding-top: 10px; } }
    .cart-total-value {
      display: inline-block;
      margin: 0px 3px;
      min-width: 60px; }
  .cart h2 {
    font-size: 21px;
    margin: 0 0 20px;
    text-transform: none; }
  .cart .btn-remove {
    background: none;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cart .btn-remove:hover svg path, .cart .btn-remove:focus svg path {
      stroke: #cc1d3e; }

.cart-section {
  padding: 47px 60px 40px;
  margin-bottom: 40px; }
  @media (max-width: 992px) {
    .cart-section {
      padding: 49px 59px 39px;
      margin-bottom: 30px; } }
  @media (max-width: 720px) {
    .cart-section {
      padding: 15px 20px 5px; } }
  .cart-section-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cart-section .control-label {
    font-size: 15px;
    color: #350805;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 110px;
    max-width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 2px;
    line-height: 1.2;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 992px) {
      .cart-section .control-label {
        display: none; } }
  .cart-section .form-control {
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    width: calc(100% - 110px);
    border: none !important;
    border-bottom: 1px solid #999999 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    font-size: 15px !important; }
    @media (max-width: 992px) {
      .cart-section .form-control {
        width: 100%;
        padding-bottom: 5px !important;
        padding-top: 5px !important; } }
  .cart-section .row {
    margin-right: -60px;
    margin-left: -60px; }
    .cart-section .row > [class*="col-"] {
      padding: 0 60px 47px; }
      @media (max-width: 992px) {
        .cart-section .row > [class*="col-"] {
          padding: 0 60px 47px; } }
      @media (max-width: 720px) {
        .cart-section .row > [class*="col-"] {
          padding: 0 60px 20px; } }
  .cart-section .button.button--full {
    margin-top: 11px; }
    @media (max-width: 720px) {
      .cart-section .button.button--full {
        margin-top: 40px; } }
  .cart-section--confirm .cart-table tbody td {
    font-weight: normal; }
  .cart-section--confirm .button {
    width: 100%; }

.required .control-label:before {
  display: none; }

.required .control-label:after {
  content: '* ';
  color: #F00;
  font-weight: bold; }

.payment-type {
  padding: 15px 0;
  color: #999;
  border-bottom: 1px solid #F2F2F2;
  margin: 0 0 30px; }

.confirm-order tbody td {
  padding: 10px; }
.confirm-order__quantity {
  max-width: 80px; }
.confirm-order__price {
  text-align: right;
  padding-right: 30px !important;
  max-width: 200px; }
  @media (max-width: 720px) {
    .confirm-order__price {
      padding-right: 0 !important; } }
.confirm-order__total {
  text-align: right;
  padding-right: 30px !important; }
  @media (max-width: 720px) {
    .confirm-order__total {
      padding-right: 0 !important; } }

/*================ PAGINATION ===================*/
.pagination {
  margin: 0;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #content .pagination {
    padding: 0px; }
  .pagination > li.active span,
  .pagination > li:hover span,
  .pagination > li a:hover,
  .pagination > li span:hover,
  .pagination > .active > a,
  .pagination > .active > a:focus,
  .pagination > .active > a:hover,
  .pagination > .active > span,
  .pagination > .active > span:focus,
  .pagination > .active > span:hover {
    color: #ffffff;
    cursor: default;
    border-color: #d6720c;
    background-color: #d6720c;
    border-radius: 4px; }
  .pagination > li a:hover {
    color: #ffffff;
    background-color: #ff9600;
    border-radius: 4px;
    border-color: #ff9600; }
  .pagination > li {
    margin: 0 12px 0px;
    vertical-align: top;
    border: none;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 400px) {
      .pagination > li {
        margin: 0px 5px; } }
    .pagination > li > a,
    .pagination > li > span {
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 32px;
      text-align: center;
      color: #747474;
      padding: 0;
      margin-left: 0;
      text-decoration: none;
      background-color: #cdcdcd;
      border: 1px solid #cdcdcd;
      display: block;
      width: 100%;
      border-radius: 4px; }
    .pagination > li a:hover {
      cursor: pointer; }
    .pagination > li.active, .pagination > li:hover {
      color: #ffffff;
      background-color: #ff9600;
      border-radius: 4px;
      border-color: #ff9600; }
    .pagination > li.next a {
      background: #747474;
      border: 1px solid #747474; }
    .pagination > li.prev a {
      background: #747474;
      border: 1px solid #747474; }

.fa-angle-left:before {
  color: #ffffff; }

.fa-angle-right:before {
  color: #ffffff; }

.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 18px;
  margin: 0; }
  @media (max-width: 768px) {
    .nav-tabs {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 768px) {
    .nav-tabs {
      font-size: 16px; } }
  .nav-tabs > li,
  .nav-tabs > li:focus,
  .nav-tabs > li:active {
    width: 50%;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #e6e6e6; }
    @media (max-width: 768px) {
      .nav-tabs > li,
      .nav-tabs > li:focus,
      .nav-tabs > li:active {
        width: 100%; } }
    .nav-tabs > li > a,
    .nav-tabs > li:focus > a,
    .nav-tabs > li:active > a {
      color: #e6e6e6 !important;
      background: no-repeat;
      border: none;
      padding: 18px 0;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      outline: none;
      background: none !important; }
      @media (max-width: 768px) {
        .nav-tabs > li > a,
        .nav-tabs > li:focus > a,
        .nav-tabs > li:active > a {
          padding: 12px 0;
          margin: 0; } }
      .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active,
      .nav-tabs > li:focus > a:hover,
      .nav-tabs > li:focus > a:focus,
      .nav-tabs > li:focus > a:active,
      .nav-tabs > li:active > a:hover,
      .nav-tabs > li:active > a:focus,
      .nav-tabs > li:active > a:active {
        background: none !important;
        border: none;
        color: #000000 !important; }
        .nav-tabs > li > a:hover:after, .nav-tabs > li > a:focus:after, .nav-tabs > li > a:active:after,
        .nav-tabs > li:focus > a:hover:after,
        .nav-tabs > li:focus > a:focus:after,
        .nav-tabs > li:focus > a:active:after,
        .nav-tabs > li:active > a:hover:after,
        .nav-tabs > li:active > a:focus:after,
        .nav-tabs > li:active > a:active:after {
          content: "";
          height: 1px;
          left: 0;
          bottom: -1px;
          right: 0;
          position: absolute;
          border-bottom: 1px solid #000; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
    .nav-tabs > li:focus.active > a,
    .nav-tabs > li:focus.active > a:hover,
    .nav-tabs > li:focus.active > a:focus,
    .nav-tabs > li:active.active > a,
    .nav-tabs > li:active.active > a:hover,
    .nav-tabs > li:active.active > a:focus {
      color: #000000 !important;
      border: none; }
      .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:hover:hover, .nav-tabs > li.active > a:focus:hover,
      .nav-tabs > li:focus.active > a:hover,
      .nav-tabs > li:focus.active > a:hover:hover,
      .nav-tabs > li:focus.active > a:focus:hover,
      .nav-tabs > li:active.active > a:hover,
      .nav-tabs > li:active.active > a:hover:hover,
      .nav-tabs > li:active.active > a:focus:hover {
        border: none; }
      .nav-tabs > li.active > a:after, .nav-tabs > li.active > a:hover:after, .nav-tabs > li.active > a:focus:after,
      .nav-tabs > li:focus.active > a:after,
      .nav-tabs > li:focus.active > a:hover:after,
      .nav-tabs > li:focus.active > a:focus:after,
      .nav-tabs > li:active.active > a:after,
      .nav-tabs > li:active.active > a:hover:after,
      .nav-tabs > li:active.active > a:focus:after {
        content: "";
        height: 1px;
        left: 0;
        bottom: -1px;
        right: 0;
        position: absolute;
        border-bottom: 1px solid #000; }

.tab-content {
  padding-bottom: 25px;
  font-size: 15px;
  letter-spacing: 0; }
  @media (max-width: 768px) {
    .tab-content {
      padding-bottom: 15px; } }
  .tab-content > .tab-pane {
    padding: 28px 0 10px; }
    @media (max-width: 768px) {
      .tab-content > .tab-pane {
        padding: 20px 0; } }

/*
body {
	.main-swiper {
		.swiper-container {
			position: relative;
			z-index: 1;
		}

		.swiper-viewport {
			border: none;
			margin: 0 !important;

			.swiper-button-next {
				opacity: 1;
				right: 70px;
				width: 30px;
				height: 30px;
				background: url("../image/svg/icon-arrow-right.svg") no-repeat 50% 50%;

				@include res(xl) {
					right: 11px;
				}

				@include res(l) {
					right: 0;
					background-size: 11px auto;
				}

				@include res(xs) {
					display: none;
				}

				&::before {
					display: none;
				}
			}

			.swiper-button-prev {
				opacity: 1;
				left: 70px;
				width: 30px;
				height: 30px;
				background: url("../image/svg/icon-arrow-left.svg") no-repeat 50% 50%;

				@include res(xl) {
					left: 11px;
				}

				@include res(l) {
					left: 0;
					background-size: 11px auto;
				}

				@include res(xs) {
					display: none;
				}

				&::before {
					display: none;
				}
			}

			.swiper-slide {
				padding: 0;

				&::after {
					content: "";
					position: absolute;
					left: 0;
					bottom: 0;
					right: 0;
					top: 0;
					z-index: 2;
					background: rgba(0, 0, 0, 0.3);
				}

				&-btn {
					padding-top: 40px;

					@include res(l) {
						padding-top: 30px;
					}

					@include res(s) {
						padding-top: 5px;
					}
				}
			}

			img {
				@include res(l) {
					margin: 0 -30%;
					width: calc(100% + 30%);
					max-width: initial;
				}

				@include res(s) {
					margin: 0 -40%;
					width: calc(100% + 40%);
				}
			}
		}

		.swiper-pagination {
			position: absolute;
			z-index: 2;
			bottom: 87px;
			line-height: 10px;
			display: flex;
			justify-content: center;
			align-items: center;
			align-content: center;
			left: 0;
			right: 0;

			@include res(l) {
				bottom: 35px;
			}

			@include res(xs) {
				bottom: 20px;
			}

			&-bullet {
				width: 10px;
				height: 10px;
				border: 1px solid #fff;
				margin: 0 10px;
				background: none;

				&:hover,
				&:active {
					background: none;
				}

				@include res(l) {
					width: 6px;
					height: 6px;
					margin: 0 6px;
				}

				&-active {
					background: #fff;
				}
			}
		}

		.swiper-text {
			position: absolute;
			z-index: 3;
			left: 0;
			bottom: 0;
			right: 0;
			top: 0;
			color: #fff;
			font-size: 24px;
			font-weight: 500;
			//letter-spacing: 0.06em;

			@include res(l) {
				font-size: 18px;
			}

			@include res(xs) {
				font-size: 15px;
			}

			@include res(xxs) {
				font-size: 13px;
			}

			&-inner {
				display: flex;
				height: 100%;
				align-items: center;
			}

			h1 {
				//letter-spacing: 0.06em;
				font-size: 60px;
				text-transform: uppercase;
				font-weight: 700;
				margin: 0 0 25px;
				color: #fff;

				@include res(l) {
					font-size: 40px;
				}

				@include res(s) {
					font-size: 35px;
					margin: 0 0 10px;
				}

				@include res(xs) {
					font-size: 30px;
				}

				@include res(xxs) {
					font-size: 20px;
				}
			}
		}
	}
}

.swiper-container {
	height: 100%;
}*/
.stages {
  overflow: hidden;
  padding: 29px 0 15px; }
  .stages-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -20px;
    padding: 4px 0 0; }
    @media (max-width: 850px) {
      .stages-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 720px) {
      .stages-wrap {
        margin: 0;
        padding: 0 0 0 4px; } }
  .stages-box1 {
    width: 45%; }
    @media (max-width: 850px) {
      .stages-box1 {
        width: 100%;
        padding-bottom: 45px; } }
    @media (max-width: 720px) {
      .stages-box1 {
        padding-bottom: 0; } }
  .stages-box2 {
    width: 55%; }
    @media (max-width: 850px) {
      .stages-box2 {
        width: 100%; } }
  .stages-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 4px solid #cc1d3e;
    width: 100%; }
    @media (max-width: 720px) {
      .stages-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border-top: none; } }
  .stages__item {
    padding: 25px 20px 0;
    position: relative; }
    @media (max-width: 720px) {
      .stages__item {
        width: 100%;
        padding: 0 20px 30px 30px;
        border-left: 4px solid #cc1d3e; }
        .stages-box1 .stages__item:last-child {
          padding-bottom: 30px;
          border-left: 4px solid #cc1d3e; }
        .stages__item:last-child {
          padding-bottom: 0;
          border: none;
          border-left: 4px solid transparent; } }
    .stages__item:after {
      content: "";
      position: absolute;
      left: 20px;
      top: -7px;
      z-index: 2;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #cc1d3e; }
      @media (max-width: 720px) {
        .stages__item:after {
          left: -8px;
          top: 0; } }
    .stages__item p {
      margin: 0; }
      @media (max-width: 720px) {
        .stages__item p {
          margin-top: -8px; } }

.header-mob {
  display: none;
  padding: 14px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 992px) {
    .header-mob {
      display: block; } }
  @media (max-width: 480px) {
    .header-mob {
      padding: 14px 0; } }
  .header-mob-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .header-mob-inner:after, .header-mob-inner:before {
      display: none; }
  .header-mob-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .header-mob-col--center {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .header-mob-logo__link {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    color: #000;
    text-decoration: none;
    line-height: 1.5;
    outline: none; }
    .header-mob-logo__link:hover, .header-mob-logo__link:focus, .header-mob-logo__link:active {
      color: #000;
      text-decoration: none; }
  @media (max-width: 720px) {
    .header-mob__title {
      display: none; } }

.mob-logo {
  width: 95px;
  margin: 0 auto 8px;
  display: block; }
  @media (max-width: 480px) {
    .mob-logo {
      margin-bottom: 0; } }

.btn-mob-search {
  cursor: pointer; }

.burger {
  color: #fff; }

.header .mob-search {
  bottom: -48px;
  right: 0;
  width: 40%;
  background: #fff;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.6);
  opacity: 0; }
  @media (max-width: 992px) {
    .header .mob-search {
      width: 100%;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; } }
  .header .mob-search.open {
    opacity: 1;
    visibility: visible;
    bottom: -51px; }
    @media (max-width: 992px) {
      .header .mob-search.open {
        bottom: -44px; } }
  .header .mob-search .input-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header .mob-search .input-group-btn-search {
    background: #841d0f;
    color: #fff;
    line-height: 50px;
    font-size: 14px; }
    @media (max-width: 992px) {
      .header .mob-search .input-group-btn-search {
        height: 44px;
        line-height: 44px; } }
    .header .mob-search .input-group-btn-search button {
      width: 100px;
      height: 50px;
      background: transparent;
      border-radius: 0;
      border: none; }
      @media (max-width: 992px) {
        .header .mob-search .input-group-btn-search button {
          height: 44px; } }
  .header .mob-search .form-control {
    border: none !important;
    font-size: 12px !important;
    padding: 0 40px 0 20px !important;
    height: 50px;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1; }
    @media (max-width: 992px) {
      .header .mob-search .form-control {
        height: 44px; } }
    .header .mob-search .form-control:hover, .header .mob-search .form-control:focus {
      padding: 0 40px 0 20px !important;
      border: none !important; }
  .header .mob-search-close {
    position: absolute;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    right: 20px;
    cursor: pointer;
    z-index: 2;
    background: url("../image/svg/icon-close.svg") no-repeat 50% 50%; }

.section--news .title .h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  text-transform: none;
  margin: 0px 0px 35px 0px; }
  @media (max-width: 768px) {
    .section--news .title .h1 {
      font-size: 20px;
      line-height: 24px;
      margin: 0px 0px 15px 0px; } }

.section--news p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin: 0px 0px 40px 0px; }
  @media (max-width: 768px) {
    .section--news p {
      font-size: 14px;
      margin: 0px 0px 30px 0px; } }

.section--news .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .section--news .image img {
    max-width: 502px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 768px) {
    .section--news .image img {
      max-width: 384px; } }
  @media (max-width: 480px) {
    .section--news .image img {
      max-width: 100%; } }

.about {
  margin: 0px 0px 20px 0px; }
  @media (max-width: 768px) {
    .about {
      margin: 0px 0px 0px 0px; } }
  .about__title {
    margin: 35px 0px 50px 0px;
    font-weight: 800;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #211f1f;
    text-transform: none; }
    @media (max-width: 768px) {
      .about__title {
        margin: 25px 0px 30px 0px;
        font-size: 30px;
        line-height: 37px; } }
    @media (max-width: 480px) {
      .about__title {
        margin: 15px 0px 30px 0px; } }
  .about__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000; }
  .about__top {
    margin: 50px 0px 0px 0px; }
    @media (max-width: 768px) {
      .about__top {
        margin: 30px 0px 0px 0px; } }
  .about__bottom {
    margin: 50px 0px 0px 0px; }
    @media (max-width: 768px) {
      .about__bottom {
        margin: 30px 0px 0px 0px; } }

.top-about__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  margin: 0px 0px 4px 0px; }
  @media (max-width: 768px) {
    .top-about__title {
      text-align: left;
      font-size: 16px;
      line-height: 20px;
      margin: 0px 0px 0px 0px; } }
.top-about__center-block {
  position: relative;
  height: 464px; }
  @media (max-width: 992px) {
    .top-about__center-block {
      height: 100%; } }
.top-about__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0px 0px 25px 0px; }
  .top-about__text p:last-child {
    margin: 0px 0px 0px 0px; }
@media (max-width: 992px) {
  .top-about__text {
    padding: 0px 15px 0px 15px; } }
@media (max-width: 768px) {
  .top-about__text {
    padding: 20px 15px 0px 15px; }
    .top-about__text p {
      font-size: 14px;
      line-height: 17px; } }

.center-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 85px 20px 85px;
  position: relative;
  z-index: 2;
  margin: -10px -95px; }
  @media (max-width: 1310px) {
    .center-block__content {
      padding: 100px 55px 20px 5px;
      margin: -10px -45px; } }
  @media (max-width: 1200px) {
    .center-block__content {
      padding: 100px 0px 20px 0px; } }
  @media (max-width: 992px) {
    .center-block__content {
      padding: 50px 15px 20px 15px;
      margin: -10px; } }
  @media (max-width: 768px) {
    .center-block__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px 35px 15px 35px;
      margin: -10px 0px; } }
.center-block__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
  padding: 10px 95px; }
  @media (max-width: 1310px) {
    .center-block__column {
      padding: 10px 45px; } }
  @media (max-width: 992px) {
    .center-block__column {
      padding: 10px; } }
  @media (max-width: 768px) {
    .center-block__column {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 10px 0px; }
      .center-block__column:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .center-block__column:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .center-block__column:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7; }
      .center-block__column:nth-child(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .center-block__column:nth-child(5) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; }
      .center-block__column:nth-child(6) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8; }
      .center-block__column:nth-child(7) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .center-block__column:nth-child(8) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6; }
      .center-block__column:nth-child(9) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9; } }
.center-block__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .center-block__item span {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin: 0px 15px 0px 0px; }
.center-block__image {
  position: absolute;
  right: 0;
  top: 0; }
  @media (max-width: 1200px) {
    .center-block__image {
      right: -120px; } }
  @media (max-width: 992px) {
    .center-block__image {
      position: relative;
      right: 0; } }
  @media (max-width: 768px) {
    .center-block__image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .center-block__image img {
        height: 194px; } }
  @media (max-width: 400px) {
    .center-block__image img {
      height: 164px; } }

.bottom-about__block {
  position: relative;
  height: 600px; }
  @media (max-width: 992px) {
    .bottom-about__block {
      height: 100%; } }
.bottom-about__item {
  max-width: 817px;
  position: relative;
  z-index: 2;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  padding: 50px 50px 50px 0px; }
  .bottom-about__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0px 0px 25px 0px; }
    .bottom-about__item p:last-child {
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      color: #000000;
      margin: 0px 0px 0px 0px; }
  @media (max-width: 1200px) {
    .bottom-about__item {
      max-width: 650px; } }
  @media (max-width: 992px) {
    .bottom-about__item {
      max-width: 100%;
      padding: 25px 15px 8px 15px;
      border-top: none;
      border-bottom: none;
      border-right: none; } }
  @media (max-width: 768px) {
    .bottom-about__item {
      padding: 0px 15px 8px 15px; }
      .bottom-about__item p {
        font-size: 14px;
        line-height: 17px; }
        .bottom-about__item p:last-child {
          font-size: 16px;
          line-height: 20px; } }
.bottom-about__image {
  position: absolute;
  right: 0;
  top: 35px; }
  @media (max-width: 1310px) {
    .bottom-about__image {
      right: -180px; } }
  @media (max-width: 992px) {
    .bottom-about__image {
      position: relative;
      right: 0;
      top: 0; } }
  @media (max-width: 768px) {
    .bottom-about__image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
@media (max-width: 768px) {
  .bottom-about__img {
    display: none; } }
.bottom-about__img-mob {
  display: none; }
  @media (max-width: 768px) {
    .bottom-about__img-mob {
      display: block; } }
.bottom-about__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 2; }
  @media (max-width: 768px) {
    .bottom-about__text {
      font-size: 20px;
      line-height: 24px; } }

.delivery-payment__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 61px;
  color: #211f1f;
  text-align: center;
  text-transform: none;
  margin: 40px 0px 0px 0px; }
  @media (max-width: 768px) {
    .delivery-payment__title {
      font-size: 30px;
      line-height: 36px;
      margin: 20px 0px 0px 0px; } }
  @media (max-width: 400px) {
    .delivery-payment__title {
      margin: 0px 0px 0px 0px; } }
.delivery-payment__top {
  margin: 50px 0px 0px 0px; }
  @media (max-width: 768px) {
    .delivery-payment__top {
      margin: 20px 0px 0px 0px; } }
.delivery-payment__center {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 7px;
  padding: 50px 80px; }
  @media (max-width: 992px) {
    .delivery-payment__center {
      padding: 30px; } }
  @media (max-width: 768px) {
    .delivery-payment__center {
      padding: 20px 15px; } }
.delivery-payment__bottom {
  margin: 50px 0px 0px 0px; }
  @media (max-width: 768px) {
    .delivery-payment__bottom {
      margin: 20px 0px 0px 0px; } }

.delivery__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #211f1f;
  position: relative; }
  .delivery__title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 0px 15px 0px; }
  .delivery__title::after {
    content: "";
    display: block;
    width: 65%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #cdcdcd;
    border-bottom: 1px solid #cdcdcd; }
  @media (max-width: 1200px) {
    .delivery__title::after {
      content: "";
      width: 70%; } }
  @media (max-width: 768px) {
    .delivery__title {
      font-size: 16px; }
      .delivery__title span {
        margin: 0px 0px 5px 0px; }
      .delivery__title::after {
        content: "";
        width: 75%; } }
  @media (max-width: 600px) {
    .delivery__title::after {
      content: "";
      width: 80%; } }
  @media (max-width: 480px) {
    .delivery__title::after {
      content: "";
      width: 85%; } }
  @media (max-width: 400px) {
    .delivery__title::after {
      content: "";
      width: 90%; } }
.delivery__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
@media (max-width: 768px) {
  .delivery__bg-image {
    margin: 30px 0px 0px -100px; } }
@media (max-width: 480px) {
  .delivery__bg-image {
    margin: 6px 0px 10px 0px; }
    .delivery__bg-image img {
      height: 180px; } }
@media (max-width: 400px) {
  .delivery__bg-image {
    margin: 6px 0px 10px -30px; } }
@media (max-width: 350px) {
  .delivery__bg-image {
    margin: 6px 0px 10px -45px; } }
.delivery__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute; }
  .delivery__column:nth-child(1) {
    top: 28%;
    left: 42%; }
  .delivery__column:nth-child(2) {
    top: 38%;
    left: 43%; }
  .delivery__column:nth-child(3) {
    top: 49%;
    left: 45%; }
  .delivery__column:nth-child(4) {
    top: 60%;
    left: 53%; }
  .delivery__column:nth-child(5) {
    top: 71%;
    left: 55%; }
  @media (max-width: 480px) {
    .delivery__column:nth-child(1) {
      top: 26%;
      left: 35%; }
    .delivery__column:nth-child(2) {
      top: 37%;
      left: 36%; }
    .delivery__column:nth-child(3) {
      top: 48%;
      left: 37.5%; }
    .delivery__column:nth-child(4) {
      top: 58.5%;
      left: 44%; }
    .delivery__column:nth-child(5) {
      top: 69%;
      left: 46%; } }
.delivery__item {
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 35px 10px 35px;
  -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25)); }
  .delivery__item::before {
    content: "";
    position: absolute;
    right: 100%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    top: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 16px solid #ffffff;
    border-bottom: 6px solid transparent; }
  @media (max-width: 768px) {
    .delivery__item {
      padding: 3px 10px; } }
  @media (max-width: 480px) {
    .delivery__item {
      border-radius: 2px;
      -webkit-filter: drop-shadow(0px 0.363407px 1.45363px rgba(0, 0, 0, 0.25));
              filter: drop-shadow(0px 0.363407px 1.45363px rgba(0, 0, 0, 0.25)); }
      .delivery__item::before {
        content: "";
        border-top: 2px solid transparent;
        border-right: 5px solid #ffffff;
        border-bottom: 2px solid transparent; } }
.delivery__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000; }
  @media (max-width: 768px) {
    .delivery__text {
      font-size: 12px; } }
  @media (max-width: 480px) {
    .delivery__text {
      font-size: 8px; } }
.delivery__img {
  width: 30px;
  margin: 0px 0px 0px 25px; }
  @media (max-width: 480px) {
    .delivery__img {
      min-width: 11px;
      margin: 0px 0px 0px 8px; } }

.delivery-poshta {
  display: block;
  height: 20px;
  background: url("../image/icons/delivery-poshta.svg") 0 0 no-repeat; }
  @media (max-width: 480px) {
    .delivery-poshta {
      height: 10px;
      background: url("../image/icons/delivery-poshta-mob.svg") 0 0 no-repeat; } }

.delivery-courier {
  display: block;
  height: 30px;
  background: url("../image/icons/delivery-courier.svg") 0 0 no-repeat; }
  @media (max-width: 480px) {
    .delivery-courier {
      height: 10px;
      background: url("../image/icons/delivery-courier-mob.svg") 0 0 no-repeat; } }

.self-delivery {
  display: block;
  height: 30px;
  background: url("../image/icons/self-delivery.svg") 0 0 no-repeat; }
  @media (max-width: 480px) {
    .self-delivery {
      height: 10px;
      background: url("../image/icons/self-delivery-mob.svg") 0 0 no-repeat; } }

.delivery-nova-poshta {
  display: block;
  height: 30px;
  background: url("../image/icons/delivery-nova-poshta.svg") 0 0 no-repeat; }
  @media (max-width: 480px) {
    .delivery-nova-poshta {
      height: 10px;
      background: url("../image/icons/delivery-nova-poshta-mob.svg") 0 0 no-repeat; } }

.delivery-transport-company {
  display: block;
  height: 30px;
  background: url("../image/icons/delivery-transport-company.svg") 0 0 no-repeat; }
  @media (max-width: 480px) {
    .delivery-transport-company {
      height: 10px;
      background: url("../image/icons/delivery-transport-company-mob.svg") 0 0 no-repeat; } }

.payment__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #211f1f;
  position: relative; }
  .payment__title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 0px 15px 0px; }
  .payment__title::after {
    content: "";
    display: block;
    width: 65%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #cdcdcd;
    border-bottom: 1px solid #cdcdcd; }
  @media (max-width: 1200px) {
    .payment__title::after {
      content: "";
      width: 70%; } }
  @media (max-width: 768px) {
    .payment__title {
      font-size: 16px; }
      .payment__title span {
        margin: 0px 0px 5px 0px; }
      .payment__title::after {
        content: "";
        width: 75%; } }
  @media (max-width: 600px) {
    .payment__title::after {
      content: "";
      width: 80%; } }
  @media (max-width: 480px) {
    .payment__title::after {
      content: "";
      width: 85%; } }
  @media (max-width: 400px) {
    .payment__title::after {
      content: "";
      width: 90%; } }
.payment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin: 30px 0px 0px 0px; }
  @media (max-width: 480px) {
    .payment__content {
      margin: 12px 0px 14px 0px; } }
@media (max-width: 768px) {
  .payment__bg-image {
    margin: 0px -95px 0px 0px; } }
@media (max-width: 480px) {
  .payment__bg-image {
    margin: 0px 0px 0px 0px; }
    .payment__bg-image img {
      height: 246px; } }
.payment__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute; }
  .payment__column:nth-child(1) {
    top: 10%;
    right: 30%; }
  .payment__column:nth-child(2) {
    top: 20%;
    right: 32%; }
  .payment__column:nth-child(3) {
    top: 35%;
    right: 47%; }
  .payment__column:nth-child(4) {
    top: 45%;
    right: 49%; }
  @media (max-width: 768px) {
    .payment__column:nth-child(1) {
      top: 10%;
      right: 30%; }
    .payment__column:nth-child(2) {
      top: 20%;
      right: 32%; }
    .payment__column:nth-child(3) {
      top: 35%;
      right: 38%; }
    .payment__column:nth-child(4) {
      top: 45%;
      right: 40%; } }
  @media (max-width: 480px) {
    .payment__column:nth-child(1) {
      top: 10%;
      right: 28%; }
    .payment__column:nth-child(2) {
      top: 20%;
      right: 31%; }
    .payment__column:nth-child(3) {
      top: 35%;
      right: 46%; }
    .payment__column:nth-child(4) {
      top: 45%;
      right: 49%; } }
.payment__item {
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 35px 10px 35px;
  -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25)); }
  .payment__item::before {
    content: "";
    position: absolute;
    left: 100%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    top: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 16px solid #ffffff;
    border-bottom: 6px solid transparent; }
  @media (max-width: 768px) {
    .payment__item {
      padding: 3px 10px; } }
  @media (max-width: 480px) {
    .payment__item {
      border-radius: 2px;
      -webkit-filter: drop-shadow(0px 0.363407px 1.45363px rgba(0, 0, 0, 0.25));
              filter: drop-shadow(0px 0.363407px 1.45363px rgba(0, 0, 0, 0.25)); }
      .payment__item::before {
        content: "";
        border-top: 2px solid transparent;
        border-left: 5px solid #ffffff;
        border-bottom: 2px solid transparent; } }
.payment__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000; }
  @media (max-width: 768px) {
    .payment__text {
      font-size: 12px; } }
  @media (max-width: 480px) {
    .payment__text {
      font-size: 8px; } }
.payment__img {
  width: 30px;
  height: 20px;
  margin: 0px 0px 0px 25px; }
  @media (max-width: 480px) {
    .payment__img {
      width: 11px;
      min-width: 11px;
      margin: 0px 0px 0px 8px; } }

.payment-cash {
  display: block;
  height: 30px;
  background: url("../image/icons/payment-cash.svg") 0 0 no-repeat; }
  @media (max-width: 480px) {
    .payment-cash {
      height: 11px;
      background: url("../image/icons/payment-cash-mob.svg") 0 0 no-repeat; } }

.payment-nova-poshta {
  display: block;
  height: 30px;
  background: url("../image/icons/payment-nova-poshta.svg") 0 0 no-repeat; }
  @media (max-width: 480px) {
    .payment-nova-poshta {
      height: 11px;
      background: url("../image/icons/payment-nova-poshta-mob.svg") 0 0 no-repeat; } }

.payment-requisites {
  display: block;
  height: 30px;
  background: url("../image/icons/payment-requisites.svg") 0 0 no-repeat; }
  @media (max-width: 480px) {
    .payment-requisites {
      height: 11px;
      background: url("../image/icons/payment-requisites-mob.svg") 0 0 no-repeat; } }

.payment-cards {
  display: block;
  height: 30px;
  background: url("../image/icons/payment-cards.svg") 0 0 no-repeat; }
  @media (max-width: 480px) {
    .payment-cards {
      height: 11px;
      background: url("../image/icons/payment-cards-mob.svg") 0 0 no-repeat; } }

.center-delivery-payment__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  font-size: 15px;
  color: #211f1f; }
  .center-delivery-payment__text span {
    font-weight: 700;
    font-size: 18px;
    color: #211f1f;
    margin: 10px 0px; }
  @media (max-width: 768px) {
    .center-delivery-payment__text {
      font-size: 13px; }
      .center-delivery-payment__text span {
        font-size: 16px;
        margin: 5px 0px; } }

.bottom-delivery-payment__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #211f1f;
  position: relative; }
  .bottom-delivery-payment__title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 0px 15px 0px; }
  .bottom-delivery-payment__title::after {
    content: "";
    display: block;
    width: 65%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #cdcdcd;
    border-bottom: 1px solid #cdcdcd; }
  @media (max-width: 1200px) {
    .bottom-delivery-payment__title::after {
      content: "";
      width: 70%; } }
  @media (max-width: 768px) {
    .bottom-delivery-payment__title {
      font-size: 16px; }
      .bottom-delivery-payment__title span {
        margin: 0px 0px 5px 0px; }
      .bottom-delivery-payment__title::after {
        content: "";
        width: 75%; } }
  @media (max-width: 600px) {
    .bottom-delivery-payment__title::after {
      content: "";
      width: 80%; } }
  @media (max-width: 480px) {
    .bottom-delivery-payment__title::after {
      content: "";
      width: 85%; } }
  @media (max-width: 400px) {
    .bottom-delivery-payment__title::after {
      content: "";
      width: 90%; } }
@media (max-width: 480px) {
  .bottom-delivery-payment__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
.bottom-delivery-payment__country {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  margin: 35px 0px 0px 0px; }
  @media (max-width: 768px) {
    .bottom-delivery-payment__country {
      font-size: 18px;
      line-height: 21px;
      margin: 20px 0px 0px 0px; } }
.bottom-delivery-payment__body {
  padding: 35px 60px 0px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .bottom-delivery-payment__body span {
    width: 1px;
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    margin: 0px 30px 0px 30px; }
  @media (max-width: 1310px) {
    .bottom-delivery-payment__body {
      padding: 35px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .bottom-delivery-payment__body {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -20px -10px; }
      .bottom-delivery-payment__body span {
        display: none; } }
  @media (max-width: 768px) {
    .bottom-delivery-payment__body {
      padding: 15px 0px 0px 0px; } }
  @media (max-width: 480px) {
    .bottom-delivery-payment__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      padding: 15px 0px 0px 0px;
      margin: 0px 0px 0px 0px;
      max-width: 276px; } }
.bottom-delivery-payment__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  white-space: nowrap; }
  @media (max-width: 1310px) {
    .bottom-delivery-payment__column {
      white-space: normal; } }
  @media (max-width: 992px) {
    .bottom-delivery-payment__column {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      padding: 20px 10px; } }
  @media (max-width: 480px) {
    .bottom-delivery-payment__column {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 0px; } }
  .bottom-delivery-payment__column ul {
    margin: 0px;
    padding: 0px; }
    .bottom-delivery-payment__column ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #000000; }
      .bottom-delivery-payment__column ul li::before {
        content: "";
        width: 2px;
        height: 2px;
        padding: 1px;
        display: block;
        border-radius: 50%;
        margin: 10px 10px 0px 0px;
        background-color: #000000; }
      @media (max-width: 480px) {
        .bottom-delivery-payment__column ul li {
          font-size: 14px; } }
.bottom-delivery-payment__text {
  margin: 50px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000; }
  .bottom-delivery-payment__text span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000; }
  @media (max-width: 768px) {
    .bottom-delivery-payment__text {
      margin: 25px 0px 0px 0px;
      font-size: 14px; }
      .bottom-delivery-payment__text span {
        font-size: 16px; } }

.country-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000; }
  @media (max-width: 480px) {
    .country-item {
      font-size: 14px; } }

.b-user-content ul {
  margin: 0px 0px 0px 10px; }

.warranty h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 61px;
  color: #211f1f;
  text-align: center;
  text-transform: none;
  margin: 40px 0px 0px 0px; }
  @media (max-width: 768px) {
    .warranty h1 {
      font-size: 30px;
      line-height: 37px;
      margin: 5px 0px 0px 0px; } }
.warranty__content {
  margin: 50px 0px 0px 0px; }
  @media (max-width: 768px) {
    .warranty__content {
      margin: 25px 0px 0px 0px; } }
.warranty__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  color: #000000; }
  .warranty__subtitle span {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.03em;
    color: #000000;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase; }
  @media (max-width: 768px) {
    .warranty__subtitle span {
      font-size: 16px;
      margin: 0px 0px 20px 0px; } }
.warranty__top {
  margin: 70px 0px 50px 0px;
  padding: 0px 0px 50px 0px;
  border-bottom: 1px solid #cdcdcd; }
  @media (max-width: 768px) {
    .warranty__top {
      margin: 30px 0px 30px 0px;
      padding: 0px 0px 30px 0px; } }
.warranty__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .warranty__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.top-warranty__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 992px) {
    .top-warranty__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
.top-warranty__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 572px;
          flex: 0 1 572px;
  margin: 0px 7px 0px 0px; }
  @media (max-width: 992px) {
    .top-warranty__image {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0px 0px 0px 0px; } }
.top-warranty__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 694px;
          flex: 0 1 694px;
  margin: 0px 0px 0px 7px; }
  @media (max-width: 992px) {
    .top-warranty__content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 768px) {
    .top-warranty__content {
      margin: 0px 0px 25px 0px; } }
.top-warranty__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 50px 0px; }
  .top-warranty__item:last-child {
    margin: 0px 0px 0px 0px; }
  @media (max-width: 768px) {
    .top-warranty__item {
      margin: 0px 0px 20px 0px; } }
.top-warranty__title {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  margin: 0px 0px 35px 0px; }
  @media (max-width: 768px) {
    .top-warranty__title {
      font-size: 18px;
      margin: 0px 0px 25px 0px; } }
.top-warranty__number {
  font-weight: 700;
  font-size: 70px;
  min-width: 60px;
  line-height: 85px;
  color: #000000;
  margin: 0px 35px 0px 0px; }
  @media (max-width: 768px) {
    .top-warranty__number {
      margin: 0px 25px 0px 0px;
      font-size: 50px;
      line-height: 60px;
      min-width: 44px; } }
.top-warranty__text {
  font-weight: 400;
  font-size: 16px;
  color: #000000; }
  @media (max-width: 768px) {
    .top-warranty__text {
      font-size: 14px; } }
.top-warranty__bottom {
  margin: 45px 0px 0px 0px; }
  @media (max-width: 768px) {
    .top-warranty__bottom {
      margin: 30px 0px 0px 0px; } }
  .top-warranty__bottom ul {
    margin: -12px 0px;
    padding: 0px; }
    @media (max-width: 768px) {
      .top-warranty__bottom ul {
        margin: -8px 0px; } }
    .top-warranty__bottom ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      font-weight: 400;
      font-size: 16px;
      color: #000000;
      padding: 12px 0px; }
      .top-warranty__bottom ul li::before {
        content: "";
        width: 2px;
        height: 2px;
        padding: 1px;
        display: block;
        border-radius: 50%;
        margin: 12px 10px 0px 0px;
        background-color: #000000; }
      @media (max-width: 768px) {
        .top-warranty__bottom ul li {
          font-size: 14px;
          padding: 8px 0px; } }

.bottom-warranty span {
  border: 1px solid #cdcdcd;
  margin: 0px 50px 0px 50px; }
@media (max-width: 768px) {
  .bottom-warranty span {
    margin: 30px 0px; } }
.bottom-warranty__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 590px;
          flex: 0 1 590px; }
  .bottom-warranty__column ul {
    margin: -12px 0px;
    padding: 0px; }
    .bottom-warranty__column ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      font-weight: 400;
      font-size: 16px;
      color: #000000;
      padding: 12px 0px; }
      .bottom-warranty__column ul li::before {
        content: "";
        width: 2px;
        height: 2px;
        padding: 1px;
        display: block;
        border-radius: 50%;
        margin: 12px 10px 0px 0px;
        background-color: #000000; }
      @media (max-width: 768px) {
        .bottom-warranty__column ul li {
          font-size: 14px; } }
  @media (max-width: 768px) {
    .bottom-warranty__column {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }
.bottom-warranty__title {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  margin: 0px 0px 35px 0px; }
  @media (max-width: 768px) {
    .bottom-warranty__title {
      font-size: 18px;
      margin: 0px 0px 25px 0px; } }

.error {
  position: relative;
  min-height: 555px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px 55px 0px; }
  @media (max-width: 768px) {
    .error {
      min-height: 350px;
      padding: 0px 0px 15px 0px; } }
  @media (max-width: 480px) {
    .error {
      min-height: 790px;
      padding: 0px 0px 45% 0px; } }
  @media (max-width: 400px) {
    .error {
      min-height: 700px; } }

.error-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 480px) {
    .error-image {
      display: none; } }

.error-image-mob {
  display: none; }
  @media (max-width: 480px) {
    .error-image-mob {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }

.error-not_found .section._active {
  padding: 147px 0px 0px 0px; }
  @media (max-width: 1200px) {
    .error-not_found .section._active {
      padding: 147px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .error-not_found .section._active {
      padding: 144px 0px 0px 0px; } }
  @media (max-width: 768px) {
    .error-not_found .section._active {
      padding: 113px 0px 0px 0px; } }
  @media (max-width: 480px) {
    .error-not_found .section._active {
      padding: 108px 0px 0px 0px; } }
  @media (max-width: 400px) {
    .error-not_found .section._active {
      padding: 103px 0px 0px 0px; } }

.error-not_found .col-lg-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

.error__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 7px;
  width: 260px;
  height: 50px;
  background: #d6720c;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .error__button:hover {
    border: 1px solid #d6720c;
    -webkit-box-shadow: -2px -2px 4px #e87f16, 2px 2px 4px rgba(0, 0, 0, 0.25);
            box-shadow: -2px -2px 4px #e87f16, 2px 2px 4px rgba(0, 0, 0, 0.25); }

.information-contact .main-content {
  background: #211f1f;
  z-index: 2;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.35); }

.information-contact #content {
  margin: 182px 0px 30px 0px; }
  @media (max-width: 768px) {
    .information-contact #content {
      margin: 130px 0px 30px 0px; } }
  @media (max-width: 400px) {
    .information-contact #content {
      margin: 120px 0px 30px 0px; } }

#information-contact #content h2 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin: 0px 0px 3px 0px; }
  @media (max-width: 992px) {
    #information-contact #content h2 {
      margin: 0px 0px 35px 0px; } }

#information-contact #content .contact-info-block.contact-email-form h2 {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  margin: 0px 0px 25px 0px; }
  @media (max-width: 768px) {
    #information-contact #content .contact-info-block.contact-email-form h2 {
      margin: 0px 0px 16px 0px; } }

#information-contact .contact-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 992px) {
    #information-contact .contact-flex-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; } }

.information-contact #content .contact-flex-row h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  text-align: center;
  color: #ffffff;
  margin: 0px 0px 25px 0px; }

.information-contact .map {
  height: 230px;
  width: 100%;
  margin: 32px 0px 0px 0px;
  border-radius: 10px; }
  @media (max-width: 480px) {
    .information-contact .map {
      margin: 30px 0px 0px 0px;
      height: 384px; } }

.information-contact .map iframe {
  border-radius: 10px;
  height: 230px; }
  @media (max-width: 480px) {
    .information-contact .map iframe {
      height: 384px; } }

.information-contact .contact-info-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 520px;
          flex: 1 1 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 0px 15px; }
  @media (max-width: 992px) {
    .information-contact .contact-info-block {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }
  @media (max-width: 480px) {
    .information-contact .contact-info-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media (max-width: 992px) {
  .information-contact .contact-info-block.contact-email-form {
    margin: 0px 20px 0px 10px; } }
@media (max-width: 768px) {
  .information-contact .contact-info-block.contact-email-form {
    margin: 0px 15px 0px 10px; } }

.information-contact .contact-info-block-column {
  margin: 0px 120px 0px 0px; }
  @media (max-width: 1310px) {
    .information-contact .contact-info-block-column {
      margin: 0px 60px 0px 0px; } }
  @media (max-width: 480px) {
    .information-contact .contact-info-block-column {
      margin: 0px 0px 44px 0px;
      width: 100%; } }
  @media (max-width: 420px) {
    .information-contact .contact-info-block-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.information-contact .contact-info-block-column h1 {
  font-weight: 400; }

.information-contact .contact-info-block-column:last-child {
  margin: 0px 0px 0px 0px; }
  @media (max-width: 480px) {
    .information-contact .contact-info-block-column:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0px 0px 0px 0px;
      width: 100%; } }

.information-contact .contact-info-block-text-title {
  font-size: 14px;
  line-height: 20px;
  color: #000000; }

.information-contact .contact-info-block-column .contact-info-block-text-title-one {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0px 0px 0px 21px; }

.information-contact #content p {
  white-space: nowrap;
  margin: 0px 0px 16px 0px;
  font-size: 14px;
  line-height: 20px;
  color: #000000; }

.information-contact .contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 20px 0px; }
  .information-contact .contact-block:last-child {
    margin: 0px 0px 0px 0px; }
  @media (max-width: 480px) {
    .information-contact .contact-block {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; } }
  @media (max-width: 420px) {
    .information-contact .contact-block {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }

.information-contact .contact-block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 60px 0px; }
  .information-contact .contact-block-info:last-child {
    margin: 0px 0px 0px 0px; }
  @media (max-width: 480px) {
    .information-contact .contact-block-info {
      margin: 0px 0px 25px 0px; } }

.information-contact .contact-block__icon::before {
  font-size: 24px;
  color: #ffffff;
  margin: 0px 15px 0px 0px; }

.information-contact .contact-block-info__icon::before {
  font-size: 17px;
  color: #ffffff;
  margin: 3px 15px 0px 0px; }

.information-contact .contact-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .information-contact .contact-block__content span {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin: 0px 0px 6px 0px; }
  .information-contact .contact-block__content a {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #afafaf; }

.information-contact .contact-block-info__content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #afafaf; }
  .information-contact .contact-block-info__content-info span {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin: 0px 0px 6px 0px; }

.information-contact .contact-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 600px;
          flex: 0 1 600px;
  margin: 0px 0px 0px 40px; }
  @media (max-width: 992px) {
    .information-contact .contact-form {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 50px 0px 0px 0px; } }
  @media (max-width: 768px) {
    .information-contact .contact-form {
      width: 100%; } }

.information-contact .form-horizontal h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  margin: 0px 0px 24px 0px;
  white-space: nowrap; }

.information-contact .form-group {
  padding: 0px 0px 0px 0px;
  margin: 0px 5px 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%; }
  @media (max-width: 992px) {
    .information-contact .form-group {
      height: 100%; } }
  @media (max-width: 768px) {
    .information-contact .form-group {
      margin: 0px 5px 0px 0px; } }

.information-contact .form-control {
  border: 1px solid #3d3d3d;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  color: #afafaf;
  height: 36px;
  margin: 0px 0px 16px 0px;
  padding: 8px 16px;
  width: 290px; }
  @media (max-width: 1310px) {
    .information-contact .form-control {
      width: 100%; } }

.information-contact textarea.form-control {
  height: 140px;
  font-size: 14px;
  margin: 0px 0px 0px 0px; }

.information-contact .btn-primary {
  color: #fff;
  width: 100%;
  background: #ff9600;
  border-radius: 7px;
  border-color: #ff9600;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .information-contact .btn-primary:hover {
    background: #747474;
    border-color: #747474; }

.information-contact .btn-primary:active:hover {
  color: #fff;
  background-color: #747474;
  border-color: #747474; }

.information-contact input[type="text"].form-control {
  font-size: 14px; }

.information-contact input[type="tel"].form-control {
  font-size: 14px; }

@media (max-width: 768px) {
  .information-contact .form-horizontal {
    width: 100%; } }

.information-contact .contact-email-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 15px 0px; }
  @media (max-width: 768px) {
    .information-contact .contact-email-form-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }

.information-contact .contact-email-form-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%; }
  @media (max-width: 768px) {
    .information-contact .contact-email-form-left {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0px 0px 16px 0px; } }

.information-contact .contact-email-form-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%; }
  @media (max-width: 768px) {
    .information-contact .contact-email-form-right {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }

#input-email {
  margin: 0px 0px 0px 0px; }

/*
@media (max-width: 1200px) {
	.information-contact #content {
		flex-direction: column;
	}
	.information-contact #content .contact-flex-row {
		margin: 0px 0px 40px 0px;
		flex: 1 1 auto;
		margin: 0px 0px 0px 0px;
	}
	.information-contact .contact-info-block-column:last-child {
		flex: 0 1 33.3333%;
		margin: 0px 0px 0px 0px;
	}
	.information-contact .contact-form {
		flex: 1 1 auto;
		margin: 0px 0px 0px 0px;
	}
}

@media (max-width: 992px) {
	.information-contact #content {
		justify-content: start;
		align-items: start;
		margin: 130px 0px 40px 0px;
	}
	.information-contact #content .contact-flex-row {
		margin: 0px 0px 40px 0px;
		flex: 1 1 auto;
		width: 100%;
	}
	.information-contact .contact-form {
		padding: 15px;
	}
	.information-contact .form-horizontal h2 {
		text-align: center;
	}
	.information-contact .form-group {
		height: auto;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
}
@media (max-width: 768px) {
	.information-contact .form-group {
		height: auto;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	.information-contact .contact-info-block {
		flex-direction: column;
		margin: 0px -10px;
	}
	.information-contact .contact-info-block-column {
		margin: 0px 0px 0px 0px;
		flex: 1 1 auto;
	}
	.information-contact .contact-info-block-column .contact-info-block-text-title-one {
		margin: 0px 0px 0px 0px;
	}
	.information-contact .footer-phone {
		display: flex;
		align-items: center;
		&::before {
			content: "";
			display: none;
		}
	}

	.information-contact .footer-telegram {
		display: flex;
		align-items: center;
		&::before {
			content: "";
			display: none;
		}
	}

	.information-contact .footer-viber {
		display: flex;
		align-items: center;
		&::before {
			content: "";
			display: none;
		}
	}

	.information-contact .footer-email {
		display: flex;
		align-items: center;
		&::before {
			content: "";
			display: none;
		}
	}
	.information-contact .contact-info-block-address {
		order: 3;
	}
}

@media (max-width: 480px) {
	.information-contact #content {
		margin: 115px 0px 40px 0px;
	}
	.information-contact #content .contact-flex-row h2 {
		font-size: 20px;
		line-height: 30px;
		margin: 0px 0px 15px 0px;
	}
	.information-contact .form-horizontal h2 {
		margin: 0px 0px 15px 0px;
		font-weight: 600;
		font-size: 20px;
		color: #000000;
	}
	.information-contact input[type="text"].form-control {
		font-size: 14px;
	}

	.information-contact input[type="tel"].form-control {
		font-size: 14px;
	}
}
*/
#input-name::-webkit-input-placeholder {
  color: #afafaf; }
#input-name:-ms-input-placeholder {
  color: #afafaf; }
#input-name::-ms-input-placeholder {
  color: #afafaf; }
#input-name::placeholder {
  color: #afafaf; }

#input-email::-webkit-input-placeholder {
  color: #afafaf; }

#input-email:-ms-input-placeholder {
  color: #afafaf; }

#input-email::-ms-input-placeholder {
  color: #afafaf; }

#input-email::placeholder {
  color: #afafaf; }

#input-telephone::-webkit-input-placeholder {
  color: #afafaf; }

#input-telephone:-ms-input-placeholder {
  color: #afafaf; }

#input-telephone::-ms-input-placeholder {
  color: #afafaf; }

#input-telephone::placeholder {
  color: #afafaf; }

#input-enquiry::-webkit-input-placeholder {
  color: #afafaf; }

#input-enquiry:-ms-input-placeholder {
  color: #afafaf; }

#input-enquiry::-ms-input-placeholder {
  color: #afafaf; }

#input-enquiry::placeholder {
  color: #afafaf; }

.category-page #content {
  padding: 0px 15px 50px 0px; }
  @media (max-width: 1200px) {
    .category-page #content {
      padding: 0px 0px 50px 0px; } }
  @media (max-width: 991px) {
    .category-page #content {
      padding: 0px 0px 30px 0px; } }

.category-page .section._top-header-active-two {
  padding: 180px 0px 0px 0px; }
  @media (max-width: 991px) {
    .category-page .section._top-header-active-two {
      padding: 130px 0px 0px 0px; } }
  @media (max-width: 768px) {
    .category-page .section._top-header-active-two {
      padding: 103px 0px 0px 0px; } }

.category-page #content .product-wrap .product-layout .product-thumb {
  border: none;
  border-radius: 0px;
  padding: 15px;
  margin-right: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .category-page #content .product-wrap .product-layout .product-thumb:hover {
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3); }

.category-page #content .product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 20px;
  width: calc(100% - 25px); }
  @media (max-width: 1200px) {
    .category-page #content .product-wrap {
      width: calc(100% + 0px); } }
  @media (max-width: 992px) {
    .category-page #content .product-wrap {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 15px 0px;
      width: calc(100% + 0px); } }
  @media (max-width: 768px) {
    .category-page #content .product-wrap {
      margin: 0px 0px 0px -2px;
      width: calc(100% + 0px); } }

.category-page #content .latest-holder .product-wrap {
  padding-bottom: 100px;
  margin: 0 -20px;
  width: calc(100% + 40px); }
  @media (max-width: 991px) {
    .category-page #content .latest-holder .product-wrap {
      padding-bottom: 100px;
      margin: 0 -9px 0px -10px;
      width: calc(100% + 20px); } }
  @media (max-width: 768px) {
    .category-page #content .latest-holder .product-wrap {
      padding-bottom: 40px; } }

@media (max-width: 600px) {
  .category-page .latest-holder .subtitle-showmore {
    display: none; } }

.category-page #content .product-wrap .product-layout {
  border: none;
  padding: 0;
  margin: 0px 0px 20px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% / 4);
          flex: 0 1 calc(100% / 4); }
  @media (max-width: 1310px) {
    .category-page #content .product-wrap .product-layout {
      padding: 0px 0px 0px 0px; } }
  @media (max-width: 1200px) {
    .category-page #content .product-wrap .product-layout {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(100% / 3);
              flex: 0 1 calc(100% / 3); } }
  @media (max-width: 992px) {
    .category-page #content .product-wrap .product-layout {
      margin: 0px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(100% / 2 - 4px * 2);
              flex: 0 1 calc(100% / 2 - 4px * 2); } }
  @media (max-width: 400px) {
    .category-page #content .product-wrap .product-layout {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; } }

.category-page .product-wrap .product-layout:hover {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3); }

.mfilter-button-reset {
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
  color: #222222;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .mfilter-button-reset:hover {
    color: #222222;
    text-decoration: none; }
  @media (max-width: 992px) {
    .mfilter-button-reset {
      background: #403d3d;
      border-radius: 4px;
      color: #ff9600;
      padding: 5px 10px;
      text-decoration: none; }
      .mfilter-button-reset:hover {
        color: #ff9600; } }

@media (max-width: 1310px) {
  .category-page .price-holder-left .price-holder-left__price span {
    white-space: normal; } }
@media (max-width: 1200px) {
  .category-page .price-holder-left .price-holder-left__price span {
    white-space: nowrap; } }
@media (max-width: 400px) {
  .category-page .price-holder-left .price-holder-left__price span {
    white-space: normal; } }

.category-page .page-content-description {
  margin: 0px 220px 120px 220px; }
  .category-page .page-content-description h1 {
    margin: 0px 0px 10px 0px; }
  .category-page .page-content-description h2 {
    margin: 0px 0px 10px 0px; }
  .category-page .page-content-description p {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin: 0px 0px 0px 0px; }
  @media (max-width: 1200px) {
    .category-page .page-content-description {
      margin: 0px 100px 120px 100px; } }
  @media (max-width: 992px) {
    .category-page .page-content-description {
      margin: 0px 0px 120px 0px; } }
  @media (max-width: 768px) {
    .category-page .page-content-description {
      margin: 0px 0px 40px 0px; } }
  @media (max-width: 768px) {
    .category-page .page-content-description h1 {
      margin: 0px 0px 0px 0px; } }

@media (min-width: 992px) {
  .category-page .col-md-12 .page-content-description {
    width: auto; } }
.category-page .btn-primary {
  background: #d6720c;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  min-width: 200px;
  margin: 15px 0px 20px 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #d6720c;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative; }
  .category-page .btn-primary span {
    position: relative; }
  .category-page .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91.27deg, #f8a70e 0.23%, #cd650c 78.44%);
    border-radius: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
  .category-page .btn-primary:hover::before {
    opacity: 1; }
  @media (max-width: 992px) {
    .category-page .btn-primary {
      border: 1px solid #ffffff;
      text-decoration: underline;
      margin: 30px 0px 20px 0px; }
      .category-page .btn-primary:hover {
        color: #9d3f38;
        text-decoration: none;
        background-color: #ffffff;
        border-color: #ffffff; } }

.category-page .btn-primary:active {
  color: #ffffff;
  border-color: #d6720c;
  background-color: #d6720c;
  border-color: #d6720c;
  -webkit-box-shadow: none;
          box-shadow: none; }

.category-page .btn-primary[disabled] {
  color: #ffffff;
  border-color: #d6720c;
  background-color: #d6720c;
  border-color: #d6720c;
  -webkit-box-shadow: none;
          box-shadow: none; }

.category-page .btn-primary[disabled]:focus {
  color: #ffffff;
  border-color: #d6720c;
  background-color: #d6720c;
  border-color: #d6720c;
  -webkit-box-shadow: none;
          box-shadow: none; }

.category-page .btn-primary:active:hover {
  color: #ffffff;
  border-color: #d6720c;
  background-color: #d6720c;
  border-color: #d6720c;
  -webkit-box-shadow: none;
          box-shadow: none; }

.filter-button-holder {
  display: none; }
  @media (max-width: 991px) {
    .filter-button-holder {
      display: block; } }

@media (max-width: 991px) {
  .category-page #column-left {
    padding: 0px 0px 0px 0px; } }
#column-left,
#column-right {
  border: none; }

.mfilter-box {
  padding: 30px 0px 0px 0px;
  margin: -70px 0px 120px 0px; }
  @media (max-width: 991px) {
    .mfilter-box {
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px;
      overflow: hidden; } }

.box-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 16px 24px 0px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000; }
  .box-heading::before {
    content: "";
    width: 40px;
    height: 18px;
    display: block;
    margin: 0px 10px 0px 0px;
    background: url("../image/icons/filter.svg") 0 0 no-repeat; }
  @media (max-width: 991px) {
    .box-heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      margin: 0px;
      background: #211f1f;
      padding: 18px;
      font-weight: 500;
      color: #ffffff;
      margin: 0px 0px 15px 0px; }
      .box-heading::before {
        content: "";
        -webkit-filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(252%) contrast(118%);
                filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(252%) contrast(118%); } }

.box-heading .close {
  display: none; }
  @media (max-width: 992px) {
    .box-heading .close {
      display: block;
      width: 30px;
      opacity: 1;
      margin: 0px 0px 0px 30px;
      height: 15px;
      background: url("../image/icons/close.svg") 0 0 no-repeat; } }
  @media (max-width: 400px) {
    .box-heading .close {
      margin: 0px 0px 0px 15px; } }

.pull-right.mfilter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.categories-holder {
  display: none; }

.mfilter-heading {
  cursor: pointer;
  background: #f5f6f6;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #111110;
  border-top: none; }

.mfilter-light-theme .mfilter-heading {
  font-weight: 500;
  color: black;
  background: none; }

.mfilter-light-theme .mfilter-heading-content {
  padding: 0px 5px 15px 20px;
  border-bottom: none; }

.mfilter-heading .mfilter-head-icon {
  display: block;
  float: right;
  background: url("fonts/icons/arrow.svg") no-repeat 0 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  width: 12px;
  height: 6px;
  margin-right: -3px;
  margin-top: 8px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.mfilter-heading.mfilter-collapsed .mfilter-head-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.mfilter-heading.mfilter-collapsed .mfilter-head-icon::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.mfilter-opts-container {
  padding: 10px 0px 10px 0px; }

.mfilter-filter-item .mfilter-options {
  padding: 0px 0px 0px 9px; }

.mfilter-light-theme .mfilter-price-inputs > input {
  border: 1px solid #e5e5e5;
  border-radius: 0px !important;
  padding: 2px 14px;
  margin: 0px 0 10px 0;
  height: 20px;
  font-size: 14px;
  line-height: 120%;
  color: #111110;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.mfilter-tb-as-td .mfilter-col-input > input {
  background-color: #ffffff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.mfilter-price-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 16px 0; }

.category-page input[type="text"].form-control {
  font-size: 14px; }

#mfilter-opts-price-min,
#mfilter-opts-price-max {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
  min-width: 100px;
  max-width: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 3px !important; }

body .mfilter-light-theme .mfilter-slider-slider .ui-slider-range,
body .mfilter-light-theme #mfilter-price-slider .ui-slider-range {
  background: #111110 !important; }

.mfilter-light-theme .mfilter-slider-slider,
.mfilter-light-theme #mfilter-price-slider {
  background: lightgrey !important;
  height: 2px !important;
  margin: 0px !important; }

.mfilter-light-theme .mfilter-slider-slider .ui-slider-handle,
.mfilter-light-theme #mfilter-price-slider .ui-slider-handle {
  width: 8px !important;
  height: 8px !important;
  background: #111110 !important;
  margin-top: 1.3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  border: 1px solid #111110;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: -6px !important; }

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -6px; }

.mfilter-light-theme .mfilter-price-slider {
  padding: 0 0 5px 4px !important;
  margin-right: 0px !important;
  margin-left: 0px;
  background: none !important;
  margin: 0px; }

.mfilter-col-count {
  display: none; }

.mfilter-light-theme .mfilter-tb-as-td {
  border-top: none;
  padding: 4px 0px; }

.filter-button-holder {
  display: none; }

.mfilter-light-theme .mfilter-tb-as-tr:hover {
  background-color: #ffffff; }

body .mfilter-light-theme .mfilter-col-input input {
  position: absolute;
  top: 3px;
  width: 20px;
  height: 20px;
  margin: 0px;
  z-index: -1;
  opacity: 0; }

.mfilter-col-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 0px 35px; }

.mfilter-col-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  margin: 0px 10px 0px 5px;
  border: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 90%; }

.mfilter-col-inp:checked + .mfilter-col-label::before {
  border-color: #ff9600;
  background-color: #ff9600;
  background-image: url("fonts/icons/checked.svg"); }

.mfilter-light-theme .mfilter-col-input {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.category-page .btn-group.btn-group-sm {
  display: none; }

.mfilter-box .mfilter-selected-filters-cnt a {
  margin: 6px;
  background: #cdcdcd;
  height: 20px; }

.mfilter-box .mfilter-selected-filters-cnt {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.mfilter-light-theme .mfilter-content .mfilter-selected-filters .mfilter-selected-filters-cnt a > span {
  border-bottom: none;
  font-size: 12px;
  line-height: 120%;
  color: #111110; }

.mfilter-box .mfilter-selected-filters-cnt a > span {
  padding: 3px 5px; }

.mfilter-box .mfilter-selected-filters-cnt a > span.mfilter-close {
  width: 1%;
  padding: 0px 5px 0px 0px; }

.mfilter-selected-filters-cnt a > span.mfilter-close i {
  background: url("../image/close-mfilter.svg") no-repeat;
  width: 10px;
  height: 10px;
  padding: 0;
  display: block;
  float: right;
  margin: 0px; }

.col-md-2.col-sm-6.hide-in-mobile {
  display: none; }

.category-page-top-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 15px 0px; }
  .category-page-top-block h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #111110;
    margin: 0px 10px 0px 15px;
    width: 50%; }

.category-page .sort-button-holder {
  width: 50%; }

@media (max-width: 992px) {
  .category-page-top-block {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }
    .category-page-top-block h1 {
      width: 100%;
      margin: 0px 0px 15px 10px; }

  .category-page .sort-button-holder {
    width: 100%;
    padding: 0px 12px 0px 0px; }

  .category-page .text-right.form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 5px; }

  .filter-button-holder {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 10px; }

  .category-page select.simple-input {
    border: 0.5px solid #111110;
    background-color: inherit;
    line-height: 30px;
    height: 30px;
    border-radius: 4px; }

  .category-page button.simple-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background: #d6720c;
    border-radius: 4px;
    line-height: 32px;
    height: 32px; }
    .category-page button.simple-input::before {
      content: "";
      width: 15px;
      height: 14px;
      display: block;
      background: url("../image/icons/filter-mob.svg") 0 0 no-repeat;
      margin: 0px 8px 0px 0px;
      -webkit-filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(252%) contrast(118%);
              filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(252%) contrast(118%); }

  .mfilter-light-theme .mfilter-tb-as-tr:hover {
    background-color: #ffffff; }

  .mfilter-col-label::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    margin: 0px 10px 0px 5px;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% 90%; } }
@media (max-width: 768px) {
  .category-page .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }

  .category-page-top-block {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }
    .category-page-top-block h1 {
      font-size: 20px; }

  .category-page select.simple-input {
    height: 25px;
    line-height: 25px;
    font-size: 12px; }

  .category-page button.simple-input {
    height: 25px;
    line-height: 25px;
    font-size: 12px; } }
@media (max-width: 480px) {
  .mfilter-col-label {
    font-size: 13px; }

  .category-page .sort-button-holder {
    margin: 0px 0px 0px 0px; }

  .category-page .product-wrap .product-layout .product-thumb {
    padding: 8px; }

  .mfilter-light-theme .mfilter-heading-text > span {
    padding-left: 6px;
    font-size: 14px; }

  .mfilter-light-theme .mfilter-heading-content {
    padding: 0px 5px 8px 20px;
    border-bottom: none; }

  .mfilter-light-theme .mfilter-selected-filters-cnt {
    margin-bottom: 10px; }

  .mfilter-price-inputs {
    margin: 0px 0px 0px 0px; }

  .mfilter-light-theme .mfilter-price-slider {
    margin-left: 0px; } }
@media (max-width: 992px) {
  .mfilter-button {
    display: none; } }

.mfilter-light-theme .mfilter-content .mfilter-selected-filters .mfilter-selected-filters-cnt a > span {
  border-bottom: none;
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  padding: 0px 8px 0px 0px; }

.mfilter-box .mfilter-selected-filters-cnt a {
  display: table-row;
  background: #eeeeee;
  border-radius: 4px;
  height: 100%;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 8px 0px; }

.mfilter-heading {
  cursor: pointer;
  font-size: 0px;
  border-top: none;
  margin: 0px 0px 4px 0px; }
  .mfilter-heading:last-child {
    margin: 0px 0px 0px 0px; }

.mfp-no-event {
  display: none; }

.mfilter-box .mfilter-selected-filters-cnt a > span {
  display: table-cell; }

.mfilter-light-theme .mfilter-heading-text > span {
  padding-left: 0px; }

.mfilter-box .mfilter-selected-filters-cnt {
  display: table;
  width: 100%;
  background: none;
  border: none;
  padding: 0px 16px; }

.mfilter-close {
  padding: 8px 5px;
  background: #747474;
  border-radius: 4px;
  min-width: 20px;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .mfilter-close:hover {
    background: #ccc; }

.mfilter-selected-filters-cnt a > span.mfilter-close i {
  background: url("../image/icons/close-filter.svg") no-repeat;
  width: 10px;
  height: 10px;
  padding: 0;
  -webkit-filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(354%) contrast(118%);
          filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(354%) contrast(118%);
  display: block;
  float: right;
  margin: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.mfilter-selected-filters-cnt a > span.mfilter-close:hover i {
  -webkit-filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(104%) contrast(118%);
          filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(104%) contrast(118%); }

.mfilter-light-theme .mfilter-heading-content {
  border-bottom: none;
  background: #eeeeee;
  border-radius: 4px;
  border-bottom: none;
  padding: 12px 16px 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .mfilter-light-theme .mfilter-heading-content:hover {
    background: #dadada; }

@media (max-width: 992px) {
  .mfilter-light-theme .mfilter-heading-content {
    border-radius: 4px;
    margin: 0px 8px; } }
.mfilter-heading-text {
  margin: 0px 0px 0px 0px; }

.mfilter-heading-text span {
  padding: 0px 0px 0px 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #211f1f; }
  @media (max-width: 768px) {
    .mfilter-heading-text span {
      font-size: 14px; } }

.mfilter-heading .mfilter-head-icon {
  background: #d6720c;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0px 0px 0px 0px; }

.mfilter-head-icon::before {
  content: "";
  display: block;
  float: right;
  background: url("../image/icons/arrow-filter.svg") 0 0 no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 8px;
  height: 5px;
  margin: 8px 5px; }

.mfilter-counter {
  display: none; }

.mfilter-opts-container {
  padding: 10px 0px; }

.mfilter-options {
  padding: 0px 20px 0px 16px; }

.mfilter-light-theme .mfilter-col-count {
  display: none; }

.mfilter-tb-as-td {
  padding: 0px 0px 0px 0px;
  border: none; }

.mfilter-light-theme .mfilter-tb-as-td {
  border-top: none; }

label.mfilter-tb-as-td {
  position: relative;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    label.mfilter-tb-as-td {
      font-size: 12px;
      line-height: 120%; } }

label.mfilter-tb-as-td::before {
  content: "";
  min-width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin: 0px 16px 0px 0px; }
label.mfilter-tb-as-td::after {
  content: "";
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 4px;
  background-color: #d6720c;
  border-radius: 2px;
  -webkit-transform: scale(0);
          transform: scale(0); }

.category-page .mfilter-col-input input[type="checkbox"] {
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0px 0px 0px; }

.mfilter-input-active + label.mfilter-tb-as-td::after {
  -webkit-transform: scale(1);
          transform: scale(1); }

.mfilter-filter-item .mfilter-options {
  padding: 0 20px 0px 16px; }
  @media (max-width: 992px) {
    .mfilter-filter-item .mfilter-options {
      padding: 0 23px 0px 24px; } }

.mfilter-tb-as-tr {
  display: block;
  margin: 0px 0px 0px 0px; }
  .mfilter-tb-as-tr:last-child {
    margin: 0px 0px 0px 0px; }

.mfilter-light-theme .mfilter-tb-as-tr:hover {
  background: #ffffff; }

#mfilter-opts-price-min,
#mfilter-opts-price-max {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
  min-width: 100px;
  max-width: 100px;
  display: inline-block;
  text-align: center;
  border-radius: 3px !important; }

.mfilter-light-theme .mfilter-price-inputs > input {
  padding: 5px 20px;
  margin: 0px 0px 0px 0px;
  height: 30px;
  color: #211f1f;
  background: #ffffff;
  border: 1px solid #d6720c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px !important; }

.input-text,
.form-control {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #211f1f;
  padding: 0px 0px 0px 0px; }

.category-page .mfilter-light-theme .mfilter-price-inputs > input {
  padding: 5px 0px;
  margin: 0px 0px 0px 0px;
  height: 30px;
  color: #211f1f;
  background: #ffffff;
  border: 1px solid #d6720c;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px !important; }

.category-page input[type="text"].form-control {
  font-size: 16px; }

.mfilter-price {
  padding: 0px 0px 0px 0px; }

.mfilter-light-theme .mfilter-slider-slider,
.mfilter-light-theme #mfilter-price-slider {
  background: #747474 !important;
  height: 2px !important;
  margin: 10px 6px 0 12px !important; }

body .mfilter-light-theme .mfilter-slider-slider .ui-slider-range,
body .mfilter-light-theme #mfilter-price-slider .ui-slider-range {
  background: #747474 !important; }

.mfilter-slider-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 15px 0px; }

.mfilter-light-theme #mfilter-price-slider .ui-slider-handle {
  width: 14px !important;
  height: 14px !important;
  background: #d6720c !important;
  margin-top: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none; }

.mfilter-light-theme .mfilter-slider-slider .ui-slider-handle,
.mfilter-light-theme #mfilter-price-slider .ui-slider-handle {
  width: 14px !important;
  height: 14px !important;
  background: #d6720c !important;
  margin-top: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none; }

.category-page-top-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 0px 0px 8px 0px;
  padding: 35px 10px 30px 0px;
  margin: -70px 0px 0px 0px; }
  @media (max-width: 1200px) {
    .category-page-top-block {
      padding: 50px 30px 10px 0px;
      margin: -65px 30px 0px 0px; } }
  @media (max-width: 991px) {
    .category-page-top-block {
      background: #ffffff;
      margin: 0px 0px 0px 0px;
      padding: 0px 15px 10px 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 480px) {
    .category-page-top-block {
      padding: 10px 15px 10px 5px; } }

.category-page-button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 991px) {
    .category-page-button-block {
      padding: 15px 0px 0px 15px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

.category-page-top-block .col-md-2 .col-sm-6 h1 {
  padding: 0px 0px 0px 0px;
  font-size: 20px;
  line-height: 24px;
  color: #000000; }

.category-page-clear {
  display: none; }
  @media (max-width: 992px) {
    .category-page-clear {
      display: block;
      margin: 10px 0px 0px 15px; }
      .category-page-clear a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.category-page-clear-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  width: 20px;
  height: 20px;
  background: #747474;
  border-radius: 4px;
  margin: 0px 8px 0px 0px; }
  .category-page-clear-icon::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../image/icons/arrow-write.svg") 0 0 no-repeat; }

.category-page-clear-text {
  font-size: 12px;
  line-height: 15px;
  color: #211f1f; }

.sort-button-holder {
  width: 100%; }
  @media (max-width: 992px) {
    .sort-button-holder {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      padding: 0px 0px 5px 0px; } }

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0px 0px 0px 10px; }
  @media (max-width: 992px) {
    .form-group {
      height: 32px;
      position: relative;
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 768px) {
    .form-group {
      height: 25px; } }

@media (max-width: 992px) {
  .filter-button-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding: 0px 0px 0px 7px;
    margin: 0px 5px 0px -7px; } }

span.simple-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #211f1f; }
  @media (max-width: 992px) {
    span.simple-input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: #ffffff;
      color: #211f1f;
      border: 1px solid #211f1f;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0px 0px 0px 10px;
      pointer-events: none;
      height: 32px; }
      span.simple-input::before {
        content: "";
        display: block;
        width: 15px;
        height: 13px;
        margin: 0px 8px 0px 0px;
        background: url("../image/icons/sorting.svg") 0 0 no-repeat; } }
  @media (max-width: 992px) {
    span.simple-input {
      margin: 0px 0px 0px 5px; } }
  @media (max-width: 768px) {
    span.simple-input {
      border: 1px solid #000000;
      height: 25px; } }

select.simple-input {
  border: 1px solid #ccc;
  line-height: 32px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 5px 16px; }
  @media (max-width: 768px) {
    select.simple-input {
      border-radius: 4px;
      border: 1px solid #000000;
      height: 25px;
      line-height: 25px;
      font-size: 12px; } }

button.simple-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 15px;
  padding: 4px 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  height: 32px;
  background: #841d0f;
  color: #ffffff;
  border: none; }
  button.simple-input::before {
    content: "";
    display: block;
    width: 12px;
    height: 13px;
    margin: 0px 6px 0px 0px;
    background: url("../image/icons/filter-catalog.svg") 0 0 no-repeat; }
  @media (max-width: 768px) {
    button.simple-input {
      height: 25px;
      font-size: 12px; } }

.category-page select.simple-input {
  border: 1px solid #ccc;
  line-height: 17px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 5px 16px; }
  @media (max-width: 768px) {
    .category-page select.simple-input {
      border-radius: 4px;
      border: 1px solid #000000;
      height: 25px;
      line-height: 25px;
      font-size: 12px; } }

.category-main {
  margin: 212px 0px 120px 0px; }
  .category-main h1 {
    margin: 0px 0px 32px -15px; }
  @media (max-width: 1200px) {
    .category-main {
      margin: 242px 0px 120px 0px; } }
  @media (max-width: 991px) {
    .category-main {
      margin: 130px 0px 40px 0px; }
      .category-main h1 {
        margin: 0px 0px 32px 0px; } }
  .category-main__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px -35px -20px -35px;
    width: calc(100% + 70px); }
    @media (max-width: 991px) {
      .category-main__body {
        margin: -20px;
        width: auto; } }
    @media (max-width: 650px) {
      .category-main__body {
        margin: -12px 0px; } }
  .category-main__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    padding: 20px; }
    .category-main__column:nth-last-child(-n + 4) {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%; }
    @media (max-width: 1200px) {
      .category-main__column {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%; }
        .category-main__column:nth-last-child(-n + 4) {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 50%;
                  flex: 0 1 50%; } }
    @media (max-width: 650px) {
      .category-main__column {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        padding: 12px 0px; }
        .category-main__column:nth-last-child(-n + 4) {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%; } }
  .category-main__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    -webkit-box-shadow: 4px 6px 32px rgba(0, 0, 0, 0.12);
            box-shadow: 4px 6px 32px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    height: 100%; }
    .category-main__item h2 a {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #000000;
      margin: 0px 0px 20px 0px; }
    @media (max-width: 650px) {
      .category-main__item {
        padding: 20px; }
        .category-main__item h2 a {
          margin: 0px 0px 0px 0px; } }
  .category-main__content {
    padding: 0px 30px 40px 40px; }
    .category-main__content h2 a {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #000000;
      width: 220px;
      word-wrap: break-word; }
    @media (max-width: 1310px) {
      .category-main__content h2 a {
        width: 185px; } }
    @media (max-width: 1200px) {
      .category-main__content h2 a {
        width: 100%; } }
    @media (max-width: 650px) {
      .category-main__content {
        padding: 0px 0px 0px 0px;
        text-align: center; } }
  .category-main__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 128px;
    margin: 8px 0px 17px 0px; }
    @media (max-width: 650px) {
      .category-main__image {
        margin: 0px 0px 0px 0px; } }
  .category-main__block {
    margin: 15px 0px 0px 0px; }
    @media (max-width: 650px) {
      .category-main__block {
        display: none; } }
    .category-main__block ul {
      list-style: none;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px; }
      .category-main__block ul li {
        padding: 0px 0px 15px 0px; }
        .category-main__block ul li:last-child {
          padding: 0px 0px 0px 0px; }
        .category-main__block ul li a {
          font-size: 14px;
          line-height: 17px;
          color: #000000; }
  .category-main__more {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #841d0f;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 0px 0px 0px 0px; }

.category-main__column:nth-child(n + 13) {
  text-align: center; }

[data-showmore-button] span:last-child {
  display: none; }
._showmore-active [data-showmore-button] span {
  display: none; }
  ._showmore-active [data-showmore-button] span:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@media (max-width: 992px) {
  .sub-categories {
    display: none; } }
.sub-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  float: none;
  left: auto;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #cfcfcf #555;
  z-index: 1;
  margin: 0;
  padding: 0px 0px 0px 15px;
  height: 100%;
  margin: -10px;
  -ms-flex-line-pack: start;
      align-content: flex-start; }
  .sub-categories ul li {
    margin-bottom: 10px;
    width: 14%;
    padding: 10px;
    list-style: none; }
    .sub-categories ul li a {
      display: block;
      text-align: center;
      background: transparent;
      color: #211f1f; }
      .sub-categories ul li a img {
        width: 100%;
        height: auto;
        max-width: 100%;
        padding: 27.5px;
        -webkit-box-shadow: 4px 6px 32px rgba(0, 0, 0, 0.12);
                box-shadow: 4px 6px 32px rgba(0, 0, 0, 0.12);
        border-radius: 8px; }
      .sub-categories ul li a span {
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
        display: block;
        padding: 10px 0 0 0;
        color: #211f1f;
        width: 100%; }
      .sub-categories ul li a:hover img {
        background: #cdcdcd; }

.mfilter-light-theme .mfilter-price-slider {
  padding: 0 0 5px 4px !important;
  margin-right: 0px !important;
  margin-left: -8px;
  background: none !important; }

.category-page-top-block h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #111110;
  margin: 0px 10px 0px 15px;
  width: 100%; }
  @media (max-width: 992px) {
    .category-page-top-block h1 {
      margin: 0px 0px 0px 5px; } }
  @media (max-width: 768px) {
    .category-page-top-block h1 {
      font-size: 20px; } }

.mfilter-price-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 0px 0px; }

body .mfilter-light-theme .mfilter-slider-inputs input {
  background: #ffffff;
  border: 1px solid #d6720c;
  border-radius: 3px !important; }

body .mfilter-light-theme .mfilter-slider-slider,
.mfilter-light-theme #mfilter-price-slider {
  margin: 15px 5px 0px 6px !important; }

body .mfilter-light-theme .mfilter-slider-slider {
  margin: 15px 0px 0px 0px !important; }

body .mfilter-iscroll > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 12px;
  background: #eeeeee;
  border-radius: 8px; }

body .mfilter-iscroll > .scroll-element .scroll-element_outer,
.mfilter-iscroll > .scroll-element .scroll-element_track,
.mfilter-iscroll > .scroll-element .iScrollIndicator {
  border-radius: 3px;
  top: -16px;
  left: 50%;
  width: 6px;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px); }

.category-page .section._active {
  padding: 240px 0px 0px 0px; }
  @media (max-width: 1200px) {
    .category-page .section._active {
      padding: 220px 0px 50px 0px; } }
  @media (max-width: 992px) {
    .category-page .section._active {
      padding: 160px 0px 50px 0px; } }
  @media (max-width: 768px) {
    .category-page .section._active {
      padding: 130px 0px 50px 0px; } }
  @media (max-width: 480px) {
    .category-page .section._active {
      padding: 125px 0px 30px 0px; } }

.product-search .title-catalog {
  padding-bottom: 22px;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 60px; }
  @media (max-width: 990px) {
    .product-search .title-catalog {
      margin: 0 0 40px;
      font-size: 24px;
      padding: 2px 0 22px; } }
  @media (max-width: 640px) {
    .product-search .title-catalog {
      padding-bottom: 11px;
      margin: 0 0 40px;
      font-size: 16px; } }

.bc-search .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .bc-search .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; } }
.bc-search-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0px 0px 20px 0px; }
  .bc-search-top-col {
    width: 50%; }
    .bc-search-top-col--label {
      width: 112px;
      position: relative;
      top: 0px; }
    .bc-search-top-col--input {
      border: 1px solid #888888;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 4px;
      padding: 8px 16px;
      font-size: 16px;
      line-height: 20px;
      color: #999999;
      margin: 0px 16px;
      height: 38px; }
      @media (max-width: 768px) {
        .bc-search-top-col--input {
          width: 100%;
          margin: 10px 0px 10px 0px; } }
    .bc-search-top-col--cat {
      border: 1px solid #888888;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 4px;
      font-size: 16px;
      line-height: 20px;
      color: #999999;
      height: 38px; }
      @media (max-width: 768px) {
        .bc-search-top-col--cat {
          width: 100%;
          margin: 0px 0px 0px 0px; } }
.bc-search .control-label {
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: #000000; }
.bc-search-checkbox-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 991px) {
    .bc-search-checkbox-box {
      margin: 0px 0px 15px 0px; } }
  @media (max-width: 640px) {
    .bc-search-checkbox-box .checkbox-chustom {
      width: 100%;
      margin-bottom: 21px;
      margin-right: 0; } }
.bc-search .button-search {
  margin: 0 0 0 auto;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  color: #ffffff;
  padding: 14px;
  background: #841d0f;
  border-radius: 8px;
  width: 200px; }
  @media (max-width: 991px) {
    .bc-search .button-search {
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 480px) {
    .bc-search .button-search {
      width: 100%; } }
.bc-search .form-group-input-content {
  width: calc(100% - 102px);
  margin: 0 0 0 auto; }
.bc-search-label {
  font-size: 15px;
  margin: 0; }

.bc {
  margin: 0px 0px 40px 0px; }
  @media (max-width: 991px) {
    .bc {
      margin: 0px 0px 20px 0px; } }

.filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .filter-row-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0; }
    @media (max-width: 640px) {
      .filter-row-sort {
        width: 100%;
        max-width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .filter-row-sort .control-label {
      font-size: 15px;
      margin: 0 20px 0 0;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .filter-row-sort .control-label {
          width: 100%;
          margin: 0px 0px 20px 0px; } }
  .filter-row .select-custom {
    margin-right: 20px;
    width: 300px; }
    @media (max-width: 640px) {
      .filter-row .select-custom {
        width: 100%;
        margin: 0; } }
  .filter-row .form-group .control-label {
    margin-right: 20px;
    font-size: 16px;
    white-space: nowrap;
    padding: 4px 0 0; }
    @media (max-width: 640px) {
      .filter-row .form-group .control-label {
        width: 100%;
        margin: 0 0 10px; } }
  .filter-row .form-group .select-custom {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: auto; }
    @media (max-width: 640px) {
      .filter-row .form-group .select-custom {
        width: 100%;
        max-width: 100%; } }
  .filter-row .form-control {
    font-size: 15px !important; }

.product-search .form-control {
  border-bottom: none; }

.select-custom select {
  width: 100%;
  border-bottom: none;
  padding: 0px 0px 0px 0px;
  line-height: normal; }

.product-search select.form-control {
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  width: 100%;
  padding: 8px 16px; }

.product-search input[type="text"].form-control {
  font-size: 16px; }

.product-search .category-page-top-block {
  margin: 0px 0px 0px 0px;
  padding: 15px 0px;
  background: #ffffff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.product-search span.simple-input {
  background: #ffffff;
  width: 99%; }

.product-search .checkbox-chustom label {
  font-size: 16px;
  line-height: 20px;
  color: #000000; }

.product-search .checkbox-chustom label::before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #bfbfbf; }

.product-search .checkbox-chustom label::after {
  content: "";
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 4px;
  background-color: #841d0f;
  border-radius: 2px;
  -webkit-transform: scale(0);
          transform: scale(0); }

.product-search .checkbox-chustom input:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1); }

.product-search input[type="checkbox"]:not(:disabled):active + label::before {
  background-color: #ffffff;
  border-color: #bfbfbf; }

.product-search input[type="checkbox"]:not(:disabled):not(:checked) + label:hover::before {
  border-color: #bfbfbf; }

.product-search .product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  width: calc(100% + 40px); }
  @media (max-width: 991px) {
    .product-search .product-wrap {
      margin: 0px 0px 0px -2px;
      width: calc(100% + 7px); } }

.product-search .form-control:hover,
.product-search .form-control:focus {
  padding: 0px 0px 0px 0px; }

.product-search select.form-control:hover,
.product-search select.form-control:focus {
  padding: 8px 16px; }

.product-search .product-wrap .product-layout {
  border: none;
  padding: 0;
  margin: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% / 4 - 20px * 2);
          flex: 0 1 calc(100% / 4 - 20px * 2); }
  @media (max-width: 1200px) {
    .product-search .product-wrap .product-layout {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(100% / 3 - 20px * 2);
              flex: 0 1 calc(100% / 3 - 20px * 2); } }
  @media (max-width: 991px) {
    .product-search .product-wrap .product-layout {
      margin: 10px 7px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(100% / 2 - 7px * 2);
              flex: 0 1 calc(100% / 2 - 7px * 2); } }

.product-search .category-page-clear {
  display: none; }

@media (max-width: 991px) {
  .product-search .category-page-button-block {
    padding: 0px 0px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 15px 10px 0px 0px; }

  .product-search .category-page-top-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

  .product-search .category-page-top-block .col-md-8 .col-sm-6 h1 {
    width: 50%; }

  .product-search .width100-in-mobile {
    width: 100% !important; } }
@media (max-width: 768px) {
  .product-search .category-page-top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 15px 0px 0px 0px; }

  .product-search .category-page-button-block {
    padding: 0px 0px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15px 0px 0px 0px; }

  .product-search .form-group {
    width: 99%; } }
@media (max-width: 480px) {
  .product-search .form-group {
    width: 98.5%; } }
@media null {
  .shop-rating-holder .col-lg-2, .shop-rating-holder .col-lg-3, .shop-rating-holder .col-lg-4, .shop-rating-holder .col-lg-5, .shop-rating-holder .col-lg-6, .shop-rating-holder .col-lg-7, .shop-rating-holder .col-lg-8, .shop-rating-holder .col-lg-9 {
    width: 100%; } }
.shop-rating-holder .h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #656565;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .shop-rating-holder .h2 {
      font-size: 26px;
      line-height: 1.4;
      text-align: center;
      padding-bottom: 15px;
      margin-bottom: 15px; } }
.shop-rating-holder .text-summary {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #350805;
  padding-bottom: 20px; }
  @media (max-width: 992px) {
    .shop-rating-holder .text-summary {
      padding-bottom: 15px; } }
.shop-rating-holder .text-summary-add-rating {
  margin-bottom: 30px; }
.shop-rating-holder .add-rating-btn {
  width: 100%;
  background: #841d0f;
  border-radius: 7px;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none; }
.shop-rating-holder .text-desc {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .shop-rating-holder .text-desc {
      padding-bottom: 15px;
      margin-bottom: 15px; } }
.shop-rating-holder .summary-rating-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  @media (max-width: 992px) {
    .shop-rating-holder .summary-rating-holder {
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .shop-rating-holder .summary-rating-holder p {
    margin: 0; }
  .shop-rating-holder .summary-rating-holder .summary-rating {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-bottom: 20px; }
    .shop-rating-holder .summary-rating-holder .summary-rating.track1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 65%;
              flex: 0 0 65%; }
      @media (max-width: 992px) {
        .shop-rating-holder .summary-rating-holder .summary-rating.track1 {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
    .shop-rating-holder .summary-rating-holder .summary-rating.track2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 35%;
              flex: 0 0 35%; }
      .shop-rating-holder .summary-rating-holder .summary-rating.track2 input.knob {
        font: bold 22px "Montserrat", sans-serif !important; }
  @media (max-width: 992px) {
    .shop-rating-holder .summary-rating-holder {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .shop-rating-holder .summary-rating-holder .summary-rating {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
        .shop-rating-holder .summary-rating-holder .summary-rating.track1, .shop-rating-holder .summary-rating-holder .summary-rating.track2 {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
.shop-rating-holder .big-num {
  font-weight: bold;
  font-size: 72px;
  line-height: 1;
  color: #841d0f; }
.shop-rating-holder .p0-20 {
  padding: 0 20px; }
.shop-rating-holder .rating-review-list-holder .list-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #350805;
  margin-bottom: 20px; }
.shop-rating-holder .rating-review-list-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .shop-rating-holder .rating-review-list-holder ul li {
    margin: 0;
    padding: 20px 0;
    width: 100%; }
    .shop-rating-holder .rating-review-list-holder ul li p.custommer {
      line-height: 1;
      border-bottom: 1px solid #350805;
      margin: 0 0 10px 0;
      padding: 0 0 10px 0; }
      .shop-rating-holder .rating-review-list-holder ul li p.custommer span {
        margin: 0;
        padding: 0;
        line-height: 1; }
      .shop-rating-holder .rating-review-list-holder ul li p.custommer .rate-star-show {
        margin-right: 3px;
        width: 15px;
        height: 15px; }
  .shop-rating-holder .rating-review-list-holder ul.pagination > li {
    width: 32px;
    padding: 0;
    margin-right: 5px; }
.shop-rating-holder .goodonce-title {
  font-weight: bold;
  color: #65DAC4; }
.shop-rating-holder .badonce-title {
  font-weight: bold;
  color: #B9323A; }

.rating-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 13px; }
  @media (max-width: 992px) {
    .rating-track {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .rating-track .rating-progress {
    position: absolute;
    height: 100%;
    -webkit-transition: width .4s ease-in;
    transition: width .4s ease-in;
    width: 8%;
    background-color: #65dac4;
    z-index: 1; }
  .rating-track .rating-dot {
    position: relative;
    width: 2%;
    height: 8px;
    margin-left: 19%;
    background-color: #fff;
    float: left;
    z-index: 2; }
  .rating-track .rating-bar-label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin-right: 5%; }
    @media (max-width: 992px) {
      .rating-track .rating-bar-label {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-right: 0; } }
  .rating-track .rating-bar {
    background: #eee;
    position: relative;
    height: 8px;
    margin: 0 auto;
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 200px; }
    @media (max-width: 992px) {
      .rating-track .rating-bar {
        margin: 0;
        text-align: left;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80%;
                flex: 0 0 80%; } }
  .rating-track .rating-bar-label-green {
    white-space: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    font-weight: bold;
    font-size: 14px;
    color: #65dac4;
    padding-left: 10px; }
    @media (max-width: 992px) {
      .rating-track .rating-bar-label-green {
        margin: 0;
        text-align: left;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }

.rate-star.star-hover, .rate-star.star-change {
  background-position: bottom; }

#add-rating-popup .rate-star.star-hover,
#add-rating-popup .rate-star.star-change,
#add-rating-popup .rate-star:hover {
  background-position: bottom; }
#add-rating-popup .rating-track .rating-bar-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-right: 0; }
#add-rating-popup .rating-track .rating-bar-label-green {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
  padding-left: 0; }
#add-rating-popup #input-comment {
  width: 100%;
  resize: none;
  height: 57px; }

.comments-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .comments-holder .col-1 {
    width: auto; }
  .comments-holder .col-2 {
    width: 50%; }

.edit-track .rating-track .rating-progress {
  cursor: pointer; }

.product-compare {
  padding: 150px 0px 50px 0px; }
  @media (max-width: 992px) {
    .product-compare {
      padding: 144px 0px 50px 0px; } }
  @media (max-width: 768px) {
    .product-compare {
      padding: 144px 0px 30px 0px; } }
  @media (max-width: 480px) {
    .product-compare {
      padding: 109px 0px 30px 0px; } }
  @media (max-width: 400px) {
    .product-compare {
      padding: 103px 0px 30px 0px; } }

.compare-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 45px 0px;
  padding: 30px 0px 0px 0px; }
  @media (max-width: 768px) {
    .compare-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      padding: 15px 0px 0px 0px;
      margin: 0px 0px 25px 0px; } }
  .compare-list__text h1 {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    text-transform: none; }
  @media (max-width: 768px) {
    .compare-list__text h1 {
      margin: 0px 0px 15px 0px; } }
  .compare-list__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .compare-list__button-add {
    display: none; }
    @media (max-width: 768px) {
      .compare-list__button-add {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #e7cbcb;
        border-radius: 8px;
        border: none;
        padding: 4px 12px;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        color: #000000;
        margin: 0px 15px 0px 0px; }
        .compare-list__button-add::after {
          content: "+";
          display: block;
          font-size: 22px;
          margin: 0px 0px 0px 4px;
          color: #000000; } }
    @media (max-width: 400px) {
      .compare-list__button-add {
        margin: 0px 5px 0px 0px; } }
  .compare-list__button-onle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 245px;
    background: #cdcdcd;
    border-radius: 7px;
    border: none;
    padding: 8px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #211f1f;
    margin: 0px 15px 0px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .compare-list__button-onle::after {
      content: "";
      display: block;
      width: 16px;
      height: 17px;
      margin: 0px 0px 0px 8px;
      background: url("../image/icons/updata.svg") 0 0 no-repeat; }
    .compare-list__button-onle:hover {
      background: #747474;
      color: #ffffff; }
      .compare-list__button-onle:hover::after {
        content: "";
        -webkit-filter: invert(99%) sepia(7%) saturate(762%) hue-rotate(305deg) brightness(114%) contrast(100%);
                filter: invert(99%) sepia(7%) saturate(762%) hue-rotate(305deg) brightness(114%) contrast(100%); }
    @media (max-width: 768px) {
      .compare-list__button-onle {
        margin: 0px 15px 0px 0px;
        opacity: 1; }
        .compare-list__button-onle._active {
          opacity: 0; } }
  .compare-list__button-remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 245px;
    background: #cdcdcd;
    border-radius: 7px;
    border: none;
    padding: 8px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #211f1f;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .compare-list__button-remove::after {
      content: "";
      display: block;
      width: 16px;
      height: 18px;
      margin: 0px 0px 0px 8px;
      background: url("../image/icons/remove-compare.svg") 0 0 no-repeat; }
    .compare-list__button-remove:hover {
      background: #211f1f;
      color: #ffffff; }
      .compare-list__button-remove:hover::after {
        content: "";
        -webkit-filter: invert(8%) sepia(11%) saturate(223%) hue-rotate(314deg) brightness(96%) contrast(90%);
                filter: invert(8%) sepia(11%) saturate(223%) hue-rotate(314deg) brightness(96%) contrast(90%); }
    @media (max-width: 768px) {
      .compare-list__button-remove {
        background: #ffffff;
        -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 7px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 8px 50px 8px 20px;
        display: none; }
        .compare-list__button-remove._active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .compare-list__button-remove._active:hover {
            background: #ffffff;
            color: #211f1f; }
            .compare-list__button-remove._active:hover::after {
              content: "";
              -webkit-filter: invert(6%) sepia(19%) saturate(0%) hue-rotate(293deg) brightness(97%) contrast(85%);
                      filter: invert(6%) sepia(19%) saturate(0%) hue-rotate(293deg) brightness(97%) contrast(85%); } }
  .compare-list__button-remove-icon {
    display: none; }
    @media (max-width: 768px) {
      .compare-list__button-remove-icon {
        background: #cdcdcd;
        border-radius: 7px;
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 10px;
        width: 36px;
        height: 36px;
        margin: 0px 0px 0px 0px;
        position: relative;
        z-index: 4;
        right: 0; }
        .compare-list__button-remove-icon::after {
          content: "";
          display: block;
          width: 16px;
          height: 18px;
          margin: 0px;
          background: url("../image/icons/remove-compare.svg") 0 0 no-repeat; }
        .compare-list__button-remove-icon._active::after {
          content: "";
          display: block;
          width: 15px;
          height: 15px;
          margin: 0px;
          background: url("../image/icons/close.svg") 0 0 no-repeat;
          -webkit-filter: invert(48%) sepia(3%) saturate(213%) hue-rotate(32deg) brightness(94%) contrast(91%);
                  filter: invert(48%) sepia(3%) saturate(213%) hue-rotate(32deg) brightness(94%) contrast(91%); } }

.product-compare #compare-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #000000;
  background: #e7cccb;
  border-left: #e7cccb; }
  @media (max-width: 992px) {
    .product-compare #compare-title {
      padding: 20px 90px; } }
  @media (max-width: 768px) {
    .product-compare #compare-title {
      background: #ffffff;
      background: #ffffff;
      border-left: none;
      padding: 20px 0px; } }

.product-compare #title-image {
  text-align: left;
  width: 290px;
  padding: 0px 0px 0px 0px; }

.product-compare .table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-top: 1px solid #000000;
  border: 1px solid #000000;
  padding: 20px 20px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  width: 311px; }
  @media (max-width: 768px) {
    .product-compare .table-bordered > tbody > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
      border-left: none;
      border-right: none; } }

.product-compare .table-bordered > tbody > tr > td:last-child {
  border-top: 1px solid #000000;
  border: 1px solid #000000;
  border-right: 1px solid #ffffff;
  padding: 20px 20px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  width: 311px; }
  @media (max-width: 768px) {
    .product-compare .table-bordered > tbody > tr > td:last-child {
      border-left: none;
      border-right: none; } }

.product-compare .table-bordered > #tbody-image {
  border: none; }

.product-compare .table-bordered > #tbody-image > tr > td {
  border-top: none;
  border: none;
  border-right: none; }

.product-compare .table-bordered > #tbody-image > tr > td:last-child {
  border-top: none;
  border: none;
  border-right: none; }

.product-compare .table-bordered > #tbody-image > tr > td:last-child {
  border-top: none;
  border: none;
  border-right: none;
  display: none; }

.product-compare .table-bordered {
  margin: 0px 0px 170px 0px;
  border: none; }
  @media (max-width: 992px) {
    .product-compare .table-bordered {
      margin: 130px 0px 50px 0px; } }
  @media (max-width: 480px) {
    .product-compare .table-bordered {
      margin: 130px 0px 30px 0px; } }

.table > tbody + tbody {
  border-top: none; }

.product-compare .img-thumbnail {
  border: none; }

.product-compare #title-image .product-thumb {
  padding: 30px 16px 16px 16px;
  -webkit-box-shadow: 4px 6px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 4px 6px 32px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin: 0px 20px 40px 20px; }
  @media (max-width: 768px) {
    .product-compare #title-image .product-thumb {
      margin: 0px 8px 45px 8px;
      padding: 16px 12px 12px 12px; } }

.product-compare .product-layout-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 50px; }
  @media (max-width: 600px) {
    .product-compare .product-layout-middle {
      width: auto;
      margin: -40px 0px 0px 105px; } }

.product-compare .btn-danger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff; }
  .product-compare .btn-danger::before {
    content: "";
    width: 16px;
    height: 18px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../image/icons/remove-compare.svg") 0 0 no-repeat; }

.compare__product-row.head-row .image img {
  height: 100px; }
  @media (max-width: 600px) {
    .compare__product-row.head-row .image img {
      width: 85px;
      height: 85px; } }

.product-compare .basket-holder {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 8px 9px 8px;
  background: #d6720c;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .product-compare .basket-holder::before {
    font-size: 18px;
    color: #ffffff; }
  .product-compare .basket-holder:hover {
    background: #211f1f; }

@media (max-width: 1200px) {
  .product-compare .table-bordered > #tbody-image > tr > td:first-child {
    display: none; }

  .product-compare .table-bordered > #tbody-image > tr > td:last-child {
    display: block; } }
@media (max-width: 768px) {
  .product-compare .product__title-cart {
    font-weight: 600;
    margin: 0px 0px 8px 0px; }

  .product-compare .product-description {
    height: 170px; } }
.compare-list__button-onle:hover {
  background: #747474;
  color: #fff; }
  .compare-list__button-onle:hover::after {
    content: "";
    -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(304deg) brightness(104%) contrast(101%);
            filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(304deg) brightness(104%) contrast(101%); }

.compare-list__button-remove:hover {
  background: #211f1f;
  color: #fff; }
  .compare-list__button-remove:hover::after {
    content: "";
    -webkit-filter: invert(99%) sepia(7%) saturate(762%) hue-rotate(305deg) brightness(114%) contrast(100%);
            filter: invert(99%) sepia(7%) saturate(762%) hue-rotate(305deg) brightness(114%) contrast(100%); }

.compare-list__button-onle.active {
  background: #747474;
  color: #fff; }
  .compare-list__button-onle.active::after {
    content: "";
    -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(304deg) brightness(104%) contrast(101%);
            filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(304deg) brightness(104%) contrast(101%); }

.compare-list__button-onle.spin:after {
  -webkit-animation: spin 1s linear 0s infinite;
  animation: spin 1s linear 0s infinite; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.compare__wrap {
  margin: 0px 0px 50px 0px; }
  @media (max-width: 768px) {
    .compare__wrap {
      margin: 0px 0px 30px 0px; } }
.compare__image-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.compare__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 830px;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 768px) {
    .compare__body {
      height: auto;
      overflow: visible; } }
.compare__main-column {
  position: relative;
  z-index: 1; }
.compare__main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e7cccb;
  padding: 0px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  min-width: 310px;
  height: 80px; }
  .compare__main-row:last-child {
    border-bottom: none; }
  @media (max-width: 768px) {
    .compare__main-row {
      min-width: 200px;
      min-height: 70px;
      border-bottom: 1px solid #000000;
      border-top: 1px solid #000000;
      border-left: none;
      border-right: none;
      background: #ffffff; } }
.compare__product {
  margin: 0px 0px 0px -2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 256px;
  /*
  @media (min-width: 768px) {
  	&:hover {
  		background-color: #eee;
  	}
  }
  */ }
  @media (max-width: 768px) {
    .compare__product {
      display: none; } }
.compare__product-mob {
  display: none; }
  @media (max-width: 768px) {
    .compare__product-mob {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.compare__product-image {
  -webkit-transform: translateY(var(--top));
          transform: translateY(var(--top));
  width: 256px;
  min-height: 180px;
  padding: 20px 0px 30px 0px;
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .compare__product-image {
      width: auto;
      min-height: auto;
      padding: 0px 0px 0px 0px; } }
.compare__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #211f1f;
  padding: 5px 0px 5px 15px;
  height: 30px; }
  @media (max-width: 600px) {
    .compare__name {
      padding: 5px 0px 5px 0px; } }
.compare__product-row {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #211f1f;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 13px 15px;
  border-top: 1px solid #cdcdcd;
  height: 100px;
  width: 256px; }
  .compare__product-row:last-child {
    border-bottom: none;
    border-right: none; }
.compare__product-row-text {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #797878;
  height: 24px;
  overflow: hidden;
  padding: 0px 0px 5px 0px; }

.compare__main-row.head-row {
  min-height: 480px;
  background: #ffffff;
  border: none;
  padding: 0px 0px 40px 0px;
  width: 310px;
  -webkit-transform: translateY(var(--top));
          transform: translateY(var(--top));
  position: relative;
  z-index: 2; }

.compare__product-row.head-row {
  margin: 0px;
  background: #ffffff;
  padding: 1px 15px 0px 24px;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  border: none;
  text-align: center;
  position: relative;
  z-index: 2; }
  @media (max-width: 992px) {
    .compare__product-row.head-row {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%; } }
  @media (max-width: 768px) {
    .compare__product-row.head-row {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; } }
  @media (max-width: 600px) {
    .compare__product-row.head-row {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 100%; }
      .compare__product-row.head-row::after {
        content: "";
        width: 100%;
        display: block;
        border-bottom: 1px solid #cdcdcd; } }

.compare__product-row.head-row .product-info {
  position: relative; }
  @media (max-width: 600px) {
    .compare__product-row.head-row .product-info {
      width: 100%; } }

@media (max-width: 600px) {
  .compare__product-row.head-row .product-layout-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.compare__product-row.head-row .product-thumb .image {
  padding: 4px 55px 25px 55px; }

.compare__product-row.head-row .product-thumb.transition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }

.compare__product-row.head-row .product__title-cart {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #211f1f;
  height: 72px;
  overflow: hidden;
  margin: 0px 0px 10px 0px; }

.compare__product-row.head-row .price-holder-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 50px; }

.compare__product-row.head-row .price-old {
  font-size: 12px;
  font-weight: normal;
  color: #929292;
  line-height: 1;
  padding-bottom: 0;
  margin: 0; }

.compare__product-row.head-row .price-new {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #211f1f; }

.compare__product-row.head-row .price-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.compare__product-row.head-row .price-holder .price {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #211f1f; }

.compare__product-row.head-row .price-holder.is-special .price-new {
  color: #ff2727; }

.compare__product-row.head-row .price-holder-left__article {
  display: none; }

.compare__image-mob .compare__product-row.head-row {
  display: none; }

.product-compare .product-description {
  height: auto; }
  @media (max-width: 600px) {
    .product-compare .product-description {
      margin: 0px 0px 0px 20px; } }

.compare-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  */ }
  @media (max-width: 992px) {
    .compare-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 600px) {
    .compare-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0px 0px 15px 0px; } }

.compare-item .product-info {
  padding: 15px 0px 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  position: relative; }
  @media (max-width: 992px) {
    .compare-item .product-info {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%; } }
  @media (max-width: 768px) {
    .compare-item .product-info {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; } }
  @media (max-width: 600px) {
    .compare-item .product-info {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 100%;
      padding: 10px 0px 5px 0px; } }

.compare-holder {
  margin: 0px 0px 60px 0px; }
  @media (max-width: 768px) {
    .compare-holder {
      margin: 0px 0px 45px 0px; } }

.compare-item .product-info .attr-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px; }

.compare__product-row.head-row {
  padding: 0 15px 16px 15px; }
  @media (max-width: 600px) {
    .compare__product-row.head-row {
      padding: 0 0px 16px 0px; } }

.compare__product-row.head-row .product__title-cart {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #211f1f;
  height: 47px; }
  @media (max-width: 600px) {
    .compare__product-row.head-row .product__title-cart {
      text-align: left;
      width: 90%; } }

.compare__product-row-text {
  overflow: visible;
  padding: 0px 0px 5px 0px;
  height: auto;
  width: 100%; }

.compare-item .product-info .attr-item span {
  width: 100%; }

.compare__name.bordered {
  border-bottom: 1px solid #cdcdcd;
  line-height: 1.2; }
  @media (max-width: 600px) {
    .compare__name.bordered {
      border-bottom: none; } }

@media (max-width: 768px) {
  .compare__product .compare__product-row.head-row {
    display: none; }

  .compare__main-row.head-row {
    display: none; }

  .compare__content {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */ }

  .compare__content::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */ }

  .product-compare .product-description {
    height: auto; } }
@media (min-width: 768px) {
  .compare__body {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */ }

  .compare__body::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */ }

  .compare__product:hover .compare__product-row {
    background-color: #eee; }

  .compare__product:hover .compare__product-image {
    background-color: #eee; }

  .compare__product:hover .compare__product-row.head-row {
    background-color: #ffffff; } }
/* theme files */
.callback-button:focus,
.callback-button {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 350px;
  margin: 0 auto; }

.callback-button:hover {
  color: #350805;
  background: #fff; }

.flex-block-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 62px;
  overflow: hidden; }
  @media (max-width: 480px) {
    .flex-block-holder {
      height: 58px; } }

/* paralax */
.paralax-wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 0px 0px 35px 0px;
  margin: -15px 0px 0px 0px; }
  @media (max-width: 768px) {
    .paralax-wrapper {
      padding: 0px 0px 15px 0px; } }
  .paralax-wrapper .paralax-holder {
    padding: 25px 0px 0px 0px;
    min-height: 480px; }
    @media (max-width: 768px) {
      .paralax-wrapper .paralax-holder {
        padding: 15px 0px 0px 0px;
        min-height: 300px; } }
    @media (max-width: 480px) {
      .paralax-wrapper .paralax-holder {
        min-height: 130px; } }
  .paralax-wrapper .paralax-banner {
    min-height: 480px;
    background: transparent; }
    @media (max-width: 768px) {
      .paralax-wrapper .paralax-banner {
        min-height: 300px; } }
    @media (max-width: 480px) {
      .paralax-wrapper .paralax-banner {
        min-height: 130px; } }
  .paralax-wrapper .paralax-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 480px; }
    @media (max-width: 768px) {
      .paralax-wrapper .paralax-content {
        min-height: 300px; } }
    @media (max-width: 480px) {
      .paralax-wrapper .paralax-content {
        min-height: 130px; } }
  .paralax-wrapper .paralax-h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    margin: 0px 0px 37px 0px; }
    @media (max-width: 768px) {
      .paralax-wrapper .paralax-h1 {
        font-size: 20px;
        margin: 0px 0px 8px 0px; } }
  .paralax-wrapper .paralax-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 318px;
    height: 50px;
    background: -webkit-gradient(linear, right top, left top, color-stop(5.99%, #ce650d), color-stop(94.87%, #f7a80c));
    background: linear-gradient(270deg, #ce650d 5.99%, #f7a80c 94.87%); }
    .paralax-wrapper .paralax-button a {
      font-weight: 700;
      font-size: 18px;
      line-height: 120%;
      color: #ffffff;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
    @media (max-width: 768px) {
      .paralax-wrapper .paralax-button {
        width: 175px;
        height: 26px; }
        .paralax-wrapper .paralax-button a {
          font-size: 12px; } }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .rating .fa-stack {
    margin-right: 1px;
    font-size: 7px; }
  .rating .fa-star {
    color: #111110; }
    .rating .fa-star + .fa-star-o {
      color: #111110; }
    .rating .fa-star-o {
      color: #111110; }
  .rating .product-btn-items {
    margin: 0px 0px 0px 7px;
    position: relative; }
    .rating .product-btn-items::before {
      font-size: 16px;
      color: #111110;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .rating .product-btn-items span {
      position: absolute;
      top: 0px;
      right: -14px;
      font-size: 10px;
      line-height: 120%;
      color: #111110; }
    @media (max-width: 768px) {
      .rating .product-btn-items {
        margin: 0px 0px 0px 9px; }
        .rating .product-btn-items::before {
          font-size: 12px;
          color: #111110; }
        .rating .product-btn-items span {
          font-size: 8px; } }
    @media (max-width: 400px) {
      .rating .product-btn-items {
        margin: 0px 0px 0px 7px; } }

.product-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 400px) {
    .product-col-2 {
      margin: 5px 0px 0px 0px; } }
  .product-col-2 .product-btn-items {
    margin: 0px 18px 0px 0px; }
    .product-col-2 .product-btn-items::before {
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      font-size: 16px;
      color: #111110; }
    .product-col-2 .product-btn-items:hover::before {
      color: #d6720c; }
    .product-col-2 .product-btn-items:last-child {
      margin: 0px 0px 0px 0px; }
    @media (max-width: 768px) {
      .product-col-2 .product-btn-items {
        margin: 0px 8px 0px 0px; }
        .product-col-2 .product-btn-items::before {
          font-size: 12px; } }
    @media (max-width: 400px) {
      .product-col-2 .product-btn-items {
        margin: 0px 4px 0px 0px; } }

.product-layout-desc {
  margin: 10px 0px 0px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .product-layout-desc ul {
    padding: 0px 0px 0px 0px;
    margin: -5px 0px; }
    .product-layout-desc ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 0px; }
      .product-layout-desc ul li img {
        display: block;
        width: auto;
        margin: 0px 15px 0px 0px; }
        @media (max-width: 480px) {
          .product-layout-desc ul li img {
            margin: 0px 10px 0px 0px;
            max-width: 15px; } }
      @media (max-width: 480px) {
        .product-layout-desc ul li {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: start; } }
      .product-layout-desc ul li div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
  @media (max-width: 768px) {
    .product-layout-desc {
      margin: 8px 0px 0px 0px; }
      .product-layout-desc ul {
        margin: -3px 0px; }
        .product-layout-desc ul li {
          padding: 3px 0px; }
          .product-layout-desc ul li::before {
            font-size: 15px;
            margin: 0px 10px 0px 0px; } }
  .product-layout-desc__title {
    font-weight: 700;
    font-size: 11px;
    line-height: 120%;
    color: #211f1f;
    margin: 0px 0px 5px 0px; }
    @media (max-width: 768px) {
      .product-layout-desc__title {
        font-size: 12px;
        margin: 0px 0px 3px 0px; } }
  .product-layout-desc__subtitle {
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    color: #211f1f; }
    @media (max-width: 768px) {
      .product-layout-desc__subtitle {
        font-size: 10px; } }
    @media (max-width: 480px) {
      .product-layout-desc__subtitle {
        word-break: break-all; } }

/* owl */
.product-layout {
  padding: 15px; }
  @media (max-width: 768px) {
    .product-layout {
      padding: 8px; } }
  .product-layout .product-layout-middle::after {
    content: "";
    display: block;
    border-bottom: 1px solid #cdcdcd;
    margin: 15px 0px 0px 0px; }
  @media (max-width: 768px) {
    .product-layout .product-layout-middle::after {
      content: "";
      margin: 8px 0px 0px 0px; } }
  .product-layout .product-layout-bottom {
    padding-top: 10px; }
    .product-layout .product-layout-bottom .flex-block-holder {
      -ms-flex-line-pack: end;
          align-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .product-layout .product-layout-bottom .fast-delivery-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      padding-top: 10px;
      border-top: 1px solid #cdcdcd;
      background-color: #ffffff;
      margin-top: 15px;
      font-size: 12px;
      line-height: 120%;
      color: #111110; }
      .product-layout .product-layout-bottom .fast-delivery-holder::before {
        font-size: 12px;
        color: #ff9600;
        margin: 0px 10px 0px 0px; }
      .product-layout .product-layout-bottom .fast-delivery-holder img {
        display: none; }
      @media (max-width: 768px) {
        .product-layout .product-layout-bottom .fast-delivery-holder {
          padding-top: 8px;
          margin-top: 8px;
          font-size: 10px; }
          .product-layout .product-layout-bottom .fast-delivery-holder::before {
            font-size: 10px;
            margin: 0px 5px 0px 0px; } }
  .product-layout .product__cat {
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #000000; }
    @media (max-width: 768px) {
      .product-layout .product__cat {
        font-size: 12px; } }
  .product-layout .product-thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-layout .button-item {
    margin: 0px 0px 10px 0px; }
    .product-layout .button-item:last-child {
      margin: 0px 0px 0px 0px; }
    @media (max-width: 768px) {
      .product-layout .button-item {
        margin: 0px 0px 5px 0px; } }
  .product-layout .cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: #211f1f;
    border-radius: 7px;
    font-weight: 700;
    padding: 9px 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .product-layout .cart-btn:hover {
      color: #ffffff;
      background: #747474; }
    @media (max-width: 768px) {
      .product-layout .cart-btn {
        padding: 6px 12px;
        font-size: 11px; } }
  .product-layout .price-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px 5px 0px; }
    .product-layout .price-holder .price-new {
      font-weight: 700;
      font-size: 20px;
      line-height: 120%;
      color: #d6720c; }
      @media (max-width: 768px) {
        .product-layout .price-holder .price-new {
          font-size: 16px; } }
    @media (max-width: 768px) {
      .product-layout .price-holder {
        margin: 0px 0px 8px 0px; } }
    .product-layout .price-holder.is-special .price-new {
      color: #ff2727; }
    .product-layout .price-holder.is-special .price-old {
      font-size: 12px;
      font-weight: normal;
      color: #929292;
      line-height: 1;
      padding-bottom: 0;
      margin: 0; }
      @media (max-width: 992px) {
        .product-layout .price-holder.is-special .price-old {
          font-size: 11px; } }
      @media (max-width: 414px) {
        .product-layout .price-holder.is-special .price-old {
          font-size: 3vw; } }

.zoom-banner .product-layout {
  padding: 0px 0px 0px 0px; }

.zoom-banner .owl-carousel .product-layout {
  -webkit-box-shadow: none;
          box-shadow: none; }

.owl-carousel .product-layout {
  margin: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .owl-carousel .product-layout:hover {
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3); }
  @media (max-width: 768px) {
    .owl-carousel .product-layout {
      margin: 15px 4px 17px 4px;
      -webkit-box-shadow: 0px 2.58151px 9.68067px rgba(0, 0, 0, 0.12);
              box-shadow: 0px 2.58151px 9.68067px rgba(0, 0, 0, 0.12); } }
.owl-carousel .owl-pagination {
  top: 0; }
.owl-carousel .owl-controls .owl-page span {
  display: block;
  width: 7px;
  height: 7px;
  background: #e5e5e5;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none; }
.owl-carousel .owl-controls .owl-page.active span {
  background: #350805; }
.owl-carousel .owl-dots {
  display: none; }
  @media (max-width: 992px) {
    .owl-carousel .owl-dots {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline; }
        .owl-carousel .owl-dots .owl-dot span {
          width: 4px;
          height: 4px;
          margin: 0px 10px 0px 10px;
          background: #FF9600;
          display: block;
          -webkit-backface-visibility: visible;
          -webkit-transition: opacity 200ms ease;
          transition: opacity 200ms ease;
          border-radius: 50%; } }
      @media (max-width: 992px) and (max-width: 768px) {
        .owl-carousel .owl-dots .owl-dot span {
          width: 4px;
          height: 4px;
          margin: 0px 12px 0px 12px; } }
  @media (max-width: 992px) {
        .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
          width: 8px;
          height: 8px;
          background: #D6720C; } }
.owl-carousel .owl-nav {
  height: 0;
  z-index: 1; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    font-family: "FontAwesome" !important;
    color: #222222 !important;
    font-size: 26px !important;
    top: 45%;
    position: absolute;
    z-index: 5;
    margin-top: -44px;
    width: 15px;
    height: 24px; }
    .owl-carousel .owl-nav button.owl-prev span,
    .owl-carousel .owl-nav button.owl-next span {
      display: none; }
  .owl-carousel .owl-nav button.owl-prev {
    left: -15px; }
    .owl-carousel .owl-nav button.owl-prev:before {
      content: "\f053"; }
    .owl-carousel .owl-nav button.owl-prev:hover::before {
      -webkit-filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(121%) contrast(118%);
              filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(121%) contrast(118%); }
  .owl-carousel .owl-nav button.owl-next {
    right: -15px; }
    .owl-carousel .owl-nav button.owl-next:after {
      content: "\f054"; }
    .owl-carousel .owl-nav button.owl-next:hover::after {
      -webkit-filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(121%) contrast(118%);
              filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(121%) contrast(118%); }
  @media (max-width: 992px) {
    .owl-carousel .owl-nav {
      display: none; } }

.zoom-banner .owl-nav {
  display: none; }

.category-page #content {
  background: #ffffff; }
  .category-page #content .product-wrap {
    margin: 0px 0px 0px 20px;
    width: calc(100% - 25px);
    padding: 0; }
    @media (max-width: 992px) {
      .category-page #content .product-wrap {
        margin: 0px 0px 0px 5px;
        width: calc(100% - 10px); } }
    .category-page #content .product-wrap .product-layout {
      border: none;
      padding: 0;
      margin-bottom: 25px; }
      .category-page #content .product-wrap .product-layout:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
      @media (max-width: 992px) {
        .category-page #content .product-wrap .product-layout {
          margin: 4px; } }
      .category-page #content .product-wrap .product-layout .product-thumb {
        background: #ffffff;
        padding: 15px 20px;
        margin-right: 0px;
        -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
                box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12); }
        @media (max-width: 992px) {
          .category-page #content .product-wrap .product-layout .product-thumb {
            -webkit-box-shadow: 0px 2.58151px 9.68067px rgba(0, 0, 0, 0.12);
                    box-shadow: 0px 2.58151px 9.68067px rgba(0, 0, 0, 0.12); } }
      .category-page #content .product-wrap .product-layout .caption {
        min-height: auto; }
  .category-page #content .pagination-wrap {
    padding-top: 5px; }

.product-wrap .product__desc {
  display: none; }
.product-wrap .product-list .product-layout-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .product-wrap .product-list .product-layout-top .image {
    padding-right: 30px; }
    .product-wrap .product-list .product-layout-top .image img {
      min-width: 150px; }
  .product-wrap .product-list .product-layout-top .caption {
    margin-left: 0; }
    .product-wrap .product-list .product-layout-top .caption .product__cat {
      text-align: left; }
    .product-wrap .product-list .product-layout-top .caption .product__desc {
      display: block; }

.simple-input {
  font-size: 14px;
  padding: 0 10px;
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: 4px; }

select.simple-input {
  line-height: 32px;
  height: 32px;
  background-color: #ffffff; }

textarea.simple-input {
  line-height: 1.4;
  height: auto; }

@media (max-width: 992px) {
  .width100-in-mobile {
    width: 100% !important; }

  .sidebar-offcanvas {
    margin: auto;
    position: fixed;
    width: 90%;
    max-width: 350px;
    background: #fff;
    z-index: 1005;
    top: 0;
    left: -100%;
    bottom: 0;
    overflow-y: auto;
    padding: 10px;
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s; }
    .sidebar-offcanvas._active {
      left: 0; }

  body.overflow-hide {
    overflow: hidden; }
    body.overflow-hide .header {
      z-index: 2; }
    body.overflow-hide .main-content {
      z-index: 6; }
      body.overflow-hide .main-content .sidebar-offcanvas {
        z-index: 5; }
      body.overflow-hide .main-content #content {
        z-index: 2; }

  .filter-overlay-g {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: rgba(0, 0, 0, 0.4); }
    .filter-overlay-g.active {
      opacity: 1;
      z-index: 3;
      visibility: visible; } }
.swiper-button-next,
.swiper-button-prev {
  color: #350805; }

input,
button,
textarea,
select,
input:hover,
button:hover,
textarea:hover,
select:hover,
input:focus,
button:focus,
с textarea:focus,
select:focus,
input:active,
button:active,
textarea:active,
select:active {
  outline: none !important; }

.has-error .form-control {
  border-color: #841d0f;
  -webkit-box-shadow: none;
          box-shadow: none; }

.page-content-description img {
  max-width: 100%;
  height: auto; }

/* > новые кнопки для карточки товара в листинге */
.product-layout .product-layout-bottom .flex-block-holder .flex-item {
  width: 100%; }
.product-layout .product-layout-bottom .price-holder {
  text-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.product-layout .product-thumb .button-holder .button-item .cart-btn.cart-btn-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 9px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #111110;
  font-size: 14px;
  line-height: 120%;
  color: #111110;
  font-weight: 400;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .product-layout .product-thumb .button-holder .button-item .cart-btn.cart-btn-call:hover {
    border: 1px solid #111110;
    color: #ffffff;
    background: #111110; }
  @media (max-width: 768px) {
    .product-layout .product-thumb .button-holder .button-item .cart-btn.cart-btn-call {
      padding: 5px 12px;
      font-size: 10px; } }

.header {
  pointer-events: auto; }
  .header._hidden-modal {
    pointer-events: none; }
  .header__top {
    background: transparent;
    background: #000000;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .header__bottom {
    position: relative;
    background: #211f1f;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .header .btn-link,
  .header .btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 0px 0px 0px 10px;
    color: #222222;
    text-align: left; }
    .header .btn-link:focus, .header .btn-link:hover,
    .header .btn:focus,
    .header .btn:hover {
      padding: 0px 0px 0px 10px;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: #222222;
      text-align: left; }
    @media (max-width: 991px) {
      .header .btn-link,
      .header .btn {
        color: #ffffff;
        padding: 0px 0px 0px 4px; }
        .header .btn-link:focus, .header .btn-link:hover,
        .header .btn:focus,
        .header .btn:hover {
          padding: 0px 0px 0px 4px;
          color: #ffffff; } }

.wrapper--scroll .header__bottom {
  background: rgba(33, 31, 31, 0.75); }
.wrapper--scroll .header__top {
  margin-top: -40px; }
  @media (max-width: 768px) {
    .wrapper--scroll .header__top {
      margin-top: -30px; } }
  @media (max-width: 480px) {
    .wrapper--scroll .header__top {
      margin-top: -25px; } }

@media (max-width: 768px) {
  .common-home.modal-open .header._hidden {
    pointer-events: none; } }

.top-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 0px; }
  @media (max-width: 768px) {
    .top-header__content {
      padding: 5px 0px; } }
.top-header__title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 122%;
  text-align: center;
  color: #ffffff; }
  @media (max-width: 768px) {
    .top-header__title {
      font-size: 16px; } }
  @media (max-width: 480px) {
    .top-header__title {
      font-size: 13px; } }
.top-header__lang {
  margin: 0px 20px 0px 0px; }

.lang-top-header__logo {
  display: none; }
  @media (max-width: 991px) {
    .lang-top-header__logo {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .lang-top-header__logo img {
        max-height: 40px;
        margin: 0; } }
@media (max-width: 991px) {
  .lang-top-header__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    margin: 0px 0px 0px 10px; } }
.lang-top-header__item {
  margin: 0px 0px 0px 6px; }

.dropdown-menu {
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
  border: none;
  width: 55px;
  color: #222222; }
  .dropdown-menu li {
    border-bottom: 1px solid #111111; }
    .dropdown-menu li:last-child {
      border-bottom: none; }
  @media (max-width: 991px) {
    .dropdown-menu {
      width: 40px; } }

.bottom-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0px; }
  @media (max-width: 768px) {
    .bottom-header__content {
      padding: 10px 0px; } }
.bottom-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .bottom-header__left._active {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.bottom-header__logo {
  margin: 0px 30px; }
  .bottom-header__logo a {
    display: inline-block; }
  .bottom-header__logo img {
    display: inline-block;
    height: 30px;
    width: auto; }
  @media (max-width: 992px) {
    .bottom-header__logo {
      margin: 0px 17px; } }
  @media (max-width: 768px) {
    .bottom-header__logo img {
      max-height: 20px;
      min-height: auto; } }
  @media (max-width: 400px) {
    .bottom-header__logo {
      margin: 0px 5px; } }
.bottom-header__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.left-bottom-header__form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 350px;
          flex: 1 1 350px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 20px 0px 0px; }
  @media (max-width: 992px) {
    .left-bottom-header__form-content {
      background: rgba(33, 31, 31, 0.75);
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
              filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
      border-radius: 0px;
      position: absolute;
      top: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      width: 100%;
      z-index: 55;
      right: -100%;
      -webkit-transition: right 0.3s ease 0s;
      transition: right 0.3s ease 0s;
      padding: 10px 15px;
      margin: 0px 0px 0px 0px;
      opacity: 0; }
      .left-bottom-header__form-content._hidden {
        right: -110%; }
      .left-bottom-header__form-content._active {
        right: 0;
        opacity: 1; } }
.left-bottom-header__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 79px 13px 23px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 350px;
          flex: 1 1 350px;
  height: 42px;
  position: relative;
  background: #ffffff;
  border-radius: 7px; }
  @media (max-width: 992px) {
    .left-bottom-header__form {
      width: 100%; } }
.left-bottom-header__microphone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  right: 42px;
  top: 10px;
  border: none;
  background: #ffffff;
  cursor: pointer; }
  .left-bottom-header__microphone::before {
    color: #333333;
    font-size: 17px;
    margin: 0px 10px 0px 10px; }
  .left-bottom-header__microphone::after {
    content: "";
    border: 0.5px solid #d8d8d8;
    height: 22px;
    background: #d8d8d8; }
.left-bottom-header__search {
  position: absolute;
  width: 42px;
  height: 42px;
  display: block;
  top: 0;
  right: 0;
  background: #ff9600;
  border-radius: 0px 7px 7px 0px;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .left-bottom-header__search::before {
    color: #333333;
    font-size: 24px; }
  .left-bottom-header__search:hover::before {
    color: #ffffff; }
.left-bottom-header__input {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #403d3d; }
  .left-bottom-header__input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #403d3d; }
  .left-bottom-header__input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #403d3d; }
  .left-bottom-header__input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #403d3d; }
  .left-bottom-header__input::placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #403d3d; }
.left-bottom-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.menu__button {
  margin: 0px 20px 0px 0px;
  background: #403d3d;
  border-radius: 7px;
  padding: 9px 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer; }
  .menu__button:hover {
    background: #d6720c; }
  .menu__button._active {
    background: #d6720c; }
  @media (max-width: 992px) {
    .menu__button {
      margin: 0px 15px 0px 0px; } }
  @media (max-width: 768px) {
    .menu__button {
      padding: 8px 10px; } }
  @media (max-width: 400px) {
    .menu__button {
      margin: 0px 5px 0px 0px;
      padding: 5px 10px; } }
.menu__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff; }
  .menu__label::before {
    font-size: 24px;
    color: #ffffff;
    margin: 0px 10px 0px 0px; }
  @media (max-width: 768px) {
    .menu__label {
      font-size: 13px; }
      .menu__label::before {
        font-size: 16px;
        margin: 0px 5px 0px 0px; } }
.menu__burger {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: auto;
  left: -305px;
  -webkit-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  width: 305px;
  z-index: 55;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .menu__burger._active {
    left: 0; }
.menu__shadow {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: -1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .menu__shadow._active {
    opacity: 1;
    height: 100vh; }
.menu__shadow-catalog-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .menu__shadow-catalog-menu._active {
    opacity: 1;
    height: 100vh; }
.menu__shadow-search {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .menu__shadow-search._active {
    opacity: 1;
    height: 100vh; }
.menu__shadow-phone {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .menu__shadow-phone._active {
    opacity: 1;
    height: 100vh; }
.menu__icon-burger {
  display: none; }
  .menu__icon-burger._active {
    display: block;
    position: absolute;
    top: 21px;
    right: 20px;
    width: 24px;
    height: 20px;
    cursor: pointer;
    z-index: 57;
    background: none;
    border: none;
    padding: 0px 0px 0px 0px;
    background: none;
    border: none; }
    .menu__icon-burger._active span, .menu__icon-burger._active::before, .menu__icon-burger._active::after {
      content: "";
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      right: 0;
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #ffffff;
      border-radius: 3px; }
    .menu__icon-burger._active:hover span, .menu__icon-burger._active:hover::before, .menu__icon-burger._active:hover::after {
      content: "";
      background-color: #7e7e7e; }
    .menu__icon-burger._active span {
      width: 0; }
    .menu__icon-burger._active::before {
      top: calc(50% - 1px);
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .menu__icon-burger._active::after {
      bottom: calc(50% - 1px);
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.menu-burger__top {
  padding: 20px;
  width: 305px;
  background: #211f1f; }
.menu-burger__top-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 992px) {
    .menu-burger__top-logo {
      margin: 0px 0px 25px 0px; } }
.menu-burger__logo {
  margin: 0px 10px 20px 0px; }
  .menu-burger__logo a {
    display: inline-block; }
  .menu-burger__logo img {
    display: inline-block;
    max-height: 20px;
    width: auto; }
  @media (max-width: 992px) {
    .menu-burger__logo {
      margin: 0px 25px 0px 0px; } }
.menu-burger__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 0px 0px;
  background: none;
  border: none;
  margin: 0px 0px 15px 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .menu-burger__button::before {
    font-size: 24px;
    color: #211f1f;
    margin: 0px 10px 0px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .menu-burger__button:hover::before {
    color: #d6720c; }
.menu-burger__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #211f1f; }
.menu-burger__basket {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 0px 0px;
  background: none;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .menu-burger__basket::before {
    font-size: 24px;
    color: #211f1f;
    margin: 0px 10px 0px 0px; }
  .menu-burger__basket:hover::before {
    color: #ff9600; }
.menu-burger__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  margin: 0px 0px 15px 0px; }
  .menu-burger__contact::before {
    font-size: 17px;
    color: #ffffff;
    margin: 0px 15px 0px 0px; }
.menu-burger__center {
  background: #ffffff;
  padding: 15px 20px; }
.menu-burger__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #d6720c;
  display: block;
  margin: 0px 0px 12px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .menu-burger__title:hover {
    text-decoration: underline;
    color: #d6720c; }
.menu-burger__menu {
  border-top: 1px solid #d8d8d8;
  padding: 15px 0px 0px 0px;
  margin: 15px 0px 0px 0px; }
  .menu-burger__menu ul {
    padding: 0px;
    list-style: none;
    margin: -6px 0px; }
    .menu-burger__menu ul li {
      padding: 6px 0px;
      font-size: 14px;
      line-height: 17px; }
      .menu-burger__menu ul li a {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #211f1f;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .menu-burger__menu ul li a::before {
          content: attr(data-text);
          height: 0;
          visibility: hidden;
          overflow: hidden;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          pointer-events: none;
          font-weight: 700;
          text-decoration: underline; }
        .menu-burger__menu ul li a:hover {
          color: #d6720c;
          font-weight: 700;
          color: #d6720c;
          border-left: none;
          border-right: none;
          border-top: none;
          position: relative;
          background: none; }
.menu-burger__bottom {
  padding: 30px;
  width: 305px;
  background: #211f1f;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
.menu-burger__language {
  display: none; }
  @media (max-width: 992px) {
    .menu-burger__language {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .menu-burger__language span {
        border: 0.5px solid #7e7e7e;
        height: 22px;
        background: #7e7e7e;
        margin: 0px 6px; } }
.menu-burger__telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #ffffff;
  margin: 0px 0px 10px 0px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .menu-burger__telephone::before {
    font-size: 21px;
    width: 17px;
    margin: 0px 15px 0px 0px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .menu-burger__telephone:hover {
    color: #ff9600; }
    .menu-burger__telephone:hover::before {
      color: #ff9600; }
.menu-burger__telegram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #ffffff;
  margin: 0px 0px 10px 0px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .menu-burger__telegram::before {
    font-size: 17px;
    margin: 0px 15px 0px 0px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .menu-burger__telegram:hover {
    color: #ff9600; }
    .menu-burger__telegram:hover::before {
      color: #ff9600; }
.menu-burger__viber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #ffffff;
  margin: 0px 0px 10px 0px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .menu-burger__viber::before {
    font-size: 22px;
    width: 17px;
    margin: 0px 15px 0px 0px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .menu-burger__viber:hover {
    color: #ff9600; }
    .menu-burger__viber:hover::before {
      color: #ff9600; }
.menu-burger__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #ffffff;
  margin: 0px 0px 10px 0px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .menu-burger__email::before {
    font-size: 17px;
    margin: 0px 15px 0px 0px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .menu-burger__email:hover {
    color: #ff9600; }
    .menu-burger__email:hover::before {
      color: #ff9600; }

.menu-burger__button:hover .menu-burger__label {
  color: #d6720c; }

.menu-burger__basket:hover .right-bottom-header__basket-text {
  color: #d6720c; }

.icon-menu {
  display: block;
  position: relative;
  width: 28px;
  height: 20px;
  cursor: pointer;
  z-index: 57;
  background: none;
  border: none;
  padding: 0px 0px 0px 0px;
  background: none;
  border: none; }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 3px; }
  .icon-menu:hover span, .icon-menu:hover::before, .icon-menu:hover::after {
    content: "";
    background-color: #7e7e7e; }
  .icon-menu::before {
    top: 0; }
  .icon-menu::after {
    bottom: 0; }
  .icon-menu span {
    top: calc(50% - 1px); }
  @media (max-width: 400px) {
    .icon-menu {
      height: 16px; } }

.right-bottom-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 60px 0px 0px; }
  @media (max-width: 1200px) {
    .right-bottom-header__contact {
      background: rgba(33, 31, 31, 0.75);
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
              filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
      border-radius: 0px;
      position: absolute;
      top: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      width: 100%;
      right: -100%;
      z-index: 55;
      -webkit-transition: right 0.3s ease 0s;
      transition: right 0.3s ease 0s;
      padding: 20px 30px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0px 0px 0px 0px;
      opacity: 0; }
      .right-bottom-header__contact._hidden {
        right: -100%; }
      .right-bottom-header__contact._active {
        right: 0;
        opacity: 1; } }
  @media (max-width: 414px) {
    .right-bottom-header__contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.right-bottom-header__popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(91.27deg, #f8a70e 0.23%, #cd650c 78.44%);
  border-radius: 7px;
  padding: 15px;
  width: 100%;
  margin: 5px 0px 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative; }
  .right-bottom-header__popup span {
    position: relative; }
  .right-bottom-header__popup::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d6720c;
    border-radius: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
  .right-bottom-header__popup:focus {
    color: #ffffff;
    background: #d6720c; }
  .right-bottom-header__popup:hover::before {
    content: "";
    opacity: 1; }
.right-bottom-header__basket {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 0px 0px;
  background: none;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .right-bottom-header__basket::before {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 24px;
    color: #ffffff; }
  .right-bottom-header__basket:hover::before {
    color: #ff9600; }
.right-bottom-header__basket-num {
  position: absolute;
  top: -3px;
  left: 16px;
  width: 12px;
  height: 12px;
  background: #ff9600;
  border-radius: 50%;
  font-weight: 600;
  font-size: 8px;
  color: #211f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
.right-bottom-header__basket-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #211f1f; }
.right-bottom-header__search {
  display: none; }
  @media (max-width: 992px) {
    .right-bottom-header__search {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0px 15px 0px 0px;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .right-bottom-header__search::before {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 24px;
        color: #ffffff; }
      .right-bottom-header__search:hover::before {
        color: #ff9600; }
      .right-bottom-header__search._active::before {
        color: #ff9600; } }
  @media (max-width: 400px) {
    .right-bottom-header__search {
      margin: 0px 5px 0px 0px; } }
.right-bottom-header__phone {
  display: none; }
  @media (max-width: 1200px) {
    .right-bottom-header__phone {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0px 15px 0px 0px;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .right-bottom-header__phone::before {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 24px;
        color: #ffffff; }
      .right-bottom-header__phone:hover::before {
        color: #ff9600; }
      .right-bottom-header__phone._active::before {
        color: #ff9600; } }
  @media (max-width: 400px) {
    .right-bottom-header__phone {
      margin: 0px 5px 0px 0px; } }
.right-bottom-header__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 20px 0px 0px; }
  .right-bottom-header__language span {
    border: 0.5px solid #7e7e7e;
    height: 22px;
    background: #7e7e7e;
    margin: 0px 6px; }
  @media (max-width: 992px) {
    .right-bottom-header__language {
      display: none; } }
.right-bottom-header__lang {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #7e7e7e;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .right-bottom-header__lang._active {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff; }
  .right-bottom-header__lang:hover {
    color: #ffffff; }
.right-bottom-header__balance::before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 22px;
  color: #ffffff;
  margin: 0px 20px 0px 0px; }
.right-bottom-header__balance:hover::before {
  color: #ff9600; }
@media (max-width: 1200px) {
  .right-bottom-header__balance::before {
    margin: 0px 15px 0px 0px; } }
@media (max-width: 400px) {
  .right-bottom-header__balance::before {
    margin: 0px 5px 0px 0px; } }

.lang-uk::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0px 3px 0px 0px;
  background: url("../image/icons/languages.svg") 0 0 no-repeat; }

@media (max-width: 992px) {
  .contact-header-bottom-right {
    margin: 0px; } }
.contact-header-bottom-right__telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #ffffff;
  margin: 0px 20px 0px 0px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .contact-header-bottom-right__telephone::before {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 22px;
    margin: 0px 5px 0px 0px;
    color: #ffffff; }
  .contact-header-bottom-right__telephone:hover {
    color: #ff9600; }
    .contact-header-bottom-right__telephone:hover::before {
      color: #ff9600; }
  @media (max-width: 1200px) {
    .contact-header-bottom-right__telephone {
      padding: 0px 17px;
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .contact-header-bottom-right__telephone {
      margin: 0px 0px 0px 0px;
      font-size: 14px; } }
  @media (max-width: 414px) {
    .contact-header-bottom-right__telephone {
      padding: 5px 0px; } }
.contact-header-bottom-right__telegram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #ffffff;
  margin: 0px 20px 0px 0px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .contact-header-bottom-right__telegram::before {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 22px;
    margin: 0px 5px 0px 0px;
    color: #ffffff; }
  .contact-header-bottom-right__telegram:hover {
    color: #ff9600; }
    .contact-header-bottom-right__telegram:hover::before {
      color: #ff9600; }
  @media (max-width: 1200px) {
    .contact-header-bottom-right__telegram {
      padding: 0px 17px;
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .contact-header-bottom-right__telegram {
      margin: 0px 0px 0px 0px;
      padding: 0px 17px;
      font-size: 14px; } }
  @media (max-width: 414px) {
    .contact-header-bottom-right__telegram {
      padding: 5px 0px; } }
.contact-header-bottom-right__viber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #ffffff;
  margin: 0px 20px 0px 0px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .contact-header-bottom-right__viber::before {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 22px;
    margin: 0px 5px 0px 0px;
    color: #ffffff; }
  .contact-header-bottom-right__viber:hover {
    color: #ff9600; }
    .contact-header-bottom-right__viber:hover::before {
      color: #ff9600; }
  @media (max-width: 1200px) {
    .contact-header-bottom-right__viber {
      padding: 0px 17px;
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .contact-header-bottom-right__viber {
      margin: 0px 0px 0px 0px;
      padding: 0px 17px;
      font-size: 14px; } }
  @media (max-width: 414px) {
    .contact-header-bottom-right__viber {
      padding: 5px 0px; } }
.contact-header-bottom-right__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #ffffff;
  margin: 0px 20px 0px 0px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .contact-header-bottom-right__email::before {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 22px;
    margin: 0px 5px 0px 0px;
    color: #ffffff; }
  .contact-header-bottom-right__email:hover {
    color: #ff9600; }
    .contact-header-bottom-right__email:hover::before {
      color: #ff9600; }
  @media (max-width: 1200px) {
    .contact-header-bottom-right__email {
      padding: 0px 17px;
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .contact-header-bottom-right__email {
      margin: 0px 0px 0px 0px;
      padding: 0px 17px;
      font-size: 14px; } }
  @media (max-width: 414px) {
    .contact-header-bottom-right__email {
      padding: 5px 0px; } }

body a {
  text-decoration: none; }
  body a:focus, body a:hover, body a:active {
    text-decoration: none; }
body .dropdown-menu {
  min-width: auto; }
  body .dropdown-menu button {
    color: #350805 !important; }
body #form-language * {
  text-transform: uppercase; }

#spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1999;
  background: #111110;
  width: 100%; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
  .lds-ring div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ff9600 transparent transparent transparent; }
    .lds-ring div:nth-child(1) {
      -webkit-animation-delay: -0.45s;
              animation-delay: -0.45s; }
    .lds-ring div:nth-child(2) {
      -webkit-animation-delay: -0.3s;
              animation-delay: -0.3s; }
    .lds-ring div:nth-child(3) {
      -webkit-animation-delay: -0.15s;
              animation-delay: -0.15s; }

@-webkit-keyframes lds-ring {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-ring {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.menu-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 49;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 100%; }

/*
.header__top.overlay,
.header__breadcrumb.overlay {
	background: transparent;
	opacity: 0.2;
	pointer-events: none;
	filter: blur(2px);
}
*/
#catalog-menu-mob,
.mob-menu-holder {
  display: none; }

@media (max-width: 991px) {
  #catalog-menu {
    display: none; }

  #catalog-menu-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .mob-menu-holder.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 77777; }
    .mob-menu-holder.active .mob-menu-title {
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #ffffff;
      padding: 18px 15px 18px 15px;
      background: #211f1f;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .mob-menu-holder.active .mob-menu-title .close {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_94_9176)'%3E%3Cpath d='M17 1L1 17M1 1L17 17' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_94_9176'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        background-size: cover;
        cursor: pointer;
        opacity: 1; }
      .mob-menu-holder.active .mob-menu-title .title a {
        padding-left: 27px;
        background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L8.41421 7.58579C7.63316 8.36684 7.63317 9.63317 8.41421 10.4142L15 17' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 1L2.41421 7.58579C1.63316 8.36684 1.63317 9.63317 2.41421 10.4142L9 17' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center; }
    .mob-menu-holder.active .mob-menu-wrapper {
      position: relative;
      left: 0;
      width: 100%;
      height: 100%;
      background: #211f1f; }
      .mob-menu-holder.active .mob-menu-wrapper ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
        height: 100vh;
        position: relative;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: thin;
        scrollbar-color: #cfcfcf #555;
        z-index: 1;
        margin: 0;
        padding: 0;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        list-style: none; }
        .mob-menu-holder.active .mob-menu-wrapper ul li {
          list-style: none;
          margin-bottom: 20px;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 33.3333%;
                  flex: 0 1 33.3333%;
          padding: 8px 8px; }
          .mob-menu-holder.active .mob-menu-wrapper ul li.active {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto;
            background: #ffffff; }
          .mob-menu-holder.active .mob-menu-wrapper ul li a {
            display: block;
            text-align: center;
            background: transparent;
            color: #000;
            /*
            &:hover {
            	img {
            		background: #ddd;
            	}
            }
            */ }
            .mob-menu-holder.active .mob-menu-wrapper ul li a img {
              width: 115px;
              height: 115px;
              padding: 27.5px;
              -webkit-box-shadow: 4px 6px 32px rgba(0, 0, 0, 0.12);
                      box-shadow: 4px 6px 32px rgba(0, 0, 0, 0.12);
              border-radius: 8px; }
          .mob-menu-holder.active .mob-menu-wrapper ul li > ul {
            list-style: none;
            display: none;
            padding: 0px 0px 25px 0px;
            margin: 0; }
            .mob-menu-holder.active .mob-menu-wrapper ul li > ul li {
              -webkit-box-flex: 0;
                  -ms-flex: 0 1 33.3333%;
                      flex: 0 1 33.3333%; } }
            @media (max-width: 991px) and (max-width: 768px) {
              .mob-menu-holder.active .mob-menu-wrapper ul li > ul li {
                -webkit-box-flex: 0;
                    -ms-flex: 0 1 50%;
                        flex: 0 1 50%; } }

@media (max-width: 400px) {
  .mob-menu-holder.active .mob-menu-wrapper ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%; }
    .mob-menu-holder.active .mob-menu-wrapper ul li > ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; } }
.level1 a span {
  text-align: center;
  display: block;
  padding: 10px 0 0 0;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff; }

.level2 li a span {
  padding: 10px 0 0 0;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #211f1f; }

.dropdown-menu.dropdown-catalog-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  width: 100%;
  overflow: hidden;
  max-width: 1280px;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border-radius: 0px 0px 8px 8px; }
  .dropdown-menu.dropdown-catalog-menu._active {
    display: block; }
  .dropdown-menu.dropdown-catalog-menu ul {
    height: 440px;
    padding: 35px 0px;
    margin: 0;
    width: 250px;
    position: relative;
    list-style: none;
    overflow: auto;
    background: #211f1f; }
    .dropdown-menu.dropdown-catalog-menu ul._active {
      width: 100%; }
    .dropdown-menu.dropdown-catalog-menu ul li {
      padding: 0;
      border-bottom: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .dropdown-menu.dropdown-catalog-menu ul li > ul {
        list-style: none;
        display: none;
        padding: 15px 0;
        margin: 0; }
      .dropdown-menu.dropdown-catalog-menu ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #ffffff;
        text-align: left;
        width: 250px;
        padding: 7.5px 10px 7.5px 20px; }
        .dropdown-menu.dropdown-catalog-menu ul li a span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .dropdown-menu.dropdown-catalog-menu ul li a span img {
            margin-right: 15px; }
        .dropdown-menu.dropdown-catalog-menu ul li a.has-child::after {
          content: "";
          display: block;
          width: 8px;
          height: 12px;
          background: url("../image/icons/arrow.svg") 0 0 no-repeat; }

.item.has-child-li._active {
  background: #000000;
  color: #fff; }

.item.has-child-li._active > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 250px);
  height: 100%;
  float: none;
  left: auto;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #cfcfcf #555;
  z-index: 1;
  margin: 0;
  padding: 15px 0;
  background: #ffffff;
  height: 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #cdcdcd #555555;
  scrollbar-width: thin; }
  .item.has-child-li._active > ul li {
    margin-bottom: 10px;
    width: 20%; }
    .item.has-child-li._active > ul li a {
      display: block;
      text-align: center;
      background: transparent;
      color: #000; }
      .item.has-child-li._active > ul li a img {
        width: 135px;
        height: 135px;
        padding: 27.5px;
        -webkit-box-shadow: 4px 6px 32px rgba(0, 0, 0, 0.12);
                box-shadow: 4px 6px 32px rgba(0, 0, 0, 0.12);
        border-radius: 8px; }
      .item.has-child-li._active > ul li a span {
        text-align: center;
        display: block;
        padding: 10px 0 0 0;
        width: 100%;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #211f1f; }
      .item.has-child-li._active > ul li a:hover img {
        background: #ddd; }
  @media (max-width: 480px) {
    .item.has-child-li._active > ul li a {
      font-size: 14px; } }

.item.has-child-li._active > ul::-webkit-scrollbar {
  background-color: #cdcdcd;
  border-radius: 8px 0px 0px 8px;
  width: 12px;
  overflow: hidden; }

.item.has-child-li._active > ul::-webkit-scrollbar-thumb {
  background-color: #555555;
  border-radius: 8px;
  width: 6px; }

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

footer {
  padding: 0 !important;
  background: #211f1f;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 0; }
  footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0px 40px 0px;
    border-top: 2px solid #7e7e7e;
    margin: 17px 0px 0px 0px; }
    @media (max-width: 991px) {
      footer .footer-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 35px 0px 35px 0px;
        margin: 35px 22px 0px 22px; } }
    @media (max-width: 480px) {
      footer .footer-content {
        margin: 35px 10px 0px 10px; } }
    @media (max-width: 414px) {
      footer .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 35px 22px 0px 22px; } }
  footer .logo-footer-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 210px;
            flex: 0 1 210px;
    position: relative;
    z-index: 2; }
    footer .logo-footer-holder .logo-footer img {
      max-height: 65px;
      margin: 0; }
      @media (max-width: 550px) {
        footer .logo-footer-holder .logo-footer img {
          max-height: 45px; } }
    @media (max-width: 992px) {
      footer .logo-footer-holder {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 45%;
                flex: 0 1 45%;
        margin: 0px 0px 0px 19px; } }
    @media (max-width: 480px) {
      footer .logo-footer-holder {
        margin: 0px 0px 0px 5px; } }
    @media (max-width: 414px) {
      footer .logo-footer-holder {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin: 0px 0px 0px 0px; } }
  footer .logo-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  footer .logo-footer-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 0px 16px 0px; }
    @media (max-width: 550px) {
      footer .logo-footer-image {
        margin: 0px 0px 12px 0px; } }
  footer .logo-footer-text {
    margin: 0px 0px 0px 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff; }
    @media (max-width: 550px) {
      footer .logo-footer-text {
        font-size: 24px;
        line-height: 36px; } }
  footer .info-footer-holder {
    position: relative;
    z-index: 1; }
  footer .logo-footer-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin: 0px 20px 0px 80px;
    position: absolute; }
    @media (max-width: 992px) {
      footer .logo-footer-text {
        margin: 0px 0px 0px 15px;
        position: relative; } }
  footer .cr-footer-holder {
    padding: 9px 0px 9px 0px;
    position: relative;
    background: linear-gradient(91.27deg, #f8a70e 0.23%, #cd650c 78.44%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    footer .cr-footer-holder p {
      margin: 0 !important; }
    @media (max-width: 992px) {
      footer .cr-footer-holder {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  footer .logo-footer-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    footer .logo-footer-copy p {
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      color: #211f1f; }
      footer .logo-footer-copy p br {
        display: none; }
    @media (max-width: 992px) {
      footer .logo-footer-copy {
        display: none; } }
  footer .contact-block ul {
    list-style: none; }
    footer .contact-block ul li a:after {
      display: none; }
  footer .footer-col-2__facebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    margin: 0px 0px 12px 0px; }
    footer .footer-col-2__facebook::before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      margin: 0px 10px 0px 0px;
      background: url("../image/icons/facebook.svg") 0 0 no-repeat; }
    @media (max-width: 550px) {
      footer .footer-col-2__facebook {
        font-size: 14px;
        line-height: 25px; } }
  footer .footer-col-2__youtube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px; }
    footer .footer-col-2__youtube::before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      margin: 0px 10px 0px 0px;
      background: url("../image/icons/youtube.svg") 0 0 no-repeat; }
    @media (max-width: 550px) {
      footer .footer-col-2__youtube {
        font-size: 14px;
        line-height: 25px; } }
  footer .flex-item.footer-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 21%;
            flex: 0 1 21%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .flex-item.footer-col-1 .h5 {
      display: none;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px; }
    @media (max-width: 992px) {
      footer .flex-item.footer-col-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 45%;
                flex: 0 1 45%;
        margin: 0px 19px 0px 0px; } }
    @media (max-width: 550px) {
      footer .flex-item.footer-col-1 .h5 {
        padding: 0px 0px 2px 0px;
        font-size: 14px;
        line-height: 23px; } }
    @media (max-width: 480px) {
      footer .flex-item.footer-col-1 {
        margin: 0px 5px 0px 0px; } }
    @media (max-width: 414px) {
      footer .flex-item.footer-col-1 {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin: 0px 0px 0px 0px; } }
  footer .flex-item.footer-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 16%;
            flex: 0 1 16%; }
    @media (max-width: 991px) {
      footer .flex-item.footer-col-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 45%;
                flex: 0 1 45%;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        margin: 0px 0px 0px 19px; } }
    @media (max-width: 480px) {
      footer .flex-item.footer-col-2 {
        margin: 0px 0px 0px 5px; } }
    @media (max-width: 414px) {
      footer .flex-item.footer-col-2 {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin: 0px 0px 0px 0px; } }
  footer .flex-item.footer-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 17%;
            flex: 0 1 17%; }
    @media (max-width: 991px) {
      footer .flex-item.footer-col-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 45%;
                flex: 0 1 45%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin: 0px 19px 0px 0px; } }
    @media (max-width: 480px) {
      footer .flex-item.footer-col-3 {
        margin: 0px 5px 0px 0px; } }
    @media (max-width: 414px) {
      footer .flex-item.footer-col-3 {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin: 0px 0px 0px 0px; } }
  footer .flex-item.footer-col-2 .h5, footer .flex-item.footer-col-3 .h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 16px 0px; }
  footer .flex-item.footer-col-2 a,
  footer .flex-item.footer-col-2 a:hover,
  footer .flex-item.footer-col-2 a:focus, footer .flex-item.footer-col-3 a,
  footer .flex-item.footer-col-3 a:hover,
  footer .flex-item.footer-col-3 a:focus {
    color: #fff;
    font-size: 14px;
    line-height: 22px; }
  footer .flex-item.footer-col-2 a:hover,
  footer .flex-item.footer-col-2 a:focus, footer .flex-item.footer-col-3 a:hover,
  footer .flex-item.footer-col-3 a:focus {
    text-decoration: underline; }
  @media (max-width: 550px) {
    footer .flex-item.footer-col-2 .h5, footer .flex-item.footer-col-3 .h5 {
      font-size: 14px;
      line-height: 23px;
      padding: 0px 0px 0px 0px; }
    footer .flex-item.footer-col-2 a, footer .flex-item.footer-col-3 a {
      font-size: 12px;
      line-height: 15px; } }

.contact-block .list-unstyled {
  margin: 0px 0px 25px 0px; }

.f-txt-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  margin: 0px 0px 15px 0px; }
  .f-txt-holder::before {
    font-size: 17px;
    color: #ffffff;
    margin: 0px 15px 0px 0px; }

.logo-footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.logo-footer-copy-mob {
  display: none; }
  @media (max-width: 992px) {
    .logo-footer-copy-mob {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      padding: 0px 0px 20px 0px; }
      .logo-footer-copy-mob p {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #ffffff;
        width: 380px;
        margin: 0px 0px 0px 0px; }
        .logo-footer-copy-mob p br {
          display: none; } }
  @media (max-width: 768px) {
    .logo-footer-copy-mob p {
      font-size: 12px;
      line-height: 15px; } }
  @media (max-width: 480px) {
    .logo-footer-copy-mob p {
      width: 100%; } }

.contacts-logo-footer__telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin: 0px 0px 15px 0px;
  color: #ffffff; }
  .contacts-logo-footer__telephone::before {
    color: #ffffff;
    font-size: 21px;
    width: 17px;
    margin: 0px 15px 0px 0px; }
  .contacts-logo-footer__telephone:hover {
    color: #ff9600; }
    .contacts-logo-footer__telephone:hover::before {
      color: #ff9600; }
  @media (max-width: 550px) {
    .contacts-logo-footer__telephone {
      font-size: 13px;
      line-height: 16px; } }
.contacts-logo-footer__telegram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin: 0px 0px 15px 0px;
  color: #ffffff; }
  .contacts-logo-footer__telegram::before {
    color: #ffffff;
    font-size: 17px;
    margin: 0px 15px 0px 0px; }
  .contacts-logo-footer__telegram:hover {
    color: #ff9600; }
    .contacts-logo-footer__telegram:hover::before {
      color: #ff9600; }
  @media (max-width: 550px) {
    .contacts-logo-footer__telegram {
      font-size: 13px;
      line-height: 16px; } }
.contacts-logo-footer__viber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin: 0px 0px 15px 0px;
  color: #ffffff; }
  .contacts-logo-footer__viber::before {
    color: #ffffff;
    font-size: 22px;
    width: 17px;
    margin: 0px 15px 0px 0px; }
  .contacts-logo-footer__viber:hover {
    color: #ff9600; }
    .contacts-logo-footer__viber:hover::before {
      color: #ff9600; }
  @media (max-width: 550px) {
    .contacts-logo-footer__viber {
      font-size: 13px;
      line-height: 16px; } }
.contacts-logo-footer__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin: 0px 0px 15px 0px;
  color: #ffffff; }
  .contacts-logo-footer__email::before {
    color: #ffffff;
    font-size: 17px;
    margin: 0px 15px 0px 0px; }
  .contacts-logo-footer__email:hover {
    color: #ff9600; }
    .contacts-logo-footer__email:hover::before {
      color: #ff9600; }
  @media (max-width: 550px) {
    .contacts-logo-footer__email {
      font-size: 13px;
      line-height: 16px; } }

.footer-border-mob {
  display: none; }
  @media (max-width: 992px) {
    .footer-border-mob {
      display: block;
      width: 100%;
      background: #7e7e7e;
      border: 1px solid #7e7e7e;
      margin: 35px 0px; } }

.footer__image {
  margin: 40px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer__image img {
    width: 670px;
    margin: 0px 0px 17px 0px;
    -o-object-fit: cover;
       object-fit: cover; }
  .footer__image a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-decoration: underline;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .footer__image:hover a {
    color: #ff9600;
    text-decoration: none; }
  @media (max-width: 768px) {
    .footer__image {
      margin: 30px 0px 0px 0px; }
      .footer__image img {
        max-width: 100%;
        margin: 0px 0px 15px 0px; }
      .footer__image a {
        font-size: 16px; } }

#chat-widget {
  border-radius: 50%;
  background-color: rgba(214, 114, 12, 0.5);
  position: fixed;
  bottom: 70px;
  right: 50px;
  width: 67px;
  height: 67px;
  padding: 6px;
  z-index: 2;
  cursor: pointer; }

#chat-widget.open {
  background-color: rgba(64, 64, 64, 0.5); }

#chat-widget-body,
#chat-widget .icon-open-button {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  position: relative;
  background: #d6720c url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 141.73 141.57'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EКнопка &amp;quot;Открыть&amp;quot; (Виджет мессенджеров)%3C/title%3E%3Cpath class='cls-1' d='M120.58,20.84A70.53,70.53,0,0,0,5.74,98.41a7.71,7.71,0,0,1,.63,4.51L.17,132.77a7,7,0,0,0,7.06,8.47H8.64l30.18-6.06a8.61,8.61,0,0,1,4.51.64A70.53,70.53,0,0,0,120.91,21ZM42.5,77.76a7.06,7.06,0,1,1,7.06-7.06A7.06,7.06,0,0,1,42.5,77.76Zm28.21,0a7.06,7.06,0,1,1,7.06-7.06A7.06,7.06,0,0,1,70.71,77.76Zm28.22,0A7.06,7.06,0,1,1,106,70.7,7.05,7.05,0,0,1,98.93,77.76Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 26px 26px; }

#chat-widget.open #chat-widget-body {
  background: #404040 url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EКнопка &amp;quot;Закрыть&amp;quot; (Виджет мессенджеров)%3C/title%3E%3Cpath class='cls-1' d='M6.31,1,25,19.73,43.61,1.11A3.53,3.53,0,0,1,46.15,0,3.85,3.85,0,0,1,50,3.85a3.47,3.47,0,0,1-1,2.54L30.16,25,49,43.81a3.38,3.38,0,0,1,1,2.34A3.85,3.85,0,0,1,46.15,50a3.51,3.51,0,0,1-2.65-1L25,30.26,6.35,48.92A3.52,3.52,0,0,1,3.85,50,3.85,3.85,0,0,1,0,46.15a3.47,3.47,0,0,1,1-2.54L19.84,25,1,6.19A3.43,3.43,0,0,1,0,3.85,3.85,3.85,0,0,1,3.85,0,3.51,3.51,0,0,1,6.31,1Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 18px 18px; }

#chat-widget .chat-bot {
  z-index: 1;
  opacity: 0;
  border-radius: 50%;
  left: 5px;
  width: 45px;
  height: 45px;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  top: 0;
  position: absolute; }

#chat-widget.open .chat-bot {
  opacity: 1; }

#chat-widget.open .chat-bot#viber-chat-bot {
  background-color: #834995;
  top: -70px; }

#chat-widget.open .chat-bot#telegram-chat-bot {
  background-color: #3089ce;
  top: -129px; }

#chat-widget.open .chat-bot#phone-chat-bot {
  background-color: #d6720c;
  top: -189px; }

#chat-widget .icons-line {
  text-align: center;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-animation: icon-change 7s infinite;
  animation: icon-change 7s infinite;
  -webkit-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  -webkit-transform: translateX(30px);
          transform: translateX(30px); }

#chat-widget .icons-line.stop {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

#chat-widget .icons-line img {
  margin-right: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#chat-widget #chat-widget-line-holder {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background: #d6720c;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 2; }

#chat-widget.open #chat-widget-line-holder {
  opacity: 0; }

#chat-widget .icons-line i.theme-icon {
  color: #fff;
  font-size: 24px;
  line-height: 55px;
  margin: 0;
  width: 55px;
  padding: 0; }

#chat-widget .pulsation {
  width: 81px;
  height: 81px;
  background-color: #d6720c;
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite; }

#chat-widget .pulsation:nth-of-type(2n) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#chat-widget.open .pulsation {
  -webkit-animation: none;
  animation: none; }

@media (max-width: 768px) {
  #chat-widget {
    bottom: 10px;
    right: 10px; } }
@-webkit-keyframes icon-change {
  0%,
	15% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  20%,
	35% {
    -webkit-transform: translateX(-55px);
            transform: translateX(-55px); }
  40%,
	55% {
    -webkit-transform: translateX(-110px);
            transform: translateX(-110px); }
  60%,
	75% {
    -webkit-transform: translateX(-165px);
            transform: translateX(-165px); }
  80%,
	100% {
    -webkit-transform: translateX(-220px);
            transform: translateX(-220px); } }
@keyframes icon-change {
  0%,
	15% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  20%,
	35% {
    -webkit-transform: translateX(-55px);
            transform: translateX(-55px); }
  40%,
	55% {
    -webkit-transform: translateX(-110px);
            transform: translateX(-110px); }
  60%,
	75% {
    -webkit-transform: translateX(-165px);
            transform: translateX(-165px); }
  80%,
	100% {
    -webkit-transform: translateX(-220px);
            transform: translateX(-220px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.5; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.5; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 50;
  font-size: 24px;
  border: none;
  outline: none;
  color: #ff9600;
  cursor: pointer;
  background: transparent; }
  @media (max-width: 768px) {
    #myBtn {
      right: 25px; } }

/* theme-form-style */
.theme-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.theme-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.theme-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-right: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%; }

.theme-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #e5e5e5; }

.theme-checkbox:not(:disabled):active + label::before {
  background-color: inherit;
  border-color: #e5e5e5; }

.theme-checkbox:focus + label::before {
  -webkit-box-shadow: none;
          box-shadow: none; }

.theme-checkbox:focus:not(:checked) + label::before {
  border-color: #e5e5e5; }

.theme-checkbox:checked + label::before {
  border-color: #841d0f;
  background-color: #841d0f;
  background-image: url("data:image/svg+xml,%3Csvg id='Слой_1' data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 34.39'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EЧек%3C/title%3E%3Cpath class='cls-1' d='M19.06,34.39a3.45,3.45,0,0,1-2.44-1L1,17.77a3.45,3.45,0,0,1,4.88-4.88L19.06,26.06,44.11,1A3.45,3.45,0,0,1,49,5.89L21.5,33.38A3.47,3.47,0,0,1,19.06,34.39Z'/%3E%3C/svg%3E"); }

.theme-checkbox:disabled + label::before {
  background-color: #e9ecef; }

/* theme modal */
body .modal.theme-modal .modal-content {
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  max-width: 330px;
  padding: 15px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

body .modal.theme-modal .modal-body {
  padding: 0px; }

body .modal.theme-modal .modal-header {
  background: none;
  padding: 0px 0px 15px 0px;
  position: relative;
  border-bottom: none; }

body .modal.theme-modal .modal-header .modal-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-align: left; }

.modal-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  margin: 5px 0px 0px 0px; }

body .modal.theme-modal .modal-header .close {
  top: 3px;
  right: 3px;
  opacity: 1;
  	/*
    width: 21px;
    height: 21px;
    display: block;
    right: 12px;
    font-size: 20px;*/ }

#callback-modal .modal-header .close span {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../image/icons/close.svg") 0 0 no-repeat;
  -webkit-filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(10%) contrast(118%);
          filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(10%) contrast(118%); }

body .modal.theme-modal .modal-header .close span {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../image/icons/close.svg") 0 0 no-repeat; }

body .modal.theme-modal .modal-header .close i {
  position: relative;
  top: 4px; }

body .modal.theme-modal label {
  font-weight: 500;
  color: #929292;
  margin-bottom: 3px;
  padding-left: 5px;
  letter-spacing: 0.5px; }

body .modal.theme-modal .form-control::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px; }

body .modal.theme-modal .form-control:-ms-input-placeholder {
  color: #999999;
  font-size: 14px; }

body .modal.theme-modal .form-control::-ms-input-placeholder {
  color: #999999;
  font-size: 14px; }

body .modal.theme-modal .form-control::placeholder {
  color: #999999;
  font-size: 14px; }

body .modal.theme-modal .form-control {
  border: 1px solid #888888;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  height: 36px;
  padding: 8px 26px 8px 16px; }

body .modal.theme-modal input.form-control:focus {
  border: 1px solid #888888; }

body .modal.theme-modal .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  padding: 10px;
  min-height: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background: #d6720c;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

body .modal.theme-modal .btn:hover,
body .modal.theme-modal .btn:focus {
  background: #ff9600; }

body .modal.theme-modal label.login-remember-form {
  color: #350805;
  font-size: 14px;
  padding-left: 0;
  margin-bottom: 5px; }

body .modal.theme-modal a.link-orange {
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #841d0f;
  font-weight: 700; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%; }

.vertical-align-center {
  display: table-cell;
  vertical-align: middle; }

body .modal.theme-modal .modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto; }

body .modal.theme-modal .popup-or-reg a,
body .modal.theme-modal .popup-or {
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #929292; }

body .modal.theme-modal .popup-or-reg a {
  color: #350805;
  text-transform: uppercase;
  font-weight: 600; }

body .modal.theme-modal .link-enter-with * {
  color: #350805 !important;
  font-size: 14px; }

body .modal.theme-modal .link-enter-with .theme-icon {
  font-size: 30px; }

body .modal.theme-modal .form-group {
  margin-bottom: 20px;
  padding: 0px 0px 0px 0px; }

@media (max-width: 991px) {
  body .modal.theme-modal .col-sm-12 {
    width: 100%; } }
.popup-row-3 {
  margin-top: 3px;
  margin-bottom: 10px; }

.popup-row-4 {
  margin-top: 5px;
  margin-bottom: 24px; }

#popup-forgot-password .popup-row-4 {
  margin-top: 5px;
  margin-bottom: 7px; }

.popup-enter-with {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.popup-enter-with-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px; }

.popup-enter-with-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 222px;
          flex: 0 222px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.popup-enter-with-link a:first-child {
  padding-right: 15px; }

.popup-enter-with img {
  padding-right: 7px; }

.popup-enter-with a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  top: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.popup-enter-with .theme-icon {
  font-size: 30px; }

@media (max-width: 450px) {
  .popup-row-4 {
    margin-bottom: 10px; }

  .popup-enter-with {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }

  .popup-enter-with-link,
  .popup-enter-with-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%; }

  .popup-enter-with-text {
    margin-bottom: 5px; }

  body .modal.theme-modal .modal-content {
    max-width: 90%; }

  body .modal.theme-modal .modal-body {
    padding: 0;
    padding-top: 15px; }

  body .modal.theme-modal .modal-header .modal-title {
    font-size: 16px; }

  body .modal.theme-modal .modal-header .close {
    font-size: 16px; }
    body .modal.theme-modal .modal-header .close i {
      top: -2px; }

  body .modal.theme-modal .btn {
    font-size: 22px; } }
body .modal.theme-modal select.form-control,
body .modal.theme-modal textarea.form-control,
body .modal.theme-modal input[type="text"].form-control,
body .modal.theme-modal input[type="password"].form-control,
body .modal.theme-modal input[type="datetime"].form-control,
body .modal.theme-modal input[type="datetime-local"].form-control,
body .modal.theme-modal input[type="date"].form-control,
body .modal.theme-modal input[type="month"].form-control,
body .modal.theme-modal input[type="time"].form-control,
body .modal.theme-modal input[type="week"].form-control,
body .modal.theme-modal input[type="number"].form-control,
body .modal.theme-modal input[type="email"].form-control,
body .modal.theme-modal input[type="url"].form-control,
body .modal.theme-modal input[type="search"].form-control,
body .modal.theme-modal input[type="tel"].form-control,
body .modal.theme-modal input[type="color"].form-control {
  font-size: 12px; }

.feature-category-holder ul li a.ajax-load-category.active {
  color: #841d0f !important;
  font-weight: bold !important; }

.feature-category-holder ul li a.ajax-load-category.active span {
  border-color: transparent !important; }

.rightbannercmsblock-inner {
  overflow: hidden;
  border-radius: 7px;
  max-height: 320px; }

.common-home #tabcategory0-carousel .product-block-inner .common-home #tab-latest .product-block-inner {
  min-height: 333px; }

.box.featured .box-content ul {
  padding-bottom: 0; }

.box.featured .box-content ul .product-thumb:last-child {
  margin-bottom: 0; }

.popup-agree-holder {
  margin: 8px 0 25px 0; }

#popup-register .popup-row-5 {
  margin-bottom: 22px; }

.popup-agree-holder a,
.popup-agree-holder p {
  font-size: 12px;
  color: #929292;
  letter-spacing: 1px;
  line-height: 1.6; }

.popup-agree-holder a {
  color: #350805;
  text-decoration: underline; }

.popup-agree-holder a:hover {
  color: #841d0f;
  text-decoration: underline; }

#popup-register .popup-row-4 {
  margin-top: 9px;
  margin-bottom: 0; }

body #popup-register .btn {
  text-transform: capitalize; }

.register-pwd-holder {
  position: relative;
  top: 0;
  left: 0; }

body .modal.theme-modal .btn.see-password {
  position: absolute;
  right: 1px;
  bottom: 2px;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 26px;
  width: 26px;
  border: none;
  background: none;
  background: url(fonts/icons/r-invisible-eye.svg) no-repeat center center; }

body .modal.theme-modal .btn.see-password.open {
  background: url(fonts/icons/r-visible-eye.svg) no-repeat center center; }

#register-pwd-form {
  width: calc(100% - 38px); }

body .modal.theme-modal .alert {
  padding: 0;
  margin: 10px 0 10px 0;
  font-size: 13px;
  background: none !important;
  border: none !important; }

body .modal.theme-modal .alert .close {
  display: none; }

.jq-more-wrapper {
  padding-bottom: 50px; }

.jq-more-wrapper .btn-primary:hover,
.jq-more-wrapper .btn-primary:focus,
.jq-more-wrapper .btn-primary {
  border: 2px solid #841d0f;
  border-radius: 7px;
  background: none;
  text-transform: none;
  color: #350805;
  opacity: 1;
  line-height: 40px;
  padding: 0 30px; }

.jq-more-wrapper .btn-primary:hover {
  opacity: 0.9; }

body .modal.theme-modal.red .modal-header {
  border-bottom: none;
  padding: 0;
  position: relative;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 20px;
  /*
  .close {
  	color: #fff;
  	width: auto;
  	height: auto;
  	position: absolute;
  	top: 30px;
  	right: 30px;
  	font-size: 15px;
  	@include res(xss) {
  		top: 36px;
  	}
  }
  */ }
  body .modal.theme-modal.red .modal-header .modal-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff; }
body .modal.theme-modal.red .modal-content {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
body .modal.theme-modal.red .modal-body {
  padding: 38px 67px; }
  body .modal.theme-modal.red .modal-body a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #350805; }
    body .modal.theme-modal.red .modal-body a:hover {
      color: #841d0f; }

#city-popup .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #city-popup .modal-body a {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    padding-right: 20px;
    margin: 0;
    border-right: 1px solid #acacac;
    line-height: 20px; }
    #city-popup .modal-body a:nth-child(2n) {
      padding-left: 20px;
      padding-right: 0;
      border-right: none; }

.btn-mini-cart {
  position: relative; }
  .btn-mini-cart .basket-cart-counter {
    position: absolute;
    right: -0.7em;
    top: -0.5em;
    margin: 0;
    border-radius: 50%;
    background: #841d0f;
    color: #fff;
    width: 17px;
    height: 17px;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    @media (max-width: 992px) {
      .btn-mini-cart .basket-cart-counter {
        width: 14px;
        height: 14px;
        font-size: 9px;
        line-height: 14px;
        right: -0.5em; } }

#modal-basket-popup .modal-content {
  max-width: 840px;
  width: 100%;
  margin: 0 auto; }

#modal-basket-popup .modal-header .close {
  top: 28px;
  right: 40px;
  opacity: 1; }

#modal-basket-popup .modal-header-one .close {
  top: 28px;
  right: 40px;
  opacity: 1; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  z-index: 1040;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.modal-backdrop.in {
  opacity: 1;
  height: 100vh; }

#modal-basket-popup .modal-header-one .close span {
  display: block;
  -webkit-filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(10%) contrast(118%);
          filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(10%) contrast(118%);
  width: 15px;
  height: 15px;
  background: url("../image/icons/close.svg") 0 0 no-repeat; }

@media (max-width: 768px) {
  #modal-basket-popup .modal-header .close {
    top: 22px;
    right: 18px;
    position: absolute;
    opacity: 1; }

  #modal-basket-popup .modal-header-one .close {
    top: 20px;
    right: 20px;
    position: absolute;
    opacity: 1; } }
@media (max-width: 480px) {
  #modal-basket-popup .modal-header .close {
    top: 16px;
    right: 15px; } }
#modal-basket-popup .modal-footer {
  text-align: right;
  padding: 20px; }

@media (max-width: 1260px) {
  #modal-basket-popup .modal-content {
    max-width: 80%; } }
@media (max-width: 991px) {
  #modal-basket-popup .modal-content {
    max-width: 96%; }

  #modal-basket-popup .modal-backdrop.fade.in {
    top: 80px; } }
@media (max-width: 768px) {
  #modal-basket-popup {
    top: 80px; }

  #modal-basket-popup._top-header-hidden {
    top: 52px; }

  #modal-basket-popup._active {
    display: block; }

  #modal-basket-popup {
    display: none; }

  #modal-basket-popup._hidden-scroll {
    top: 51px; }

  #modal-basket-popup .modal-content {
    max-width: 100%;
    position: absolute;
    border-radius: 0px;
    top: 0; } }
@media (max-width: 466px) {
  #modal-basket-popup {
    top: 78px; }

  #modal-basket-popup._top-header-hidden {
    top: 52px; }

  #modal-basket-popup._hidden-scroll {
    top: 53px; } }
@media (max-width: 400px) {
  #modal-basket-popup {
    top: 72px; }

  #modal-basket-popup._top-header-hidden {
    top: 46px; }

  #modal-basket-popup._hidden-scroll {
    top: 47px; } }
#modal-basket-popup .modal-footer-secondary .btn {
  background: #d6720c;
  border-radius: 7px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 50%;
  padding: 14px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  #modal-basket-popup .modal-footer-secondary .btn:hover {
    background: #ff9600; }

#modal-basket-popup .modal-footer .btn {
  background: #d6720c;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  width: 300px;
  padding: 14px; }

@media (max-width: 768px) {
  #modal-basket-popup .modal-footer-secondary .btn {
    width: 100%;
    padding: 11px 14px; } }
@media (max-width: 480px) {
  #modal-basket-popup .modal-footer .btn {
    width: 100%;
    padding: 11px 14px; } }
#modal-basket-popup .modal-footer-secondary .btn.btn-secondary {
  background: #747474;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  margin-right: 12px;
  padding: 16px;
  width: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  #modal-basket-popup .modal-footer-secondary .btn.btn-secondary:hover {
    background: #211f1f; }

@media (max-width: 768px) {
  #modal-basket-popup .modal-footer-secondary .btn.btn-secondary {
    margin: 0px 0px 10px 0px;
    width: 100%;
    padding: 11px 14px; } }
#modal-basket-popup .modal-footer::after {
  display: none; }

#modal-basket-popup .modal-footer::before {
  display: none; }

#modal-basket-popup .modal-footer-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (max-width: 768px) {
  #modal-basket-popup .modal-footer-secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
#modal-basket-popup .total_price {
  text-align: right; }

#modal-basket-popup .total_price .total {
  display: inline-block;
  width: auto;
  padding-right: 10px; }

#modal-basket-popup .total_price .total span {
  display: inline-block;
  font-weight: 500;
  color: #000;
  width: auto;
  text-align: left; }

#modal-basket-popup .total_price .total span.price_t {
  font-weight: 600;
  font-size: 48px; }

#modal-basket-popup .total_price .total span.totals {
  padding-top: 27px;
  padding-bottom: 18px; }

#modal-basket-popup .price_t:nth-child(1) {
  display: none; }

#modal-basket-popup .input-group.input-group--quantity.btn-block .btn-number.btn-number_left {
  background: #747474;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px; }

#modal-basket-popup .input-group.input-group--quantity.btn-block .btn-number.btn-number_right {
  background: #747474;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px; }

@media (max-width: 991px) {
  #modal-basket-popup .modal-footer .btn {
    padding: 0 20px;
    line-height: 36px; } }
@media (max-width: 800px) {
  #modal-basket-popup .modal-footer {
    padding: 0; }

  #modal-basket-popup .total_price {
    text-align: left; }

  #modal-basket-popup .total_price .total span.price_t {
    font-size: 24px; }

  #modal-basket-popup .total_price .total span.totals {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 14px; }

  #modal-basket-popup .modal-footer .btn {
    width: 100%;
    padding: 0 20px;
    margin: 0; }

  #modal-basket-popup .modal-footer .btn:first-child {
    margin-bottom: 10px; } }
#modal-basket-popup .cart {
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #cdcdcd; }

#modal-basket-popup .cart-table__image img {
  width: 157px;
  height: auto;
  margin: 0px 20px 0px 0px; }

#modal-basket-popup .input-group.input-group--quantity.btn-block {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  margin-right: 18px;
  width: 106px;
  margin: 0 auto; }

#modal-basket-popup .input-group.input-group--quantity.btn-block .product_quantity_input {
  padding: 0;
  height: auto;
  text-align: center;
  height: 32px;
  width: 32px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  background: #747474;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px; }

#modal-basket-popup .input-group.input-group--quantity.btn-block .btn-number {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: none;
  font-size: 22px;
  min-height: 32px;
  padding: 0px; }

#modal-basket-popup .cart-table-order .cart-table__total {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #211f1f; }

#modal-basket-popup .cart-table-order .t-head .cart-table__total {
  font-size: 16px;
  font-weight: 300; }

#modal-basket-popup .btn.btn-remove.remove_item_btn:hover {
  color: initial; }

#modal-basket-popup .input-group.input-group--quantity.btn-block .btn-number.btn-number_left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin: 0px 5px 0px 0px; }
  #modal-basket-popup .input-group.input-group--quantity.btn-block .btn-number.btn-number_left::before {
    content: "";
    width: 18px;
    height: 19px;
    display: block;
    background: url("../image/icons/basket-quantity.svg"); }

#modal-basket-popup .input-group.input-group--quantity.btn-block .btn-number.btn-number_right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin: 0px 0px 0px 5px; }

#modal-basket-popup .btn-remove.remove_item_btn {
  background-color: #fff;
  border: none; }

#modal-basket-popup table.cart-table.cart-table-order {
  width: 100%; }

#modal-basket-popup .cart-table-order .cart-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.cart-table__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0px 0px 15px 0px; }

@media (max-width: 768px) {
  #modal-basket-popup .cart-table-order .cart-table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; } }
body .modal.theme-modal.red .modal-body a {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000; }

#modal-basket-popup .cart-table__name {
  text-align: left;
  margin: 0px 0px 17px 0px; }

#modal-basket-popup .cart-table__name-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #211f1f; }

@media (max-width: 768px) {
  #modal-basket-popup .cart-table__name-link {
    margin: 0px 0px 10px 0px;
    text-align: left;
    display: inline-block;
    width: 100%; } }
@media (max-width: 480px) {
  #modal-basket-popup .cart-table__name-link {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    display: inline-block;
    width: 100%; }

  #modal-basket-popup .cart-table__name small {
    display: inline-block;
    width: 100%;
    text-align: left; } }
#modal-basket-popup .cart-table__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#modal-basket-popup .cart-table__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

#modal-basket-popup .cart-table__subname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 768px) {
  #modal-basket-popup .cart-table__subname {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }

  #modal-basket-popup .cart-table__quantity {
    text-align: center;
    margin: 0px 0px 0px 0px; }

  #modal-basket-popup .cart-table__price-cart {
    margin: 10px 0px 0px 0px; }

  #modal-basket-popup .cart-table-order .cart-table-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  #modal-basket-popup .cart-table__image img {
    width: 120px;
    height: auto;
    margin: 0px 15px 0px 0px; }

  #modal-basket-popup .cart-table__name {
    margin: 0px 0px 10px 0px;
    text-align: left; }

  #modal-basket-popup .cart-table__article {
    text-align: right; } }
#modal-basket-popup .cart-table__quantity {
  text-align: center;
  margin: 0px 20px 0px 0px; }

#modal-basket-popup .cart-table__article {
  font-size: 12px;
  line-height: 15px;
  color: #555555;
  text-align: left; }

@media (max-width: 480px) {
  #modal-basket-popup .cart-table__article {
    font-size: 10px;
    line-height: 14px;
    text-align: right; }

  #modal-basket-popup .cart-table__name {
    text-align: right; } }
#modal-basket-popup .input-group.input-group--quantity.btn-block .btn-number.btn-number_left.minus:before {
  display: none; }

#modal-basket-popup .cart-table__price {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #211f1f;
  text-align: left; }

@media (max-width: 480px) {
  #modal-basket-popup .cart-table__price {
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    width: 100%; } }
#modal-basket-popup .cart-table-order .cart-table-row.t-head {
  border: none; }

#modal-basket-popup .cart-table-order td {
  text-align: center;
  padding: 0px 0px 0px 0px; }

#modal-basket-popup .cart-table-order th {
  text-align: center;
  font-weight: 300; }

#modal-basket-popup .wrap-breadcrumb .breadcrumb {
  margin-bottom: 20px; }

#modal-basket-popup .cart-total {
  text-align: right;
  border-bottom: 1px solid #ededed;
  padding: 4px 0;
  margin-top: 8px; }

#modal-basket-popup .cart-total-value {
  font-size: 16px; }

#modal-basket-popup .cart-table tbody td {
  border: none;
  color: #000000;
  padding: 0px 0px 0px 0px; }

.cart-table-order th {
  font-size: 16px;
  padding-bottom: 5px; }

#modal-basket-popup .cart-table.cart-table-order.cart-table-order_mob {
  display: none; }

@media (max-width: 768px) {
  #modal-basket-popup .cart-table.cart-table-order {
    display: none; }

  #modal-basket-popup .cart-table.cart-table-order.cart-table-order_mob {
    display: block; } }
.total_text {
  font-weight: 700;
  font-size: 17px; }

.c-wrapper.container {
  padding: 0; }

.delivery_right h4 {
  font-size: 14px;
  margin-bottom: 0; }

.delivery_right .cart-section-form-group {
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px; }

.cart-section--confirm .total_product_line,
.cart-section--confirm .total_product_price_line,
.cart-section--confirm .payment-type {
  width: 95%;
  margin: 0 auto; }

#modal-basket-popup .cart-table-order .cart-table-row {
  margin: 0px 0px 15px 0px; }

@media (max-width: 768px) {
  #modal-basket-popup .cart-table-order .cart-table-row {
    margin: 0px 0px 20px 0px; } }
@media (max-width: 768px) {
  #modal-basket-popup .total_price {
    margin: 0 -10px; }

  #modal-basket-popup .total_price .col-sm-12,
  #modal-basket-popup .btn-remove.remove_item_btn {
    padding: 0; }

  #modal-basket-popup .modal-body {
    padding: 15px; }

  #modal-basket-popup .right-block .total h2 {
    text-align: right; }

  #modal-basket-popup .basket-total .total {
    text-align: center; }

  /*
  #modal-basket-popup .input-group.input-group--quantity_mob.btn-block {
  	width: 97px;
  }
  
  #modal-basket-popup .input-group.input-group--quantity_mob.btn-block .btn-number {
  	width: 38px;
  	height: 25px;
  	padding: 5px;
  	font-size: 17px;
  	line-height: 19px;
  }
  */
  #modal-basket-popup .input-group.input-group--quantity_mob.btn-block .product_quantity_input {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff; }

  #modal-basket-popup .cart {
    padding: 2px 0; }

  #modal-basket-popup .cart-section.main-cart-section {
    margin-top: -11px; }

  #modal-basket-popup .delivery_right {
    padding-left: 13px; }

  #modal-basket-popup .delivery_right .form-group.select_menu {
    margin-bottom: 10px; }

  #modal-basket-popup div.payment-type.payment-bank-card {
    padding: 7px 0; }

  #modal-basket-popup .cart-section--confirm .total_product_line,
  .cart-section--confirm .total_product_price_line,
  .cart-section--confirm .payment-type {
    width: 100%; }

  #modal-basket-popup .footerbefore {
    margin-top: 0; }

  #modal-basket-popup footer {
    margin-top: 11px; }

  /*
  #modal-basket-popup .delivery_left .comment-form-group label {
  	top: -6px;
  	line-height: 22px;
  }
  #modal-basket-popup .cart-table-order .cart-table__total {
  	line-height: 1;
  	text-align: right;
  }
  */
  #modal-basket-popup .cart-section--confirm div.notice {
    line-height: 14px; }

  #modal-basket-popup .product_table_three button {
    width: 19px;
    float: right; }

  #modal-basket-popup .cart-table-order_mob .cart-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0; }

  #modal-basket-popup .product_table_one {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  #modal-basket-popup button#send-order {
    margin-bottom: 20px; }

  #modal-basket-popup .product_table_two {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 5px; }

  #modal-basket-popup .product_table_three {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    font-weight: 700;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  #modal-basket-popup .cart-total-value {
    font-size: 22px;
    font-weight: 700; }

  #modal-basket-popup .cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0; }

  /*
  #modal-basket-popup .cart-table-order_mob .cart-table__name {
  	font-size: 12px;
  	line-height: 20px;
  	margin-bottom: 10px;
  }
  */
  #modal-basket-popup .prop_count_and_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }

  #modal-basket-popup .cart-section.cart-section--confirm > div {
    height: auto; }

  #modal-basket-popup .total_product_line .confirm-order__quantity {
    display: none; }

  #modal-basket-popup .cart-section.cart-section--confirm {
    width: 100%; }

  #modal-basket-popup .cart-section--confirm .confirm-order__title,
  .cart-section--confirm .payment-type {
    padding: 7px 0; }

  #modal-basket-popup .total_text {
    font-weight: 400; }

  #modal-basket-popup .cart-section.cart-section--confirm {
    font-size: 12px; } }
@media (max-width: 485px) {
  #modal-basket-popup .modal-footer {
    text-align: center; }

  #modal-basket-popup .price_per_item {
    display: none; } }
@media (max-width: 478px) {
  #modal-basket-popup .fixed-top a {
    display: block;
    padding: 5px; } }
body #modal-basket-popup.modal.theme-modal.red .btn.btn-remove {
  color: #350805; }
body #modal-basket-popup.modal.theme-modal.red .modal-header-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
body #modal-basket-popup.modal.theme-modal.red .modal-header-remove-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ff9600;
  background: #211f1f;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid #211f1f;
  padding: 0px 0px 0px 0px; }
  body #modal-basket-popup.modal.theme-modal.red .modal-header-remove-btn::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 0px 8px 0px 0px;
    background: url("../image/icons/remove.svg") 0 0 no-repeat; }
body #modal-basket-popup.modal.theme-modal.red .modal-header-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 50px;
  padding: 30px 40px 0px 0px; }
body #modal-basket-popup.modal.theme-modal.red .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: #211f1f;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 7px 7px 0px 0px; }
  @media (max-width: 768px) {
    body #modal-basket-popup.modal.theme-modal.red .modal-header {
      border-radius: 0px; } }
body #modal-basket-popup.modal.theme-modal.red .modal-body {
  padding: 50px 30px 30px 30px; }
body #modal-basket-popup.modal.theme-modal.red .modal-footer {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
body #modal-basket-popup.modal.theme-modal.red .modal-h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #211f1f;
  margin: 0px 0px 60px 0px; }
body #modal-basket-popup.modal.theme-modal.red .total_price .total span.totals {
  padding: 0px 0px 0px 0px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #211f1f;
  margin: 0px 20px 0px 0px; }
body #modal-basket-popup.modal.theme-modal.red .total_price .total {
  padding-right: 0;
  margin: 15px 0px 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
body #modal-basket-popup.modal.theme-modal.red .total_price .total span.price_t {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #d6720c;
  padding: 0px 0px 0px 0px; }
@media (max-width: 768px) {
  body #modal-basket-popup.modal.theme-modal.red .modal-header {
    padding: 15px; }
    body #modal-basket-popup.modal.theme-modal.red .modal-header::after {
      content: "";
      margin: 10px 0px 0px 0px; }
    body #modal-basket-popup.modal.theme-modal.red .modal-header .modal-title {
      font-size: 16px;
      margin: 0px 16px 0px 0px; }
  body #modal-basket-popup.modal.theme-modal.red .total_price .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  body #modal-basket-popup.modal.theme-modal.red .modal-header-one {
    padding: 15px; }
  body #modal-basket-popup.modal.theme-modal.red .total_price .total span.price_t {
    font-size: 20px;
    line-height: 30px; }
  body #modal-basket-popup.modal.theme-modal.red .total_price .total span.totals {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 10px 0px 0px; } }
@media (max-width: 480px) {
  body #modal-basket-popup.modal.theme-modal.red .modal-header {
    padding: 10px; }
  body #modal-basket-popup.modal.theme-modal.red .modal-header-one {
    padding: 10px; }
  body #modal-basket-popup.modal.theme-modal.red .modal-body {
    padding: 10px; }
  body #modal-basket-popup.modal.theme-modal.red .modal-h2 {
    font-size: 18px;
    margin: 0px 0px 40px 0px; } }
@media (max-width: 720px) {
  body #modal-basket-popup.modal.theme-modal.red .modal-body {
    padding: 15px; } }

.checkout-checkout .cart p a {
  font-weight: 600;
  color: #d6720c; }

.right_col .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1250px) {
    .right_col .cart {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; } }

.checkout-checkout .cart-table__left {
  margin: 25px 25px 0px 0px; }
  @media (max-width: 1250px) {
    .checkout-checkout .cart-table__left {
      margin: 25px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .checkout-checkout .cart-table__left {
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .checkout-checkout .cart-table__left {
      padding: 0px 0px 0px 0px; } }

.checkout-checkout #basket-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 710px;
          flex: 0 1 710px; }
  @media (max-width: 992px) {
    .checkout-checkout #basket-form {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }

.checkout-checkout.modal-open .cart-table__left {
  max-width: 100%; }

.checkout-checkout.modal-open .cart-table__left {
  margin: 0px 0px 0px 0px; }

.checkout-checkout .cart-table__checkout {
  border-bottom: 1px solid #cdcdcd;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 35px 0px; }

.checkout-checkout .cart-table-row {
  margin: 0px 0px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.checkout-checkout .cart-section {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  padding: 60px;
  margin: 0px 0px 0px 25px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 10px; }
  @media (max-width: 1250px) {
    .checkout-checkout .cart-section {
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .checkout-checkout .cart-section {
      margin: 0px -15px;
      border-radius: 0px; } }
  @media (max-width: 768px) {
    .checkout-checkout .cart-section {
      padding: 30px 15px; } }

.checkout-checkout .section._active {
  overflow: visible; }

.checkout-checkout .cart-table tbody td {
  padding: 10px 0px;
  letter-spacing: 0.06em;
  font-weight: normal;
  color: #211f1f;
  vertical-align: middle;
  border-bottom: none;
  font-size: 16px; }

.checkout-checkout .cart-table__image img {
  width: 157px;
  height: auto; }

.checkout-checkout .cart-table__image {
  width: 157px;
  margin: 0px 20px 0px 0px; }

.checkout-checkout .cart-table__name {
  margin: 0px 0px 17px 0px; }

.checkout-checkout .cart-table__subname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.checkout-checkout .cart-table__name .cart-table__name-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #211f1f;
  margin: 0px 0px 17px 0px; }

.checkout-checkout .cart-table-row .cart-table__price {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #211f1f; }

.checkout-checkout .cart-table-row .cart-table__price-total {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #211f1f;
  white-space: nowrap;
  margin: 0px 0px 0px 10px; }

.checkout-checkout .cart .input-group--quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.checkout-checkout .cart-table__quantity {
  margin: 0px 20px 0px 0px; }

.checkout-checkout .input-group.input-group--quantity.btn-block .btn-number.btn-number_left {
  background: #747474;
  border-radius: 4px; }

.checkout-checkout .input-group.input-group--quantity.btn-block .btn-number.btn-number_right {
  background: #747474;
  border-radius: 4px; }

.checkout-checkout .input-group.input-group--quantity.btn-block {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  margin-right: 18px;
  width: 106px;
  margin: 0 auto; }

.checkout-checkout .input-group.input-group--quantity.btn-block .product_quantity_input {
  padding: 0;
  height: auto;
  text-align: center;
  height: 32px;
  width: 32px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  background: #747474;
  border-radius: 4px; }

.checkout-checkout .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0px; }

.checkout-checkout .btn-default.focus,
.btn-default:focus {
  background-color: #ffffff; }

.checkout-checkout .dropdown-menu li {
  border-bottom: none; }

.checkout-checkout .form-group.set_input.delivery_home_block {
  padding: 0px 0px 0px 0px; }

.checkout-checkout #customer-street {
  margin: 0px 10px 0px 0px; }

.checkout-checkout #customer-house {
  margin: 0px 10px 0px 0px; }

.checkout-checkout .input-group.input-group--quantity.btn-block .btn-number {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #747474;
  border-radius: 4px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  min-height: 32px;
  padding: 0px; }

.checkout-checkout .input-group.input-group--quantity.btn-block .btn-number.btn-number_left {
  background: #747474;
  border-radius: 4px;
  margin: 0px 5px 0px 0px; }
  .checkout-checkout .input-group.input-group--quantity.btn-block .btn-number.btn-number_left::before {
    content: "";
    width: 18px;
    height: 19px;
    display: block;
    background: url("../image/icons/basket-quantity.svg"); }

.checkout-checkout .input-group.input-group--quantity.btn-block .btn-number.btn-number_left.minus:before {
  display: none; }

.checkout-checkout .input-group.input-group--quantity.btn-block .btn-number.btn-number_right {
  background: #747474;
  border-radius: 4px;
  margin: 0px 0px 0px 5px; }

.checkout-checkout .cart-table__left .delivery_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 325px;
          flex: 0 1 325px;
  width: 325px;
  margin: 30px 12px 0px 0px;
  padding: 0px 0px 0px 0px; }
  @media (max-width: 1250px) {
    .checkout-checkout .cart-table__left .delivery_left {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      width: 50%;
      padding: 0px 0px 0px 10px; } }
  @media (max-width: 768px) {
    .checkout-checkout .cart-table__left .delivery_left {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 100%;
      margin: 0px 0px 20px 0px;
      padding: 0px 10px 0px 10px; } }

.checkout-checkout .cart-section-form-group__inputs .cart-section-form-group {
  margin: 0px 40px 22px 0px; }

.checkout-checkout .cart-section-form-group {
  margin: 0px 0px 22px 0px; }
  .checkout-checkout .cart-section-form-group:last-child {
    margin: 0px 0px 0px 0px; }

.checkout-checkout .form-control {
  border: 1px solid #888888;
  border-bottom: 1px solid #888888;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  padding: 8px 16px;
  width: 290px;
  height: 36px; }

.ccheckout-checkout input[type="text"].form-control,
.checkout-checkout input[type="tel"].form-control {
  font-size: 14px; }

.checkout-checkout .cart-section-form-group__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.checkout-checkout .comment_textarea {
  border: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #211f1f;
  padding: 8px 16px;
  width: 100%;
  height: 123px;
  resize: none; }

.cart-section-form-group .comment-form-group {
  margin: 0px 0px 0px 0px; }

.checkout-checkout #comments::-webkit-input-placeholder {
  font-weight: 500; }

.checkout-checkout #comments:-ms-input-placeholder {
  font-weight: 500; }

.checkout-checkout #comments::-ms-input-placeholder {
  font-weight: 500; }

.checkout-checkout #comments::placeholder {
  font-weight: 500; }

.checkout-checkout .delivery__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 32px 0px;
  width: 100%; }

.checkout-checkout .radio-delivery-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-bottom: 1px solid #000000;
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 32px 0px;
  width: 100%; }

.checkout-checkout .delivery__radio:last-child {
  border-bottom: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; }

.checkout-checkout .radio-delivery__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  margin: 0px 10px 10px 0px; }

.checkout-checkout .radio-delivery__form:last-child {
  margin: 0px 0px 10px 0px; }

.checkout-checkout input[type="radio"] {
  margin: 0px 0px 0px 0px;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  cursor: pointer; }

.checkout-checkout label.radio-delivery__label {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap; }
  .checkout-checkout label.radio-delivery__label::before {
    cursor: pointer;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #e0e1e4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    margin: 0 15px 0 0; }
  .checkout-checkout label.radio-delivery__label::after {
    content: "";
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    background-color: #841d0f;
    -webkit-transform: scale(0);
            transform: scale(0); }

.checkout-checkout .delivery__radio .radio-delivery__form input:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1); }

.checkout-checkout h2.delivery_head {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #211f1f;
  margin: 0px 0px 5px 0px; }
  @media (max-width: 768px) {
    .checkout-checkout h2.delivery_head {
      margin: 0px 0px 20px 0px; } }

.checkout-checkout .control-label {
  display: none; }

.checkout-checkout .cart-table__left .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.checkout-checkout .delivery_right h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #211f1f;
  margin: 0px 0px 10px 0px; }

.checkout-checkout .delivery_right .select_menu.select_poshta {
  margin: 0px 0px 0px 0px;
  padding: 0px; }

.checkout-checkout .ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border: 1px solid #7e7e7e;
  border-radius: 4px;
  height: 35px;
  padding: 6px 15px; }

.checkout-checkout .ui-state-active,
.checkout-checkout .ui-widget-content .ui-state-active,
.checkout-checkout .ui-widget-header .ui-state-active,
.checkout-checkout a.ui-button:active,
.checkout-checkout .ui-button:active,
.checkout-checkout .ui-button.ui-state-active:hover {
  border: 1px solid #7e7e7e;
  background: #ffffff;
  font-weight: normal;
  color: #211f1f;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }

.checkout-checkout .form-control {
  border: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  line-height: 17px;
  color: #211f1f;
  padding: 8px 16px;
  width: 100%;
  height: 35px; }

.checkout-checkout .select-widget.form-group {
  margin: 0;
  padding: 0px 0px 0px 0px; }

.checkout-checkout .select_menu {
  margin: 0px 0px 22px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; }
  .checkout-checkout .select_menu::before, .checkout-checkout .select_menu::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 8px;
    height: 1.5px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #7e7e7e;
    -webkit-transform: translate(-3px, -50%) rotate(45deg);
    transform: translate(-2px, -50%) rotate(45deg); }
  .checkout-checkout .select_menu::after {
    -webkit-transform: translate(3px, -50%) rotate(-45deg);
            transform: translate(3px, -50%) rotate(-45deg); }

.checkout-checkout .select_menu.select_oplata {
  margin: 0px 0px 0px 0px; }

.checkout-checkout .select_menu.select_oplata #oplata {
  width: 100%;
  border: 1px solid #7e7e7e;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 17px; }
  .checkout-checkout .select_menu.select_oplata #oplata::-webkit-input-placeholder {
    color: #211f1f; }
  .checkout-checkout .select_menu.select_oplata #oplata:-ms-input-placeholder {
    color: #211f1f; }
  .checkout-checkout .select_menu.select_oplata #oplata::-ms-input-placeholder {
    color: #211f1f; }
  .checkout-checkout .select_menu.select_oplata #oplata::placeholder {
    color: #211f1f; }

.checkout-checkout .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px 1.1em;
  color: #211f1f;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }

.checkout-checkout .btn-default {
  border-color: #7e7e7e;
  padding: 6px 15px;
  height: 35px; }

.checkout-checkout .bootstrap-select > .dropdown-toggle.bs-placeholder,
.checkout-checkout .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.checkout-checkout .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.checkout-checkout .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #211f1f; }

.checkout-checkout .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }

.checkout-checkout .delivery_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 350px;
          flex: 0 1 350px;
  width: 350px;
  padding: 0px 0px 0px 0px; }
  @media (max-width: 1250px) {
    .checkout-checkout .delivery_right {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      width: 50%;
      padding: 0px 10px 0px 0px; } }
  @media (max-width: 768px) {
    .checkout-checkout .delivery_right {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 100%;
      padding: 0px 10px 0px 10px; } }

.checkout-checkout .item.nova-poshta {
  width: 100%; }

.checkout-checkout .cart-table__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.checkout-checkout select.form-control,
.checkout-checkout textarea.form-control,
.checkout-checkout input[type="text"].form-control,
.checkout-checkout input[type="password"].form-control,
.checkout-checkout input[type="datetime"].form-control,
.checkout-checkout input[type="datetime-local"].form-control,
.checkout-checkout input[type="date"].form-control,
.checkout-checkout input[type="month"].form-control,
.checkout-checkout input[type="time"].form-control,
.checkout-checkout input[type="week"].form-control,
.checkout-checkout input[type="number"].form-control,
.checkout-checkout input[type="email"].form-control,
.checkout-checkout input[type="url"].form-control,
.checkout-checkout input[type="search"].form-control,
.checkout-checkout input[type="tel"].form-control,
.checkout-checkout input[type="color"].form-control {
  font-size: 14px; }

.checkout-checkout .ui-selectmenu-text img {
  display: none; }

.checkout-checkout .ui-menu-item-wrapper.ui-state-active img {
  display: none; }

@media (max-width: 1250px) {
  .checkout-checkout .delivery__radio:last-child {
    border-bottom: 1px solid #000;
    margin: 0px 0px 24px 0px;
    padding: 0px 0px 24px 0px; } }
@media (max-width: 768px) {
  .checkout-checkout #basket-form {
    border-bottom: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px; } }

.checkout-checkout .cart-table__left .contacts_reg {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #000000; }
  @media (max-width: 768px) {
    .checkout-checkout .cart-table__left .contacts_reg {
      margin: 0px 0px 20px 0px; } }

@media (max-width: 768px) {
  .checkout-checkout .product_table_two {
    width: 100%; } }

@media (max-width: 992px) {
  .checkout-checkout .form-control {
    padding: 8px 16px; }

  .checkout-checkout .form-control:hover,
  .form-control:focus {
    padding: 8px 16px; } }
@media (max-width: 768px) {
  .checkout-checkout .cart-table.cart-table-order.cart-table-order_mob {
    padding: 0px 0px 25px 0px; }

  .checkout-checkout .cart-table-row {
    margin: 0px 0px 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .checkout-checkout .cart-table__image {
    width: 157px;
    margin: 0px 15px 0px 0px; }

  .checkout-checkout .cart-table__image img {
    width: 157px; }

  .checkout-checkout .delivery__radio {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .checkout-checkout .delivery__radio:last-child {
    padding: 0px 0px 0px 0px; }

  .checkout-checkout .radio-delivery-one {
    border-bottom: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 24px 0px; }

  .checkout-checkout .delivery__radio .radio-delivery__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
    margin: 0px 0px 24px 0px; }

  .checkout-checkout .radio-delivery__form:last-child {
    margin: 0px 0px 24px 0px; }

  .checkout-checkout .cart-section-form-group__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .checkout-checkout .form-control {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    padding: 8px 16px; }

  .checkout-checkout .form-control:hover,
  .form-control:focus {
    padding: 8px 16px; }

  .checkout-checkout label.radio-delivery__label {
    font-size: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    white-space: normal; }

  .checkout-checkout label.radio-delivery__label::before {
    margin: 0px 8px 0px 0px; } }
@media (max-width: 600px) {
  .checkout-checkout .form-control {
    width: 100%;
    font-size: 14px;
    padding: 8px 16px; }

  .checkout-checkout .comment_textarea {
    width: 100%;
    padding: 8px 16px; } }
.checkout-checkout .cart-table.cart-table-order.cart-table-order_mob {
  display: none; }

@media (max-width: 768px) {
  .checkout-checkout .cart-table__left .cart-table__checkout {
    display: none; }

  .checkout-checkout .cart-table.cart-table-order.cart-table-order_mob {
    display: block; }

  .checkout-checkout .prop_count_and_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 0px 0px 26px; }

  .checkout-checkout .cart-table__name {
    width: 100%;
    margin: 0px 0px 0px 15px;
    padding: 0px 15px 0px 0px; }

  .checkout-checkout .cart-table__name .cart-table__price-cart {
    margin: 30px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

  .checkout-checkout .cart-table__article {
    font-size: 10px;
    line-height: 14px;
    text-align: right; }

  .checkout-checkout .cart-table-row .cart-table__price {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin: 5px 0px 0px 0px;
    text-align: right; }

  .checkout-checkout .cart-table__total {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000; }

  .checkout-checkout .input-group.input-group--quantity.btn-block {
    width: 106px; }

  .checkout-checkout .input-group.input-group--quantity.btn-block .btn-number {
    width: 32px;
    height: 32px;
    min-height: 32px;
    font-size: 18px;
    line-height: 22px; }

  .checkout-checkout .input-group.input-group--quantity.btn-block .btn-number.btn-number_left {
    margin: 0px 5px 0px 0px; }

  .checkout-checkout .input-group.input-group--quantity.btn-block .product_quantity_input {
    width: 32px;
    height: 32px;
    min-height: 32px;
    font-size: 18px;
    line-height: 22px;
    padding: 5px 0px; }

  .checkout-checkout .input-group.input-group--quantity.btn-block .btn-number.btn-number_right {
    margin: 0px 0px 0px 5px; }

  .form-control {
    font-size: 18px; } }
@media (max-width: 480px) {
  .checkout-checkout .cart-table__name .cart-table__name-link {
    font-size: 14px;
    line-height: 17px; } }
.checkout-checkout .cart-section--confirm_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 520px;
          flex: 0 1 520px;
  margin: 85px 0px 0px 0px; }
  @media (max-width: 1250px) {
    .checkout-checkout .cart-section--confirm_wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }
  @media (max-width: 768px) {
    .checkout-checkout .cart-section--confirm_wrapper {
      margin: 30px 0px 0px 0px; } }

.checkout-checkout .total_product_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #cdcdcd;
  padding: 7px 0px 7px 0px; }

.checkout-checkout .total_text {
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: #211f1f;
  margin: 0px 0px 16px 0px; }

.checkout-checkout .confirm-order__quantity {
  max-width: 100%;
  font-size: 18px;
  line-height: 20px;
  color: #211f1f;
  margin: 0px 10px 0px 0px; }

.checkout-checkout .confirm-order__price {
  padding-right: 0px !important;
  max-width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #211f1f; }

.checkout-checkout .total_product_price_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 15px 0px 25px 0px; }
  @media (max-width: 768px) {
    .checkout-checkout .total_product_price_line {
      margin: 15px 0px 20px 0px; } }

.checkout-checkout .confirm-order__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #211f1f; }

.checkout-checkout .confirm-order__total {
  padding-right: 0px !important;
  white-space: nowrap;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #211f1f; }

.checkout-checkout .cart-section--confirm .button {
  background: #d6720c;
  border-radius: 7px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-transform: none;
  padding: 15px;
  letter-spacing: normal;
  margin: 0px 0px 15px 0px;
  position: relative; }
  .checkout-checkout .cart-section--confirm .button span {
    position: relative; }
  .checkout-checkout .cart-section--confirm .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91.27deg, #f8a70e 0.23%, #cd650c 78.44%);
    border-radius: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
  .checkout-checkout .cart-section--confirm .button:hover::before {
    content: "";
    opacity: 1; }
  @media (max-width: 768px) {
    .checkout-checkout .cart-section--confirm .button {
      padding: 15px;
      margin: 0px 0px 20px 0px; } }

.checkout-checkout .cart-section--confirm .notice {
  position: relative; }

.checkout-checkout .cart-section--confirm #notice-input {
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0px 0px 0px; }

.checkout-checkout .cart-section--confirm label.notice__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .checkout-checkout .cart-section--confirm label.notice__text::before {
    content: "";
    min-width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    margin: 0px 8px 0px 0px; }
  .checkout-checkout .cart-section--confirm label.notice__text::after {
    content: "";
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 4px;
    background-color: #d6720c;
    border-radius: 2px;
    -webkit-transform: scale(0);
            transform: scale(0); }

.checkout-checkout .cart-section--confirm label.notice__text p {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  margin: 0px 0px 0px 0px; }

.checkout-checkout .cart-section--confirm .notice__text p a {
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
  color: #d6720c; }

.checkout-checkout .cart-section--confirm input:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1); }

.checkout-checkout .btn-default.active.focus,
.checkout-checkout .btn-default.active:focus,
.checkout-checkout .btn-default.active:hover,
.checkout-checkout .btn-default:active.focus,
.checkout-checkout .btn-default:active:focus,
.checkout-checkout .btn-default:active:hover,
.checkout-checkout .open > .dropdown-toggle.btn-default.focus,
.checkout-checkout .open > .dropdown-toggle.btn-default:focus,
.checkout-checkout .open > .dropdown-toggle.btn-default:hover {
  background-color: transparent;
  border-color: #7e7e7e; }

.checkout-checkout .dropdown-menu > .active > a,
.checkout-checkout .dropdown-menu > .active > a:focus,
.checkout-checkout .dropdown-menu > .active > a:hover {
  background-color: #7e7e7e; }

.checkout-checkout .caret {
  border-top: none;
  border-top: none;
  border-right: none;
  border-left: none; }

.checkout-checkout .ui-selectmenu-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #211f1f;
  font-family: "Montserrat", sans-serif; }

.checkout-checkout select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-appearance: none; }

@media (max-width: 768px) {
  .checkout-checkout .confirm-order__title {
    font-size: 16px;
    font-weight: 500; }

  .checkout-checkout .confirm-order__total {
    font-size: 24px; } }
.checkout-checkout #firstname::-webkit-input-placeholder {
  color: #211f1f; }
.checkout-checkout #firstname:-ms-input-placeholder {
  color: #211f1f; }
.checkout-checkout #firstname::-ms-input-placeholder {
  color: #211f1f; }
.checkout-checkout #firstname::placeholder {
  color: #211f1f; }

.checkout-checkout #telephone::-webkit-input-placeholder {
  color: #211f1f; }

.checkout-checkout #telephone:-ms-input-placeholder {
  color: #211f1f; }

.checkout-checkout #telephone::-ms-input-placeholder {
  color: #211f1f; }

.checkout-checkout #telephone::placeholder {
  color: #211f1f; }

.checkout-checkout #email::-webkit-input-placeholder {
  color: #211f1f; }

.checkout-checkout #email:-ms-input-placeholder {
  color: #211f1f; }

.checkout-checkout #email::-ms-input-placeholder {
  color: #211f1f; }

.checkout-checkout #email::placeholder {
  color: #211f1f; }

.checkout-checkout #comments::-webkit-input-placeholder {
  color: #211f1f; }

.checkout-checkout #comments:-ms-input-placeholder {
  color: #211f1f; }

.checkout-checkout #comments::-ms-input-placeholder {
  color: #211f1f; }

.checkout-checkout #comments::placeholder {
  color: #211f1f; }

.checkout-checkout #customer-street::-webkit-input-placeholder {
  color: #211f1f; }

.checkout-checkout #customer-street:-ms-input-placeholder {
  color: #211f1f; }

.checkout-checkout #customer-street::-ms-input-placeholder {
  color: #211f1f; }

.checkout-checkout #customer-street::placeholder {
  color: #211f1f; }

.checkout-checkout #customer-house::-webkit-input-placeholder {
  color: #211f1f; }

.checkout-checkout #customer-house:-ms-input-placeholder {
  color: #211f1f; }

.checkout-checkout #customer-house::-ms-input-placeholder {
  color: #211f1f; }

.checkout-checkout #customer-house::placeholder {
  color: #211f1f; }

.checkout-checkout #customer-apartment::-webkit-input-placeholder {
  color: #211f1f; }

.checkout-checkout #customer-apartment:-ms-input-placeholder {
  color: #211f1f; }

.checkout-checkout #customer-apartment::-ms-input-placeholder {
  color: #211f1f; }

.checkout-checkout #customer-apartment::placeholder {
  color: #211f1f; }

@media (max-width: 992px) {
  .checkout-checkout .form-group {
    height: auto; } }
@media (max-width: 768px) {
  .checkout-checkout .form-group {
    height: auto; } }

.checkout-checkout .cart-table-order_mob .total_product_price_line {
  margin: 20px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }

.checkout-checkout .cart-table-order_mob .confirm-order__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #211f1f; }

.checkout-checkout .cart-table-order_mob .confirm-order__total {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #d6720c; }

.checkout-checkout .bootstrap-select .dropdown-menu {
  max-height: 155px !important; }

.checkout-checkout .dropdown-menu li {
  border-bottom: 0; }

.checkout-checkout .right_col {
  padding: 0px 0px 50px 0px; }
  @media (max-width: 768px) {
    .checkout-checkout .right_col {
      padding: 0px 0px 30px 0px; } }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 25px; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 12px; }

.slider {
  position: relative; }
  .slider._active {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 50px 0px; }
  @media (max-width: 768px) {
    .slider._active {
      margin: 0px 0px 25px 0px; } }

.slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1310px) {
    .slider-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.swiper {
  overflow: hidden;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  margin: 0px 0px 0px 0px; }

.slider-swiper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0; }

.main-swiper {
  overflow: hidden;
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0; }
  .main-swiper__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 768px) {
    .main-swiper__container {
      position: absolute;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      top: 50%;
      left: -30%;
      width: 100%; } }
  @media (max-width: 768px) {
    .main-swiper__container {
      position: absolute;
      bottom: 10%;
      right: 10%;
      width: 100%; } }
  @media (max-width: 480px) {
    .main-swiper__container {
      bottom: 2%;
      right: 5%; } }
  @media (max-width: 410px) {
    .main-swiper__container {
      bottom: 5%;
      right: 5%; } }
  .main-swiper__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 768px) {
      .main-swiper__content {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  .main-swiper__image {
    width: 100%; }
    .main-swiper__image img {
      width: 100%;
      height: 100%;
      z-index: -1;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 480px) {
      .main-swiper__image {
        height: 600px; } }
  .main-swiper__subtitle {
    font-family: "Century Gothic";
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    margin: 0px 0px 35px 0px; }
    .main-swiper__subtitle span {
      font-weight: 700; }
    @media (max-width: 992px) {
      .main-swiper__subtitle {
        font-size: 16px;
        line-height: 20px;
        margin: 0px 0px 15px 0px; } }
    @media (max-width: 768px) {
      .main-swiper__subtitle {
        text-align: right; } }
  .main-swiper__button {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background: #d6720c;
    border-radius: 7px;
    min-width: 159px;
    min-height: 50px;
    padding: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative; }
    .main-swiper__button span {
      position: relative; }
    .main-swiper__button::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(91.27deg, #f8a70e 0.23%, #cd650c 78.44%);
      border-radius: 7px;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease 0s;
      transition: opacity 0.3s ease 0s; }
    .main-swiper__button:hover {
      color: #ffffff; }
      .main-swiper__button:hover::before {
        content: "";
        opacity: 1; }
    @media (max-width: 992px) {
      .main-swiper__button {
        font-size: 15px;
        padding: 0px 0px 0px 0px;
        min-height: 36px;
        min-width: 128px;
        line-height: 18px; } }
  .main-swiper__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 10px;
    margin: 0px auto;
    position: relative;
    z-index: 5; }
    .main-swiper__pagination .swiper-pagination-bullet {
      opacity: 1;
      margin: 0px 24px 0px 0px;
      position: relative;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background: #d6720c;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 4px;
              flex: 0 0 4px;
      height: 4px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .main-swiper__pagination .swiper-pagination-bullet-active {
      -webkit-transform: scale(2);
              transform: scale(2); }
    @media (max-width: 768px) {
      .main-swiper__pagination {
        display: none; } }

@media (max-width: 768px) {
  .desktop-slider {
    display: none; } }

.mob-slider {
  display: none; }
  @media (max-width: 768px) {
    .mob-slider {
      display: block; } }

.menu__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  background: #ffffff;
  border-radius: 0px 0px 8px 8px;
  padding: 34px 20px 24px 24px;
  -webkit-filter: drop-shadow(4px 6px 32px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(4px 6px 32px rgba(0, 0, 0, 0.12));
  margin: -20px 0px 0px 0px; }
  @media (max-width: 1310px) {
    .menu__body {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      border-radius: 8px;
      padding: 24px 20px 24px 24px;
      margin: 0px 0px 0px 0px; } }
.menu__content h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #222222;
  margin: 0px 0px 16px 0px; }
  @media (max-width: 480px) {
    .menu__content h2 {
      font-size: 20px;
      line-height: 24px; } }
.menu__content ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; }
  .menu__content ul li {
    margin: 0px 0px 16px 0px; }
    .menu__content ul li:last-child {
      margin: 0px 0px 0px 0px; }
    .menu__content ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      font-size: 16px;
      line-height: 150%;
      color: #222222; }
      .menu__content ul li a::before {
        content: "";
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        display: block;
        width: 10px;
        height: 6px;
        background: url("../image/icons/arrow.svg") 0 0 no-repeat; }
@media (max-width: 480px) {
  .menu__content ul li a {
    font-size: 14px; } }

.checkout {
  margin: 0px 0px 50px 0px;
  /*style="background-image: url('{{ slide.image }}')"*/ }
  @media (max-width: 992px) {
    .checkout {
      margin: 0px -15px 50px -15px; } }
  @media (max-width: 768px) {
    .checkout {
      margin: 0px -15px 30px -15px;
      min-height: 188px;
      overflow: hidden; } }
  .checkout__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 475px;
    height: 100%;
    display: flex;
    color: #ffffff;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-radius: 10px;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media (max-width: 992px) {
      .checkout__bg {
        border-radius: 0px; } }
    @media (max-width: 768px) {
      .checkout__bg {
        min-height: 188px;
        background-size: cover; } }
  .checkout__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 88px 148px 88px 148px; }
    @media (max-width: 768px) {
      .checkout__body {
        padding: 18px 15px; } }
  .checkout__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #ffffff;
    margin: 0px 0px 35px 0px; }
    .checkout__title span {
      font-size: 32px;
      font-weight: 400; }
    @media (max-width: 768px) {
      .checkout__title {
        font-size: 20px;
        margin: 0px 0px 10px 0px; }
        .checkout__title span {
          font-size: 17px; } }
  .checkout__subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
    margin: 0px 0px 24px 0px; }
    @media (max-width: 480px) {
      .checkout__subtitle {
        font-size: 11px;
        margin: 0px 0px 10px 0px; }
        .checkout__subtitle br {
          display: none; } }
  .checkout__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    width: 266px;
    min-height: 48px;
    text-transform: uppercase;
    background: #d6720c;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative; }
    .checkout__button span {
      position: relative; }
    .checkout__button::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(91.27deg, #f8a70e 0.23%, #cd650c 78.44%);
      border-radius: 7px;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease 0s;
      transition: opacity 0.3s ease 0s; }
    .checkout__button:hover {
      color: #ffffff; }
      .checkout__button:hover::before {
        content: "";
        opacity: 1; }
    @media (max-width: 480px) {
      .checkout__button {
        width: 150px;
        min-height: 35px;
        font-size: 12px;
        line-height: 15px; } }

.own-production-video {
  margin: 0px 0px 55px 0px; }
  @media (max-width: 768px) {
    .own-production-video {
      margin: 0px 0px 30px 0px; } }
  .own-production-video h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #222222;
    text-transform: none;
    margin: 0px 0px 0px 0px; }
  @media (max-width: 600px) {
    .own-production-video h1 {
      font-weight: 700;
      font-size: 20px;
      line-height: 24px; } }
  .own-production-video__item {
    margin: 30px 0px 0px 0px; }
    .own-production-video__item iframe {
      border-radius: 16px; }
    @media (max-width: 1310px) {
      .own-production-video__item iframe {
        width: 100%; } }
    @media (max-width: 991px) {
      .own-production-video__item {
        margin: 15px 0px 0px 0px; }
        .own-production-video__item iframe {
          height: 405px; } }

.categories {
  position: relative;
  margin: 0px 0px 120px 0px; }
  @media (max-width: 768px) {
    .categories {
      margin: 0px 0px 100px 0px; } }
  .categories__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0px 0px 10px 0px; }
    .categories__title h1 {
      font-weight: 600;
      text-transform: none;
      font-size: 32px;
      line-height: 39px;
      color: #222222;
      margin: 0px 0px 0px 0px; }
    @media (max-width: 600px) {
      .categories__title {
        margin: 0px 0px 0px 0px; }
        .categories__title h1 {
          font-weight: 700;
          font-size: 20px;
          line-height: 24px;
          margin: 0px 0px 26px 0px; } }
  .categories__link p {
    display: none; }
  .categories__link span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .categories__link span:hover {
      color: #000000;
      text-decoration: none; }
  @media (max-width: 600px) {
    .categories__link p {
      font-weight: 500;
      font-size: 12px;
      line-height: 15px;
      text-decoration: underline;
      color: #000000;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      position: absolute;
      display: block;
      bottom: -60px;
      left: 42%;
      margin: 20px 0px 0px 0px; }
      .categories__link p:hover {
        color: #000000;
        text-decoration: none; }
    .categories__link span {
      display: none; } }
  @media (max-width: 550px) {
    .categories__link p {
      left: 40%; } }
  @media (max-width: 400px) {
    .categories__link p {
      left: 37%; } }
  .categories__body {
    margin: 0 -20px;
    width: calc(100% + 40px);
    min-height: 100%; }
    @media (max-width: 992px) {
      .categories__body {
        margin: 10px -9px -20px -10px;
        width: calc(100% + 20px);
        padding: 0px 0px 15px 0px; } }
  .categories__items {
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 4px 6px 14px rgba(0, 0, 0, 0.12);
            box-shadow: 4px 6px 14px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin: 20px; }
    @media (max-width: 992px) {
      .categories__items {
        margin: 10px 8px 20px 8px; } }
  .categories__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    position: absolute;
    top: 55%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    width: calc(100% + 30px);
    z-index: 5; }
    @media (max-width: 992px) {
      .categories__arrows {
        display: none; } }
  .categories__prev::before {
    content: "";
    display: block;
    width: 15px;
    height: 24px;
    background-image: url("../image/icons/arrow-slider.svg");
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .categories__next::before {
    content: "";
    display: block;
    width: 15px;
    height: 24px;
    background-image: url("../image/icons/arrow-slider.svg");
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.items-categories__image {
  position: relative;
  z-index: 1; }
  .items-categories__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 8px 8px 0px 0px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-11.67%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -11.67%, rgba(0, 0, 0, 0.7) 100%); }
  .items-categories__image img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px 8px 0px 0px; }
.items-categories__text {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #111111;
  padding: 24px 24px 10px 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0px 0px -25px 0px; }
  @media (max-width: 768px) {
    .items-categories__text {
      padding: 15px;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px; } }

.swiper-two {
  overflow: hidden; }

.news {
  margin: 0px 0px 60px 0px; }
  @media (max-width: 768px) {
    .news {
      margin: 0px 0px 40px 0px; } }
  .news__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0px 0px 10px 0px; }
    .news__title h1 {
      font-weight: 600;
      text-transform: none;
      font-size: 32px;
      line-height: 39px;
      color: #222222;
      margin: 0px 0px 0px 0px; }
    @media (max-width: 600px) {
      .news__title h1 {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px; } }
  .news__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .news__link:hover {
      color: #000000;
      text-decoration: none; }
    @media (max-width: 640px) {
      .news__link {
        display: none; } }
  .news__slider {
    margin: 0 -20px;
    width: calc(100% + 40px);
    min-height: 100%; }
    @media (max-width: 991px) {
      .news__slider {
        padding: 0px 0px 15px 0px;
        margin: 0px -8px 0px -10px;
        width: calc(100% + 18px); } }
  .news__items {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    padding: 50px 50px 30px 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px; }
    @media (max-width: 992px) {
      .news__items {
        margin: 20px 8px;
        padding: 30px 15px 30px 15px; } }
    @media (max-width: 768px) {
      .news__items {
        margin: 10px 8px; } }
  .news__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    position: absolute;
    top: 55%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    width: calc(100% + 30px);
    z-index: 5; }
    @media (max-width: 992px) {
      .news__arrows {
        display: none; } }
  .news__prev::before {
    content: "";
    display: block;
    width: 15px;
    height: 24px;
    background-image: url("../image/icons/arrow-slider.svg");
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .news__prev:hover::before {
    content: "";
    -webkit-filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(121%) contrast(118%);
            filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(121%) contrast(118%); }
  @media (max-width: 992px) {
    .news__prev {
      display: none; } }
  .news__next::before {
    content: "";
    display: block;
    width: 15px;
    height: 24px;
    background-image: url("../image/icons/arrow-slider.svg");
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .news__next:hover::before {
    content: "";
    -webkit-filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(121%) contrast(118%);
            filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(121%) contrast(118%); }
  @media (max-width: 992px) {
    .news__next {
      display: none; } }
  .news__dotts {
    display: none; }
    @media (max-width: 992px) {
      .news__dotts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 10px;
        margin: -10px 0px 0px 0px;
        position: relative;
        z-index: 5; }
        .news__dotts .swiper-pagination-bullet {
          opacity: 1;
          margin: 0px 24px 0px 0px;
          position: relative;
          -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          background: #d6720c;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 4px;
                  flex: 0 0 4px;
          height: 4px;
          border-radius: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .news__dotts .swiper-pagination-bullet-active {
          -webkit-transform: scale(2);
                  transform: scale(2); } }
    @media (max-width: 768px) {
      .news__dotts {
        margin: 17px 0px 0px 0px; } }

.items-news__image {
  cursor: pointer;
  margin: 0px 0px 25px 0px; }
  .items-news__image img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 992px) {
    .items-news__image {
      margin: 0px 30px 20px 30px; } }
.items-news__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
.items-news__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  height: 45px;
  overflow: hidden;
  margin: 0px 0px 16px 0px; }
  .items-news__title:hover {
    color: #000000; }
  @media (max-width: 992px) {
    .items-news__title {
      text-align: center; } }
  @media (max-width: 480px) {
    .items-news__title {
      font-size: 14px;
      line-height: 17px;
      margin: 0px 0px 8px 0px; } }
.items-news__subtitle {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  margin: 0px 0px -20px 0px; }
  @media (max-width: 768px) {
    .items-news__subtitle {
      margin: 0px 0px 0px 0px; } }
  @media (max-width: 480px) {
    .items-news__subtitle {
      font-size: 12px; } }
.items-news__data {
  font-size: 14px;
  line-height: 150%;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0px 0px 0px 10px; }
  @media (max-width: 480px) {
    .items-news__data {
      font-size: 12px; } }
.items-news__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
.items-news__button {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #d6720c;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.3s ease 0s; }
  .items-news__button::before {
    font-size: 12px;
    margin: 0px 0px 0px 10px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    color: #d6720c;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .items-news__button:hover {
    color: #ff9600; }
    .items-news__button:hover::before {
      color: #ff9600; }
  @media (max-width: 480px) {
    .items-news__button {
      font-size: 14px; } }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto; }

.swiper {
  overflow: hidden; }

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.swiper-vertical .swiper-wrapper {
  /*flex-direction: column;*/ }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto; }

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-button-lock {
  display: none !important; }

.product-page .swiper-button-disabled {
  display: none; }

.home-text-holder {
  margin: 0px 0px 20px 0px; }
  .home-text-holder h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #000000;
    margin: 0px 0px 10px 0px; }
  @media (max-width: 992px) {
    .home-text-holder h1 {
      font-size: 22px; } }
  @media (max-width: 480px) {
    .home-text-holder h1 {
      font-size: 16px; } }

.home-text-holder .h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  color: #000000;
  margin: 0px 0px 10px 0px; }

.home-text {
  font-size: 14px; }
  .home-text span {
    font-size: 14px;
    line-height: 150%;
    color: #111110;
    margin: 0px 0px 30px 0px; }
    .home-text span:last-child {
      margin: 0px 0px 0px 0px; }
  .home-text h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #111110; }
  @media (max-width: 768px) {
    .home-text {
      font-size: 13px; }
      .home-text span {
        font-size: 13px;
        margin: 0px 0px 20px 0px; }
        .home-text span:last-child {
          margin: 0px 0px 0px 0px; } }

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 0px 50px 0px; }
  .block__more {
    background: none;
    margin: 20px 0px 0px 0px;
    border: 1px solid transparent; }
    .block__more span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      color: #d6720c;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .block__more span::before {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 12px;
        color: #d6720c;
        margin: 0px 0px 0px 10px; }
      .block__more span:last-child::before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .block__more span:hover {
        color: #ff9600; }
        .block__more span:hover::before {
          color: #ff9600; }

/*
.menu-banner {
	@include res(xs) {
		padding: 45px 0 20px 0;
		background: $theme_color_2;
		.main-menu-banner-image {
			display: none;
		}
	}

	position: relative;
	z-index: 1;
	.img-responsive {
		width: 100%;
	}

	.swiper-container {
		position: relative;
		z-index: 1;
		overflow: hidden;
		border-radius: 50%;
	}

	.swiper-viewport {
		border: none;
		margin: 0 !important;

		.swiper-button-next {
			opacity: 1;
			right: -20%;
			width: 40px;
			height: 50px;
			background: url("fonts/icons/right-arrow.svg") no-repeat 50% 50%;

			@include res(l) {
				right: -46px;
				background-size: 30px auto;
			}

			@include res(xs) {
				right: -56px;
			}

			&:after {
				display: none;
			}
		}

		.swiper-button-prev {
			opacity: 1;
			left: -20%;
			width: 40px;
			height: 50px;
			background: url("fonts/icons/left-arrow.svg") no-repeat 50% 50%;

			@include res(l) {
				background-size: 30px auto;
				left: -46px;
			}

			@include res(xs) {
				left: -56px;
			}

			&:after {
				display: none;
			}
		}

		.swiper-slide {
			padding: 0;

			&::after {
				content: "";
				position: absolute;
				left: 0;
				bottom: 0;
				right: 0;
				top: 0;
				z-index: 2;
			}

			&-btn {
				padding-top: 40px;

				@include res(l) {
					padding-top: 30px;
				}

				@include res(s) {
					padding-top: 5px;
				}
			}
		}

		img {
			@include res(l) {
				margin: 0 -30%;
				width: calc(100% + 30%);
				max-width: initial;
			}

			@include res(s) {
				margin: 0 -40%;
				width: calc(100% + 40%);
			}
		}
	}

	.swiper-pagination {
		position: absolute;
		z-index: 2;
		bottom: 87px;
		line-height: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		left: 0;
		right: 0;

		@include res(l) {
			bottom: 35px;
		}

		@include res(xs) {
			bottom: 20px;
		}

		&-bullet {
			width: 10px;
			height: 10px;
			border: 1px solid #fff;
			margin: 0 10px;
			background: none;

			&:hover,
			&:active {
				background: none;
			}

			@include res(l) {
				width: 6px;
				height: 6px;
				margin: 0 6px;
			}

			&-active {
				background: #fff;
			}
		}
	}

	.swiper-text {
		position: absolute;
		z-index: 3;
		left: 0;
		bottom: 0;
		right: 0;
		top: 0;
		color: #fff;
		font-size: 24px;
		font-weight: 500;
		//letter-spacing: 0.06em;

		@include res(l) {
			font-size: 18px;
		}

		@include res(xs) {
			font-size: 15px;
		}

		@include res(xxs) {
			font-size: 13px;
		}

		&-inner {
			display: flex;
			height: 100%;
			align-items: center;
		}
	}

	.category-menu-wrapper {
		position: absolute;
		z-index: 2;
		height: 300px;
		width: 300px;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
		left: 42%;
		border-radius: 50%;
		background: #171717;
		top: 100px;
		@include res(xl) {
			height: 21.5vw;
			width: 21.5vw;
			left: 39.2%;
			top: 19%;
		}
		@include res(xs) {
			position: relative;
			height: 200px;
			width: 200px;
			left: auto;
			top: 16%;
			margin: 0 auto;
		}
		.category-menu-item-holder {
			height: 300px;
			width: 300px;
			@include res(xl) {
				height: 21.5vw;
				width: 21.5vw;
			}
			@include res(xs) {
				height: 200px;
				width: 200px;
			}
			a {
				display: flex;
				text-align: center;
				height: 100%;
				padding: 14% 10% 10%;
				flex-direction: column;
				align-content: center;
				align-items: center;
				justify-content: space-around;
				position: relative;
				z-index: 11;
				img {
					max-width: 42%;
					user-select: none;
				}
				span {
					user-select: none;
					font-size: 18px;
					@include res(xl) {
						font-size: 1.1vw;
					}
					@include res(xs) {
						font-size: 12px;
					}
					display: block;
					&.white {
						color: #fff;
					}
					&.red {
						color: $theme_color_1;
						text-transform: uppercase;
						font-weight: bold;
					}
				}
			}
		}
	}
}*/
/*
.categories-on-main-page {
	background: $theme_color_2;
	padding: 60px 0;
	@include res(l) {
		padding: 15px 0;
	}
	.categories-on-main-page-holder {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		border-left: 50px solid $theme_color_1;
		border-right: 50px solid $theme_color_1;
		@include res(xll) {
			border-left: 2em solid $theme_color_1;
			border-right: 2em solid $theme_color_1;
		}
		@include res(l) {
			border-left: 1em solid $theme_color_1;
			border-right: 1em solid $theme_color_1;
		}
		border-radius: 10px;
	}
	.categories-on-main-page-items {
		&:before {
			transition: ease all 1s;
			display: block;
			content: " ";
			width: 100%;
			height: 100%;
			background: $theme_color_2;
			opacity: 0.2;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 2;
		}

		position: relative;
		z-index: 1;
		flex: 0 33.333%;
		@include res(l) {
			flex: 0 50%;
			&.empty2 {
				display: none;
			}
		}
		background: #c4c4c4;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		&:nth-child(3),
		&:nth-child(6),
		&:nth-child(9),
		&:nth-child(12) {
			border-right: none;
		}
		&:nth-last-child(-n + 3) {
			border-bottom: none;
		}

		@include res(l) {
			border-bottom: 2px solid #fff;
			border-right: 2px solid #fff;

			&:nth-child(3),
			&:nth-child(6),
			&:nth-child(9),
			&:nth-child(12) {
				border-bottom: 2px solid #fff;
				border-right: 2px solid #fff;
			}

			&:nth-child(7),
			&:nth-child(8),
			&:nth-child(9),
			&:nth-child(12) {
				border-bottom: 2px solid #fff;
				border-right: 2px solid #fff;
			}

			&:nth-last-child(-n + 3) {
				border-bottom: 2px solid #fff;
			}

			&:nth-last-child(-n + 2) {
				border-bottom: none;
			}

			&:nth-child(2),
			&:nth-child(4),
			&:nth-child(6),
			&:nth-child(8),
			&:nth-child(10) {
				border-right: none;
			}
		}

		.img-responsive {
			width: 100%;
			height: 100%;
		}

		.categories-on-main-page-items-title {
			transition: ease 0.5s all;
			display: block;
			position: absolute;
			bottom: 10px;
			left: 18px;
			z-index: 3;
			width: 40%;
			font-size: 36px;
			line-height: 1.2;
			font-weight: 700;
			color: #fff;
			text-transform: uppercase;

			.item-1 {
				font-size: 50px;
				display: block;
			}
			.item-2 {
				font-size: 36px;
				display: block;
			}
			.item-3 {
				font-size: 100px;
				display: block;
				line-height: 1;
			}

			@include res(xll) {
				.item-1 {
					font-size: 2.7vw;
				}
				.item-2 {
					font-size: 2vw;
				}
				.item-3 {
					font-size: 5.25vw;
				}
			}

			@include res(xs) {
				.item-1 {
					font-size: 5vw;
				}
				.item-2 {
					font-size: 3vw;
				}
				.item-3 {
					font-size: 10vw;
				}
			}
		}

		&:hover {
			.categories-on-main-page-items-title {
				text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
			}
			&:before {
				opacity: 0;
			}
		}
	}
}*/
.common-home {
  /*
  .title {
  	padding-bottom: 0;
  	display: block;
  	.h1 {
  		font-size: 32px;
  		line-height: 39px;
  		font-weight: 600;
  		text-transform: none;
  		text-align: left;
  		margin: 0;
  		color: #222222;
  		&.black {
  			color: $theme_color_2;
  			a {
  				color: $theme_color_2;
  			}
  		}
  		padding: 40px 0 15px 0;
  		@include res(l) {
  			font-size: 26px;
  			padding: 20px 0 5px 0;
  		}
  	}
  }
  .home-text-holder {
  	 {
  		color: $theme_color_2;
  	}
  	h1 {
  		padding: 0;
  		margin: 40px 0 20px;
  		@include res(l) {
  			margin: 30px 0 10px;
  		}
  	}
  	h2 {
  		padding: 0;
  		margin: 20px 0 10px;
  		@include res(l) {
  			margin: 10px 0 5px;
  		}
  	}
  	a {
  		text-decoration: underline;
  		color: $theme_color_2;
  		&:hover {
  			color: $theme_color_1;
  			text-decoration: none;
  		}
  	}
  	.home-text {
  	}
  }*/
  /*
  .special-holder {
  	.title {
  		.h1 {
  			padding: 0 0 15px 0;
  			@include res(l) {
  				padding: 0 0 5px 0;
  			}
  		}
  	}
  }*/
  	/*
  	.home-contact-us-holder {
  		margin-top: 8%;
  		.title {
  			.h1 {
  				color: $theme_color_2;
  				padding: 0 0 15px 0;
  			}
  		}
  		.home-contact-us-inner {
  			border-radius: 20px;
  			background-color: $theme_color_1;
  			color: #fff;
  			input,
  			textarea {
  				box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  				background: transparent;
  				padding: 16px 30px;
  			}
  			textarea {
  				resize: none;
  				min-height: 57%;
  			}
  			.contact-us-input {
  				font-size: 14px;
  				line-height: 1;
  				border-radius: 25px;
  				border: none;
  				margin-bottom: 30px;
  				&.no-margin {
  					margin: 0;
  				}
  				&::placeholder {
  					color: #fff;
  					opacity: 1;
  				}
  				&#send-contact-us-form {
  					border: none;
  					background: $theme_color_1;
  					box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
  					color: #fff;
  					padding: 18px 0;
  					font-weight: bold;
  					text-transform: uppercase;
  				}
  			}
  
  			.flex-block-holder {
  				align-items: stretch;
  				position: relative;
  				.flex-item {
  					padding: 40px 30px;
  					&.home-contact-col-1 {
  						flex: 0 25%;
  						display: flex;
  						flex-direction: column;
  						justify-content: space-evenly;
  					}
  					&.home-contact-col-2 {
  						flex: 0 25%;
  						display: flex;
  						flex-direction: column;
  						justify-content: space-evenly;
  					}
  					&.home-contact-col-3 {
  						flex: 0 35%;
  						position: relative;
  						.img-responsive {
  							position: relative;
  							bottom: -18%;
  							left: 0;
  							margin: -60% auto 0;
  						}
  					}
  					&.home-contact-col-4 {
  						padding: 0 22px;
  						flex: 0 auto;
  						display: flex;
  						flex-direction: column;
  						justify-content: stretch;
  						border-bottom-right-radius: 20px;
  						border-top-right-radius: 20px;
  						box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
  						.home-contact-social-block,
  						ul {
  							flex: 1;
  							display: flex;
  							flex-direction: column;
  							justify-content: stretch;
  						}
  						ul {
  							justify-content: space-evenly;
  						}
  
  						ul,
  						li,
  						a {
  							list-style: none;
  							margin: 0;
  							padding: 0;
  						}
  						a,
  						i,
  						a:hover,
  						a:focus {
  							font-size: 40px;
  							color: #fff;
  						}
  						a:hover i {
  							text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  						}
  						i.icon-telegram {
  							font-size: 38px;
  						}
  					}
  				}
  			}
  		}
  	}*/ }

/*
@media (max-width: 1020px) {
	.common-home {
		.home-contact-us-holder {
			margin-top: 0;
			.title {
				.h1 {
					color: $theme_color_2;
					padding: 0 0 11em 0;
				}
			}
			.home-contact-us-inner {
				border-radius: 20px;
				background-color: $theme_color_1;
				color: #fff;
				input,
				textarea {
					box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
					background: transparent;
					padding: 16px;
				}
				textarea {
					resize: none;
					min-height: 57%;
				}
				.contact-us-input {
					font-size: 14px;
					line-height: 1;
					border-radius: 25px;
					border: none;
					margin-bottom: 30px;
					&.no-margin {
						margin: 0;
					}
					&::placeholder {
						color: #fff;
						opacity: 1;
					}
					&#send-contact-us-form {
						border: none;
						background: $theme_color_1;
						box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
						color: #fff;
						padding: 18px 0;
						font-weight: bold;
						text-transform: uppercase;
					}
				}

				.flex-block-holder {
					align-items: stretch;
					position: relative;
					flex-wrap: wrap;
					.flex-item {
						padding: 40px 30px;
						&.home-contact-col-1 {
							padding: 0 30px;
							flex: 0 100%;
							display: flex;
							flex-direction: column;
							justify-content: space-evenly;
							order: 2;
						}
						&.home-contact-col-2 {
							flex: 0 100%;
							display: flex;
							flex-direction: column;
							justify-content: space-evenly;
							order: 3;
						}
						&.home-contact-col-3 {
							flex: 0 100%;
							position: relative;
							order: 1;
							.img-responsive {
								position: relative;
								bottom: -2em;
								left: 0;
								margin: -24em auto 0;
							}
						}
						&.home-contact-col-4 {
							order: 4;
							padding: 0 13px;
							flex: 0 100%;
							display: flex;
							flex-direction: column;
							justify-content: stretch;
							border-bottom-left-radius: 20px;
							border-bottom-right-radius: 20px;
							border-top-right-radius: 0;
							box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
							.home-contact-social-block,
							ul {
								flex: 1;
								display: flex;
								flex-direction: row;

								justify-content: stretch;
							}
							ul {
								justify-content: space-evenly;
							}

							ul,
							li,
							a {
								list-style: none;
								margin: 0;
								padding: 0;
							}
							a,
							i,
							a:hover,
							a:focus {
								font-size: 40px;
								line-height: 80px;
								color: #fff;
							}
							a:hover i {
								text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
							}
							i.icon-telegram {
								font-size: 38px;
							}
						}
					}
				}
			}
		}
	}
}

@media (max-width: 414px) {
	.common-home {
		.home-contact-us-holder {
			.title {
				.h1 {
					padding: 0 0 64vw 0;
				}
			}
			.home-contact-us-inner {
				.flex-block-holder {
					.flex-item {
						&.home-contact-col-3 {
							.img-responsive {
								bottom: -9vw;
								left: 0;
								margin: -78vw auto 0;
							}
						}
					}
				}
			}
		}
	}
}*/
/*
.our-advantages {
	@include res(l) {
		display: none;
	}
	.our-advantages-holder {
		display: flex;
		padding: 25px 0 40px 0;
		justify-content: space-between;
		flex-wrap: wrap;
		@include res(l) {
			justify-content: space-around;
		}
		.our-advantages-items {
			display: flex;
			justify-content: flex-start;
			flex-wrap: wrap;
			flex-direction: column;
			max-width: 208px;

			span {
				padding-top: 28px;
				font-family: Montserrat;
				font-style: normal;
				font-weight: normal;
				font-size: 18px;
				line-height: 22px;
				text-align: center;
			}
			@include res(l) {
				width: 50%;
				margin-bottom: 15px;
				span {
					padding-top: 20px;
					font-size: 14px;
					line-height: 1.4;
				}
				img {
					height: 50px !important;
				}
			}
		}
	}
}*/
div[id*="zoom-banner"] .product-thumb {
  -ms-flex-line-pack: center;
      align-content: center; }

@media (max-width: 991px) {
  .ovwh {
    overflow: hidden; } }
.popular-categories {
  padding-bottom: 50px;
  margin-top: 20px; }
  @media (max-width: 992px) {
    .popular-categories {
      padding-bottom: 30px;
      margin: 20px 0px 0px 0px; } }
  .popular-categories ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -7px; }
    @media (max-width: 992px) {
      .popular-categories ul {
        margin: -4px; } }
    .popular-categories ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%;
      margin: 0;
      padding: 7px; }
      @media (max-width: 992px) {
        .popular-categories ul li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 33.3333%;
                  flex: 0 1 33.3333%;
          padding: 4px; } }
      @media (max-width: 768px) {
        .popular-categories ul li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 50%;
                  flex: 0 1 50%; } }
      .popular-categories ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #747474;
        border-radius: 7px;
        margin: 0;
        padding: 20px 20px 20px 0px;
        height: 100%;
        position: relative; }
        .popular-categories ul li a::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(91.27deg, #f8a70e 0.23%, #cd650c 78.44%);
          border-radius: 7px;
          opacity: 0;
          -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s; }
        .popular-categories ul li a img {
          width: 100%;
          max-width: 95px;
          height: 60px;
          margin: 0px 25px 0px 0px;
          position: relative; }
          @media (max-width: 480px) {
            .popular-categories ul li a img {
              max-width: 56px;
              height: 36px;
              margin: 0px 7px 0px 0px; } }
        @media (max-width: 480px) {
          .popular-categories ul li a {
            padding: 12px 12px 12px 0px; } }
        .popular-categories ul li a span {
          font-weight: 400;
          font-size: 13px;
          line-height: 125%;
          color: #ffffff;
          display: block;
          width: 100%;
          position: relative; }
          @media (max-width: 480px) {
            .popular-categories ul li a span {
              font-size: 11px;
              line-height: 18px; } }
        .popular-categories ul li a:hover::before {
          content: "";
          opacity: 1; }

.all-categories {
  margin-top: 20px; }
  @media (max-width: 992px) {
    .all-categories {
      margin: 0 -15px 30px -15px; } }
  @media (max-width: 768px) {
    .all-categories {
      margin: 0 -8px 30px -10px; } }
  .all-categories ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 14px); }
    @media (max-width: 991px) {
      .all-categories ul {
        width: 100%; } }
    .all-categories ul li {
      width: 25%;
      margin: 0;
      padding: 0 14px 50px 0; }
      @media (max-width: 1200px) {
        .all-categories ul li {
          width: 33.333%; } }
      @media (max-width: 991px) {
        .all-categories ul li {
          width: 100%;
          padding: 15px 0 17px 15px; } }
      @media (max-width: 768px) {
        .all-categories ul li {
          padding: 15px 5px 17px 5px; } }
      .all-categories ul li .item {
        -webkit-box-shadow: 0px 2.45875px 9.2203px rgba(0, 0, 0, 0.12);
                box-shadow: 0px 2.45875px 9.2203px rgba(0, 0, 0, 0.12);
        border-radius: 8px;
        margin: 0;
        padding: 25px 40px 25px 40px;
        display: block;
        height: 100%; }
        @media (max-width: 480px) {
          .all-categories ul li .item {
            padding: 16px; } }
        .all-categories ul li .item a {
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .all-categories ul li .item a img {
            width: 100%;
            height: auto;
            max-width: 50px;
            margin: 0 auto;
            display: block;
            margin: 0px 0px 15px 0px;
            -webkit-filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(91%) contrast(118%);
                    filter: invert(50%) sepia(1%) saturate(1969%) hue-rotate(34deg) brightness(91%) contrast(118%); }
            @media (max-width: 480px) {
              .all-categories ul li .item a img {
                max-width: 36px;
                margin: 0px 0px 6px 0px; } }
          .all-categories ul li .item a span {
            font-weight: 700;
            font-size: 15px;
            line-height: 18px;
            text-align: center;
            letter-spacing: -0.06em;
            text-transform: uppercase;
            color: #747474;
            display: block;
            margin: 15px 0 20px 0;
            width: 100%;
            height: 36px;
            overflow: hidden; }
            @media (max-width: 480px) {
              .all-categories ul li .item a span {
                font-size: 13px;
                margin: 5px 0px 15px 0px; } }
          .all-categories ul li .item a:hover {
            color: #d6720c; }
            .all-categories ul li .item a:hover img {
              -webkit-filter: invert(52%) sepia(52%) saturate(4579%) hue-rotate(9deg) brightness(96%) contrast(91%);
                      filter: invert(52%) sepia(52%) saturate(4579%) hue-rotate(9deg) brightness(96%) contrast(91%); }
        .all-categories ul li .item .items a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          font-weight: 400;
          font-size: 12px;
          line-height: 15px;
          color: #211f1f;
          margin: 0 0 12px 0;
          -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
          .all-categories ul li .item .items a:hover {
            font-weight: 700;
            text-decoration: underline;
            color: #d6720c; }
          @media (max-width: 480px) {
            .all-categories ul li .item .items a {
              font-size: 11px;
              margin: 0 0 15px 0;
              line-height: 13px; } }
/*# sourceMappingURL=theme.css.map */