@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400|Roboto:300,400,500,700);@charset "UTF-8";

/*
* Third Party
*/

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -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-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}
.card-goods img{
	max-width:100%;
}




/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .navbar {
    display: none;
  }

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

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

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

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

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.list-card .list-card-column:nth-child(n+7){
 display:none;
}
.main-slide{
    height: 561px;
	 position: relative; 
}
.main-slide-caption {
     left: 15px;
    padding-bottom: 30px;
    text-align: left;
    top: 22%;
    max-width: 550px;
    position: absolute;
}
.main-slide-container {
    position: relative; 
	    height: 100%;
}

.main-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slide .title {
    color: #3c424d;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
.main-slide .short-description {
    font-size: 22px;
    font-weight: bold;
    margin-top: 35px;
    color: #3c424d;
}
.main-slide .link {
    margin-top: 30px;
}

.main-slide .link a {
    font-size: 18px;
    color: #000;
    display: block;
    text-decoration: underline;
}
.banner-img{
   background-size:cover!important;
   background-repeat:no-repeat!important;
}
.banner-img.hide-banner{
 opacity:0;
}
.home-banner-block  .banner-left{
width:75%;
float:left;
padding-right:10px;
}
.home-banner-block .banner-right{
 width:25%;
 float:right;
}
.home-banner-block  .banner-1{
   width:100%;
   height:299px;
}
.home-banner-block  .banner-2, .home-banner-block  .banner-3{
   width:100%;
   height:149px;
}
.home-banner-block  .banner-2{
    margin-bottom: 10px;
}
#home-banners-slider a{
position: relative;
}
#home-banners-slider  .banner-title{
      position: absolute;
    max-width: 250px;
    top: 30px;
    left: 32px;
    display:block;
    color: black;
    z-index: 999;
    font-size: 25px;
}
.home-section .title.large-size{
    margin-bottom: 0px;
}
.title-info{
font-size: 22px;
    font-weight: 900;
}
.office-foto img{
   max-width:100%;
}
.contacts-info .contact-item{
    position:relative!important;
    padding-left: 96px!important;
    padding-top: 27px!important;
	    background: #f3f4f3;
    min-height: 115px;
}
.contacts-info .contact-item.c-shipping{
padding-top: 15px!important;
}
.contact-item:before{
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:74px;
  height:115px;
 
}
.contact-item-text span{
font-size: 14px;
}
.contact-item.c-address:before{
   background:url('./images/geo.png');
   background-size:100%;
   background-repeat:no-repeat;
}
.contact-item.c-open:before{
  background:url('./images/time.png');
   background-size:100%;
   background-repeat:no-repeat;
}

.contact-item.c-shipping:before{
  background:url('./images/delivery.png');
   background-size:100%;
   background-repeat:no-repeat;
}
.contacts-info{
overflow: hidden;
    margin-top: 12px;
    padding-bottom: 70px;
}
.contact-item-text p{
 font-weight:bold;
}
.c-s2-info{
    margin-top: 134px;
}
.contact-info-s2{
    overflow: hidden;
    margin-bottom: 50px;
}
.contacts-info .col-sm-4{
    margin-bottom: 25px;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
  src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760) format("svg");
}

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

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 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: normal;
  line-height: 1;
  color: #777777;
}

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

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

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

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

h1,
.h1 {
  font-size: 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;
  color: #000000;
  font-family: Arial;
  font-size: 13.5pt;
  font-style: normal;
  font-weight: normal;
  line-height: 1.15;
}

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

@media (min-width: 768px) {


  .lead {
    font-size: 21px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

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

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

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

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

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

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

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\A0   \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: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

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

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

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

.container:after {
  clear: both;
}














/*HEAD_STYLES*/
.head-left-block .btn-group{
float: left;
}
.shop-cart{
 float:left;
 position:relative;
}
#header-content .head-left-block .btn-group{
    margin-right: 15px;
}
#header-content .head-left-block  .sign-in-block{
float: left;
    margin-left: 28px;
    position: relative;
}
#header-content #search input{
    height: 40px;
	font-size: 15px;
}
#header-content #search .btn{
    padding: 7px 50px 7px 43px;
}
.head-left-block{
height: 40px;
    line-height: 43px;
}
.head-right-block{
height: 40px;
    line-height: 40px;
}

/*HEAD_STYLES END*/
/*PROD_STYLES*/
.product-layout .button-group {
  text-align:center;
}
.product-layout .button-group a, .product-layout .button-group button{
 display:inline-block;
      border: none;
  padding: 6px 10px;
    margin-right: 5px;
}
.product-layout .button-group a{
    padding: 6px 14px;
}
.product-layout .button-group .boc_order_btn{
    margin-right: 0;
	margin-top: 10px;
}

.p-related-head span, .p-visited-head span{
font-size: 25px;
    color: #3c424d;
    font-weight: 500;
    padding: 18px 0;
    display: block;
}

#related-products  .owl-wrapper-outer, #visited-products  .owl-wrapper-outer{
padding-top: 30px;
}




/*PROD_STYLES END*/
.ink-flow-product .product-tabs-fixed {
  display: none !important;
}
.ink-flow-product .tabs-panel,
.ink-flow-product .tab-content {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.ink-flow-product .ink-tab-flow > .tab-pane {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.ink-flow-product .ink-flow-section {
  max-width: 1180px;
  margin: 0 auto 54px;
  padding: 0 0 44px;
  border-bottom: 1px solid #e8edf2;
}
.ink-flow-product .ink-flow-section:last-child {
  border-bottom: 0;
}
.ink-flow-product .ink-flow-title {
  margin: 0 0 22px;
  color: #26323f;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0;
}
.ink-flow-product .goods-block-border {
  border: 0;
  padding: 0;
  background: transparent;
}
.ink-flow-product .tab-detail-info .row-block {
  display: block;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}
.ink-flow-product .tab-detail-info .block-img {
  display: none;
}
.ink-flow-product .tab-detail-info .block-text {
  width: 100%;
  float: none;
  color: #4b5a68;
  font-size: 16px;
  line-height: 1.65;
}
.ink-flow-product .ink-flow-subsection {
  margin: 0 0 44px;
}
.ink-flow-product .ink-flow-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ink-flow-product .ink-flow-chips span {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #e3e9ef;
  border-radius: 4px;
  background: #f8fafc;
  color: #334151;
  font-size: 15px;
}
.ink-flow-product .table-bordered,
.ink-flow-product .table-bordered > thead > tr > td,
.ink-flow-product .table-bordered > tbody > tr > td {
  border-color: #e3e9ef;
}
.ink-flow-product .table > thead > tr > td {
  background: #f8fafc;
  color: #26323f;
}
@media (max-width: 767px) {
  .ink-flow-product .ink-flow-section {
    margin-bottom: 36px;
    padding-bottom: 30px;
  }
  .ink-flow-product .ink-flow-title {
    font-size: 22px;
  }
}
.goods-image-center, .product-thumb a{
 position:relative;
}
.ink-product-full-width-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.ink-product-full-width-image img {
  display: block;
  width: 100vw;
  max-width: none;
  height: auto;
}
.custom_sticker{
  position: absolute;
    top: 0;
    right: 0;
    width: 132px;
    height: 50px;
    background: url(./images/bg-special.png);
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
.c-s2-item{
    margin-bottom: 30px;
    text-align: center;
}
.home-banner-block .banner-left{
 width:100%;
 margin-bottom:10px;
 padding:0;
 float:none;
}
.home-banner-block .banner-right{
float:none;
width:100%;
}
.main-slide-container{
background: rgba(255, 255, 255, 0.5);

}
.main-slide-caption {
    left: 0px;
}
 #header-content  .phone-mob{
    float: right;
  
    
    margin-top: -2px;
}

}
@media (max-width: 350px) {
 #header-content  .phone-mob{
    float: right;
    font-size: 14px;
    margin-left: 13px;
    margin-top: -2px;
}
 #header-content   .head-left-block .btn-group{
    margin-right: 10px;
}
#header-content .head-left-block .sign-in-block{
    margin-left: 24px;
}
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mob-menu-btn{
	float: left!important;
    border: none!important;
    box-shadow: none!important;
    color: #fff!important;
    padding: 0!important;
	    margin-top: 10px!important;

}
.mob-menu-btn .fa-bars{
	    font-size: 30px;
}

.mob-menu a{
	    color: #fff!important;
    font-size: 22px;
	   
}
.top-menu-item{
	float:left;
}
.mob-menu span{
	float:right;
}
.mob-menu .dropdown{
	overflow:hidden;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #038bcd!important;
}
	.mob-menu  .dropdown-inner a{
		    font-size: 18px!important;
          
	}
.mob-menu  .dropdown-inner li{
	 padding-left: 40px;
	     width: 100%;
    overflow: hidden;
}
.dropdown-toggle .fa-angle-right{
    color: #fff;
    font-size: 28px;
    padding: 6px 20px;
	 transition: 0.3s ease;
}	
.mob-menu-child-btn.active .fa-angle-right{
	    transform: rotate(90deg);
    transition: 0.3s ease;
}
.see-all{
	font-size: 17px!important;
    font-weight: bold;
    width: 100%;
    display: block;
    margin-top: 8px;
    padding-left: 40px;
    text-decoration: underline;
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.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 > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.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::-ms-expand {
  border: 0;
  background-color: transparent;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  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 textarea.form-control,
.form-group-lg select[multiple].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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback label ~ .form-control-feedback {
  top: 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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

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

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

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

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

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

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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: #e6e5e5;
  border-color: #8c8c8c;
}

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

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

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

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

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #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 > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

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

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

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #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 > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

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

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #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 > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

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

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #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 > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

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

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

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

.btn-danger {
  color: #fff;
  background-color: #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 > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

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

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

.btn-link {
  color: #337ab7;
  font-weight: normal;
  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:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

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

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

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

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

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}

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

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

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

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

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

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

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  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-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

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

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

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #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: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

.cd-wrap br{
	display:none!important;
}
.cd-text br{
	display:block!important;
}
.cd-img{
	width:50%;
}
.cd-img img{
	max-width:100%;
	height:auto;
}
.cd-text{
	width:50%;
}
.cd-item{
	display: flex;
    align-items: center;
}
.cd-item:nth-child(odd){
    flex-direction: row-reverse;	
}
.cd-item:nth-child(even){
	flex-direction: row;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -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);
  -webkit-overflow-scrolling: touch;
}

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

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

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

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

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

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

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
.cd-item{
	flex-direction: column!important;
}	
  .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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

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

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
#contact-form input.error {
    background: #f9c1c1;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

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

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

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}

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

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

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

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #d9534f;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #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;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: auto;
  height: 264px;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #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 {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #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:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #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:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

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

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

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

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

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

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

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

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

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

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

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

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

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

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

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

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

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -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-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

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

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
#simplecheckout_cart img{
  max-width:100%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203A';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(/images/vendor/jquery-fancybox/source/fancybox_sprite.png?783d4031fe50c3d83c960911e1fbc705);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/images/vendor/jquery-fancybox/source/fancybox_loading.gif?c6f1ad4957e50b83bb27691df8bc3f41) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/images/vendor/jquery-fancybox/source/blank.gif?325472601571f31e1bf00674c368d335);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/images/vendor/jquery-fancybox/source/fancybox_overlay.png?a6cb983e06029eecd067b666edd4d3d2);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*
* Custom
*/

/*РћСЃРЅРѕРІРЅС‹Рµ РїРµСЂРµРјРµРЅРЅС‹Рµ РїСЂРѕРµРєС‚Р°*/

/*РћСЃРЅРѕРІРЅРѕР№ css С„Р°Р№Р» + Meida Р·Р°РїСЂРѕСЃС‹*/

body {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #7a7c81;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100vw;
  max-width: 100%;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

body,
html {
  height: 100%;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 60px;
}

.menu-open {
  overflow: hidden;
}

.desktop-body {
  padding-top: 124px;
}

.scrool-body {
  padding-top: 107px;
}

.service-page {
  padding-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}

a {
  color: #3cafe6;
}

a.def-color {
  color: #7a7c81;
}

.text-under {
  text-decoration: underline;
}

.small-size {
  font-size: 12px;
}

.title {
  color: #3c424d;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0;

text-transform: uppercase;
}

.title-color {
  color: #3c424d;
}

.title.large-size {
  font-size: 36px;
}

.title.base-size {
  font-size: 14px;
}

.service-title {
  font-weight: bold;
  font-size: 48px;
  color: #3cafe6;
  margin-bottom: 35px;
  line-height: 1.2;
}

.service-title .sub-title {
  color: #30353e;
  font-size: 36px;
  font-weight: 400;
}

.have-questions .service-title {
  font-size: 30px;
}

.have-questions .sub-title {
  font-size: 30px;
  font-weight: bold;
}

.weight-medium {
  font-weight: 500;
}

.weight-regular {
  font-weight: 400;
}

.weight-light {
  font-weight: 300;
}

.dinb {
  display: inline-block;
  vertical-align: middle;
}

.nop {
  padding: 0;
}

.nom {
  margin: 0;
}

.blue {
  background-color: #3cafe6;
}

.blue-text {
  color: #3cafe6;
}

.silver {
 /* background-color: #f4f4f4;*/
}

.white {
  background-color: #fff;
}

.orange-text {
  color: #ff9000;
}

.white-text,
.white-text.sub-title {
  color: #fff;
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.8);
}

hr.white.hr-large {
  border-top: 2px solid #fff;
}

hr.white {
  border-top: 1px solid #fff;
}

.font-Roboto {
  font-family: "Roboto", sans-serif;
}

.flex-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: .flex-align-center align;
      -ms-flex-align: .flex-align-center align;
          align-items: .flex-align-center align;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-justify-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-block,
.flex-height-container,
.col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

.flex-height-container {
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.flex-height-container:before,
.flex-height-container:after {
  display: none;
}

.flex-ul-bettwen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-ul-bettwen > li {
  width: 100%;
}

.relative-position {
  position: relative;
}

.dbl {
  display: block;
}

i.left,
button.left {
  margin-left: 15px;
}

i.right,
button.right {
  margin-right: 15px;
}

.center-cover-bg,
.center-cover-fixed-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.center-cover-fixde-bg {
  background-position: fixed center;
}

/*Modal Style*/

.modal-header,
.modal-footer {
  border: 0;
}

.modal-title {
  text-transform: uppercase;
}

.modal-content {
  border-radius: 3px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 0 32px rgba(1, 2, 2, 0.15);
  box-shadow: 0 0 32px rgba(1, 2, 2, 0.15);
  border: solid 1px #e5e5e5;
  padding: 25px;
}

.modal-content .form-control {
  border-radius: 3px;
  background-color: #ececec;
  border: solid 1px #d6d6d6;
  color: #636363;
  font-size: 16px;
  height: 45px;
}

/*Button style*/

.btn {
  padding: 9px 51px 9px 43px;
}

.btn.no-arrow {
  padding-right: 43px;
}

.btn-md {
  padding: 9px 43px 9px 31px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 20px;
  font-size: 14px;
}

.btn-sm-no-arrow {
  padding: 9px 26px;
}

.btn-arrow {
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -5.5px 0 -5.5px 0;
  display: inline-block;
}

.btn.btn-no-radius {
  border-radius: 0;
}

.link-color,
.btn.link-color {
  color: #3cafe6;
}

.btn-silver {
  color: #7a7c81;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  font-weight: 400;
}

.btn-silver.active,
.btn-silver.active:hover,
.btn-silver.active:focus,
.btn-silver:visited,
.btn-silver:hover,
.btn-silver:active,
.btn-silver:focus,
.btn-silver:active:focus,
.btn-silver:active:hover {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #7a7c81;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-category {
  color: #3cafe6;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  font-weight: 400;
  padding: 4px 28px;
}

.btn-category.active,
.btn-category.active:hover,
.btn-category.active:focus,
.btn-category:visited,
.btn-category:hover,
.btn-category:active,
.btn-category:focus,
.btn-category:active:focus,
.btn-category:active:hover {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #3cafe6;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-icon,
.btn.btn-number {
  padding: 0 1px;
  background: none;
  border: 0;
  outline: 0;
}

.btn.btn-number {
  padding: 4px 1px;
  color: #7a7c81;
}

.btn.btn-number.active,
.btn.btn-number.active:hover,
.btn.btn-number.active:focus,
.btn.btn-number:visited,
.btn.btn-number:hover,
.btn.btn-number:active,
.btn.btn-number:focus,
.btn.btn-number:active:focus,
.btn.btn-number:active:hover {
  background-color: transparent;
  border-color: transparent;
  color: #7a7c81;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-number i {
  font-size: 18px;
  vertical-align: middle;
}

.height-arrow12 {
  height: 12px;
  margin: -6px 0 -6px 0;
}

.btn-primary {
  position: relative;
  color: #fff;
  background-color: #3cafe6;
  border-color: #3cafe6;
  font-weight: 700;
  border-radius: 20px;
}

.btn-primary.active,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary:visited,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background-color: #3cafe6;
  border-color: #3cafe6;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary .arrow-icons {
  background: url("/image/start/icons/arrow.png");
}
.card-product-fill .btn-primary {
  min-width: 150px;
  padding-left: 28px !important;
  padding-right: 42px !important;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 20px;
  text-indent: 0 !important;
}

.card-product-fill .btn-primary:before {
  content: "Подробнее";
}

html[lang="uk"] .card-product-fill .btn-primary:before {
  content: "Докладніше";
}

html[lang="en"] .card-product-fill .btn-primary:before {
  content: "More details";
}

.btn-default {
  position: relative;
  color: #3cafe6;
  background-color: transparent;
  border-color: #3cafe6;
  font-weight: 400;
  border-radius: 20px;
}

.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default:visited,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
  background-color: transparent;
  border-color: #3cafe6;
  color: #3cafe6;
  outline: none;
}

.btn-default .arrow-icons {
  background: url("/image/start/icons/arrow.png");
}

.btn-transparent {
  position: relative;
  color: #bec0c3;
  background-color: transparent;
  border-color: #b9babc;
  font-weight: 400;
  border-radius: 20px;
}

.btn-transparent.active,
.btn-transparent.active:hover,
.btn-transparent.active:focus,
.btn-transparent:visited,
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:active:focus,
.btn-transparent:active:hover {
  background-color: transparent;
  border-color: #b9babc;
  color: #bec0c3;
  outline: none;
}

.btn-transparent .arrow-icons {
  background: url("/image/start/icons/arrow-transparent.png");
}

.btn-transparent.white {
  background-color: #FFF;
  border: 0;
}

.btn-transparent.white.active,
.btn-transparent.white.active:hover,
.btn-transparent.white.active:focus,
.btn-transparent.white:visited,
.btn-transparent.white:hover,
.btn-transparent.white:active,
.btn-transparent.white:focus,
.btn-transparent.white:active:focus,
.btn-transparent.white:active:hover {
  background-color: #FFF;
  border-color: #b9babc;
  color: #bec0c3;
  outline: none;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*BreadCrumbs*/

.breadcrumb {
  padding: 8px 0;
  margin-bottom: 50px;
  background-color: transparent;
}

.breadcrumb li {
  font-weight: 400;
  color: #3cafe6;
}

.breadcrumb .active {
  color: #3e3d3d;
}

.breadcrumb > li:first-child {
  padding-right: 5px;
}

.breadcrumb > li:first-child + li:before {
  content: none;
}

.catalog-breadcrumb.breadcrumb > li:first-child + li:before {
  content: "/\A0";
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs li {
  padding: 0;
}

.nav-tabs li a {
  text-align: center;
  background-color: #f4f4f4;
  padding: 17px ;
  font-weight: 700;
  font-size: 16px;
  color: #7a7c81;
  border-radius: 0;
  border: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #3cafe6;
  border: none;
  background-color: #f4f4f4;
}

/*Card-panel-product*/

.card-product {
  margin-bottom: 25px;
}

.card-product .card-image {
  height: 270px;
  padding: 10px;
}

.card-product .card-content {
  margin: 20px 0 25px 0;
  text-align: center;
  padding: 15px;
}

.card-product .card-content .card-title {
  margin-bottom: 20px;
}

.card-product .card-content .price-info {
  font-size: 15px;
  margin-bottom: 30px;
  color: #3c424d;
  font-weight: bold;
}

.price-info .old {
  text-decoration: line-through;
  color: #7a7c81;
  margin-right: 20px;
}

/*Well*/

.well {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 37px 20px 30px 20px;
  border: 0;
}

.well .well-content {
  margin-top: 18px;
  font-size: 16px;
}

.well .well-content .well-title {
  margin-bottom: 20px;
}

.well .well-image {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  line-height: 86px;
}

.well.service-center-well {
  border: 2px solid #eeeaea;
  padding: 16px;
}

.well.service-center-well .well-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.well.service-center-well .well-content,
.well.service-center-well .well-content a {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.well.service-center-well .well-content a {
  text-decoration: underline;
}

.well.service-center-well .well-image {
  width: 63px;
  height: 63px;
  line-height: 63px;
}

.well.service-center-well ul {
  text-align: left;
}

.well.service-center-well li:before {
  content: "\F00C";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  display: block;
  float: left;
}

.well.service-center-well li span {
  display: block;
  margin-left: 25px;
}

/*Main Card-Panle*/

.card-product-fill {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.03);
  padding: 53px 15px 50px 15px;
}

.card-product-fill .card-title {
  margin-bottom: 40px;
}

.card-product-fill .card-content {
  margin-top: 15px;
  padding: 0 40px;
}

.card-product-fill img {
  height: 300px;
}

.card-content p {
  margin: 0;
}

/*Firm panel*/

.panel-partner {
  max-width: 624px;
  margin: 0 auto;
}

.panel-partner .panel-partner-item {
  height: 160px;
  line-height: 160px;
  /*padding: 10px;*/
}

.figure-partner {
  height: 187px;
  position: absolute;
  width: 100%;
  margin: 82px 0;
  top: 262px;
  background-color: rgba(255, 255, 255, 0.3);
}

/*News*/

.news-block .news-image {
  max-width: 283px;
  height: 249px;
  margin: 0 auto;
}

.news-block .news-content {
  margin: 25px 0;
}

.news-block .news-content .short-text {
  height: 60px;
  max-height: 60px;
  overflow: hidden;
  margin: 35px 0 20px 0;
}

.news-block .news-content .read-more {
  color: #3e3d3d;
}

.readAll {
  height: auto !important;
  max-height: inherit !important;
}
.caption h4{
font-size: 15px;
    min-height: 45px;
}
.img-responsive{
    margin: 0 auto;
}
/*Service Center*/

.service-center {
  background-image: url("/image/start/service-center.jpg");
  min-height: 403px;
  padding: 30px 0;
      margin-top: 60px;
}

.service-row {
  max-width: 922px;
}

.service-center-list {
  margin-bottom: 30px;
}

.service-center-list li {
  list-style-type: none;
  /* РЈР±РёСЂР°РµРј РјР°СЂРєРµСЂС‹ Сѓ СЃРїРёСЃРєР° */
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 22px;
}

.service-center-list li:before {
  content: "\F00C";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #3cafe6;
  font-size: 16px;
}

.service-center-list li span {
  margin-left: 15px;
}

/*Form elements style*/

.form-group.form-group-30 {
  margin-bottom: 30px;
}

.filter {
  max-width: 245px;
}

.filter .label-control {
  margin-bottom: 20px;
}

.filter .checkbox {
  margin-bottom: 25px;
}

.filter .checkbox:last-child {
  margin-bottom: 0;
}

.filter .checkbox label {
  padding-left: 0;
}

.filter hr {
  border-top: 1px solid #e7e5e5;
}

.filter .btn {
  padding: 4px 29px;
  margin-right: 25px;
}

.close-filter {
  position: absolute;
  top: -20px;
  display: none;
  right: 25px;
  font-size: 70px;
}

.price-filter .form-control {
  width: 72px;
}

.price-filter > .dinb:first-child {
  margin-right: 20px;
}

.price-filter > .dinb:last-child {
  margin-left: 20px;
}

.price-filter .currency span {
  font-weight: bold;
}

.feedback-panel {
  max-width: 340px;
      width: 340px;
}

.feedback-form {
  padding: 8px 20px 25px 20px;
}

.feedback-title {
  padding: 30px 20px 0 20px;
}

.form-control {
  border: 1px solid #e8e8e8;
  color: #7a7c81;
  /*height: $height;*/
  /*background-color: $bac-color;*/
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control.placeholder {
  color: #636364;
}

.form-control:-moz-placeholder {
  color: #636364;
}

.form-control::-moz-placeholder {
  color: #636364;
}

.form-control:-ms-input-placeholder {
  color: #636364;
}

.form-control::-webkit-input-placeholder {
  color: #636364;
}

.form-control.input-number {
  border: 1px solid #cccccc;
}

.form-control.icon-type {
  padding: 6px 30px 6px 12px;
}

.icon-control {
  position: absolute;
  left: auto;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 10px;
}

.label-control {
  color: #3c424d;
  font-weight: 700;
  margin-bottom: 10px;
  /*font-size: ;*/
}

.select-box {
  position: relative;
  background: #fff url("/image/start/icons/arrow-select.jpg") no-repeat right;
  background-position: right top;
  width: 100%;
  height: 30px;
  border: 1px solid #e8e8e8;
}

.select-box p {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 5px 20px 5px 12px;
  width: 100%;
  max-height: 29px;
  -ms-overflow: hidden;
  overflow: hidden;
}

.select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.select-box .form-control {
  height: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.select-box .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
          transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  -webkit-transform: scale(1) rotateZ(0deg);
          transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: .5;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 15px;
}

.checkbox .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
  color: #4c4c4c;
}

.cr.white-fill {
  background-color: #FFF;
}

.cr.label-left {
  position: relative;
  display: inline-block;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  width: 20px;
  height: 20px;
  float: right;
  margin-left: 15px;
}

/*table*/

.table-order > thead > tr > th,
.table-order > tbody > tr > td {
  padding: 20px 8px;
}

.table-order .number-input {
  margin: 0 auto;
}

.table-order .order-name {
  margin-bottom: 20px;
}

.table.table-order .order-name a {
  text-decoration: underline;
}

.table-order tbody tr.total td {
  border: 0;
  color: #3c424d;
  font-weight: bold;
  background-color: #F4F4F4;
}

.table-order tbody tr.total td:first-child {
  padding-left: 40px;
}

.table-order .img-order {
  max-width: 124px;
}

.table-order .btn.btn-trash {
  padding: 3px 9px;
  background-color: #F4F4F4;
  font-size: 18px;
  border-radius: 0;
}

.cart-order .card-order-item {
  padding: 20px 8px;
  text-align: center;
}

.card-order-item .btn-trash {
  padding: 3px 9px;
  background-color: #F4F4F4;
  font-size: 18px;
  border-radius: 0;
}

.table.table-bordered > thead > tr > th {
  color: #3c424d;
  background-color: #f8f8f8;
  border: 1px solid #cecece;
  padding: 20px 8px;
}

.table.table-bordered > tbody tr td {
  border: 1px solid #cecece;
  padding: 20px 8px;
  color: #000000;
    font-family: Arial;
    font-size: 13.5pt;
    font-style: normal;
    font-weight: normal;
    line-height: 1.15;
}

.table-bordered.table-center,
.table-bordered.table-center thead tr th {
  text-align: center;
}

.table tbody tr td {
  border-top: 1px solid #e7e5e5;
}

.table thead tr th {
  border-bottom: 0;
  color: #3c424d;
}

.catalog.category,
.category {
  max-width: 245px;
  padding: 10px;
  background-color: #f4f4f4;
  position: relative;
  margin-bottom: 20px;
  width: auto;
}

.category {
  width: 245px;
  background-color: #3c424d;
  margin: 15px 0 0 0;
  position: absolute;
}

.category > li > a,
.category .sub > li > a {
  color: #ededed;
  font-weight: 400;
  padding: 15px 15px;
  white-space: inherit;
}

.catalog.category > li > a,
.catalog.category .sub > li > a {
  color: #3c424d;
}

.arrow-down,
.arrow-right {
  background: url("/image/start/icons/arrowdown.png") no-repeat;
  width: 9px;
  height: 6px;
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 0;
  margin: auto 0;
}

.catalog.category > li > a > .arrow-down {
  background: url("/image/start/icons/arrow-l-m.png") no-repeat;
  width: 6px;
  height: 9px;
}

.catalog.category > li > a:hover .arrow-down,
.catalog.category > li > a:focus .arrow-down,
.catalog.category > .open > a .arrow-down .arrow-down.arrow-right {
  background: url("/image/start/icons/arrowdown.png") no-repeat;
  width: 9px;
  height: 6px;
}

.category > li > a:hover .arrow-down,
.category > li > a:focus .arrow-down,
.category > .open > a .arrow-down {
  background: url("/image/start/icons/arrow-l-m.png") no-repeat;
  width: 6px;
  height: 9px;
}

/*.category > li.dropdown:hover .category {
	width: 500px;
}*/

.category .sub > li > a {
  padding: 10px 15px;
}

.category .sub > li > a:hover,
.category .sub > li > a:focus {
  background-color: transparent;
  text-decoration: underline;
}

.caret.right-caret {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #3c424d;
}

.category > li > a:hover,
.category > li > a:focus,
.category > .open > a {
  border-radius: 0;
  color: #3c424d;
  background-color: #ededed;
}

.catalog.category > li > a:hover,
.catalog.category > li > a:focus,
.catalog.category > .open > a {
  background-color: #3c424d;
  color: #fff;
}

.catalog.category .sub,
.category .sub {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #f4f4f4;
  margin: 0;
  border: 0;
  padding: 10px;
  float: none;
  position: relative;
  top: 0;
  height: auto;
  min-width: 160px;
  left: 0;
}

.category .sub {
  top: -10px;
  height: 278px;
  min-width: 200px;
  left: 100%;
  background-color: #3c424d;
  position: absolute;
}

/*Header*/

.mobile-fixed {
  -webkit-box-shadow: 0px 2px 7px -2px #9e9e9e;
  box-shadow: 0px 2px 7px -2px #9e9e9e;
}

.head-mini .head {
  padding: 10px 0;
  font-size: 15px;
}

.head-mini .phone {
  font-size: 15px;
}

.head-mini .phone i {
  font-size: 18px;
}

.mob-search {
  margin: 0;
}

.mob-search button {
  font-size: 20px;
  color: #232830;
}

.mob-search .search-btn {
  right: 25px;
  top: 21px;
}

.head {
  background-color: #f4f4f4;
  color: #232830;
  font-size: 17px;
  padding: 10px 0;
  font-weight: 500;
}

.head .btn-group,
.head .search-block {
  margin-right: 25px;
}

.head .search-block {
  margin-left: 42px;
}

.head i {
  font-size: 20px;
}

.head .shop-cart i {
  color: #3cafe6;
}

.head .shop-cart .count {
  position: absolute;
  top: -5px;
  right: -10px;
  font-size: 13px;
  color: #000;
}

.head .dropdown-menu {
  min-width: 120px;
  border-radius: 0;
}

.head .currency {
  min-width: 50px;
}

.phone {
  color: #232830;
  font-size: 19px;
  float: right;
}

.phone i {
  font-size: 24px;
  color: #3cafe6;
  margin-right: 10px;
}

.navbar-default {
  border-color: #038bcd;
  border: 0;
  margin-bottom: 0;
  background-color: #038bcd;
  border-radius: 0;
}

.logo img {
  padding: 18px 0;
}

.navbar-default .head-menu {
  float: right;
}

.navbar-default .head-menu > li > a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 22px 13px;
}

.navbar-default .head-menu > li > a:hover,
.navbar-default .head-menu > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-default .head-menu > li:last-child > a {
  /*padding: 22px 0 22px 37px;*/
}

.navbar-default .head-menu > .open > a,
.navbar-default .head-menu > .open > a:hover,
.navbar-default .head-menu > .open > a:focus {
  color: #fff;
  background-color: #3e3d3d;
}

.head-menu li.dropdown {
  position: static;
}

.head-menu li.dropdown .dropdown-menu {
  width: 100%;
  padding: 45px 0;
  background-color: #3e3d3d;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.submenu > li > a {
  font-weight: 300;
  text-transform: none;
  padding: 10px 15px;
  display: block;
  color: #fff;
}

.submenu > li > a:hover {
  color: #3cafe6;
}

.submenu > li > a .caret {
  margin-right: 10px;
}

.submenu > li > p {
  text-transform: uppercase;
  color: #fff;
  padding-left: 15px;
  font-weight: bold;
  margin-top: 15px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #f4f4f4;
}

.navbar-default .navbar-toggle {
  border: 0;
}

.container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}

.navbar-toggle .icon-bar {
  width: 30px;
  height: 3px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.close-fade-panel {
  position: absolute;
  top: -23px;
  display: none;
  color: #fff;
  right: 15px;
  z-index: 1200;
  font-size: 70px;
}

.search-input {
  position: absolute;
  top: -11px;
  width: 100%;
  display: none;
  left: 0;
  height: 50px;
  z-index: 1000;
  padding: 6px 40px 6px 12px;
}

.search-btn {
  position: absolute;
  right: 10px;
  width: 21px;
  height: 25px;
  z-index: 1001;
  top: 2px;
}

/*Footer*/

.footer-menu {
  background-color: #31353e;
  padding: 70px 0 60px 0;
}

.footer-menu .footer-menu-title {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  min-height: 44px;
}

.footer-nav li a {
  color: #c8cbd4;
  padding: 9px 0;
  display: block;
  word-break: break-word;
}

.footer-nav li .fa {
  font-size: 10px;
  display: block;
  float: left;
  margin-top: 4px;
}

.footer-nav li span {
  display: block;
  padding-left: 18px;
}

footer {
  width: 100%;
}

footer .logo-footer {
  margin: 29px 0;
}

.footer-nav-bottom li a {
  color: #3c424d;
  font-weight: 400;
  text-align: center;
  display: block;
  padding: 28px 0;
}

.social-link {
  text-align: right;
}

.social-link .social-link-item {
  width: 35px;
  height: 35px;
  background-color: #31353e;
  margin-left: 5px;
  line-height: 37px;
}

.social-link .social-link-item i {
  font-size: 16px;
  color: #fff;
}

address {
  margin-bottom: 0;
  line-height: 2;
}

address .fa {
  font-size: 18px;
  float: left;
  display: block;
  margin-top: 5px;
}

address .title-color {
  padding-left: 24px;
}

.footer-phone .fa {
  font-size: 16px;
  margin-right: 15px;
}

.footer-phone .title-color:first-child {
  margin-bottom: 6px;
}

/*Home Page*/

.relative-block-10 {
  z-index: 10;
  position: relative;
}

.overflov-x-hd {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  position: relative;
}
/* Background repeated technology text */



.home-section {
  position: relative;
  overflow: hidden;
}

.home-section .container,
.home-section .list-card,
.home-section .title {
  position: relative;
  z-index: 2;
}








.silver .list-card-column {
	text-align:center!important;
}
.silver .btn-more-info{
	float:none!important;
	margin:0 auto;
	text-align:center;
}

.silver img{
	max-width:100%;
	transition:0.3s ease;
}
.silver img:hover{
	transform:scale(1.1);
	transition:0.5s ease;
}
.bottom {
  bottom: 42px;
  top: auto;
}





.home-section > .title {
  margin: 80px 0 30px 0;
}

.home-section .list-card {
  margin: 80px 0 100px 0;
}

.list-card .list-card-row .list-card-column {
  margin-bottom: 30px;
}

#carousel-service .center-cover-bg {
  height: 620px;
}

#carousel-service .carousel-title {
  color: #FFF;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
}

#carousel-service .short-description {
  font-size: 18px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin-top: 15px;
  text-transform: uppercase;
}

#carousel-home .center-cover-bg {
  height: 561px;
}

#carousel-home .carousel-caption,
#carousel-service .carousel-caption {
  left: 15px;
  top: 20%;
  width: 45%;
  text-align: left;
}

#carousel-service .carousel-caption {
  top: 35%;
}

#carousel-home .short-description {
  font-size: 22px;
  font-weight: bold;
  margin-top: 35px;
  color: #3c424d;
}

#carousel-home .link {
  margin-top: 30px;
}

#carousel-home .link a {
  font-size: 18px;
  color: #000;
  display: block;
  text-decoration: underline;
}

.carousel-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

#carousel-home .carousel-caption,
#carousel-sale .carousel-caption,
#carousel-service .carousel-caption {
  text-shadow: none;
  padding: 0;
}

#carousel-home .carousel-control.left,
#carousel-sale .carousel-control.left,
#carousel-service .carousel-control.left {
  background: url("/image/start/icons/arrow-home-l.png") no-repeat center;
}

#carousel-home .carousel-control.right,
#carousel-sale .carousel-control.right,
#carousel-service .carousel-control.right {
  background: url("/image/start/icons/arrow-home-r.png") no-repeat center;
  right: 10px;
  left: auto;
}

#carousel-home .carousel-control,
#carousel-service .carousel-control {
  width: 22px;
  opacity: 1;
  left: 10px;
}

#carousel-sale .sale-title,
#carousel-sale .sale-description,
#carousel-sale .sale-phone {
  color: #3c424d;
}

#carousel-sale .sale-title {
  font-weight: 400;
  font-size: 18px;
}

#carousel-sale .sale-description {
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0 30px 0;
  position: relative;
}

#carousel-sale .sale-description::before,
#carousel-sale .sale-description::after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  position: absolute;
  top: 9px;
  background-color: #3c424d;
}

#carousel-sale .sale-description::after {
  top: auto;
  bottom: 9px;
}

#carousel-sale .sale-phone {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}

#carousel-sale .center-cover-bg {
  height: 450px;
}

#carousel-sale .carousel-caption {
  right: 15px;
  top: 20%;
  width: 40%;
  text-align: left;
  left: auto;
}

#carousel-sale .carousel-indicators {
  bottom: 0;
}

#carousel-sale .carousel-indicators li {
  width: 15px;
  height: 15px;
}

#carousel-sale .carousel-indicators .active {
  width: 17px;
  height: 17px;
}

/*Inner-Page*/

.inner-page,
.cabinet {
  padding-top: 10px;
}

.inner-page.search-page {
  padding-top: 50px;
}

.not-found {
  color: #FFF;
  background-color: #3CAFE6;
}

.not-found .search-btn {
  color: #cccccc;
  font-size: 20px;
}

.not-found a {
  color: #FFF;
}

.not-found .error-found {
  font-size: 144px;
  text-align: center;
  margin-top: 70px;
}

.not-found .error-description {
  font-size: 24px;
  margin: 50px 0;
}

.not-found .search-ramka {
  background: url("/image/start/search-ramka1.png");
  width: 535px;
  height: 212px;
  padding: 90px 50px 0;
  position: relative;
}

.info-list div {
  margin-bottom: 5px;
}

.search-result {
  margin-top: 50px;
}

.search-result .info-list {
  margin-top: 25px;
}

.search-image img {
  width: 130px;
  height: 130px;
}

.text-search {
  font-size: 20px;
  color: #FFF;
  margin-bottom: 5px;
}

/*Googs-1 page*/

.goods-info .goods-info-item {
  margin-top: 40px;
}

.goods-info .goods-info-item:first-child {
  margin-top: 0;
}

.goods-info .item-right {
  padding-left: 15px;
}

.tab-goods-content .list-info .title {
  margin-bottom: 0;
}

.card-goods .goods-image-column {
  margin-top: 70px;
}

.card-goods .goods-image-center {
  margin-bottom: 15px;
}

.goods-title-block {
  text-align: center;
}

.goods-title-block .goods-short-title {
  margin-top: 10px;
}

.goods-block-border {
  border-left: 1px solid #e7e5e5;
  padding: 0 10px 25px 15px;
  font-family: Arial;
    font-size: 13.5pt;
    font-style: normal;
    font-weight: normal;
    color: black;
}

.tabs-goods .tabs-panel {
  margin-top: 45px;
}

.tabs-goods .tab-content {
  padding: 30px 0 0 0;
}

.tab-content .title {
  margin-bottom: 50px;
}

.tab-content ul {
  list-style-image: url("/image/start/icons/sq.jpg");
  margin-top: 20px;
}

.tab-content ul li {
  margin-bottom: 30px;
  padding-left: 10px;
}

.tab-content ul li:last-child {
  margin-bottom: 0;
}

.tab-content iframe {
  height: 452px;
  width: 100%;
  margin-bottom: 80px;
}

.color-choice {
  margin-top: 20px;
}

.color-choice .item-right {
  display: inline-block;
  vertical-align: middle;
}

.color-choice .item-right:nth-child(1) {
  padding-left: 0;
}

.color-choice .item-right:nth-child(2) {
  padding-left: 30px;
}

.color-choice .item-right:nth-child(3) {
  padding-left: 40px;
}

.color-choice .color {
  width: 25px;
  height: 25px;
}

.tab-well {
  background-color: #f4f4f4;
}

.tab-well ul {
  margin-top: 40px;
}

.tab-well.column {
  padding: 60px 70px;
}

.tab-pane .tab-detail-info {
  margin-bottom: 100px;
}

.tab-pane .tab-detail-info p:last-child {
  margin-bottom: 0;
}

.tab-pane .tab-detail-info:last-child {
  margin-bottom: 0;
}

.tab-pane .tab-detail-info .silver {
  padding: 70px 10px;
}

.number-input {
  width: 80px;
}

#myCarousel {
  padding: 60px;
  background: #f4f4f4;
}

#myCarousel .item .center-cover-bg {
  height: 283px;
}

#myCarousel .carousel-control {
  width: 22px;
  opacity: 1;
  left: 25px;
}

#myCarousel .carousel-control.left {
  background: url("/image/start/icons/arrow-left.png") no-repeat center;
}

#myCarousel .carousel-control.right {
  background: url("/image/start/icons/arrow-right.png") no-repeat center;
  right: 25px;
  left: auto;
}

/*Catalog*/

.catalog {
  margin-top: 25px;
}

.catalog-sort {
  margin-bottom: 35px;
}

.catalog-sort .select-box {
  margin-left: 15px;
  max-width: 150px;
  text-align: left;
  margin-right: 40px;
}

.catalog-sort .count-sort {
  max-width: 60px;
  margin-right: 0;
}

.catalog-sort .choice-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.category-choice .active {
  background-color: #FFF;
  color: #3cafe6;
  border-color: #e5e5e5;
}

/*About*/

.maps-contact iframe {
  height: 478px;
  width: 100%;
  margin-top: 30px;
}

.about-card {
  height: 100%;
}

.about-card .title {
  font-size: 18px;
  margin-bottom: 5px;
}

.about-card .about-icon {
  width: 72px;
  background-color: #3cafe6;
  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;
}

.about-card .content {
  font-size: 16px;
  padding: 10px 10px 10px 20px;
}

.contact-personal .title {
  margin-bottom: 20px;
}

.personal {
  margin-top: 30px;
}

/*Cabinet*/

.block-title {
  background-color: #f4f4f4;
  padding: 7px 15px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  cursor: pointer;
}

.menu-cabinet {
  max-width: 245px;
}

.menu-cabinet hr {
  border-top: 1px solid #e7e5e5;
}

.nav-cabinet > li > a {
  color: #7a7c81;
  padding: 8px 15px;
}

.nav-cabinet > li > a:hover,
.nav-cabinet > li > a:focus,
.nav-cabinet > li > a.active {
  color: #3cafe6;
  background-color: #f4f4f4;
}

.form-container {
  margin-bottom: 35px;
}

.form-container .form-section {
  padding: 30px 30px;
  border-top: 2px solid #fff;
}

.form-container .form-section:first-child {
  border: 0;
  padding: 16px 30px;
}

.form-section-column .form-group {
  width: 386px;
}

.checkbox-block .checkbox + .checkbox {
  margin-top: 10px;
}

.checkbox-block .checkbox label {
  padding-left: 0;
}

.checkbox-block .checkbox:first-child label {
  padding-left: 30px;
}

.order-title {
  padding: 17px 32px;
}

.registr-form {
  padding: 20px;
  background-color: #f6f6f6;
}

.registr-form .title {
  margin-bottom: 20px;
}

.registr-form .btn-link {
  margin-left: 15px;
}

/*Service-center*/

.head-service .head-line-top {
  background: url("/image/start/service-center-header.jpg");
  height: 66px;
}

.head-service .head-line-bottom {
  background-color: #30353E;
  position: relative;
  z-index: 10;
  line-height: 1.1;
  padding: 15px 0;
}

.head-service .phone {
  color: #fff;
  min-width: 271px;
}

.head-line-bottom .title {
  font-size: 30px;
  text-transform: uppercase;
}

.head-line-bottom .sub-title {
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #fff;
}

.service-icon-circle {
  width: 129px;
  height: 129px;
  text-align: center;
  background: #30353E;
  line-height: 80px;
  top: -75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
}

.section-service {
  padding: 60px 0;
}

.section-result {
  background-color: #f7f7f7;
}

.section-result .title-result {
  font-size: 36px;
  font-weight: 500;
  color: #30353e;
  line-height: 1;
}

.section-result .sub-title-result {
  font-size: 24px;
  font-weight: 400;
}

.progress-bar-panel {
  color: #30353e;
}

.progress-bar-panel .progress {
  background-color: #d6d6d6;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 23px;
  margin-bottom: 0;
}

.progress-bar-panel .progress-bar {
  background-color: #50bff4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar-panel .progress-description {
  font-size: 15px;
  margin-top: 15px;
}

.progress-bar-panel .progress-description span {
  font-size: 30px;
  color: #038bcd;
}

.list-service-card .list-service-card-item {
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.15);
}

.list-service-card-item img {
  max-height: 227px;
}

.list-service-card-item .card-content {
  padding: 30px 50px 10px 50px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.list-service-card-item .card-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 24px;
}

.list-service-card-item .card-action {
  font-size: 0;
  padding-bottom: 10px;
}

.list-service-card-item .price-service {
  background-color: #ffc000;
  color: #31353e;
  font-size: 20px;
  border-radius: 22px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 15px;
  display: inline-block;
}

.btn-service {
  background-color: #31353E;
  border-radius: 22px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding: 10px 27px 10px 35px;
  border: 0;
}

.btn-service.border-normal {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  padding: 10px 35px;
}

.online-diagnostik {
  background-image: url("/image/start/online-diagnostik-bg.jpg");
}

.diagnostik-form {
  max-width: 410px;
  margin: 0 auto;
}

.diagnostik-form .label-control {
  font-weight: 400;
  color: #fff;
  font-size: 24px;
}

.diagnostik-form .form-control {
  height: 48px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.diagnostik-select {
  position: relative;
  background: #FFF;
  border-radius: 5px;
  height: 48px;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.diagnostik-select .triangle {
  position: absolute;
  font-size: 20px;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #036cae transparent transparent transparent;
  line-height: 0px;
}

.diagnostik-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.diagnostik-select .form-control {
  height: 48px;
  opacity: 0;
}

.diagnostik-select p {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px 35px 10px 15px;
  text-align: center;
  width: 100%;
  max-height: 44px;
  -ms-overflow: hidden;
  overflow: hidden;
}

.have-questions {
  background-image: url("/image/start/consultant.jpg");
}

.action-consultant {
  margin-top: 20px;
}

.action-consultant .btn {
  margin-right: 15px;
  width: 185px;
  padding: 9px 5px;
}

.action-consultant .btn:last-child {
  margin-right: 0;
}

.diagnostik-form #model-select,
.diagnostik-form #phone-select,
.diagnostik-form #diagnostik-select,
.diagnostik-form #crashed-select {
  display: none;
}

/*Media Queries*/

@media (min-width: 1280px) {
  .container {
    width: 1260px;
  }
}

@media (max-width: 1280px) {
  .navbar-default .head-menu > li > a {
    padding: 22px 14px;
  }

  .navbar-default .head-menu > li:last-child > a {
    padding: 22px 0 22px 27px;
  }

  .form-section-column .form-group {
    width: auto;
    margin-bottom: 30px;
  }

  .form-section-column .pull-right {
    float: none !important;
  }

  

 

 
}

@media (max-width: 1200px) {
  .price-filter > .dinb:first-child {
    margin-right: 14px;
  }




  



  .navbar-default .head-menu > li > a {
    padding: 22px 15px;
  }

  .logo img {
    width: 165px;
    padding: 21px 0;
  }

  .card-product-fill .card-content {
    padding: 15px;
  }

  .desktop-center-block {
    margin: 0 auto;
  }

  .md-base-font-size,
  .footer-menu .footer-menu-title.md-base-font-size {
    font-size: 14px;
  }

  .footer-nav-bottom li a {
    font-size: 13px;
  }

  #carousel-home .carousel-caption,
  #carousel-service .carousel-caption {
    padding: 0 35px;
  }

  #carousel-sale .sale-description {
    font-size: 24px;
    padding: 15px 0 20px 0;
  }

  #carousel-sale .sale-title {
    font-size: 16px;
  }

  #carousel-sale .sale-phone {
    font-size: 14px;
  }

  .md-margin-top {
    margin-top: 20px;
  }

  .md-left {
    text-align: left;
  }

  .list-service-card-item .card-content {
    padding: 30px 15px 10px 15px;
  }

  .list-service-card-item .card-title {
    font-size: 18px;
  }

  .list-service-card-item .card-content {
    font-size: 16px;
  }

  .list-service-card-item .btn-service,
  .list-service-card-item .price-service {
    font-size: 14px;
    padding: 10px 15px;
  }
}

@media (max-width: 992px) {
  .desktop-body {
    padding-top: 94px;
  }

  .title.large-size {
    font-size: 30px;
  }

  .home-section > .title {
    margin: 40px 0 20px 0;
  }

  .home-section .list-category {
    margin: 40px 0 50px 0;
  }

  .logo img {
    padding: 11px 0;
    width: 220px;
  }

  .head-menu {
    margin-right: 0;
    margin-left: 0;
  }

  .head-menu .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-toggle {
    display: block;
    margin-right: 0;
  }

  .navbar-header {
    float: none;
  }

  .navbar-default .head-menu {
    float: none;
  }

  .head-menu li {
    text-align: center;
    float: none;
  }

  .head-menu li.dropdown .dropdown-menu {
    padding: 0 0 25px 0;
  }

  .navbar-default .head-menu > li:last-child > a {
    padding: 22px 15px;
  }

  .myfade-panel {
    position: fixed;
    background-color: #038bcd;
    display: none;
    top: 0;
    left: 0;
    z-index: 999;
    min-height: 100vh;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sm-no-float {
    float: none;
  }

  .sm-center {
    text-align: center;
  }

  .sm-margin-top {
    margin-top: 20px;
  }

  .sm-margin-bottom {
    margin-bottom: 20px;
  }

  .sm-align-items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer-menu .footer-menu-title {
    margin-bottom: 10px;
  }

  .footer-nav-bottom li a {
    padding: 10px 0 5px 0;
  }

  #myCarousel .item .center-cover-bg {
    height: 160px;
  }

  button.right.sm-no-mrright {
    margin-right: 0;
  }

  button.left.sm-no-mrleft {
    margin-left: 0;
  }

  .flex-ul-bettwen li a {
    font-size: 14px;
  }

  .tab-pane .tab-detail-info .silver {
    padding: 20px 10px;
  }

  main {
    padding-bottom: 60px;
  }

  .menu-cabinet {
    width: 100%;
    max-width: 100%;
    display: none;
  }

  #carousel-home .title.large-size,
  #carousel-service .carousel-title {
    font-size: 24px;
  }

  #carousel-home .center-cover-bg {
    height: 390px;
  }

  #carousel-service .center-cover-bg {
    height: 450px;
  }

  #carousel-home .short-description,
  #carousel-home .link {
    margin-top: 15px;
  }

  #carousel-home .short-description,
  #carousel-service .short-description,
  #carousel-home .link a {
    font-size: 16px;
  }

  #carousel-home .carousel-caption {
    top: 18%;
  }

  #carousel-service .carousel-caption {
    top: 25%;
  }

  #carousel-sale .sale-description {
    font-size: 16px;
    padding: 10px 0;
  }

  #carousel-sale .sale-title {
    font-size: 14px;
  }

  #carousel-sale .center-cover-bg {
    height: 320px;
  }

  #carousel-sale .sale-description::before,
  #carousel-sale .sale-description::after {
    height: 1px;
    top: 5px;
  }

  #carousel-sale .sale-description::after {
    top: auto;
    bottom: 5px;
  }

  .filter {
    max-width: inherit;
  }

  .filterbtn {
    width: 100%;
    margin: 10px 0;
  }

  .mob-filter {
    background-color: #FFF;
    position: fixed;
    min-height: 100vh;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    z-index: 99999;
    top: 0;
    left: 0;
    padding: 15px 215px;
  }

  .phone.phone-sm,
  .phone.phone-sm i {
    color: #fff;
    font-weight: bold;
    font-size: 19px;
  }

  .head {
    padding: 10px 0;
    font-size: 15px;
  }

  .phone {
    font-size: 15px;
  }

  .phone i {
    font-size: 18px;
  }

  .breadcrumb {
    margin-bottom: 25px;
  }

  .not-found .error-found {
    margin-top: 30px;
  }

  #carousel-service .carousel-caption {
    left: 0;
    padding: 0 35px;
    top: 30%;
    width: 100%;
    text-align: center;
  }

  .head-line-bottom .title {
    font-size: 24px;
  }

  .head-line-bottom .sub-title {
    font-size: 16px;
  }

  .head-service .phone {
    min-width: 100%;
  }

  .service-title {
    font-size: 30px;
  }

  .service-title .sub-title {
    font-size: 24px;
  }

  .card-product-fill img {
    max-height: 300px;
    height: auto;
  }

  .well.service-center-well .well-title {
    font-size: 18px;
  }

  .well.service-center-well .well-content,
  .well.service-center-well .well-content a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .title-large-size,
  .service-title {
    font-size: 24px;
  }

  .service-title .sub-title {
    font-size: 18px;
  }

  .xs-no-float {
    float: none;
  }

  .xs-center {
    text-align: center;
  }

  .xs-margin-bottom {
    margin-bottom: 20px;
  }

  .xs-margin-top {
    margin-top: 20px;
  }

  .xs-center-block {
    margin: 0 auto;
  }

  .xs-block {
    display: block;
  }

  .xs-align-items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xs-dropdown-right {
    right: 0;
    left: auto;
  }

  .head .dinb {
    margin-left: 0;
  }

  .head .dinb,
  .head .btn-group {
    margin-right: 20px;
  }

  /*.list-card {
		.list-card-row {
			&:last-child {
				.list-card-column {
					&:last-child {
					margin-bottom: 0;
					}
				}
			}
		}
	}*/

  .footer-menu {
    padding: 20px 0;
  }

  #myCarousel {
    padding: 30px;
  }

  #myCarousel .carousel-control.right {
    right: 5px;
  }

  #myCarousel .carousel-control.left {
    left: 5px;
  }

  #myCarousel .item .center-cover-bg {
    margin-bottom: 20px;
    height: 283px;
  }

  .nav-tabs > li > a {
    margin-bottom: 2px;
    margin-right: 0;
  }

  .goods-block-border {
    border: 0;
    padding: 20px 0;
  }

  .list-style-image-tab {
    margin-left: 15px;
  }

  .flex-ul-bettwen {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .tab-well.column {
    padding: 20px;
  }

  .table-order > thead > tr > th,
  .table-order > tbody > tr > td {
    padding: 15px 8px;
    font-size: 12px;
  }

  .table-order .img-order {
    width: 57px;
  }

  .table-responsive {
    border: 0;
  }

  #carousel-home .title.large-size,
  #carousel-service .carousel-caption {
    font-size: 16px;
  }

  #carousel-home .center-cover-bg {
    opacity: 0.2;
  }

  #carousel-service .center-cover-bg {
    opacity: 0.8;
  }

  #carousel-home .short-description,
  #carousel-service .short-description #carousel-home .link {
    margin-top: 10px;
  }

  #carousel-home .short-description,
  #carousel-service .short-description #carousel-home .link a {
    font-size: 14px;
  }

  #carousel-home .carousel-caption,
  #carousel-service .carousel-caption {
    left: 0;
    padding: 0 35px;
    top: 30%;
    width: 100%;
    text-align: center;
  }

  #carousel-sale .carousel-caption {
    line-height: normal;
    right: 15px;
    left: auto;
    width: 80%;
    top: 30%;
    bottom: auto;
  }

  #carousel-sale .sale-title,
  #carousel-sale .sale-phone {
    font-size: 14px;
  }

  #carousel-sale .sale-description::before,
  #carousel-sale .sale-description::after {
    display: none;
  }

  #carousel-sale .btn {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
  }

  #carousel-sale .center-cover-bg {
    opacity: 0.2;
  }

  .category .sub {
    float: none;
    position: relative;
    left: 0;
    height: auto;
    min-width: 160px;
    top: 0;
  }

  .catalog-sort .select-box {
    margin-right: 0;
  }

  .mob-filter {
    padding: 80px 15px 15px 15px;
  }

  .about-card .about-icon {
    width: 100%;
    padding: 10px 0;
  }

  .about-card.flex-height-container {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .not-found .search-ramka {
    background: none;
    padding: 0;
    width: auto;
    height: auto;
  }

  .list-service-card-item img {
    height: auto;
  }

  .btn-service {
    font-size: 15px;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .xs-flex-order-1 {
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xs-flex-order-2 {
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xs-flex-order-3 {
    -ms-order: 3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 480px) {
  .xs-100-w {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tab-detail-info .row:nth-child(even ) .img{
    float:right;
  }
}
.tab-detail-info .title{
  margin-top:25px;
}
#des{
  overflow: hidden;
}
.price {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 30px;
}
select {
    height: 40px;
    min-width: 170px;
}

thead {
  color: #3c424d;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.style-text-seo {
  font-size: 12px;
  color: black;
}
.row-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}


.row-block:nth-child(even) {
  flex-direction: row-reverse;
}
.block-img img{
	max-width:100%
}

.block-img {
  flex: 0 0 37%;
}

.block-text {
  flex: 0 0 57%;
}

@media (max-width: 768px) {
  .row-block {
    flex-direction: column !important;
    text-align: center;
  }

  .block-img,
  .block-text {
    flex: unset;
    width: 100%;
  }
}
/* Product tabs fix */
.product-tabs .nav-tabs,
.product-info .nav-tabs,
#content .nav-tabs {
	display: flex;
	flex-wrap: wrap;
	border: 0;
	margin-bottom: 35px;
}

.product-tabs .nav-tabs > li,
.product-info .nav-tabs > li,
#content .nav-tabs > li {
	float: none;
	flex: 1 1 25%;
	margin: 0;
}

.product-tabs .nav-tabs > li > a,
.product-info .nav-tabs > li > a,
#content .nav-tabs > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 78px;
	margin: 0;
	padding: 18px 12px;
	text-align: center;
	white-space: normal;
	border: 0;
	background: #f4f4f4;
	color: #7a7d84;
	font-weight: 700;
}

.product-tabs .nav-tabs > li.active > a,
.product-info .nav-tabs > li.active > a,
#content .nav-tabs > li.active > a {
	background: #f4f4f4;
	color: #35aee2;
	border: 0;
}

@media (max-width: 767px) {
	.product-tabs .nav-tabs > li,
	.product-info .nav-tabs > li,
	#content .nav-tabs > li {
		flex: 1 1 50%;
	}

	.product-tabs .nav-tabs > li > a,
	.product-info .nav-tabs > li > a,
	#content .nav-tabs > li > a {
		min-height: 58px;
		font-size: 14px;
		padding: 12px 8px;
	}
}
/* Product card compact layout */
#product .goods-image-center {
  margin: 25px auto 15px;
  text-align: center;
}

#product .goods-image-center img {
  float: none !important;
  display: block;
  width: auto !important;
  max-width: 100%;
  max-height: 360px;
  margin: 0 auto;
  object-fit: contain;
}

#product .goods-image-center.ink-product-image img {
  max-width: min(100%, 1180px);
  max-height: 760px;
}

#product .goods-image-center.ink-product-image {
  position: relative;
  overflow: hidden;
}

#product .goods-image-center.ink-product-full-width-image {
  width: 100% !important;
  max-width: 1240px !important;
  margin: 20px auto 25px !important;
  overflow: visible;
}

#product .goods-image-center.ink-product-full-width-image img {
  width: 100% !important;
  max-width: 1240px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 auto !important;
}

#product .goods-title-block {
  margin: 15px auto 35px;
  text-align: center;
}

#product .ink-product-hero-split {
  display: grid;
  grid-template-columns: minmax(420px, 58%) minmax(320px, 1fr);
  align-items: center;
  gap: 42px;
  max-width: 1240px;
  margin: 38px auto 18px;
  padding: 0 18px;
}

#product .ink-product-hero-copy {
  order: 2;
  min-width: 0;
  color: #071832;
  overflow-wrap: anywhere;
}

#product .ink-product-hero-copy .ink-hero-text {
  max-width: 520px;
}

#product .ink-product-hero-copy h1,
#product .ink-product-hero-copy h2,
#product .ink-product-hero-copy h3 {
  margin: 0 0 18px;
  color: #071832;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;
}

#product .ink-product-hero-copy p {
  max-width: 520px;
  margin: 0 0 12px;
  color: #071832;
  font-size: 18px;
  line-height: 1.42;
}

#product .ink-product-hero-copy .ink-brand {
  display: block;
  color: #e31b23;
  font-size: clamp(40px, 3.5vw, 56px);
  font-weight: 700;
  line-height: 1;
}

#product .ink-product-hero-copy .ink-series {
  display: block;
  color: #071832;
  font-size: clamp(30px, 2.45vw, 42px);
  font-weight: 700;
  line-height: 1.1;
}

#product .ink-product-hero-copy .ink-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

#product .ink-product-hero-copy .ink-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid #cfd9e3;
  border-radius: 6px;
  background: #fff;
  color: #142033 !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

#product .ink-product-hero-copy .ink-hero-btn:hover,
#product .ink-product-hero-copy .ink-hero-btn:focus {
  border-color: #0788ee;
  background: #0788ee;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(20, 32, 51, .12);
}

#product .ink-product-hero-media {
  order: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 420px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

#product .ink-product-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 760px;
  max-height: 560px;
  margin: 0 auto;
  object-fit: contain;
}

#product .ink-product-admin-text {
  position: absolute;
  z-index: 2;
  left: max(32px, calc((100% - 1180px) / 2 + 52px));
  top: 50%;
  width: min(45%, 560px);
  max-height: calc(100% - 44px);
  overflow: hidden;
  transform: translateY(-50%);
  margin: 0;
  color: #0f1f39;
  font-size: 16px;
  line-height: 1.32;
  text-align: left;
}

#product .goods-image-center.ink-product-image:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 35%, rgba(255,255,255,.28) 62%, rgba(255,255,255,0) 100%);
}

#product .ink-product-admin-text h1,
#product .ink-product-admin-text h2,
#product .ink-product-admin-text h3 {
  margin: 0 0 12px;
  color: #071832;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

#product .ink-product-admin-text p {
  margin: 0 0 12px;
}

#product .ink-product-admin-text .ink-hero-text {
  max-width: 520px;
}

#product .ink-product-admin-text .ink-hero-text h1 {
  margin: 0 0 12px;
  max-width: 520px;
  line-height: 1.04;
}

#product .ink-product-admin-text .ink-brand {
  display: block;
  color: #e31b23;
  font-size: clamp(34px, 3.1vw, 46px);
  font-weight: 700;
  line-height: 1;
}

#product .ink-product-admin-text .ink-series {
  display: block;
  color: #071832;
  font-size: clamp(25px, 2.25vw, 34px);
  font-weight: 700;
  line-height: 1.08;
}

#product .ink-product-admin-text .ink-hero-text p {
  max-width: 520px;
  margin-bottom: 8px;
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.28;
  color: #071832;
}

#product .ink-product-admin-text .ink-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

#product .ink-product-admin-text .ink-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid #cfd9e3;
  border-radius: 6px;
  background: #fff;
  color: #142033 !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

#product .ink-product-admin-text .ink-hero-btn:hover,
#product .ink-product-admin-text .ink-hero-btn:focus {
  border-color: #0788ee;
  background: #0788ee;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(20, 32, 51, .12);
}

#product .ink-product-admin-text .ink-hero-btn-viber {
  border-color: #cfd9e3;
}

#product .ink-product-admin-text .ink-hero-btn-telegram {
  border-color: #cfd9e3;
  background: #fff;
  color: #142033 !important;
}

#product .ink-product-admin-text .ink-hero-btn-telegram:hover,
#product .ink-product-admin-text .ink-hero-btn-telegram:focus {
  border-color: #0788ee;
  background: #0788ee;
  color: #fff !important;
}

@media (max-width: 1199px) {
  #product .ink-product-admin-text {
    width: min(48%, 520px);
    font-size: 15px;
  }

  #product .ink-product-admin-text .ink-brand {
    font-size: 34px;
  }

  #product .ink-product-admin-text .ink-series {
    font-size: 25px;
  }

  #product .ink-product-admin-text .ink-hero-text p {
    font-size: 14px;
    line-height: 1.24;
  }

  #product .ink-product-admin-text .ink-hero-btn {
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  #product .ink-product-hero-split {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 28px auto 34px;
  }

  #product .ink-product-hero-copy {
    order: 1;
  }

  #product .ink-product-hero-media {
    order: 2;
  }

  #product .ink-product-hero-media img {
    max-height: 420px;
  }

  #product .ink-product-hero-media {
    min-height: 300px;
    aspect-ratio: 16 / 10;
  }

  #product .ink-options-under-media {
    margin: 0 0 30px;
  }

  #product .ink-options-under-media .ink-owq-option {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #product .ink-product-hero-split {
    gap: 18px;
    margin: 22px auto 28px;
    padding: 0 12px;
  }

  #product .ink-product-hero-media {
    min-height: 220px;
    aspect-ratio: 4 / 3;
  }

  #product .ink-product-hero-copy h1,
  #product .ink-product-hero-copy h2,
  #product .ink-product-hero-copy h3 {
    font-size: 28px;
  }

  #product .ink-product-hero-copy .ink-brand {
    font-size: 34px;
  }

  #product .ink-product-hero-copy .ink-series {
    font-size: 25px;
  }

  #product .ink-product-hero-copy p {
    font-size: 15px;
    line-height: 1.35;
  }

  #product .ink-product-hero-copy .ink-hero-actions {
    gap: 8px;
    margin-top: 16px;
  }

  #product .ink-product-hero-copy .ink-hero-btn {
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }

  #product .ink-product-admin-text {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 24px;
    width: auto;
    transform: none;
    font-size: 16px;
  }

  #product .ink-product-admin-text h1,
  #product .ink-product-admin-text h2,
  #product .ink-product-admin-text h3 {
    font-size: 26px;
  }

  #product .ink-product-admin-text .ink-brand {
    font-size: 34px;
  }

  #product .ink-product-admin-text .ink-series {
    font-size: 25px;
  }

  #product .ink-product-admin-text .ink-hero-text p {
    font-size: 15px;
    line-height: 1.35;
  }

  #product .ink-product-admin-text .ink-hero-actions {
    gap: 8px;
    margin-top: 16px;
  }

  #product .ink-product-admin-text .ink-hero-btn {
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }
}

#product .goods-title-block .title.large-size {
  max-width: 1050px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.25;
}

#product .tabs-goods {
  margin-top: 0;
}

#product .tabs-panel .nav-tabs {
  margin-bottom: 25px;
}

#product .goods-info .title.goods-info-item {
  font-size: 18px;
  line-height: 1.35;
}

#product .owq-option table td {
  vertical-align: middle;
}

#product .owq-option {
  max-width: 620px;
  margin: 18px 0 28px;
  overflow: hidden;
  border: 1px solid #dbe7ef;
  border-radius: 4px;
  background: #fff;
}

#product .owq-option table {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  color: #68707b;
}

#product .owq-option table thead {
  background: #078fcb !important;
  color: #fff;
}

#product .owq-option table thead td {
  padding: 12px 14px !important;
  border: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

#product .owq-option table tbody tr:nth-child(2n),
#product .owq-option table tbody tr:nth-child(2n+1) {
  background: #fff !important;
}

#product .owq-option table tbody tr:nth-child(2n) {
  background: #f7fbfd !important;
}

#product .owq-option table tbody tr:hover {
  background: #edf8fd !important;
}

#product .owq-option table tbody td {
  padding: 10px 14px !important;
  border-top: 1px solid #e5edf2;
  text-align: center;
  line-height: 1.25;
}

#product .owq-option table tbody td:first-child,
#product .owq-option table thead td:first-child {
  text-align: left;
  padding-left: 24px !important;
}

#product .owq-option .col-quantity {
  width: 145px;
}

#product .owq-quantity {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}

#product .owq-quantity > span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #35aee2;
  border-radius: 50%;
  color: #078fcb;
  background: #fff;
  font-size: 16px !important;
  line-height: 1;
  cursor: pointer;
}

#product .owq-quantity > span:hover {
  color: #fff;
  background: #078fcb;
}

#product .owq-option input[type="text"],
#product .owq-quantity .form-control {
  width: 46px !important;
  max-width: 46px !important;
  height: 34px !important;
  padding: 4px 6px !important;
  border: 1px solid #d5e1e8;
  border-radius: 3px;
  box-shadow: none;
  text-align: center;
  color: #3f4652;
  background: #fff;
}

#product .owq-option input[type="text"]:focus {
  border-color: #35aee2;
  box-shadow: 0 0 0 2px rgba(53, 174, 226, .12);
}

@media (max-width: 767px) {
  #product .owq-option {
    max-width: 100%;
    margin: 14px 0 22px;
    overflow-x: auto;
  }

  #product .owq-option table {
    min-width: 430px;
    font-size: 14px;
  }

  #product .owq-option table thead td {
    padding: 10px 12px !important;
    font-size: 15px;
  }

  #product .owq-option table tbody td {
    padding: 9px 12px !important;
  }
}

#product .ink-owq-option {
  max-width: 100%;
  margin: 24px 0 32px;
  border: 1px solid #e0e8f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 31, 57, .06);
  overflow-x: auto;
  overflow-y: hidden;
}

#product .ink-options-under-media {
  max-width: none;
  margin: 0 0 34px;
  padding: 0;
}

#product .ink-options-under-media .ink-owq-option {
  width: 100%;
  max-width: none;
  margin: 0 0 32px;
}

#product .ink-flow-product #home .row {
  display: flex;
  align-items: flex-start;
}

#product .ink-flow-product #home .goods-info,
#product .ink-flow-product #home .goods-block-border {
  margin-top: 0 !important;
}

#product .ink-flow-product #des {
  padding-top: 0;
}

#product .ink-flow-product #des p {
  margin: 0 0 14px;
}

#product .ink-flow-product #des p:empty {
  display: none;
}

#product .ink-flow-product #des br + br {
  display: none;
}

#product .ink-options-head {
  padding: 22px 24px 14px;
  border-bottom: 1px solid #edf2f7;
  background: #fff;
}

#product .ink-options-head h2 {
  margin: 0 0 8px;
  color: #14213d;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

#product .ink-options-head p {
  margin: 0;
  color: #627086;
  font-size: 15px;
  line-height: 1.45;
}

#product .ink-owq-option table {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
  color: #14213d;
  min-width: 0;
}

#product .ink-owq-option table thead {
  background: #f3f7fc !important;
  color: #506176;
}

#product .ink-owq-option table thead td {
  padding: 9px 6px !important;
  color: #506176;
  font-size: 11px;
  font-weight: 700;
  text-transform: none;
}

#product .ink-owq-option table tbody tr:nth-child(2n),
#product .ink-owq-option table tbody tr:nth-child(2n+1) {
  background: #fff !important;
}

#product .ink-owq-option table tbody tr:nth-child(2n) {
  background: #fbfdff !important;
}

#product .ink-owq-option table tbody tr:hover,
#product .ink-owq-option table tbody tr.is-selected {
  background: #eef6ff !important;
}

#product .ink-owq-option table tbody td {
  padding: 10px 6px !important;
  border-top: 1px solid #e9eef5;
  color: #14213d;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: normal;
}

#product .ink-owq-option table tbody td:first-child,
#product .ink-owq-option table thead td:first-child {
  padding-left: 12px !important;
}

#product .ink-owq-option .col-image {
  display: none;
}

#product .ink-owq-option .col-quantity {
  width: 102px;
}

#product .ink-owq-option .col-action {
  width: 36px;
  padding-left: 2px !important;
  padding-right: 4px !important;
  text-align: center !important;
}

#product .ink-owq-option .owq-quantity {
  gap: 2px;
}

#product .ink-owq-option .owq-quantity > span {
  width: 24px;
  height: 28px;
  border-color: #cfdced;
  border-radius: 6px;
  color: #0969da;
  font-size: 16px !important;
}

#product .ink-owq-option .owq-quantity > span:hover {
  border-color: #0969da;
  background: #0969da;
  color: #fff;
}

#product .ink-owq-option input[type="text"],
#product .ink-owq-option .owq-quantity .form-control {
  width: 32px !important;
  max-width: 32px !important;
  height: 29px !important;
  border-color: #d7e2ee;
  border-radius: 6px;
  color: #14213d;
}

#product .ink-option-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border: 0;
  border-radius: 6px;
  background: #0969da;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}

#product .ink-option-buy:hover {
  background: #0759ba;
  transform: translateY(-1px);
}

#product .ink-hidden-purchase {
  display: none !important;
}

#product .ink-color-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: 1px solid rgba(15, 31, 57, .16);
  border-radius: 50%;
  vertical-align: -2px;
  background: #8da2bd;
}

#product .ink-color-cyan { background: #009fe3; }
#product .ink-color-magenta { background: #e6007e; }
#product .ink-color-yellow { background: #ffd200; }
#product .ink-color-black { background: #111827; }
#product .ink-color-light-cyan { background: #79d8ff; }
#product .ink-color-light-magenta { background: #ff8bd2; }
#product .ink-color-white { background: #fff; }
#product .ink-color-flush { background: #64748b; }
#product .ink-color-uv-conversion-fluid { background: #7c3aed; }

@media (max-width: 767px) {
  #product .ink-flow-product #home .row {
    display: block;
  }

  #product .ink-owq-option {
    margin: 18px 0 26px;
    overflow-x: auto;
  }

  #product .ink-options-head {
    padding: 18px 18px 12px;
  }

  #product .ink-options-head h2 {
    font-size: 19px;
  }

  #product .ink-owq-option table {
    min-width: 590px;
  }
}

@media (max-width: 767px) {
  #product .goods-image-center {
    margin-top: 15px;
  }

  #product .goods-image-center img {
    max-height: 260px;
  }

  #product .goods-title-block .title.large-size {
    font-size: 22px;
  }
}

/* Ink option table alignment and responsive overflow */
#product .ink-flow-product .goods-info > .goods-info-item:first-of-type {
  display: none !important;
}

#product .ink-owq-option {
  overflow-x: auto;
  overflow-y: hidden;
}

#product .ink-owq-option table {
  table-layout: auto;
  min-width: 640px;
}

#product .ink-owq-option table thead td,
#product .ink-owq-option table tbody td {
  vertical-align: middle;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

#product .ink-owq-option table thead td {
  padding: 10px 10px !important;
}

#product .ink-owq-option table tbody td {
  padding: 12px 10px !important;
}

#product .ink-owq-option table thead td:first-child,
#product .ink-owq-option table tbody td:first-child {
  padding-left: 14px !important;
}

#product .ink-owq-option .col-image {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
}

#product .ink-owq-option table thead td:nth-child(1),
#product .ink-owq-option table tbody td:nth-child(1),
#product .ink-owq-option table thead td:nth-child(2),
#product .ink-owq-option table tbody td:nth-child(2) {
  min-width: 92px;
}

#product .ink-owq-option table thead td:nth-child(2),
#product .ink-owq-option table tbody td:nth-child(2),
#product .ink-owq-option table thead td:nth-child(3),
#product .ink-owq-option table tbody td:nth-child(3) {
  min-width: 126px;
}

#product .ink-owq-option table thead td:nth-child(3),
#product .ink-owq-option table tbody td:nth-child(3),
#product .ink-owq-option table thead td:nth-child(4),
#product .ink-owq-option table tbody td:nth-child(4) {
  min-width: 78px;
  text-align: center;
}

#product .ink-owq-option table thead td:nth-child(4),
#product .ink-owq-option table tbody td:nth-child(4),
#product .ink-owq-option table thead td:nth-child(5),
#product .ink-owq-option table tbody td:nth-child(5) {
  min-width: 84px;
}

#product .ink-owq-option .col-quantity {
  width: 126px;
  min-width: 126px;
  text-align: center !important;
}

#product .ink-owq-option .col-action {
  width: 46px;
  min-width: 46px;
  text-align: center !important;
}

#product .ink-owq-option .owq-quantity {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

#product .ink-owq-option .owq-quantity > span {
  width: 28px;
  height: 32px;
}

#product .ink-owq-option input[type="text"],
#product .ink-owq-option .owq-quantity .form-control {
  width: 38px !important;
  max-width: 38px !important;
  height: 32px !important;
}

#product .ink-option-buy {
  width: 32px;
  height: 32px;
}

@media (max-width: 767px) {
  #product .ink-owq-option table {
    min-width: 660px;
  }

  #product .ink-owq-option table thead td {
    padding: 9px 9px !important;
  }

  #product .ink-owq-option table tbody td {
    padding: 11px 9px !important;
  }
}

@media (max-width: 480px) {
  #product .ink-options-head {
    padding: 16px 14px 12px;
  }

  #product .ink-owq-option table {
    min-width: 630px;
  }
}
/* Product page action buttons */
#product #cart-button,
#product .boc_order_btn[data-target="#boc_order"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: 620px;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 24px !important;
  margin: 0 0 14px 0 !important;
  border: 0 !important;
  border-radius: 27px !important;
  background: #3cafe6 !important;
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 54px !important;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

#product #cart-button:hover,
#product .boc_order_btn[data-target="#boc_order"]:hover {
  background: #168fc8 !important;
  color: #ffffff !important;
}

#product #cart-button + br {
  display: none !important;
}

#product .boc_order_btn[data-target="#boc_order"] {
  margin-top: 14px !important;
}

#product .boc_order_btn[data-target="#boc_order"]:empty:before {
  content: "Швидка покупка";
}


#product .goods-info-item #cart-button:hover,
#product .goods-info-item .boc_order_btn:hover {
  background: #168fc8;
  color: #ffffff !important;
}

#product .goods-info-item br {
  display: none;
}

#product .goods-info-item .boc_order_btn {
  margin-top: 14px;
}

#product .goods-info-item .boc_order_btn:empty:before {
  content: "Швидка покупка";
}
/* Slider text readability */
.main-slide {
  position: relative;
}

.main-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.78) 0%,
    rgba(255,255,255,0.62) 28%,
    rgba(255,255,255,0.28) 48%,
    rgba(255,255,255,0) 68%
  );
  z-index: 1;
  pointer-events: none;
}

.main-slide .main-slide-container {
  position: relative;
  z-index: 2;
}

.main-slide-caption {
  background: rgba(255,255,255,0.30);
  padding: 28px 34px;
  border-radius: 2px;
  max-width: 620px;
}

.main-slide-caption .title,
.main-slide-caption .short-description,
.main-slide-caption a {
  color: #303642 !important;
  text-shadow: none;
}
/* Service block full width */
.service-center {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-size: cover !important;
  background-position: center center !important;
}

.service-center > .container {
  max-width: 1260px;
}
#header-content .head-left-block .language-block {
  float: left;
  margin-left: 28px;
  position: relative;
  z-index: 3000;
}

#header-content .head-left-block .language-block .btn {
  padding: 0;
  line-height: 40px;
}

#header-content .head-left-block .language-block .dropdown-menu {
  z-index: 4000;
}

#header-content .head-left-block .sign-in-block {
  margin-left: 28px;
}
/* Home category tiles */
.home-section .list-card {
  margin: 45px 0 80px 0;
}

.home-section .list-card-row {
  margin-bottom: 30px;
}

.home-section .list-card-column {
  display: flex;
  margin-bottom: 30px;
}

.card-product-fill {
  width: 100%;
  min-height: 390px;
  padding: 35px 25px 30px;
  border: 1px solid #eef3f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(40, 70, 90, 0.08);
  transition: 0.25s ease;
}

.card-product-fill:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(40, 70, 90, 0.14);
}

.card-product-fill .card-image {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 25px;
}

.card-product-fill .card-image img {
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.card-product-fill .card-content {
  margin: 0;
  padding: 0;
  text-align: center;
}

.card-product-fill .card-title {
  min-height: 54px;
  margin-bottom: 25px;
  color: #303642;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.card-product-fill .btn-primary {
  min-width: 150px;
  padding: 9px 42px 9px 28px !important;
  color: #fff !important;
  font-size: 14px;
  text-indent: 0 !important;
}

@media (max-width: 767px) {
  .card-product-fill {
    min-height: 0;
    padding: 25px 18px;
  }

  .card-product-fill .card-image {
    height: 180px;
  }

  .card-product-fill .card-image img {
    max-height: 180px;
  }

  .card-product-fill .card-title {
    font-size: 20px;
    min-height: 0;
  }
}
.card-product-fill .btn-primary:before {
  content: "Подробнее";
}

html[lang="uk"] .card-product-fill .btn-primary:before {
  content: "Докладніше";
}

html[lang="en"] .card-product-fill .btn-primary:before {
  content: "More details";
}
/* Hide old background text */
.abstract-text,
.abstract-text:before,
.abstract-text-2,
.abstract-text-3 {
  display: none !important;
  content: none !important;
}

/* Home tiles */
.silver .card-product-fill,
.home-section .card-product-fill {
  width: 100%;
  min-height: 390px;
  padding: 35px 25px 30px;
  border: 1px solid #eef3f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(40, 70, 90, 0.08);
  text-align: center;
}

.silver .card-product-fill .card-image,
.home-section .card-product-fill .card-image {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 25px;
}

.silver .card-product-fill .card-image img,
.home-section .card-product-fill .card-image img {
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.silver .card-product-fill .card-content,
.home-section .card-product-fill .card-content {
  margin: 0;
  padding: 0;
  text-align: center;
}

.silver .card-product-fill .card-title,
.home-section .card-product-fill .card-title {
  min-height: 54px;
  margin-bottom: 25px;
  color: #303642;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Fix blue button text */
.silver .card-product-fill .btn-primary,
.home-section .card-product-fill .btn-primary {
  display: inline-block;
  min-width: 150px;
  padding: 9px 42px 9px 28px !important;
  color: #fff !important;
  font-size: 14px;
  line-height: 20px;
  text-indent: 0 !important;
}

.silver .card-product-fill .btn-primary:before,
.home-section .card-product-fill .btn-primary:before {
  content: "Подробнее";
}

html[lang="uk"] .silver .card-product-fill .btn-primary:before,
html[lang="uk"] .home-section .card-product-fill .btn-primary:before {
  content: "Докладніше";
}

html[lang="en"] .silver .card-product-fill .btn-primary:before,
html[lang="en"] .home-section .card-product-fill .btn-primary:before {
  content: "More details";
}

@media (max-width: 767px) {
  .silver .card-product-fill,
  .home-section .card-product-fill {
    min-height: 0;
    padding: 25px 18px;
  }

  .silver .card-product-fill .card-image,
  .home-section .card-product-fill .card-image {
    height: 180px;
  }

  .silver .card-product-fill .card-image img,
  .home-section .card-product-fill .card-image img {
    max-height: 180px;
  }

  .silver .card-product-fill .card-title,
  .home-section .card-product-fill .card-title {
    min-height: 0;
    font-size: 20px;
  }
}
/* Move lower benefit tiles too */
.silver .well,
.home-section .well {
  transition: 0.25s ease;
}

.silver .well:hover,
.home-section .well:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(40, 70, 90, 0.14);
}
#products {
  scroll-margin-top: 150px;
}

.category-top-description {
  margin-bottom: 45px;
}

.category-bottom-description {
  clear: both;
  max-width: 1200px;
  margin: 70px auto 90px;
  padding: 0 15px;
}

/* Hide filter reset button */
#content .filter button[type="reset"],
#content .filter .btn-reset,
#content .filter .reset,
#content .filter a[href*="clear"],
#content .filter a[href*="reset"],
#content .ocfilter-button-reset,
#content .ocfilter .btn-default,
#content .ocfilter a.btn-default {
  display: none !important;
}

/* Ink category filter */
#content .ocfilter,
#content .filter {
  max-width: 1200px;
  margin: 0 auto 55px;
  padding: 28px 32px;
  border: 1px solid #eef3f7 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 12px 35px rgba(40, 70, 90, .08);
}

#content .ocfilter h3,
#content .filter h3,
#content .ocfilter .panel-heading,
#content .filter .panel-heading {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #303642;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

#content .ocfilter label,
#content .filter label {
  color: #555;
  font-size: 17px;
  font-weight: 500;
}

#content .ocfilter input[type="checkbox"],
#content .filter input[type="checkbox"] {
  margin-right: 8px;
}

#content .ocfilter .badge,
#content .filter .badge {
  border-radius: 12px;
  background: #3cafe6;
  color: #fff;
}

.category-full-hero,
.category-top-description .ink-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.category-full-hero {
  margin-bottom: 55px;
}

.category-full-hero .ink-landing {
  margin-bottom: 0;
}

.ink-landing {
  margin-bottom: 50px;
  color: #071936;
}

.ink-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  margin: 0 0 36px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .84) 38%, rgba(255, 255, 255, .28) 62%, rgba(255, 255, 255, 0) 100%),
    url('/image/catalog/ink-hero.jpg') center right / cover no-repeat;
}

.category-full-hero .ink-hero,
.category-top-description .ink-hero {
  min-height: 560px;
  margin-bottom: 55px;
}

.category-full-hero .ink-hero {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.ink-hero__content {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 80px 20px;
}

.ink-hero__content span {
  display: inline-block;
  margin-bottom: 18px;
  color: #038bcd;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ink-hero__content h1 {
  max-width: 620px;
  margin: 0 0 22px;
  color: #071936;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.ink-hero__content p {
  max-width: 520px;
  margin: 0 0 30px;
  color: #17233a;
  font-size: 20px;
  line-height: 1.5;
}

.ink-btn,
.ink-cta-btn,
.ink-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 28px;
  background: #0788ee;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  transition: .25s ease;
}

.ink-btn {
  min-height: 48px;
  padding: 0 36px;
  font-size: 17px;
  box-shadow: 0 8px 20px rgba(7, 136, 238, .24);
}

.ink-btn:hover,
.ink-cta-btn:hover,
.ink-card-btn:hover {

  background: #0574cf;
  color: #fff !important;
  transform: translateY(-3px);
}

.ink-btn--dark {
  background: #303642;
}

.ink-btn--dark:hover {
  background: #111827;
}

.ink-types,
.ink-benefits,
.ink-compatibility {
  max-width: 1200px;
  margin: 0 auto 38px;
  padding: 0 20px;
}

.ink-types h2,
.ink-benefits h2,
.ink-compatibility h2 {
  margin: 0 0 28px;
  color: #071936;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.ink-types h2:after,
.ink-benefits h2:after,
.ink-compatibility h2:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 10px auto 0;
  background: #0788ee;
}

.ink-types__grid,
.ink-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ink-types__grid > a,
.ink-benefits__grid div,
.ink-type-card {
  border: 1px solid #eef3f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(40, 70, 90, .08);
  color: #303642;
  text-decoration: none;
  transition: .25s ease;
}

.ink-types__grid > a,
.ink-benefits__grid div {
  display: block;
  min-height: 210px;
  padding: 34px;
}

.ink-type-card {
  min-height: 190px;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 28px 26px;
}

.ink-types__grid > a:hover,
.ink-benefits__grid div:hover,
.ink-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(40, 70, 90, .14);
}

.ink-type-card img {
  width: 104px;
  height: 104px;
  object-fit: contain;
}

.ink-types__grid strong,
.ink-benefits__grid strong,
.ink-type-card strong {
  display: block;
  margin-bottom: 14px;
  color: #071936;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  word-break: normal;
}

.ink-types__grid span,
.ink-benefits__grid p,
.ink-compatibility p,
.ink-type-card span {
  display: block;
  color: #303642;
  font-size: 16px;
  line-height: 1.55;
}

.ink-type-card span {
  min-height: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  word-break: normal;
}

.ink-card-btn {
  min-height: 38px;
  padding: 0 28px;
  font-size: 14px;
}

.ink-types__grid .ink-card-btn {
  display: inline-flex;
  width: auto;
  min-width: 126px;
  min-height: 38px;
  padding: 0 28px;
  border: 0;
  box-shadow: none;
}

.ink-benefits-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 28px 20px 0;
  border-top: 1px solid #eef2f7;
}

.ink-benefits-row > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 18px;
  align-items: center;
}

.ink-benefits-row img {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.ink-benefits-row strong {
  display: block;
  margin-bottom: 5px;
  color: #071936;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.ink-benefits-row span {
  color: #17233a;
  font-size: 14px;
  line-height: 1.45;
}

.ink-compatibility {
  padding: 55px 40px;
  border-radius: 8px;
  background: #f4f7fa;
  text-align: center;
}

.ink-compatibility p {
  max-width: 760px;
  margin: 0 auto 28px;
}

@media (max-width: 1199px) {
  .ink-types__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .ink-hero {
    min-height: 460px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .88) 58%, rgba(255, 255, 255, .45) 100%),
      url('/image/catalog/ink-hero.jpg') center right / cover no-repeat;
  }

  .ink-hero__content {
    padding: 58px 20px;
  }

  .ink-hero__content h1 {
    font-size: 44px;
  }

  .ink-benefits__grid,
  .ink-benefits-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .ink-type-card {
    grid-template-columns: 96px 1fr;
  }

  .ink-type-card img {
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 768px) {
  #content .ocfilter,
  #content .filter {
    margin-bottom: 40px;
    padding: 22px 18px;
  }

  .category-full-hero,
  .category-top-description .ink-hero {
    width: 100vw;
  }

  .category-full-hero .ink-hero,
  .category-top-description .ink-hero,
  .ink-hero {
    min-height: 420px;
    margin-bottom: 34px;
  }

  .ink-hero__content h1 {
    font-size: 34px;
  }

  .ink-hero__content p {
    font-size: 16px;
  }

  .ink-types h2,
  .ink-benefits h2,
  .ink-compatibility h2 {
    font-size: 28px;
  }

  .ink-types__grid,
  .ink-benefits__grid,
  .ink-benefits-row {
    grid-template-columns: 1fr;
  }

  .ink-type-card {
    grid-template-columns: 82px 1fr;
    padding: 22px;
  }

  .ink-type-card strong {
    font-size: 20px;
  }

  .ink-type-card span {
    min-height: 0;
    font-size: 16px;
  }

  .ink-compatibility {
    padding: 35px 20px;
  }
}
.category-bottom-description .seo-text {
  margin-top: 40px;
  line-height: 1.6;
}

.category-bottom-description .seo-text h2 {
  margin: 28px 0 14px;
  color: #071936;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.category-bottom-description .seo-text p,
.category-bottom-description .seo-text li {
  color: #303642;
  font-size: 16px;
  line-height: 1.6;
}

.category-bottom-description .seo-text ul {
  margin: 0 0 20px 20px;
  padding: 0;
}
.ink-hero .ink-cta-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 48px;
  padding: 0 34px !important;
  border-radius: 28px;
  background: #0788ee;
  color: #fff !important;
  font-size: 17px;
  font-weight: 800;
  line-height: 48px;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(7, 136, 238, .24);
  transition: .25s ease;
}

.ink-hero .ink-cta-btn:hover {
  background: #0574cf;
  color: #fff !important;
  transform: translateY(-3px);
}

.ink-landing--sales {
  margin-bottom: 34px;
  background: #f6f8fb;
}

.ink-sales-hero {
  min-height: 450px;
  margin-bottom: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 42%, rgba(255,255,255,.48) 68%, rgba(255,255,255,.14) 100%),
    url('/image/catalog/ink-hero.jpg') center right / cover no-repeat;
}

.ink-sales-hero .ink-hero__content {
  max-width: 1200px;
  padding: 72px 20px 64px;
}

.ink-sales-hero .ink-hero__content span {
  margin-bottom: 12px;
  color: #4b5563;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.ink-sales-hero .ink-hero__content h1 {
  max-width: 560px;
  margin-bottom: 18px;
  color: #0b0f19;
  font-family: Arial, sans-serif;
  font-size: 48px;
  line-height: 1.08;
  text-transform: none;
}

.ink-sales-hero .ink-hero__content p {
  max-width: 520px;
  color: #283243;
  font-size: 17px;
  line-height: 1.6;
}

.ink-sales-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ink-btn.ink-btn--light {
  border: 1px solid #d9dde5;
  background: #fff;
  color: #121826 !important;
  box-shadow: none;
}

.ink-btn.ink-btn--light:hover {
  border-color: #aeb7c5;
  background: #fff;
  color: #121826 !important;
}

.ink-sales-cats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1200px;
  margin: -28px auto 22px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.ink-sales-cats .ink-type-card {
  min-height: 142px;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  overflow: hidden;
}

.ink-sales-cats .ink-type-card img {
  width: 68px;
  height: 68px;
}

.ink-sales-cats .ink-type-card strong {
  margin-bottom: 8px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  text-transform: none;
}

.ink-sales-cats .ink-type-card span {
  min-height: 0;
  margin: 0;
  color: #5b6472;
  font-size: 13px;
  line-height: 1.4;
}

.ink-landing--sales .ink-benefits-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1200px;
  margin: 0 auto 22px;
  padding: 20px;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}

.ink-landing--sales .ink-benefits-row > div {
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 12px;
}

.ink-landing--sales .ink-benefits-row i {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3e8ef;
  border-radius: 50%;
  color: #111827;
  font-size: 17px;
}

.ink-landing--sales .ink-benefits-row strong {
  margin-bottom: 3px;
  color: #111827;
  font-size: 13px;
  line-height: 1.25;
  text-transform: none;
}

.ink-landing--sales .ink-benefits-row span {
  color: #606b7b;
  font-size: 12px;
  line-height: 1.35;
}

.ink-sales-support {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto 28px;
  padding: 26px 28px;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}

.ink-sales-support h2 {
  margin: 0 0 8px;
  color: #111827;
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.ink-sales-support p {
  max-width: 560px;
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
}

.ink-sales-support .ink-btn {
  min-height: 42px;
  padding: 0 22px;
  white-space: nowrap;
  font-size: 14px;
  box-shadow: none;
}

@media (max-width: 991px) {
  .ink-sales-cats,
  .ink-landing--sales .ink-benefits-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ink-sales-support {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ink-sales-hero {
    min-height: 420px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 100%),
      url('/image/catalog/ink-hero.jpg') center right / cover no-repeat;
  }

  .ink-sales-hero .ink-hero__content {
    padding: 48px 16px 58px;
  }

  .ink-sales-hero .ink-hero__content h1 {
    font-size: 32px;
  }

  .ink-sales-actions,
  .ink-sales-actions .ink-btn,
  .ink-sales-support .ink-btn {
    width: 100%;
  }

  .ink-sales-cats,
  .ink-landing--sales .ink-benefits-row {
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ink-sales-cats {
    margin-top: -20px;
  }

  .ink-sales-support {
    margin-left: 15px;
    margin-right: 15px;
    padding: 22px 18px;
  }
}

/* Dream Filter category panel */
#content .dream-filter,
#content .dream_filter,
#content .dreamfilter,
#content [class*="dream-filter"],
#content [class*="dream_filter"],
#content [class*="rdrf"] {
  margin: 0 0 34px;
  padding: 22px 26px;
  border: 1px solid #d9e7f5 !important;
  border-radius: 8px !important;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 23, 51, .07);
}

#content .dream-filter .panel,
#content .dream_filter .panel,
#content .dreamfilter .panel,
#content [class*="dream-filter"] .panel,
#content [class*="dream_filter"] .panel,
#content [class*="rdrf"] .panel {
  margin: 0;
  border: 0;
  box-shadow: none;
}

#content .dream-filter .panel-heading,
#content .dream_filter .panel-heading,
#content .dreamfilter .panel-heading,
#content [class*="dream-filter"] .panel-heading,
#content [class*="dream_filter"] .panel-heading,
#content [class*="rdrf"] .panel-heading {
  padding: 0 0 14px;
  border: 0;
  background: transparent;
  color: #071936;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

#content .dream-filter .form-group,
#content .dream_filter .form-group,
#content .dreamfilter .form-group,
#content [class*="dream-filter"] .form-group,
#content [class*="dream_filter"] .form-group,
#content [class*="rdrf"] .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid #eef2f7;
}

#content .dream-filter .form-group:last-child,
#content .dream_filter .form-group:last-child,
#content .dreamfilter .form-group:last-child,
#content [class*="dream-filter"] .form-group:last-child,
#content [class*="dream_filter"] .form-group:last-child,
#content [class*="rdrf"] .form-group:last-child {
  border-bottom: 0;
}

#content .dream-filter label,
#content .dream_filter label,
#content .dreamfilter label,
#content [class*="dream-filter"] label,
#content [class*="dream_filter"] label,
#content [class*="rdrf"] label {
  margin: 0;
  color: #303642;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

#content .dream-filter .control-label,
#content .dream_filter .control-label,
#content .dreamfilter .control-label,
#content [class*="dream-filter"] .control-label,
#content [class*="dream_filter"] .control-label,
#content [class*="rdrf"] .control-label {
  min-width: 120px;
  color: #071936;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

#content .dream-filter input[type="checkbox"],
#content .dream_filter input[type="checkbox"],
#content .dreamfilter input[type="checkbox"],
#content [class*="dream-filter"] input[type="checkbox"],
#content [class*="dream_filter"] input[type="checkbox"],
#content [class*="rdrf"] input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  vertical-align: -3px;
  accent-color: #0788ee;
}

#content .dream-filter .badge,
#content .dream_filter .badge,
#content .dreamfilter .badge,
#content [class*="dream-filter"] .badge,
#content [class*="dream_filter"] .badge,
#content [class*="rdrf"] .badge {
  min-width: 28px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #0788ee;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

#content .dream-filter .btn,
#content .dream_filter .btn,
#content .dreamfilter .btn,
#content [class*="dream-filter"] .btn,
#content [class*="dream_filter"] .btn,
#content [class*="rdrf"] .btn {
  min-height: 40px;
  padding: 0 24px;
  border: 1px solid #0788ee;
  border-radius: 24px;
  background: #0788ee;
  color: #fff;
  font-weight: 800;
  box-shadow: none;
}

#content .dream-filter .btn-default,
#content .dream_filter .btn-default,
#content .dreamfilter .btn-default,
#content [class*="dream-filter"] .btn-default,
#content [class*="dream_filter"] .btn-default,
#content [class*="rdrf"] .btn-default {
  background: #fff;
  color: #0788ee;
}

@media (max-width: 767px) {
  #content .dream-filter,
  #content .dream_filter,
  #content .dreamfilter,
  #content [class*="dream-filter"],
  #content [class*="dream_filter"],
  #content [class*="rdrf"] {
    padding: 18px;
  }

  #content .dream-filter .form-group,
  #content .dream_filter .form-group,
  #content .dreamfilter .form-group,
  #content [class*="dream-filter"] .form-group,
  #content [class*="dream_filter"] .form-group,
  #content [class*="rdrf"] .form-group {
    display: block;
  }

  #content .dream-filter label,
  #content .dream_filter label,
  #content .dreamfilter label,
  #content [class*="dream-filter"] label,
  #content [class*="dream_filter"] label,
  #content [class*="rdrf"] label {
    display: block;
    margin-bottom: 10px;
  }
}
/* Dream Filter compact tuning */
#content .dream-filter,
#content .dream_filter,
#content .dreamfilter,
#content [class*="dream-filter"],
#content [class*="dream_filter"],
#content [class*="rdrf"] {
  margin-bottom: 24px;
  padding: 16px 20px;
  border-color: #cfe3f8 !important;
  box-shadow: 0 8px 24px rgba(7, 23, 51, .05);
}

#content .dream-filter .form-group,
#content .dream_filter .form-group,
#content .dreamfilter .form-group,
#content [class*="dream-filter"] .form-group,
#content [class*="dream_filter"] .form-group,
#content [class*="rdrf"] .form-group {
  gap: 8px 14px;
  padding: 10px 0;
}

#content .dream-filter .control-label,
#content .dream_filter .control-label,
#content .dreamfilter .control-label,
#content [class*="dream-filter"] .control-label,
#content [class*="dream_filter"] .control-label,
#content [class*="rdrf"] .control-label {
  min-width: 104px;
  font-size: 15px;
}

#content .dream-filter label,
#content .dream_filter label,
#content .dreamfilter label,
#content [class*="dream-filter"] label,
#content [class*="dream_filter"] label,
#content [class*="rdrf"] label {
  font-size: 14px;
}

#content .dream-filter input[type="checkbox"],
#content .dream_filter input[type="checkbox"],
#content .dreamfilter input[type="checkbox"],
#content [class*="dream-filter"] input[type="checkbox"],
#content [class*="dream_filter"] input[type="checkbox"],
#content [class*="rdrf"] input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  vertical-align: -2px;
}

#content .dream-filter .badge,
#content .dream_filter .badge,
#content .dreamfilter .badge,
#content [class*="dream-filter"] .badge,
#content [class*="dream_filter"] .badge,
#content [class*="rdrf"] .badge {
  min-width: 22px;
  padding: 2px 6px;
  font-size: 11px;
}

#content .dream-filter .btn-default,
#content .dream_filter .btn-default,
#content .dreamfilter .btn-default,
#content [class*="dream-filter"] .btn-default,
#content [class*="dream_filter"] .btn-default,
#content [class*="rdrf"] .btn-default,
#content .dream-filter a[href*="reset"],
#content .dream_filter a[href*="reset"],
#content .dreamfilter a[href*="reset"],
#content [class*="dream-filter"] a[href*="reset"],
#content [class*="dream_filter"] a[href*="reset"],
#content [class*="rdrf"] a[href*="reset"],
#content .dream-filter a[href*="clear"],
#content .dream_filter a[href*="clear"],
#content .dreamfilter a[href*="clear"],
#content [class*="dream-filter"] a[href*="clear"],
#content [class*="dream_filter"] a[href*="clear"],
#content [class*="rdrf"] a[href*="clear"] {
  min-width: 96px;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 18px;
  font-size: 13px;
  line-height: 32px;
}

@media (min-width: 768px) {
  #content .dream-filter .btn-default,
  #content .dream_filter .btn-default,
  #content .dreamfilter .btn-default,
  #content [class*="dream-filter"] .btn-default,
  #content [class*="dream_filter"] .btn-default,
  #content [class*="rdrf"] .btn-default {
    float: right;
    margin-top: 8px;
  }
}

/* Dream Filter option alignment */
#content .dream-filter .rdf-group .radio,
#content .dream-filter .rdf-group .checkbox {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin-right: 14px;
  padding-right: 0;
  vertical-align: middle;
}

#content .dream-filter .rdf-group .radio > label,
#content .dream-filter .rdf-group .checkbox > label {
  display: inline-block;
  height: auto;
  min-height: 18px;
  margin: 0;
  padding-left: 21px;
  line-height: 18px;
  vertical-align: middle;
}

#content .dream-filter .rdf-group .radio > label > span,
#content .dream-filter .rdf-group .checkbox > label > span {
  display: inline;
  vertical-align: baseline;
}

#content .dream-filter .rdf-group .rdf-label {
  flex: 0 0 auto;
  min-width: 22px;
  height: 18px;
  margin-left: 4px;
  padding: 0 6px;
  border-radius: 6px;
  background: #0788ee;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
}

/* Dream Filter compact button options */
#content .dream-filter .panel-body {
  overflow: visible;
}

#content .dream-filter .rdf-filters {
  width: 100%;
}

#content .dream-filter .form-group {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: start;
  column-gap: 18px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

#content .dream-filter .rdf-control-label {
  width: auto;
  min-width: 0;
  padding: 5px 0 0;
  text-align: right;
}

#content .dream-filter .rdf-filter-container {
  width: auto;
  min-width: 0;
  padding: 0;
}

#content .dream-filter .rdf-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

#content .dream-filter .rdf-group .radio,
#content .dream-filter .rdf-group .checkbox {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}

#content .dream-filter .rdf-group .radio > label,
#content .dream-filter .rdf-group .checkbox > label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#content .dream-filter .rdf-group .radio > label input,
#content .dream-filter .rdf-group .checkbox > label input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none;
}

#content .dream-filter .rdf-group .radio > label > span,
#content .dream-filter .rdf-group .checkbox > label > span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #d7e7f7;
  border-radius: 18px;
  background: #fff;
  color: #263044;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: .18s ease;
}

#content .dream-filter .rdf-group .radio > label > span:before,
#content .dream-filter .rdf-group .radio > label > span:after,
#content .dream-filter .rdf-group .checkbox > label > span:before,
#content .dream-filter .rdf-group .checkbox > label > span:after {
  display: none !important;
  content: none !important;
}

#content .dream-filter .rdf-group .radio > label:hover > span,
#content .dream-filter .rdf-group .checkbox > label:hover > span,
#content .dream-filter .rdf-group .radio > label input:focus + span,
#content .dream-filter .rdf-group .checkbox > label input:focus + span {
  border-color: #0788ee;
  color: #0788ee;
  box-shadow: 0 4px 12px rgba(7, 136, 238, .12);
}

#content .dream-filter .rdf-group .radio > label input:checked + span,
#content .dream-filter .rdf-group .checkbox > label input:checked + span {
  border-color: #0788ee;
  background: #0788ee;
  color: #fff;
  box-shadow: 0 6px 16px rgba(7, 136, 238, .22);
}

#content .dream-filter .rdf-group .rdf-label {
  min-width: 24px;
  height: 24px;
  margin-left: -8px;
  padding: 0 7px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #0788ee;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  transform: translateX(-2px);
}

#content .dream-filter .rdf-picked {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 0 14px;
}

#content .dream-filter .rdf-picked:empty {
  display: none;
}

#content .dream-filter .rdf-picked .btn,
#content .dream-filter .rdf-picked .btn-default {
  float: none !important;
  width: auto;
  min-width: 0;
  min-height: 30px;
  height: auto;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #0788ee;
  border-radius: 18px;
  background: #fff;
  color: #0788ee;
  font-size: 12px;
  font-weight: 800;
  line-height: 28px;
  text-transform: uppercase;
  box-shadow: none;
}

#content .dream-filter .rdf-picked .btn i {
  margin-left: 5px;
  font-style: normal;
}

#content .dream-filter .rdf-filter-container,
#content .dream-filter .rdf-group {
  min-width: 0;
}

#content .dream-filter .rdf-group .rdf-clear {
  display: none !important;
}

#content .dream-filter .rdf-group .radio > label input:disabled + span,
#content .dream-filter .rdf-group .checkbox > label input:disabled + span {
  border-color: #e1e7ee;
  background: #f8fafc;
  color: #a3acb8;
  box-shadow: none;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  #content .dream-filter .form-group {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  #content .dream-filter .rdf-control-label {
    padding-top: 0;
    text-align: left;
  }

  #content .dream-filter .rdf-group {
    gap: 7px;
  }

  #content .dream-filter .rdf-group .radio > label > span,
  #content .dream-filter .rdf-group .checkbox > label > span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 13px;
  }
}

.boc_order_category_btn span {
  display: none;
}

.boc_order_category_btn:after {
  content: "\0412 1 \043A\043B\0456\043A";
}
/* Header language/account dropdown fix */
#fixed-top,
#fixed-top .head,
#header-content {
  overflow: visible;
}

#fixed-top {
  z-index: 5000;
}

#header-content .head-left-block {
  overflow: visible;
}

#header-content .head-left-block .language-block,
#header-content .head-left-block .sign-in-block {
  position: relative;
  z-index: 5100;
}

#header-content .head-left-block .language-block .dropdown-menu,
#header-content .head-left-block .sign-in-block .dropdown-menu {
  top: 100%;
  left: 0;
  right: auto;
  z-index: 5200;
  min-width: 150px;
  margin-top: 0;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
}

#header-content .head-left-block .language-block .dropdown-menu a,
#header-content .head-left-block .sign-in-block .dropdown-menu a {
  display: block;
  padding: 7px 24px;
  color: #232830;
  font-size: 16px;
  line-height: 1.35;
  white-space: nowrap;
}

#header-content .head-left-block .language-block .dropdown-menu a:hover,
#header-content .head-left-block .sign-in-block .dropdown-menu a:hover {
  color: #008fd3;
  background: #f4f8fb;
}

@media (max-width: 767px) {
  #header-content .head-left-block .language-block .dropdown-menu,
  #header-content .head-left-block .sign-in-block .dropdown-menu {
    min-width: 140px;
  }
}
/* Header language/account dropdown fix */
#fixed-top,
#fixed-top .head,
#header-content {
  overflow: visible !important;
}

#fixed-top {
  z-index: 9000 !important;
}

#header-content .head-left-block {
  overflow: visible !important;
}

#header-content .head-left-block .header-dropdown-control,
#header-content .head-left-block .language-block,
#header-content .head-left-block .sign-in-block {
  position: relative !important;
  z-index: 9100 !important;
  overflow: visible !important;
}

#header-content .head-left-block .header-dropdown-control .dropdown-menu,
#header-content .head-left-block .language-block .dropdown-menu,
#header-content .head-left-block .sign-in-block .dropdown-menu {
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  z-index: 9200 !important;
  min-width: 150px !important;
  margin-top: 0 !important;
  padding: 8px 0 !important;
  background: #fff !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 0 !important;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .12) !important;
}

#header-content .head-left-block .header-dropdown-control .dropdown-menu a,
#header-content .head-left-block .language-block .dropdown-menu a,
#header-content .head-left-block .sign-in-block .dropdown-menu a {
  display: block !important;
  padding: 7px 24px !important;
  color: #232830 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
}

#header-content .head-left-block .header-dropdown-control .dropdown-menu a:hover,
#header-content .head-left-block .language-block .dropdown-menu a:hover,
#header-content .head-left-block .sign-in-block .dropdown-menu a:hover {
  color: #008fd3 !important;
  background: #f4f8fb !important;
}

@media (max-width: 767px) {
  #header-content .head-left-block .language-block .dropdown-menu,
  #header-content .head-left-block .sign-in-block .dropdown-menu {
    min-width: 140px;
  }
}
/* Custom header language/account buttons */
#fixed-top,
#fixed-top .head,
#header-content,
#header-content .row,
#header-content .head-left-block {
  overflow: visible !important;
}

#fixed-top {
  z-index: 9000 !important;
}

#header-content .head-left-block {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 1;
}

#header-content .head-left-block .shop-cart {
  flex: 0 0 auto;
}

#header-content .head-left-block .pp-top-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 28px;
  position: relative;
  z-index: 9100;
}

.pp-top-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.pp-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 34px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #232830;
  font: inherit;
  line-height: 1;
  cursor: pointer;
}

.pp-top-btn .fa-user,
.pp-top-btn .fa-angle-down {
  color: #232830;
}

.pp-top-btn .fa-user {
  font-size: 20px;
}

.pp-lang-btn {
  min-width: 45px;
  color: #0076bd;
  font-weight: 500;
}

.pp-top-btn__arrow {
  font-size: 13px;
}

.pp-top-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9200;
  display: none;
  min-width: 162px;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
}

.pp-top-dropdown:hover .pp-top-menu,
.pp-top-dropdown:focus-within .pp-top-menu {
  display: block;
}

.pp-top-menu a {
  display: block;
  padding: 8px 24px;
  color: #232830;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}

.pp-top-menu a:hover,
.pp-top-menu a:focus {
  color: #008fd3;
  background: #f4f8fb;
  text-decoration: none;
}

@media (max-width: 767px) {
  #header-content .head-left-block {
    display: block;
  }

  #header-content .head-left-block .pp-top-actions {
    display: inline-flex;
    margin-left: 20px;
  }

  .pp-top-menu {
    min-width: 145px;
  }
}
/* Custom header language/account buttons */
#fixed-top,
#fixed-top .head,
#header-content,
#header-content .row,
#header-content .head-left-block {
  overflow: visible !important;
}

#fixed-top {
  z-index: 9000 !important;
}

#header-content .head-left-block {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 1;
}

#header-content .head-left-block .shop-cart {
  flex: 0 0 auto;
}

#header-content .head-left-block .pp-top-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 28px;
  position: relative;
  z-index: 9100;
}

.pp-top-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.pp-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 34px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #232830;
  font: inherit;
  line-height: 1;
  cursor: pointer;
}

.pp-top-btn .fa-user,
.pp-top-btn .fa-angle-down {
  color: #232830;
}

.pp-top-btn .fa-user {
  font-size: 20px;
}

.pp-lang-btn {
  min-width: 45px;
  color: #0076bd;
  font-weight: 500;
}

.pp-top-btn__arrow {
  font-size: 13px;
}

.pp-top-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9200;
  display: none;
  min-width: 162px;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
}

.pp-top-dropdown:hover .pp-top-menu,
.pp-top-dropdown:focus-within .pp-top-menu {
  display: block;
}

.pp-top-menu a {
  display: block;
  padding: 8px 24px;
  color: #232830;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}

.pp-top-menu a:hover,
.pp-top-menu a:focus {
  color: #008fd3;
  background: #f4f8fb;
  text-decoration: none;
}

@media (max-width: 767px) {
  #header-content .head-left-block {
    display: block;
  }

  #header-content .head-left-block .pp-top-actions {
    display: inline-flex;
    margin-left: 20px;
  }

  .pp-top-menu {
    min-width: 145px;
  }
}
/* Compact header cart */
#header-content .shop-cart,
#header-content #cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none;
  width: auto;
  min-width: 34px;
  height: 40px;
  line-height: 1;
}

#header-content .shop-cart .btn-icon,
#header-content #cart > button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 40px;
  min-width: 34px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #35aee2 !important;
  line-height: 1 !important;
}

#header-content #cart > button .fa-shopping-cart,
#header-content .shop-cart .fa-shopping-cart {
  color: #35aee2 !important;
  font-size: 20px;
}

#header-content #cart-total {
  display: none !important;
}

#header-content .shop-cart .count {
  position: absolute;
  top: 2px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: #fff;
  color: #232830;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

#header-content #cart .dropdown-menu {
  z-index: 9200;
}
/* Printer Parts - Simple Checkout styling */
.simple-content {
  max-width: 1530px;
  margin: 0 auto;
  padding: 34px 15px 70px;
}

.simple-content h1,
#content .simple-content h1 {
  margin: 0 0 22px;
  color: #777b83;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
}

.simplecheckout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(520px, 1.35fr);
  gap: 30px;
  align-items: start;
}

.simplecheckout-left-column,
.simplecheckout-right-column {
  float: none !important;
  width: auto !important;
}

.simplecheckout-block {
  margin: 0 0 18px;
  background: #fff;
  border: 1px solid #dceaf7;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(12, 68, 116, 0.08);
  overflow: hidden;
}

.simplecheckout-block .checkout-heading,
.simplecheckout-block .simplecheckout-heading {
  padding: 15px 20px;
  background: #f6f9fc;
  border-bottom: 1px solid #e5edf5;
  color: #111d33;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.simplecheckout-block-content,
.simplecheckout-block .simplecheckout-block-content {
  padding: 18px 20px;
}

.simplecheckout .form-group {
  margin-bottom: 14px;
}

.simplecheckout label,
.simplecheckout .control-label {
  color: #6f747c;
  font-size: 15px;
  font-weight: 700;
}

.simplecheckout input[type="text"],
.simplecheckout input[type="email"],
.simplecheckout input[type="tel"],
.simplecheckout input[type="password"],
.simplecheckout select,
.simplecheckout textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid #d8e2ec;
  border-radius: 6px;
  background: #fff;
  color: #111d33;
  font-size: 15px;
  box-shadow: none;
}

.simplecheckout input:focus,
.simplecheckout select:focus,
.simplecheckout textarea:focus {
  border-color: #1594dc;
  box-shadow: 0 0 0 3px rgba(21, 148, 220, 0.12);
  outline: none;
}

.simplecheckout-cart {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
}

.simplecheckout-cart th {
  padding: 15px 12px;
  background: #f6f9fc;
  border-bottom: 1px solid #dceaf7;
  color: #3f444c;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.simplecheckout-cart td {
  padding: 13px 12px;
  border-bottom: 1px solid #edf2f7;
  color: #4a4f57;
  vertical-align: middle;
}

.simplecheckout-cart img {
  max-width: 58px;
  max-height: 58px;
  object-fit: contain;
}

.simplecheckout-cart a {
  color: #1197df;
  font-weight: 500;
}

.simplecheckout-cart a:hover {
  color: #087fc0;
  text-decoration: none;
}

.simplecheckout-cart .input-group {
  display: inline-flex;
  align-items: center;
  width: auto;
  border: 1px solid #dceaf7;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}

.simplecheckout-cart .input-group input {
  width: 52px !important;
  min-height: 40px;
  border: 0;
  text-align: center;
}

.simplecheckout-cart .input-group-btn .btn,
.simplecheckout-cart .btn-primary,
.simplecheckout-cart .btn-danger {
  min-width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: #36aee2;
  color: #fff;
  font-weight: 800;
}

.simplecheckout-cart .btn-danger {
  background: #e85b5b;
}

.simplecheckout-cart-total td {
  background: #fbfdff;
  color: #6b7078;
  font-weight: 700;
}

.simplecheckout-button-block {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

#simplecheckout_button_confirm,
.simplecheckout-button-block .btn,
.simplecheckout .button,
.simplecheckout .btn-primary {
  min-height: 48px;
  padding: 0 32px;
  border: 0;
  border-radius: 24px;
  background: #1594dc;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(21, 148, 220, 0.22);
  transition: background 0.2s ease, transform 0.2s ease;
}

#simplecheckout_button_confirm:hover,
.simplecheckout-button-block .btn:hover,
.simplecheckout .button:hover,
.simplecheckout .btn-primary:hover {
  background: #087fc0;
  transform: translateY(-1px);
}

.simplecheckout .radio,
.simplecheckout .checkbox {
  margin: 10px 0;
  color: #4f5661;
}

.simplecheckout .radio input,
.simplecheckout .checkbox input {
  margin-top: 3px;
}

.simplecheckout-error-text,
.simplecheckout-warning-block,
.simplecheckout .text-danger {
  color: #d94343;
  font-size: 13px;
}

@media (max-width: 991px) {
  .simplecheckout {
    grid-template-columns: 1fr;
  }

  .simple-content h1,
  #content .simple-content h1 {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .simple-content {
    padding: 22px 12px 46px;
  }

  .simplecheckout-block-content,
  .simplecheckout-block .simplecheckout-block-content {
    padding: 14px;
  }

  .simplecheckout-cart {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .simplecheckout-cart th {
    font-size: 14px;
  }

  .simplecheckout-cart td {
    padding: 10px 8px;
  }
}
/* Force BuyOneClick modal below the fixed header */
body.modal-open {
  overflow: hidden !important;
}

#boc_order.modal,
#boc_success.modal {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  padding-top: 150px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  z-index: 999999 !important;
}

#boc_order.modal.fade .modal-dialog,
#boc_order.modal.in .modal-dialog,
#boc_order.modal.show .modal-dialog,
#boc_success.modal.fade .modal-dialog,
#boc_success.modal.in .modal-dialog,
#boc_success.modal.show .modal-dialog {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 auto 40px !important;
  transform: none !important;
  -webkit-transform: none !important;
}

#boc_order .modal-content,
#boc_success .modal-content {
  position: relative !important;
  z-index: 1000000 !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28) !important;
}

.modal-backdrop,
.modal-backdrop.in {
  z-index: 999990 !important;
}

@media (max-width: 767px) {
  #boc_order.modal,
  #boc_success.modal {
    padding-top: 105px !important;
  }

  #boc_order.modal .modal-dialog,
  #boc_success.modal .modal-dialog {
    width: auto !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
}
/* BuyOneClick modal compact layout */
#boc_order .modal-dialog {
  width: 750px;
  max-width: calc(100% - 30px);
}

#boc_order .modal-content {
  padding: 0 !important;
}

#boc_order .modal-header {
  position: relative;
  padding: 34px 50px 12px !important;
  border-bottom: 0 !important;
}

#boc_order .modal-header .close {
  position: absolute;
  top: 22px;
  right: 24px;
  color: #9ca3af;
  opacity: 1;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

#boc_order .modal-title {
  margin: 0 !important;
  color: #777b83 !important;
  font-size: 36px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

#boc_order .modal-body {
  padding: 18px 68px 6px !important;
}

#boc_order .modal-body hr,
#boc_order #boc_product_field + .col-xs-12,
#boc_order #boc_product_field + .col-xs-12 hr {
  display: none !important;
}

#boc_order #boc_product_field {
  display: none !important;
}

#boc_order .input-group {
  margin-bottom: 18px !important;
}

#boc_order .form-control,
#boc_order .input-group-addon {
  height: 56px !important;
}

#boc_order .modal-footer {
  padding: 18px 68px 48px !important;
  border-top: 0 !important;
}

#boc_order #boc_submit {
  width: 100%;
  max-width: 360px;
  height: 54px !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #boc_order .modal-header {
    padding: 26px 22px 10px !important;
  }

  #boc_order .modal-title {
    font-size: 28px !important;
  }

  #boc_order .modal-body,
  #boc_order .modal-footer {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
/* Popup cart window - Printer Parts style */
.popupcart,
#popupcart,
#modal-cart,
.modal-cart,
.cart-popup,
.popup-cart,
.modal-dialog .popup-cart {
  color: #111d33;
}

.modal.in .modal-dialog,
.modal.show .modal-dialog {
  transform: none;
  -webkit-transform: none;
}

.popupcart .modal-content,
#popupcart .modal-content,
#modal-cart .modal-content,
.modal-cart .modal-content,
.cart-popup .modal-content,
.popup-cart .modal-content {
  border: 0 !important;
  border-radius: 8px !important;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(17, 29, 51, 0.26) !important;
}

.popupcart .modal-header,
#popupcart .modal-header,
#modal-cart .modal-header,
.modal-cart .modal-header,
.cart-popup .modal-header,
.popup-cart .modal-header {
  padding: 22px 26px 18px !important;
  border-bottom: 1px solid #e5edf5 !important;
  background: #f7fafc !important;
}

.popupcart .modal-title,
#popupcart .modal-title,
#modal-cart .modal-title,
.modal-cart .modal-title,
.cart-popup .modal-title,
.popup-cart .modal-title {
  margin: 0 !important;
  color: #111d33 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.popupcart .close,
#popupcart .close,
#modal-cart .close,
.modal-cart .close,
.cart-popup .close,
.popup-cart .close {
  color: #7b828c !important;
  opacity: 1 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

.popupcart .modal-body,
#popupcart .modal-body,
#modal-cart .modal-body,
.modal-cart .modal-body,
.cart-popup .modal-body,
.popup-cart .modal-body {
  padding: 18px 26px 10px !important;
  background: #fff !important;
}

.popupcart table,
#popupcart table,
#modal-cart table,
.modal-cart table,
.cart-popup table,
.popup-cart table {
  width: 100%;
  margin: 0 !important;
  border-collapse: collapse;
}

.popupcart table thead td,
.popupcart table thead th,
#popupcart table thead td,
#popupcart table thead th,
#modal-cart table thead td,
#modal-cart table thead th,
.modal-cart table thead td,
.modal-cart table thead th,
.cart-popup table thead td,
.cart-popup table thead th,
.popup-cart table thead td,
.popup-cart table thead th {
  padding: 10px 8px !important;
  border-bottom: 1px solid #e5edf5 !important;
  color: #6b7280 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.popupcart table tbody td,
#popupcart table tbody td,
#modal-cart table tbody td,
.modal-cart table tbody td,
.cart-popup table tbody td,
.popup-cart table tbody td {
  padding: 12px 8px !important;
  border-bottom: 1px solid #edf2f7 !important;
  vertical-align: middle !important;
}

.popupcart img,
#popupcart img,
#modal-cart img,
.modal-cart img,
.cart-popup img,
.popup-cart img {
  max-width: 74px;
  max-height: 74px;
  object-fit: contain;
  border: 1px solid #e5edf5;
  border-radius: 6px;
  background: #fff;
}

.popupcart a,
#popupcart a,
#modal-cart a,
.modal-cart a,
.cart-popup a,
.popup-cart a {
  color: #1097df !important;
  font-weight: 500;
}

.popupcart a:hover,
#popupcart a:hover,
#modal-cart a:hover,
.modal-cart a:hover,
.cart-popup a:hover,
.popup-cart a:hover {
  color: #087fc0 !important;
  text-decoration: none !important;
}

.popupcart .input-group,
#popupcart .input-group,
#modal-cart .input-group,
.modal-cart .input-group,
.cart-popup .input-group,
.popup-cart .input-group {
  display: inline-flex;
  align-items: stretch;
  width: auto;
  border: 1px solid #dceaf7;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}

.popupcart .input-group input,
#popupcart .input-group input,
#modal-cart .input-group input,
.modal-cart .input-group input,
.cart-popup .input-group input,
.popup-cart .input-group input {
  width: 48px !important;
  height: 38px !important;
  border: 0 !important;
  text-align: center;
  box-shadow: none !important;
}

.popupcart .input-group .btn,
#popupcart .input-group .btn,
#modal-cart .input-group .btn,
.modal-cart .input-group .btn,
.cart-popup .input-group .btn,
.popup-cart .input-group .btn {
  min-width: 38px;
  height: 38px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #35aee2 !important;
  color: #fff !important;
  font-weight: 800;
}

.popupcart .btn-danger,
#popupcart .btn-danger,
#modal-cart .btn-danger,
.modal-cart .btn-danger,
.cart-popup .btn-danger,
.popup-cart .btn-danger {
  background: #e85b5b !important;
  border-color: #e85b5b !important;
}

.popupcart .modal-footer,
#popupcart .modal-footer,
#modal-cart .modal-footer,
.modal-cart .modal-footer,
.cart-popup .modal-footer,
.popup-cart .modal-footer {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 20px 26px 24px !important;
  border-top: 1px solid #e5edf5 !important;
  background: #fff !important;
}

.popupcart .modal-footer .btn,
#popupcart .modal-footer .btn,
#modal-cart .modal-footer .btn,
.modal-cart .modal-footer .btn,
.cart-popup .modal-footer .btn,
.popup-cart .modal-footer .btn {
  min-width: 230px;
  height: 46px;
  padding: 0 24px;
  border: 0 !important;
  border-radius: 24px !important;
  background: #35aee2 !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(53, 174, 226, 0.22);
}

.popupcart .modal-footer .btn:hover,
#popupcart .modal-footer .btn:hover,
#modal-cart .modal-footer .btn:hover,
.modal-cart .modal-footer .btn:hover,
.cart-popup .modal-footer .btn:hover,
.popup-cart .modal-footer .btn:hover {
  background: #1294d6 !important;
}

.popupcart .total,
#popupcart .total,
#modal-cart .total,
.modal-cart .total,
.cart-popup .total,
.popup-cart .total {
  color: #6b7280;
  font-weight: 700;
}

@media (max-width: 767px) {
  .popupcart .modal-footer,
  #popupcart .modal-footer,
  #modal-cart .modal-footer,
  .modal-cart .modal-footer,
  .cart-popup .modal-footer,
  .popup-cart .modal-footer {
    display: block;
  }

  .popupcart .modal-footer .btn,
  #popupcart .modal-footer .btn,
  #modal-cart .modal-footer .btn,
  .modal-cart .modal-footer .btn,
  .cart-popup .modal-footer .btn,
  .popup-cart .modal-footer .btn {
    width: 100%;
    min-width: 0;
    margin: 6px 0;
  }
}
/* Popup cart window - Printer Parts style */
.popupcart,
#popupcart,
#modal-cart,
.modal-cart,
.cart-popup,
.popup-cart,
.modal-dialog .popup-cart {
  color: #111d33;
}

.modal.in .modal-dialog,
.modal.show .modal-dialog {
  transform: none;
  -webkit-transform: none;
}

.popupcart .modal-content,
#popupcart .modal-content,
#modal-cart .modal-content,
.modal-cart .modal-content,
.cart-popup .modal-content,
.popup-cart .modal-content {
  border: 0 !important;
  border-radius: 8px !important;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(17, 29, 51, 0.26) !important;
}

.popupcart .modal-header,
#popupcart .modal-header,
#modal-cart .modal-header,
.modal-cart .modal-header,
.cart-popup .modal-header,
.popup-cart .modal-header {
  padding: 22px 26px 18px !important;
  border-bottom: 1px solid #e5edf5 !important;
  background: #f7fafc !important;
}

.popupcart .modal-title,
#popupcart .modal-title,
#modal-cart .modal-title,
.modal-cart .modal-title,
.cart-popup .modal-title,
.popup-cart .modal-title {
  margin: 0 !important;
  color: #111d33 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.popupcart .close,
#popupcart .close,
#modal-cart .close,
.modal-cart .close,
.cart-popup .close,
.popup-cart .close {
  color: #7b828c !important;
  opacity: 1 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

.popupcart .modal-body,
#popupcart .modal-body,
#modal-cart .modal-body,
.modal-cart .modal-body,
.cart-popup .modal-body,
.popup-cart .modal-body {
  padding: 18px 26px 10px !important;
  background: #fff !important;
}

.popupcart table,
#popupcart table,
#modal-cart table,
.modal-cart table,
.cart-popup table,
.popup-cart table {
  width: 100%;
  margin: 0 !important;
  border-collapse: collapse;
}

.popupcart table thead td,
.popupcart table thead th,
#popupcart table thead td,
#popupcart table thead th,
#modal-cart table thead td,
#modal-cart table thead th,
.modal-cart table thead td,
.modal-cart table thead th,
.cart-popup table thead td,
.cart-popup table thead th,
.popup-cart table thead td,
.popup-cart table thead th {
  padding: 10px 8px !important;
  border-bottom: 1px solid #e5edf5 !important;
  color: #6b7280 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.popupcart table tbody td,
#popupcart table tbody td,
#modal-cart table tbody td,
.modal-cart table tbody td,
.cart-popup table tbody td,
.popup-cart table tbody td {
  padding: 12px 8px !important;
  border-bottom: 1px solid #edf2f7 !important;
  vertical-align: middle !important;
}

.popupcart img,
#popupcart img,
#modal-cart img,
.modal-cart img,
.cart-popup img,
.popup-cart img {
  max-width: 74px;
  max-height: 74px;
  object-fit: contain;
  border: 1px solid #e5edf5;
  border-radius: 6px;
  background: #fff;
}

.popupcart a,
#popupcart a,
#modal-cart a,
.modal-cart a,
.cart-popup a,
.popup-cart a {
  color: #1097df !important;
  font-weight: 500;
}

.popupcart a:hover,
#popupcart a:hover,
#modal-cart a:hover,
.modal-cart a:hover,
.cart-popup a:hover,
.popup-cart a:hover {
  color: #087fc0 !important;
  text-decoration: none !important;
}

.popupcart .input-group,
#popupcart .input-group,
#modal-cart .input-group,
.modal-cart .input-group,
.cart-popup .input-group,
.popup-cart .input-group {
  display: inline-flex;
  align-items: stretch;
  width: auto;
  border: 1px solid #dceaf7;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}

.popupcart .input-group input,
#popupcart .input-group input,
#modal-cart .input-group input,
.modal-cart .input-group input,
.cart-popup .input-group input,
.popup-cart .input-group input {
  width: 48px !important;
  height: 38px !important;
  border: 0 !important;
  text-align: center;
  box-shadow: none !important;
}

.popupcart .input-group .btn,
#popupcart .input-group .btn,
#modal-cart .input-group .btn,
.modal-cart .input-group .btn,
.cart-popup .input-group .btn,
.popup-cart .input-group .btn {
  min-width: 38px;
  height: 38px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #35aee2 !important;
  color: #fff !important;
  font-weight: 800;
}

.popupcart .btn-danger,
#popupcart .btn-danger,
#modal-cart .btn-danger,
.modal-cart .btn-danger,
.cart-popup .btn-danger,
.popup-cart .btn-danger {
  background: #e85b5b !important;
  border-color: #e85b5b !important;
}

.popupcart .modal-footer,
#popupcart .modal-footer,
#modal-cart .modal-footer,
.modal-cart .modal-footer,
.cart-popup .modal-footer,
.popup-cart .modal-footer {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 20px 26px 24px !important;
  border-top: 1px solid #e5edf5 !important;
  background: #fff !important;
}

.popupcart .modal-footer .btn,
#popupcart .modal-footer .btn,
#modal-cart .modal-footer .btn,
.modal-cart .modal-footer .btn,
.cart-popup .modal-footer .btn,
.popup-cart .modal-footer .btn {
  min-width: 230px;
  height: 46px;
  padding: 0 24px;
  border: 0 !important;
  border-radius: 24px !important;
  background: #35aee2 !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(53, 174, 226, 0.22);
}

.popupcart .modal-footer .btn:hover,
#popupcart .modal-footer .btn:hover,
#modal-cart .modal-footer .btn:hover,
.modal-cart .modal-footer .btn:hover,
.cart-popup .modal-footer .btn:hover,
.popup-cart .modal-footer .btn:hover {
  background: #1294d6 !important;
}

.popupcart .total,
#popupcart .total,
#modal-cart .total,
.modal-cart .total,
.cart-popup .total,
.popup-cart .total {
  color: #6b7280;
  font-weight: 700;
}

@media (max-width: 767px) {
  .popupcart .modal-footer,
  #popupcart .modal-footer,
  #modal-cart .modal-footer,
  .modal-cart .modal-footer,
  .cart-popup .modal-footer,
  .popup-cart .modal-footer {
    display: block;
  }

  .popupcart .modal-footer .btn,
  #popupcart .modal-footer .btn,
  #modal-cart .modal-footer .btn,
  .modal-cart .modal-footer .btn,
  .cart-popup .modal-footer .btn,
  .popup-cart .modal-footer .btn {
    width: 100%;
    min-width: 0;
    margin: 6px 0;
  }
}
/* PopupCart Extended - Printer Parts style */
#popupcart_extended_background,
.popup_background {
  background: rgba(17, 29, 51, 0.58) !important;
  opacity: 1 !important;
  z-index: 999990 !important;
}

#popupcart_extended_wrapper,
.popup_wrapper.popup_wrapper_visible {
  z-index: 1000000 !important;
}

#popupcart_extended_wrapper .popupcart,
#popupcart_extended_wrapper .popupcart_extended,
#popupcart_extended_wrapper .popup,
#popupcart_extended_wrapper .popup_content,
#popupcart_extended_wrapper .popupcart-content {
  background: #fff !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 26px 80px rgba(17, 29, 51, 0.3) !important;
  overflow: hidden !important;
}

#popupcart_extended_wrapper .popup_heading,
#popupcart_extended_wrapper .popup-header,
#popupcart_extended_wrapper .modal-header,
#popupcart_extended_wrapper h3:first-child,
#popupcart_extended_wrapper .heading {
  margin: 0 !important;
  padding: 22px 26px 18px !important;
  background: #f7fafc !important;
  border-bottom: 1px solid #e5edf5 !important;
  color: #111d33 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

#popupcart_extended_wrapper .popup_close,
#popupcart_extended_wrapper .close,
#popupcart_extended_wrapper [class*="close"] {
  top: 18px !important;
  right: 22px !important;
  color: #7b828c !important;
  opacity: 1 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

#popupcart_extended_wrapper table {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse !important;
}

#popupcart_extended_wrapper thead td,
#popupcart_extended_wrapper thead th {
  padding: 10px 8px !important;
  border-bottom: 1px solid #e5edf5 !important;
  color: #6b7280 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

#popupcart_extended_wrapper tbody td {
  padding: 12px 8px !important;
  border-bottom: 1px solid #edf2f7 !important;
  color: #4a4f57 !important;
  vertical-align: middle !important;
}

#popupcart_extended_wrapper img {
  max-width: 74px !important;
  max-height: 74px !important;
  object-fit: contain !important;
  border: 1px solid #e5edf5 !important;
  border-radius: 6px !important;
  background: #fff !important;
}

#popupcart_extended_wrapper a {
  color: #1097df !important;
  font-weight: 500 !important;
}

#popupcart_extended_wrapper a:hover {
  color: #087fc0 !important;
  text-decoration: none !important;
}

#popupcart_extended_wrapper input[type="text"],
#popupcart_extended_wrapper input[type="number"] {
  height: 38px !important;
  border: 1px solid #dceaf7 !important;
  color: #111d33 !important;
  text-align: center !important;
  box-shadow: none !important;
}

#popupcart_extended_wrapper button,
#popupcart_extended_wrapper .button,
#popupcart_extended_wrapper .btn,
#popupcart_extended_wrapper input[type="button"],
#popupcart_extended_wrapper input[type="submit"] {
  border-radius: 22px !important;
  border: 0 !important;
  background: #35aee2 !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

#popupcart_extended_wrapper button:hover,
#popupcart_extended_wrapper .button:hover,
#popupcart_extended_wrapper .btn:hover,
#popupcart_extended_wrapper input[type="button"]:hover,
#popupcart_extended_wrapper input[type="submit"]:hover {
  background: #1294d6 !important;
}

#popupcart_extended_wrapper .quantity button,
#popupcart_extended_wrapper .quantity .btn,
#popupcart_extended_wrapper [class*="quantity"] button,
#popupcart_extended_wrapper [class*="quantity"] .btn {
  min-width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: #eef3f8 !important;
  color: #4f5661 !important;
}

#popupcart_extended_wrapper .popupcart_total,
#popupcart_extended_wrapper .total,
#popupcart_extended_wrapper [class*="total"] {
  color: #6b7280 !important;
  font-weight: 700 !important;
}

#popupcart_extended_wrapper .popup_buttons,
#popupcart_extended_wrapper .popup-footer,
#popupcart_extended_wrapper .modal-footer,
#popupcart_extended_wrapper [class*="button"] {
  border-top-color: #e5edf5 !important;
}

#popupcart_extended_wrapper .popup_buttons a,
#popupcart_extended_wrapper .popup_buttons button,
#popupcart_extended_wrapper .popup-footer a,
#popupcart_extended_wrapper .popup-footer button {
  min-width: 230px !important;
  height: 46px !important;
  padding: 12px 24px !important;
  border-radius: 24px !important;
  background: #35aee2 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-align: center !important;
  box-shadow: 0 10px 24px rgba(53, 174, 226, 0.22) !important;
}

@media (max-width: 767px) {
  #popupcart_extended_wrapper {
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
  }

  #popupcart_extended_wrapper .popup_buttons a,
  #popupcart_extended_wrapper .popup_buttons button,
  #popupcart_extended_wrapper .popup-footer a,
  #popupcart_extended_wrapper .popup-footer button {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 8px 0 !important;
  }
}

/* Ink landing category 2026 */
.category-full-hero .ink-landing {
  width: 100%;
  margin: 0;
  background: #fff;
  color: #142033;
}

.ink-hero.ink-hero--modern {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 72px max(20px, calc((100vw - 1200px) / 2)) 58px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 42px;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #fff 42%, #f3f7fb 68%, #e8eef4 100%) !important;
}

.ink-hero--modern .ink-hero__content {
  max-width: 720px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #111;
}

.ink-hero--modern .ink-hero__content span {
  margin-bottom: 14px;
  color: #d71920 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.ink-hero--modern .ink-hero__content h1 {
  max-width: 680px;
  margin: 0 0 22px;
  color: #070707;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 900;
}

.ink-hero--modern .ink-hero__content p {
  max-width: 700px;
  margin: 0 0 14px;
  color: #2e3744;
  font-size: 17px;
  line-height: 1.65;
}

.ink-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-btn,
.ink-consult-block__actions a,
.ink-details-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 24px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.hero-btn--primary,
.ink-consult-block__actions a:first-child {
  border: 1px solid #070707;
  background: #070707;
  color: #fff !important;
}

.hero-btn--secondary,
.ink-consult-block__actions a,
.ink-details-btn {
  border: 1px solid #cfd9e3;
  background: #fff;
  color: #142033 !important;
}

.hero-btn:hover,
.ink-consult-block__actions a:hover,
.ink-details-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(20, 32, 51, .12);
}

.ink-hero__visual {
  position: relative;
  min-height: 390px;
}

.ink-hero__machine {
  position: absolute;
  inset: 0 -80px 0 120px;
  background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.2) 42%, rgba(255,255,255,0) 100%), url('/image/catalog/solvent.jpg') center/cover no-repeat;
  opacity: .72;
}

.ink-hero__bottles {
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 2;
  width: min(560px, 94%);
  height: 310px;
  object-fit: cover;
  object-position: left center;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 24px 26px rgba(35, 45, 56, .16));
}

.ink-hero__spec {
  position: absolute;
  right: 8px;
  bottom: 28px;
  z-index: 3;
  width: min(310px, 74%);
  border: 1px solid #dce6ef;
  border-radius: 8px;
  padding: 18px 20px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 40px rgba(34, 54, 77, .14);
}

.ink-hero__spec strong,
.ink-hero__spec span {
  display: block;
}

.ink-hero__spec strong {
  margin-bottom: 5px;
  color: #101827;
  font-size: 18px;
}

.ink-hero__spec span {
  color: #607083;
  font-size: 13px;
}

.ink-hero__colors {
  position: absolute;
  right: 26px;
  top: 18px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 28px);
  gap: 9px;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(34, 54, 77, .12);
}

.ink-hero__colors i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.ink-hero__colors i:nth-child(1) { background: #00a3e0; }
.ink-hero__colors i:nth-child(2) { background: #ec008c; }
.ink-hero__colors i:nth-child(3) { background: #ffcd00; }
.ink-hero__colors i:nth-child(4) { background: #161a1d; }
.ink-hero__colors i:nth-child(5) { background: #f4f7fb; border: 1px solid #dce6ef; }
.ink-hero__colors i:nth-child(6) { background: #5a2ca0; }

.ink-category-tiles,
.ink-benefits-row,
.ink-shop-layout,
.ink-consult-block,
.ink-seo-block,
.ink-faq-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.ink-category-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 34px 20px 22px;
}

.ink-category-tiles--template {
  padding-top: 22px;
  padding-bottom: 34px;
}

.ink-tile {
  position: relative;
  overflow: hidden;
  min-height: 118px;
  border: 1px solid #dde7ef;
  border-radius: 8px;
  padding: 18px 18px 54px;
  background: #fff;
  color: #142033 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(25, 43, 61, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ink-tile:after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -8px;
  width: 92px;
  height: 64px;
  border-radius: 46% 54% 50% 50%;
  background: #009ce0;
  opacity: .88;
  transform: rotate(-12deg);
}

.ink-tile:hover {
  transform: translateY(-5px);
  border-color: #b8c8d6;
  box-shadow: 0 22px 46px rgba(25, 43, 61, .13);
}

.ink-tile i {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: #142033;
  font-size: 16px;
}

.ink-tile--eco:after { background: #43b02a; }
.ink-tile--solvent:after { background: #ffcd00; }
.ink-tile--dtf:after { background: #ec008c; }
.ink-tile--sub:after { background: #ff6f91; }
.ink-tile--wash:after { background: #7eb6d8; }

.ink-tile strong,
.ink-tile span {
  position: relative;
  z-index: 1;
  display: block;
}

.ink-tile strong {
  margin-bottom: 10px;
  color: #111;
  font-size: 17px;
  line-height: 1.2;
}

.ink-tile span {
  color: #607083;
  font-size: 13px;
  line-height: 1.55;
}

.ink-benefits-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 10px 20px 46px;
}

.ink-benefits-row div {
  min-height: 142px;
  border: 1px solid #dde7ef;
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.ink-benefits-row i {
  color: #111;
  font-size: 22px;
}

.ink-benefits-row strong,
.ink-benefits-row span {
  display: block;
}

.ink-benefits-row strong {
  margin: 13px 0 8px;
  color: #142033;
  font-size: 16px;
}

.ink-benefits-row span {
  color: #607083;
  line-height: 1.45;
}

.ink-shop-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 28px;
}

.ink-shop-layout--no-filter {
  grid-template-columns: 1fr;
}

.ink-filter-shell {
  position: sticky;
  top: 92px;
  margin: 0 0 34px;
  border: 1px solid #dce6ef;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(25, 43, 61, .08);
}

.ink-filter-shell__head {
  margin-bottom: 18px;
}

.ink-filter-shell__head span {
  color: #d71920;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}

.ink-filter-shell__head h2 {
  margin: 8px 0 10px;
  color: #101827;
  font-size: 20px;
}

.ink-filter-shell__head p {
  display: none;
}

.ink-filter-shell select,
.ink-filter-shell input[type="text"] {
  min-height: 44px;
  border-color: #cfd9e3;
  border-radius: 6px;
  box-shadow: none;
}

.ink-filter-shell button,
.ink-filter-shell input[type="button"],
.ink-filter-shell input[type="submit"] {
  min-height: 46px;
  border-radius: 6px !important;
  background: #070707 !important;
  border-color: #070707 !important;
  color: #fff !important;
  font-weight: 800;
}

.ink-shop-layout #dream-products {
  min-width: 0;
}

.ink-shop-layout #dream-products > .row {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
}

.ink-shop-layout #dream-products .product-layout {
  width: 33.333333% !important;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  float: none;
  padding-left: 8px;
  padding-right: 8px;
}

#dream-products .ink-product-card {
  height: 100%;
  border: 1px solid #dfe8f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 36px rgba(25, 43, 61, .08);
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#dream-products .ink-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(25, 43, 61, .13);
}

.ink-card-media {
  position: relative;
  min-height: 238px;
  padding: 34px 18px 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f3f7fb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ink-card-media a {
  width: 100%;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ink-card-media img {
  max-width: 100%;
  max-height: 178px;
  object-fit: contain;
}

.ink-card-topline {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 7px;
  pointer-events: none;
}

.ink-card-type-badge,
.ink-card-feature-badge {
  max-width: 190px;
  border-radius: 4px;
  padding: 6px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: normal;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
}

.ink-card-feature-badge {
  background: #142033;
}

.ink-product-card--eco .ink-card-type-badge {
  background: #16a34a;
}

.ink-product-card--uv .ink-card-type-badge {
  background: #7136d9;
}

.ink-product-card--sub .ink-card-type-badge {
  background: #0b85db;
}

.ink-product-card--dtf .ink-card-type-badge {
  background: #f97316;
}

.ink-product-card--solvent .ink-card-type-badge {
  background: #ef4444;
}

.ink-card-body {
  padding: 18px 20px 20px;
  color: #0f172a;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.ink-card-brand {
  margin-bottom: 2px;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.2;
}

.ink-card-title {
  min-height: 0 !important;
  margin: 0 0 6px !important;
  font-size: 22px !important;
  line-height: 1.12 !important;
  font-weight: 900;
  letter-spacing: 0;
}

.ink-card-title a {
  color: #070707 !important;
}

.ink-card-series {
  margin: 2px 0 7px;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.ink-card-kind {
  min-height: 0;
  margin-top: 4px;
  color: #59677a;
  font-size: 14px;
  line-height: 1.35;
}

.ink-card-compat {
  margin-top: 14px;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.45;
}

.ink-card-compat b {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 900;
}

.ink-card-specs {
  display: none;
}

.ink-card-chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin: 14px 0 12px;
}

.ink-card-chips span {
  min-height: 38px;
  padding: 6px 5px;
  border: 1px solid #dce6f0;
  border-radius: 5px;
  color: #0f172a;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.ink-card-meta-row {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
}

.ink-card-meta-row b {
  display: block;
  margin-bottom: 7px;
  color: #0f172a;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.ink-card-meta-row span {
  color: #0f172a;
  font-size: 13px;
}

.ink-color-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ink-color-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, .14);
  display: inline-block;
}

.ink-color-dot--c {
  background: #0ea5e9;
}

.ink-color-dot--m {
  background: #e5007e;
}

.ink-color-dot--y {
  background: #ffd400;
}

.ink-color-dot--k {
  background: #071021;
}

.ink-color-dot--w {
  background: #fff;
}

.ink-color-dot--v {
  background: #8b94a1;
}

.ink-color-dot--lc {
  background: #67d8ff;
}

.ink-color-dot--lm {
  background: #f472b6;
}

.ink-color-dot--o {
  background: #f97316;
}

.ink-color-dot--r {
  background: #ef4444;
}

.ink-color-dot--g {
  background: #22c55e;
}

.ink-color-dot--b {
  background: #2563eb;
}

.ink-color-dot--gr {
  background: #94a3b8;
}

.ink-card-price {
  color: #070707;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
  text-align: right;
}

.ink-series-btn {
  margin-top: 16px;
  min-height: 44px;
  border: 1px solid currentColor;
  border-radius: 6px;
  background: #fff;
  color: #159447 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.ink-series-btn span {
  font-size: 18px;
  line-height: 1;
}

.ink-product-card--eco .ink-series-btn {
  color: #159447 !important;
}

.ink-product-card--uv .ink-series-btn {
  color: #7136d9 !important;
}

.ink-product-card--sub .ink-series-btn {
  color: #0b85db !important;
}

.ink-product-card--dtf .ink-series-btn {
  color: #f97316 !important;
}

.ink-product-card--solvent .ink-series-btn {
  color: #ef4444 !important;
}

.ink-product-card--eco .ink-series-btn:hover {
  background: #159447;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(21, 148, 71, .18);
}

.ink-product-card--uv .ink-series-btn:hover {
  background: #7136d9;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(113, 54, 217, .18);
}

.ink-product-card--sub .ink-series-btn:hover {
  background: #0b85db;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(11, 133, 219, .18);
}

.ink-product-card--dtf .ink-series-btn:hover {
  background: #f97316;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(249, 115, 22, .18);
}

.ink-product-card--solvent .ink-series-btn:hover {
  background: #ef4444;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(239, 68, 68, .18);
}

.ink-consult-block {
  margin-top: 24px;
  margin-bottom: 34px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dfe8f0;
  border-radius: 8px;
  padding: 30px;
  background: #fff;
  color: #142033;
  box-shadow: 0 16px 42px rgba(25, 43, 61, .08);
}

.ink-consult-block span {
  color: #d71920;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}

.ink-consult-block h2 {
  margin: 8px 0 10px;
  color: #111;
  font-size: 28px;
}

.ink-consult-block p {
  margin: 0;
  color: #4b5a6a;
  line-height: 1.55;
}

.ink-consult-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ink-seo-block,
.ink-faq-block {
  margin-top: 36px;
  border-top: 1px solid #dce6ef;
  padding: 34px 0 0;
}

.ink-seo-block h2,
.ink-faq-block h2 {
  color: #101827;
  font-size: 30px;
}

.ink-seo-block h3 {
  margin-top: 24px;
  color: #142033;
  font-size: 22px;
}

.ink-seo-block p,
.ink-faq-block p {
  color: #4b5a6a;
  font-size: 16px;
  line-height: 1.7;
}

.ink-faq-block details {
  border: 1px solid #dce6ef;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #fff;
}

.ink-faq-block summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #142033;
  font-weight: 800;
}

.ink-faq-block details p {
  margin: 0;
  padding: 0 20px 18px;
}

@media (max-width: 991px) {
  .ink-hero.ink-hero--modern {
    grid-template-columns: 1fr;
    padding-top: 48px !important;
  }

  .ink-category-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ink-benefits-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ink-shop-layout {
    display: block;
  }

  .ink-filter-shell {
    position: static;
  }

  .ink-shop-layout #dream-products .product-layout {
    width: 50% !important;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .ink-hero.ink-hero--modern {
    padding: 34px 16px 38px !important;
  }

  .ink-hero--modern .ink-hero__content h1 {
    font-size: 34px;
  }

  .ink-hero--modern .ink-hero__content p {
    font-size: 15px;
  }

  .ink-hero__actions,
  .ink-consult-block__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-btn,
  .ink-consult-block__actions a {
    width: 100%;
  }

  .ink-hero__visual {
    min-height: 230px;
  }

  .ink-hero__machine {
    inset: 18px -80px 48px 55px;
  }

  .ink-hero__bottles {
    height: 210px;
  }

  .ink-category-tiles,
  .ink-benefits-row {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ink-shop-layout #dream-products .product-layout {
    width: 100% !important;
    flex-basis: 100%;
    max-width: 100%;
  }

  .ink-consult-block {
    display: block;
    padding: 24px 18px;
  }
}

/* Final checkout layout override wins over old SimpleCheckout CSS */
.simple-content {
  background: #f6f8fb;
  padding: 24px 0 48px;
}

.simple-content > .container,
.simple-content #content {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.ro-checkout {
  max-width: 1460px;
  padding: 0 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.ro-checkout-head h1 {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
}

.ro-checkout-head p {
  max-width: 760px;
  color: #5f6875;
  font-size: 15px;
}

.ro-checkout-steps {
  display: flex;
  align-items: center;
  max-width: 620px;
  margin: 2px 0 22px 118px;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
}

.ro-checkout-step {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.ro-checkout-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d8e0ea;
  border-radius: 50%;
  background: #fff;
  color: #111827;
  font-weight: 800;
}

.ro-checkout-step.is-active span {
  border-color: #16a34a;
  background: #16a34a;
  color: #fff;
}

.ro-checkout-step-line {
  flex: 1;
  height: 1px;
  min-width: 80px;
  margin: 0 18px;
  background: #cbd5e1;
}

.ro-checkout-grid {
  grid-template-columns: minmax(560px, 1fr) 510px;
  gap: 44px;
}

.ro-checkout-main {
  display: grid;
  gap: 14px;
}

.ro-checkout-card {
  border: 1px solid #dfe7f1;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
  padding: 26px 28px;
}

.ro-checkout-card h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
}

.ro-checkout-card h2 .fa {
  width: 28px;
  color: #16a34a;
  font-size: 25px;
  text-align: center;
}

.ro-checkout-card-order h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
}

.ro-checkout-subtitle {
  margin: 20px 0 10px;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
}

.ro-checkout-card-contacts .simplecheckout-block-content,
.ro-checkout-card-delivery #simplecheckout_shipping_address .simplecheckout-block-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 28px;
}

.ro-checkout-card-delivery #simplecheckout_comment .simplecheckout-block-content,
.ro-checkout-card-payment .simplecheckout-block-content,
.ro-checkout-card-order .simplecheckout-block-content {
  display: block;
}

.ro-checkout-card-payment .simplecheckout-block-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 28px;
}

.ro-checkout .form-group {
  margin-bottom: 0;
}

.ro-checkout .form-group .control-label {
  min-height: 19px;
  margin-bottom: 8px;
  color: #1f2937;
  font-size: 14px !important;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.ro-checkout .form-control,
.ro-checkout select,
.ro-checkout textarea {
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  color: #111827;
  font-size: 15px;
}

.ro-checkout textarea.form-control {
  min-height: 72px;
}

.ro-checkout .radio label,
.ro-checkout .checkbox label {
  min-height: 68px;
  align-items: center;
  border-color: #d8e0ea;
  border-radius: 8px;
  padding: 14px 16px;
  font-weight: 700;
}

.ro-checkout-card-delivery [class*="row-address_1"] {
  display: block;
}

.ro-checkout-card-order {
  top: 18px;
  padding: 26px 28px 18px;
}

.ro-checkout .simplecheckout-cart tr {
  grid-template-columns: 58px minmax(160px, 1fr) 132px auto;
  gap: 12px;
  padding: 13px 0;
}

.ro-checkout .simplecheckout-cart td.image img,
.ro-checkout .simplecheckout-cart td.name .image img {
  width: 50px;
  height: 64px;
  border: 0;
}

.ro-checkout .simplecheckout-cart td.name a {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}

.ro-checkout .simplecheckout-cart td.quantity {
  grid-column: 3;
  max-width: 132px;
}

.ro-checkout .simplecheckout-cart td.quantity .input-group {
  max-width: 48px !important;
}

.ro-checkout .simplecheckout-cart td.quantity .input-group-btn,
.ro-checkout .simplecheckout-cart td.quantity .btn {
  display: table-cell !important;
}

.ro-checkout .simplecheckout-cart td.quantity input {
  width: 42px !important;
  min-height: 34px !important;
  height: 34px !important;
  padding: 6px 4px !important;
  border: 1px solid #d8e0ea !important;
  background: #fff !important;
  box-shadow: none !important;
  pointer-events: auto;
  font-weight: 700;
  text-align: center;
}

.ro-checkout .simplecheckout-cart td.quantity .input-group {
  display: table !important;
  width: 118px !important;
  max-width: 118px !important;
  white-space: nowrap;
}

.ro-checkout .simplecheckout-cart td.quantity .input-group-btn {
  width: 34px !important;
}

.ro-checkout .simplecheckout-cart td.quantity .btn {
  min-width: 32px !important;
  width: 32px !important;
  height: 34px !important;
  padding: 0 !important;
  border: 1px solid #d8e0ea !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #16a34a !important;
  box-shadow: none !important;
}

.ro-checkout .simplecheckout-cart td.quantity .btn-danger {
  display: inline-block !important;
  margin-left: 6px;
  color: #ef4444 !important;
}

.ro-checkout .simplecheckout-cart td.quantity .btn .fa {
  font-size: 12px;
}

.ro-checkout .simplecheckout-cart td.total {
  grid-column: 4;
  grid-row: 1 / span 2;
  align-self: start;
  padding-top: 6px !important;
  font-size: 14px;
}

.ro-checkout .simplecheckout-cart-total:last-of-type {
  margin-top: 4px;
  color: #111827;
  font-size: 18px;
  font-weight: 800;
}

.ro-checkout .simplecheckout-cart-total:last-of-type .simplecheckout-cart-total-value {
  color: #16a34a;
  font-size: 26px;
}

#ro_checkout_confirm_mount {
  margin-top: 18px;
}

#ro_checkout_confirm_mount .simplecheckout-button-block {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}

#ro_checkout_confirm_mount .simplecheckout-button-right {
  display: block !important;
  width: 100% !important;
}

#simplecheckout_button_confirm {
  min-height: 58px;
  border-radius: 8px;
  background: #16a34a;
  font-size: 21px;
  box-shadow: 0 10px 20px rgba(22, 163, 74, 0.22);
}

#simplecheckout_button_confirm:before {
  content: "\f023";
  margin-right: 12px;
  font-family: FontAwesome;
}

.ro-checkout-button-note {
  text-align: center;
  color: #64748b;
}

.ro-checkout-secure {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 2px 8px;
  justify-content: center;
  margin: 16px 0 18px;
  color: #64748b;
  font-size: 13px;
  text-align: center;
}

.ro-checkout-secure .fa {
  grid-row: 1 / span 2;
  color: #16a34a;
  align-self: center;
}

.ro-checkout-secure strong {
  color: #4b5563;
  font-weight: 600;
}

.ro-checkout-quick {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid #e0e7ef;
  border-radius: 10px;
  background: #f8fafc;
}

.ro-checkout-quick strong,
.ro-checkout-quick span {
  display: block;
}

.ro-checkout-quick strong {
  margin-bottom: 4px;
  color: #111827;
  font-size: 16px;
}

.ro-checkout-quick span {
  color: #64748b;
  font-size: 13px;
}

.ro-checkout-messengers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.ro-checkout-messengers a {
  display: block;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.ro-viber {
  background: #7046c8;
}

.ro-telegram {
  background: #1d9bd7;
}

.ro-checkout-benefits {
  margin: 16px 0 0;
  padding: 18px;
  border: 1px solid #e0e7ef;
  border-radius: 10px;
  background: #fff;
  list-style: none;
}

.ro-checkout-benefits li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 28px;
  color: #1f2937;
  font-size: 15px;
  line-height: 1.35;
}

.ro-checkout-benefits li:last-child {
  margin-bottom: 0;
}

.ro-checkout-benefits li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-family: FontAwesome;
}

@media (max-width: 1199px) {
  .ro-checkout-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ro-checkout-card-order {
    position: static;
  }

  .ro-checkout-steps {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .simple-content {
    padding-bottom: 118px;
  }

  .ro-checkout-head h1 {
    font-size: 26px;
  }

  .ro-checkout-steps {
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 13px;
  }

  .ro-checkout-step-line {
    min-width: 16px;
    margin: 0 8px;
  }

  .ro-checkout-card-contacts .simplecheckout-block-content,
  .ro-checkout-card-delivery #simplecheckout_shipping_address .simplecheckout-block-content,
  .ro-checkout-card-payment .simplecheckout-block-content {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ro-checkout .simplecheckout-cart tr {
    grid-template-columns: 52px 1fr auto;
  }

  .ro-checkout .simplecheckout-cart td.quantity {
    grid-column: 2;
  }

  .ro-checkout .simplecheckout-cart td.total {
    grid-column: 3;
  }

  #ro_checkout_confirm_mount .simplecheckout-button-block {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    padding: 12px !important;
    background: #fff;
    border-top: 1px solid #e5eaf0;
    box-shadow: 0 -8px 22px rgba(17, 24, 39, 0.1);
  }
}

/* Checkout field sizing hotfix */
.ro-checkout .simplecheckout-block,
.ro-checkout .simplecheckout-block-content {
  width: 100% !important;
  max-width: none !important;
}

.ro-checkout .form-group {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
}

.ro-checkout .form-group:before,
.ro-checkout .form-group:after {
  content: none !important;
  display: none !important;
}

.ro-checkout .form-group .control-label,
.ro-checkout .form-group > label,
.ro-checkout label.control-label {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 19px !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #1f2937 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 600 !important;
  text-align: left !important;
  text-transform: none !important;
}

.ro-checkout .form-group > div,
.ro-checkout .form-group .col-sm-1,
.ro-checkout .form-group .col-sm-2,
.ro-checkout .form-group .col-sm-3,
.ro-checkout .form-group .col-sm-4,
.ro-checkout .form-group .col-sm-5,
.ro-checkout .form-group .col-sm-6,
.ro-checkout .form-group .col-sm-7,
.ro-checkout .form-group .col-sm-8,
.ro-checkout .form-group .col-sm-9,
.ro-checkout .form-group .col-sm-10,
.ro-checkout .form-group .col-sm-11,
.ro-checkout .form-group .col-sm-12 {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ro-checkout .form-group input.form-control,
.ro-checkout .form-group select.form-control,
.ro-checkout .form-group textarea.form-control,
.ro-checkout input[type="text"],
.ro-checkout input[type="email"],
.ro-checkout input[type="tel"],
.ro-checkout select,
.ro-checkout textarea {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 1px solid #cfd8e3 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  background: #fff !important;
}

.ro-checkout .simplecheckout-rule-group,
.ro-checkout .simplecheckout-tooltip {
  grid-column: 1 / -1;
}

.ro-checkout-card-contacts .simplecheckout-block-content,
.ro-checkout-card-delivery #simplecheckout_shipping_address .simplecheckout-block-content {
  align-items: start !important;
}

.ro-checkout-card-contacts .simplecheckout-block-content .form-group,
.ro-checkout-card-delivery #simplecheckout_shipping_address .simplecheckout-block-content .form-group {
  min-width: 0 !important;
}

.ro-checkout-card {
  overflow: visible !important;
}

.ro-checkout .simplecheckout-cart {
  table-layout: auto !important;
}

.ro-checkout .simplecheckout-cart th {
  display: none !important;
}

.ro-checkout .simplecheckout-cart tbody,
.ro-checkout .simplecheckout-cart tr,
.ro-checkout .simplecheckout-cart td {
  width: auto !important;
}

@media (max-width: 767px) {
  .ro-checkout-card-contacts .simplecheckout-block-content,
  .ro-checkout-card-delivery #simplecheckout_shipping_address .simplecheckout-block-content {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

/* Checkout cart summary layout */
.ro-checkout {
  max-width: 1460px !important;
  margin: 0 auto !important;
  padding: 34px 18px 44px !important;
  background: #f5f7fa !important;
}

.ro-checkout-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 510px !important;
  gap: 44px !important;
  align-items: start !important;
}

.ro-checkout-main {
  min-width: 0 !important;
}

.ro-checkout-card,
.ro-checkout-card-order,
.ro-checkout-benefits {
  border: 1px solid #e0e7ef !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08) !important;
}

.ro-checkout-card-order {
  position: sticky !important;
  top: 16px !important;
  width: 100% !important;
  max-width: none !important;
  padding: 26px 28px !important;
  overflow: hidden !important;
}

.ro-checkout-card-order #simplecheckout_cart,
.ro-checkout-card-order .simplecheckout-block {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ro-checkout-card-order .table-responsive,
.ro-checkout-card-order .simplecheckout-cart {
  display: none !important;
}

.ro-cart-list {
  display: block !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
}

.ro-cart-note {
  margin: 0 0 12px !important;
  padding: 10px 12px !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
  color: #475569 !important;
  font-size: 13px !important;
}

.ro-cart-item {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) 112px 94px !important;
  gap: 14px !important;
  align-items: start !important;
  width: 100% !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid #edf2f7 !important;
}

.ro-cart-item:first-child {
  padding-top: 4px !important;
}

.ro-cart-item__image {
  width: 64px !important;
  min-width: 64px !important;
}

.ro-cart-item__image a,
.ro-cart-item__image img {
  display: block !important;
}

.ro-cart-item__image img {
  width: 58px !important;
  height: 72px !important;
  max-width: 58px !important;
  object-fit: contain !important;
  border: 1px solid #e7edf4 !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.ro-cart-item__info {
  min-width: 0 !important;
  text-align: left !important;
}

.ro-cart-item__name,
.ro-cart-item__name:visited {
  display: block !important;
  margin: 0 0 6px !important;
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  text-align: left !important;
  text-decoration: none !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

.ro-cart-item__name:hover {
  color: #0a91d0 !important;
}

.ro-cart-item__options,
.ro-cart-item__model {
  display: grid !important;
  gap: 2px !important;
  color: #64748b !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

.ro-cart-item__actions {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.ro-cart-qty {
  display: grid !important;
  grid-template-columns: 28px 44px 28px !important;
  align-items: center !important;
  border: 1px solid #d8e2ee !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #fff !important;
}

.ro-cart-qty__btn {
  width: 28px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  color: #16a34a !important;
  font-size: 12px !important;
  line-height: 34px !important;
  text-align: center !important;
  box-shadow: none !important;
}

.ro-cart-qty__btn:hover {
  background: #f0fdf4 !important;
}

.ro-checkout .ro-cart-qty__input,
.ro-checkout input.ro-cart-qty__input {
  width: 44px !important;
  min-width: 44px !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid #d8e2ee !important;
  border-right: 1px solid #d8e2ee !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-align: center !important;
  box-shadow: none !important;
}

.ro-cart-remove {
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #fff1f2 !important;
  color: #ef4444 !important;
  font-size: 14px !important;
  line-height: 32px !important;
  text-align: center !important;
  box-shadow: none !important;
}

.ro-cart-remove:hover {
  background: #fee2e2 !important;
}

.ro-cart-item__prices {
  display: grid !important;
  gap: 4px !important;
  justify-items: end !important;
  color: #111827 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.ro-cart-item__qty {
  color: #475569 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.ro-cart-item__price {
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.ro-cart-item__total {
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.ro-checkout-card-order .simplecheckout-cart-total {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 16px !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 9px 0 !important;
  border: 0 !important;
  color: #1f2937 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

.ro-checkout-card-order .simplecheckout-cart-total span {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.ro-checkout-card-order .simplecheckout-cart-total-value {
  justify-self: end !important;
  color: #111827 !important;
  font-weight: 800 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.ro-checkout-card-order .simplecheckout-cart-total:last-of-type {
  margin-top: 8px !important;
  padding-top: 16px !important;
  border-top: 1px solid #dbe4ee !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

.ro-checkout-card-order .simplecheckout-cart-total:last-of-type .simplecheckout-cart-total-value {
  color: #16a34a !important;
  font-size: 25px !important;
}

#ro_checkout_confirm_mount .simplecheckout-button-block {
  margin-top: 16px !important;
}

#ro_checkout_confirm_mount .button,
#ro_checkout_confirm_mount .btn,
#ro_checkout_confirm_mount input[type="button"],
#ro_checkout_confirm_mount button {
  width: 100% !important;
  min-height: 58px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #16a34a !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  text-align: center !important;
  box-shadow: 0 8px 18px rgba(22, 163, 74, 0.22) !important;
}

#ro_checkout_confirm_mount .button:hover,
#ro_checkout_confirm_mount .btn:hover,
#ro_checkout_confirm_mount input[type="button"]:hover,
#ro_checkout_confirm_mount button:hover {
  background: #15803d !important;
}

@media (max-width: 1199px) {
  .ro-checkout-grid {
    grid-template-columns: 1fr !important;
  }

  .ro-checkout-card-order {
    position: static !important;
  }
}

@media (max-width: 767px) {
  .ro-checkout {
    padding: 18px 10px 118px !important;
  }

  .ro-checkout-card,
  .ro-checkout-card-order {
    padding: 18px 14px !important;
  }

  .ro-cart-item {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .ro-cart-item__image {
    width: 54px !important;
    min-width: 54px !important;
  }

  .ro-cart-item__image img {
    width: 50px !important;
    height: 62px !important;
    max-width: 50px !important;
  }

  .ro-cart-item__actions {
    grid-column: 2 !important;
    justify-content: flex-start !important;
    margin-top: 8px !important;
  }

  .ro-cart-item__prices {
    grid-column: 1 / -1 !important;
    grid-template-columns: 1fr auto auto !important;
    gap: 12px !important;
    justify-items: start !important;
    align-items: center !important;
    padding-left: 64px !important;
    text-align: left !important;
  }
}

/* Checkout structure hard override */
.simplecheckout .ro-checkout-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 510px !important;
  gap: 44px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 100% !important;
}

.simplecheckout .ro-checkout-grid > .ro-checkout-main {
  grid-column: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.simplecheckout .ro-checkout-grid > .ro-checkout-card-order {
  grid-column: 2 !important;
  width: 510px !important;
  min-width: 0 !important;
  max-width: 510px !important;
  margin: 0 !important;
  transform: none !important;
}

.ro-checkout-card-order #simplecheckout_payment_form,
.ro-checkout-card-order .simplecheckout-proceed-payment,
.ro-checkout-card-order #simplecheckout_button_next {
  display: none !important;
}

.ro-checkout-main .ro-checkout-card {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 1199px) {
  .simplecheckout .ro-checkout-grid {
    grid-template-columns: 1fr !important;
  }

  .simplecheckout .ro-checkout-grid > .ro-checkout-card-order {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: none !important;
  }
}

/* Checkout final width fix: disable legacy SimpleCheckout two-column grid */
#simplecheckout_form_0 > .simplecheckout,
div[id^="simplecheckout_form_"] > .simplecheckout {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

div[id^="simplecheckout_form_"] .ro-checkout {
  display: block !important;
  width: 100% !important;
  max-width: 1460px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 510px !important;
  gap: 44px !important;
  width: 100% !important;
  max-width: none !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-card-order h2 {
  margin: 0 0 20px !important;
  padding: 0 !important;
  background: transparent !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-card-contacts,
div[id^="simplecheckout_form_"] .ro-checkout-card-delivery,
div[id^="simplecheckout_form_"] .ro-checkout-card-payment {
  min-width: 0 !important;
}

@media (max-width: 1199px) {
  div[id^="simplecheckout_form_"] .ro-checkout-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Checkout: leave only the real create-order button */
#simplecheckout_proceed_payment,
.simplecheckout-proceed-payment,
#simplecheckout_payment_form,
#simplecheckout_button_next,
form[action*="liqpay"],
a[href*="liqpay"],
[id*="liqpay"],
[class*="liqpay"],
div[id^="simplecheckout_form_"] a[data-onclick="nextStep"],
#ro_checkout_confirm_mount a[data-onclick="nextStep"],
#ro_checkout_confirm_mount .simplecheckout-button-right > a.button:not(#simplecheckout_button_confirm) {
  display: none !important;
}

/* Checkout delivery block like sample */
.ro-checkout-card-delivery h2 {
  position: relative !important;
  padding-right: 118px !important;
}

.ro-np-logo {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #ed1c24 !important;
  font-size: 15px !important;
  line-height: 0.92 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

.ro-np-logo:before {
  content: "\f047" !important;
  display: inline-block !important;
  margin-right: 8px !important;
  color: #ed1c24 !important;
  font-family: FontAwesome !important;
  font-size: 27px !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

.ro-checkout-card-delivery #simplecheckout_shipping_address {
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.ro-checkout-card-delivery #simplecheckout_shipping_address .checkout-heading {
  display: none !important;
}

.ro-checkout-card-delivery #simplecheckout_shipping_address .simplecheckout-block-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px 28px !important;
  padding: 0 !important;
  border: 0 !important;
}

.ro-checkout-card-delivery .ro-np-warehouse-manual {
  display: block !important;
  width: 100% !important;
}

.ro-checkout-card-delivery .ro-checkout-subtitle {
  margin-top: 22px !important;
}

.ro-checkout-card-delivery #simplecheckout_comment,
.ro-checkout-card-delivery #simplecheckout_comment .simplecheckout-block-content {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  background: transparent !important;
}

.ro-checkout-card-delivery #simplecheckout_comment .checkout-heading {
  display: none !important;
}

.ro-checkout-card-delivery textarea.form-control {
  min-height: 70px !important;
  resize: vertical !important;
}

.ro-checkout-card-delivery .js-np-city,
.ro-checkout-card-delivery .js-np-warehouse {
  padding-left: 34px !important;
}

.ro-checkout-card-delivery .row-shipping_address_city,
.ro-checkout-card-delivery .ro-np-warehouse-manual {
  position: relative !important;
}

.ro-checkout-card-delivery .row-shipping_address_city:after {
  content: "\f002" !important;
  position: absolute !important;
  right: 14px !important;
  bottom: 13px !important;
  color: #64748b !important;
  font-family: FontAwesome !important;
  font-size: 14px !important;
}

.ro-checkout-card-delivery .ro-np-warehouse-manual:after {
  content: "\f107" !important;
  position: absolute !important;
  right: 14px !important;
  bottom: 13px !important;
  color: #64748b !important;
  font-family: FontAwesome !important;
  font-size: 16px !important;
}

@media (max-width: 767px) {
  .ro-checkout-card-delivery h2 {
    padding-right: 0 !important;
  }

  .ro-np-logo {
    position: static !important;
    display: inline-block !important;
    margin-left: auto !important;
    transform: none !important;
  }

  .ro-checkout-card-delivery #simplecheckout_shipping_address .simplecheckout-block-content {
    grid-template-columns: 1fr !important;
  }
}

/* Checkout delivery/payment final polish 2026-05-09 */
div[id^="simplecheckout_form_"] .ro-checkout-card h2 {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

div[id^="simplecheckout_form_"] .ro-card-title {
  display: inline-flex !important;
  align-items: center !important;
  gap: 16px !important;
  min-width: 0 !important;
}

div[id^="simplecheckout_form_"] .ro-card-title .fa {
  margin: 0 !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-card-delivery {
  position: relative !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-card-delivery h2 {
  padding-right: 154px !important;
  margin-bottom: 26px !important;
}

div[id^="simplecheckout_form_"] .ro-np-logo {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: block !important;
  width: 126px !important;
  height: auto !important;
  margin: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-align: right !important;
}

div[id^="simplecheckout_form_"] .ro-np-logo:before {
  content: none !important;
  display: none !important;
}

div[id^="simplecheckout_form_"] .ro-np-logo img {
  display: block !important;
  width: 126px !important;
  max-width: 126px !important;
  height: auto !important;
  margin: 0 0 0 auto !important;
}

div[id^="simplecheckout_form_"] .ro-delivery-fields {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 16px 28px !important;
  align-items: end !important;
}

div[id^="simplecheckout_form_"] .ro-delivery-fields #simplecheckout_shipping_address,
div[id^="simplecheckout_form_"] .ro-delivery-fields #simplecheckout_shipping_address .simplecheckout-block-content {
  display: block !important;
  width: 100% !important;
}

div[id^="simplecheckout_form_"] .ro-delivery-fields #simplecheckout_shipping_address .form-group,
div[id^="simplecheckout_form_"] .ro-delivery-fields .ro-np-warehouse-manual {
  margin: 0 !important;
}

div[id^="simplecheckout_form_"] .ro-delivery-fields #simplecheckout_shipping_address .form-control,
div[id^="simplecheckout_form_"] .ro-delivery-fields .ro-np-warehouse-manual .form-control {
  width: 100% !important;
  height: 52px !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-card-delivery #simplecheckout_comment textarea,
div[id^="simplecheckout_form_"] .ro-checkout-card-delivery textarea.form-control {
  width: 100% !important;
  min-height: 76px !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-card-payment .checkout-heading {
  display: none !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-card-payment .simplecheckout-block-content {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

div[id^="simplecheckout_form_"] .ro-payment-options {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 16px 28px !important;
}

div[id^="simplecheckout_form_"] .ro-payment-option {
  margin: 0 !important;
}

div[id^="simplecheckout_form_"] .ro-payment-option label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  min-height: 78px !important;
  width: 100% !important;
  padding: 18px 18px !important;
  border: 1px solid #d8e2ee !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111827 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

div[id^="simplecheckout_form_"] .ro-payment-option.is-selected label,
div[id^="simplecheckout_form_"] .ro-payment-option label:has(input:checked) {
  border-color: #16a34a !important;
  background: #f7fff9 !important;
  box-shadow: inset 0 0 0 1px #16a34a !important;
}

div[id^="simplecheckout_form_"] .ro-payment-option input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

div[id^="simplecheckout_form_"] .ro-payment-mark {
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  margin-top: 1px !important;
  border: 2px solid #cbd5e1 !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

div[id^="simplecheckout_form_"] .ro-payment-option.is-selected .ro-payment-mark,
div[id^="simplecheckout_form_"] .ro-payment-option input:checked + .ro-payment-mark {
  border-color: #16a34a !important;
  background: #16a34a !important;
  box-shadow: inset 0 0 0 5px #fff !important;
}

div[id^="simplecheckout_form_"] .ro-payment-copy {
  display: block !important;
  min-width: 0 !important;
}

div[id^="simplecheckout_form_"] .ro-payment-copy strong {
  display: block !important;
  margin: 0 0 7px !important;
  color: #111827 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

div[id^="simplecheckout_form_"] .ro-payment-copy small {
  display: block !important;
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

@media (max-width: 767px) {
  div[id^="simplecheckout_form_"] .ro-checkout-card-delivery h2 {
    padding-right: 0 !important;
    align-items: flex-start !important;
  }

  div[id^="simplecheckout_form_"] .ro-np-logo {
    position: static !important;
    transform: none !important;
    width: 104px !important;
    margin-left: auto !important;
  }

  div[id^="simplecheckout_form_"] .ro-np-logo img {
    width: 104px !important;
    max-width: 104px !important;
  }

  div[id^="simplecheckout_form_"] .ro-delivery-fields,
  div[id^="simplecheckout_form_"] .ro-payment-options {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  div[id^="simplecheckout_form_"] .ro-payment-option label {
    min-height: 72px !important;
    padding: 16px !important;
  }
}

/* Checkout hero banner and email cleanup 2026-05-10 */
div[id^="simplecheckout_form_"] .ro-checkout-head {
  display: none !important;
}

div[id^="simplecheckout_form_"] .row-customer_email,
div[id^="simplecheckout_form_"] .row-email,
div[id^="simplecheckout_form_"] .row-email_address,
div[id^="simplecheckout_form_"] .form-group[class*="email"] {
  display: none !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 40% !important;
  align-items: stretch !important;
  min-height: 228px !important;
  margin: 0 0 18px !important;
  overflow: hidden !important;
  border: 1px solid #dfe7f1 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08) !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  padding: 28px 34px !important;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.94) 82%, rgba(255,255,255,0.72) 100%) !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-hero-copy h1 {
  margin: 0 0 20px !important;
  color: #111827 !important;
  font-size: 34px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-hero-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  max-width: 680px !important;
  margin: 15px 0 0 !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-hero-item span {
  display: inline-flex !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #eaf8ef !important;
  color: #16a34a !important;
  font-size: 22px !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-hero-item p {
  margin: 0 !important;
  color: #111827 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-hero-media {
  min-height: 228px !important;
  background: #f5fbf8 !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-hero-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 228px !important;
  object-fit: cover !important;
  object-position: center right !important;
}

@media (max-width: 991px) {
  div[id^="simplecheckout_form_"] .ro-checkout-hero {
    grid-template-columns: 1fr !important;
  }

  div[id^="simplecheckout_form_"] .ro-checkout-hero-copy {
    padding: 24px 24px 18px !important;
  }

  div[id^="simplecheckout_form_"] .ro-checkout-hero-media,
  div[id^="simplecheckout_form_"] .ro-checkout-hero-media img {
    min-height: 170px !important;
  }
}

@media (max-width: 600px) {
  div[id^="simplecheckout_form_"] .ro-checkout-hero-copy {
    padding: 20px !important;
  }

  div[id^="simplecheckout_form_"] .ro-checkout-hero-copy h1 {
    font-size: 27px !important;
  }

  div[id^="simplecheckout_form_"] .ro-checkout-hero-item {
    gap: 12px !important;
  }

  div[id^="simplecheckout_form_"] .ro-checkout-hero-item span {
    flex-basis: 38px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 19px !important;
  }

  div[id^="simplecheckout_form_"] .ro-checkout-hero-item p {
    font-size: 14px !important;
  }
}

div[id^="simplecheckout_form_"] .ro-checkout-steps,
.simplecheckout .ro-checkout-steps {
  display: none !important;
}

/* Ink product properties from admin field prim */
#product .ink-features-section {
  clear: both;
  padding: 34px 0 18px;
}

#product .ink-features-section .col-xs-12 {
  float: none;
}

#product .ink-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

#product .ink-features-grid > div,
#product .ink-features-grid > article,
#product .ink-features-grid > section,
#product .ink-feature-card {
  min-width: 0;
  min-height: 150px;
  padding: 18px 14px;
  border: 1px solid #e5edf6;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 22px rgba(15, 35, 55, 0.04);
}

#product .ink-features-grid img,
#product .ink-features-grid svg {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin: 0 auto 12px;
}

#product .ink-features-grid h3,
#product .ink-features-grid h4,
#product .ink-features-grid strong {
  display: block;
  margin: 0 0 8px;
  color: #0d1b32;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

#product .ink-features-grid p {
  margin: 0;
  color: #1d2a3a;
  font-size: 13px;
  line-height: 1.45;
}

#product .ink-features-grid span {
  display: block;
  margin: 0;
  color: #1d2a3a;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1199px) {
  #product .ink-features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #product .ink-features-section {
    padding-top: 24px;
  }

  #product .ink-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #product .ink-features-grid > div,
  #product .ink-features-grid > article,
  #product .ink-features-grid > section,
  #product .ink-feature-card {
    min-height: 132px;
    padding: 14px 10px;
  }
}

@media (max-width: 420px) {
  #product .ink-features-grid {
    grid-template-columns: 1fr;
  }
}

/* Checkout order quantity controls 2026-05-10 */
div[id^="simplecheckout_form_"] .ro-checkout-card-order .ro-cart-item {
  grid-template-columns: 72px minmax(0, 1fr) 154px 88px !important;
  gap: 12px !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-card-order .ro-cart-item__actions {
  width: 154px !important;
  min-width: 154px !important;
  justify-content: flex-start !important;
  gap: 8px !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-card-order .ro-cart-qty {
  display: grid !important;
  grid-template-columns: 34px 46px 34px !important;
  width: 114px !important;
  min-width: 114px !important;
  height: 38px !important;
  overflow: hidden !important;
  border-radius: 22px !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-card-order .ro-cart-qty__btn {
  display: flex !important;
  width: 34px !important;
  min-width: 34px !important;
  height: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  line-height: 1 !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-card-order .ro-cart-qty__btn .fa {
  display: block !important;
  line-height: 1 !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-card-order .ro-cart-qty__input {
  width: 46px !important;
  min-width: 46px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-card-order .ro-cart-remove {
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  margin: 2px 0 0 !important;
}

div[id^="simplecheckout_form_"] .ro-checkout-card-order .ro-cart-item__prices {
  min-width: 88px !important;
}

@media (max-width: 767px) {
  div[id^="simplecheckout_form_"] .ro-checkout-card-order .ro-cart-item {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  div[id^="simplecheckout_form_"] .ro-checkout-card-order .ro-cart-item__image {
    grid-column: 1 !important;
    grid-row: 1 / span 3 !important;
  }

  div[id^="simplecheckout_form_"] .ro-checkout-card-order .ro-cart-item__info {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  div[id^="simplecheckout_form_"] .ro-checkout-card-order .ro-cart-item__actions {
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: 154px !important;
    min-width: 154px !important;
    margin-top: 8px !important;
  }

  div[id^="simplecheckout_form_"] .ro-checkout-card-order .ro-cart-item__prices {
    grid-column: 2 !important;
    grid-row: 3 !important;
    min-width: 0 !important;
    margin-top: 6px !important;
    justify-items: start !important;
    text-align: left !important;
  }
}

