html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
select,
textarea {
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
  font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
  color: #333333;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cleaner {
  font-size: 1px;
  line-height: 1px;
  height: 0px;
  overflow: hidden;
  clear: both;
  display: block;
}
.hidden {
  display: none;
}
a,
input[type="submit"] {
  cursor: pointer;
  color: #cf102d;
}
a {
  text-decoration: none;
  transition: all 0.1s linear;
  color: #cf102d;
}
a:hover {
  color: #333333;
}
textarea {
  resize: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after,
.cf:before {
  clear: both;
}
.cf {
  *zoom: 1;
}
.cf-8 {
  height: 8px;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
.row.dTable {
  margin-left: 0;
  margin-right: 0;
}
.dTable,
table {
  display: table;
  width: 100%;
}
.dTable.defPad .dTd-t,
table.defPad .dTd-t,
.dTable.defPad .dTd-m,
table.defPad .dTd-m,
.dTable.defPad .dTd-b,
table.defPad .dTd-b,
.dTable.defPad th,
table.defPad th,
.dTable.defPad td,
table.defPad td {
  padding: 6px;
}
.dTable.tbpad .dTd-t:first-child,
table.tbpad .dTd-t:first-child,
.dTable.tbpad .dTd-m:first-child,
table.tbpad .dTd-m:first-child,
.dTable.tbpad .dTd-b:first-child,
table.tbpad .dTd-b:first-child,
.dTable.tbpad th:first-child,
table.tbpad th:first-child,
.dTable.tbpad td:first-child,
table.tbpad td:first-child {
  padding-top: 0 !important;
}
.dTable.tbpad .dTd-t:last-child,
table.tbpad .dTd-t:last-child,
.dTable.tbpad .dTd-m:last-child,
table.tbpad .dTd-m:last-child,
.dTable.tbpad .dTd-b:last-child,
table.tbpad .dTd-b:last-child,
.dTable.tbpad th:last-child,
table.tbpad th:last-child,
.dTable.tbpad td:last-child,
table.tbpad td:last-child {
  padding-bottom: 0 !important;
}
.dTable.flPad .dTd-t:first-child,
table.flPad .dTd-t:first-child,
.dTable.flPad .dTd-m:first-child,
table.flPad .dTd-m:first-child,
.dTable.flPad .dTd-b:first-child,
table.flPad .dTd-b:first-child,
.dTable.flPad th:first-child,
table.flPad th:first-child,
.dTable.flPad td:first-child,
table.flPad td:first-child {
  padding-left: 0 !important;
}
.dTable.flPad .dTd-t:last-child,
table.flPad .dTd-t:last-child,
.dTable.flPad .dTd-m:last-child,
table.flPad .dTd-m:last-child,
.dTable.flPad .dTd-b:last-child,
table.flPad .dTd-b:last-child,
.dTable.flPad th:last-child,
table.flPad th:last-child,
.dTable.flPad td:last-child,
table.flPad td:last-child {
  padding-right: 0 !important;
}
.dTable.autoWidth,
table.autoWidth {
  width: auto;
}
.dTable .dTr,
table .dTr {
  display: table-row;
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.dTable .dTd-t,
table .dTd-t,
.dTable .dTd-m,
table .dTd-m,
.dTable .dTd-b,
table .dTd-b,
.dTable td,
table td,
.dTable th,
table th {
  display: table-cell;
  float: none;
}
.dTable .dTd-t.w-1,
table .dTd-t.w-1,
.dTable .dTd-m.w-1,
table .dTd-m.w-1,
.dTable .dTd-b.w-1,
table .dTd-b.w-1,
.dTable td.w-1,
table td.w-1,
.dTable th.w-1,
table th.w-1 {
  width: 1px;
  white-space: nowrap;
}
.dTable .dTd-t,
table .dTd-t {
  vertical-align: top;
}
.dTable .dTd-m,
table .dTd-m {
  vertical-align: middle;
}
.dTable .dTd-b,
table .dTd-b {
  vertical-align: bottom;
}
.txtLeft {
  text-align: left;
}
.txtRight {
  text-align: right;
}
.txtCenter {
  text-align: center;
}
strong {
  font-weight: 700;
}
.flexible {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flexibleAuto {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.flex.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.flex.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 800px) {
  .container {
    max-width: 770px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.noMar {
  margin: 0;
}
.noPad {
  padding: 0;
}
.fullHeight {
  position: relative;
  height: 100%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row.noMar {
  margin: 0;
}
.row.noPad {
  padding: 0;
}
.row.inline-columns {
  font-size: 0;
}
.row.inline-columns .col-xs-1,
.row.inline-columns .col-sm-1,
.row.inline-columns .col-md-1,
.row.inline-columns .col-lg-1,
.row.inline-columns .col-xs-2,
.row.inline-columns .col-sm-2,
.row.inline-columns .col-md-2,
.row.inline-columns .col-lg-2,
.row.inline-columns .col-xs-3,
.row.inline-columns .col-sm-3,
.row.inline-columns .col-md-3,
.row.inline-columns .col-lg-3,
.row.inline-columns .col-xs-4,
.row.inline-columns .col-sm-4,
.row.inline-columns .col-md-4,
.row.inline-columns .col-lg-4,
.row.inline-columns .col-xs-5,
.row.inline-columns .col-sm-5,
.row.inline-columns .col-md-5,
.row.inline-columns .col-lg-5,
.row.inline-columns .col-xs-6,
.row.inline-columns .col-sm-6,
.row.inline-columns .col-md-6,
.row.inline-columns .col-lg-6,
.row.inline-columns .col-xs-7,
.row.inline-columns .col-sm-7,
.row.inline-columns .col-md-7,
.row.inline-columns .col-lg-7,
.row.inline-columns .col-xs-8,
.row.inline-columns .col-sm-8,
.row.inline-columns .col-md-8,
.row.inline-columns .col-lg-8,
.row.inline-columns .col-xs-9,
.row.inline-columns .col-sm-9,
.row.inline-columns .col-md-9,
.row.inline-columns .col-lg-9,
.row.inline-columns .col-xs-10,
.row.inline-columns .col-sm-10,
.row.inline-columns .col-md-10,
.row.inline-columns .col-lg-10,
.row.inline-columns .col-xs-11,
.row.inline-columns .col-sm-11,
.row.inline-columns .col-md-11,
.row.inline-columns .col-lg-11,
.row.inline-columns .col-xs-12,
.row.inline-columns .col-sm-12,
.row.inline-columns .col-md-12,
.row.inline-columns .col-lg-12 {
  display: inline-block;
  float: none;
  font-size: inherit;
}
.row.centered-columns {
  text-align: center;
  font-size: 0;
}
.row.centered-columns .col-xs-1,
.row.centered-columns .col-sm-1,
.row.centered-columns .col-md-1,
.row.centered-columns .col-lg-1,
.row.centered-columns .col-xs-2,
.row.centered-columns .col-sm-2,
.row.centered-columns .col-md-2,
.row.centered-columns .col-lg-2,
.row.centered-columns .col-xs-3,
.row.centered-columns .col-sm-3,
.row.centered-columns .col-md-3,
.row.centered-columns .col-lg-3,
.row.centered-columns .col-xs-4,
.row.centered-columns .col-sm-4,
.row.centered-columns .col-md-4,
.row.centered-columns .col-lg-4,
.row.centered-columns .col-xs-5,
.row.centered-columns .col-sm-5,
.row.centered-columns .col-md-5,
.row.centered-columns .col-lg-5,
.row.centered-columns .col-xs-6,
.row.centered-columns .col-sm-6,
.row.centered-columns .col-md-6,
.row.centered-columns .col-lg-6,
.row.centered-columns .col-xs-7,
.row.centered-columns .col-sm-7,
.row.centered-columns .col-md-7,
.row.centered-columns .col-lg-7,
.row.centered-columns .col-xs-8,
.row.centered-columns .col-sm-8,
.row.centered-columns .col-md-8,
.row.centered-columns .col-lg-8,
.row.centered-columns .col-xs-9,
.row.centered-columns .col-sm-9,
.row.centered-columns .col-md-9,
.row.centered-columns .col-lg-9,
.row.centered-columns .col-xs-10,
.row.centered-columns .col-sm-10,
.row.centered-columns .col-md-10,
.row.centered-columns .col-lg-10,
.row.centered-columns .col-xs-11,
.row.centered-columns .col-sm-11,
.row.centered-columns .col-md-11,
.row.centered-columns .col-lg-11,
.row.centered-columns .col-xs-12,
.row.centered-columns .col-sm-12,
.row.centered-columns .col-md-12,
.row.centered-columns .col-lg-12 {
  display: inline-block;
  float: none;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 800px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide,
.hidden {
  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;
}
.affix {
  position: fixed;
}
@keyframes appearFromTop {
  0% {
    display: none;
    opacity: 0;
    margin-top: -25vw;
  }
  1% {
    display: block;
    opacity: 0;
    margin-top: -25vw;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.cSilver {
  color: #a9a9a9;
}
.cSilverDark {
  color: #676767;
}
.cSilverDark2 {
  color: #727272;
}
.green {
  color: #009900;
}
.red {
  color: #cf102d;
}
sup {
  font-size: 0.7em;
}
.alert {
  padding: 1em;
  margin-bottom: 1em;
  font-weight: 700;
  border: 1px solid #2b88ff;
  color: #2b88ff;
  background: #d2e6ff;
}
.alert.true {
  background: #d1ffc1;
  border-color: #61b842;
  color: #61b842;
}
.alert.false {
  border-color: #ea5a5a;
  background: #f8bcbc;
  color: #ea5a5a;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 !important;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
html {
  font-size: 18px;
  width: 100%;
}
body {
  width: 100%;
}
.bgOverlay {
  z-index: 150;
  display: block;
  position: fixed;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.bgOverlay.active {
  display: block;
}
body {
  font-size: 16px;
  position: relative;
}
#content {
  padding-top: 1.875em;
  padding-bottom: 1.25em;
}
#header {
  background: #fcfff4;
}
#header #headerBottom .hLogo .logoLink span {
  display: none;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
#header #headerBottom .hLogo .logoLink span:hover {
  color: #fff15a;
}
#header #headerBottom .hPorovnanie a .text {
  display: none;
  text-transform: uppercase;
  color: #fff;
}
#header #headerBottom .hKosik #kosikBoxWrap .text {
  display: none;
  text-transform: uppercase;
  color: #fff;
}
#header.active {
  animation: appearFromTop 300ms ease-out;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
}
#header.active #headerTop {
  display: none;
}
#header.active #headerBottom {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: #5a6265;
}
#header.active #headerBottom .hLogo .logoLink img {
  display: none;
}
#header.active #headerBottom .hLogo .logoLink span {
  display: block;
}
#header.active #headerBottom .hSearch {
  display: none;
}
#header.active #headerBottom .hKosik {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
#header.active #headerBottom .hKosik .hKosikInner {
  display: block;
  float: right;
  white-space: nowrap;
}
#header.active #headerBottom .hKosik .hKosikInner .hPorovnanie {
  display: inline-block;
}
#header.active #headerBottom .hKosik .hKosikInner .hPorovnanie a .num,
#header.active #headerBottom .hKosik .hKosikInner .hPorovnanie a svg {
  display: none;
}
#header.active #headerBottom .hKosik .hKosikInner .hPorovnanie a .text {
  display: block;
}
#header.active #headerBottom .hKosik .hKosikInner #kosikBoxWrap {
  display: inline-block;
}
#header.active #headerBottom .hKosik .hKosikInner #kosikBoxWrap .cart svg,
#header.active #headerBottom .hKosik .hKosikInner #kosikBoxWrap .cart .poc {
  display: none;
}
#header.active #headerBottom .hKosik .hKosikInner #kosikBoxWrap .cart .text {
  display: block;
}
#header.active #mainMenu .level-2-container,
#header.active #mainMenu .level-3-container {
  display: none;
}
#headerTop {
  background: #5a6265;
  position: relative;
  z-index: 5;
}
#headerTop .rightPart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#headerTop .rightPart.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#headerTop .rightPart.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#headerTop .rightPart.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#headerTop .rightPart.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#headerTop .rightPart.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#headerTop .rightPart.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
#headerTop .rightPart.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
#headerTop .rightPart.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#headerBottom {
  padding: 1.4em 0;
  padding-bottom: 0;
}
#headerBottom .hLogo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#headerBottom .hLogo.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#headerBottom .hLogo.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#headerBottom .hLogo.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#headerBottom .hLogo.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#headerBottom .hLogo.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#headerBottom .hLogo.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
#headerBottom .hLogo.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
#headerBottom .hLogo .logoLink {
  display: block;
}
#headerBottom .hLogo img {
  display: block;
  width: 100%;
}
#headerBottom .hLogo .menuOpener {
  display: none;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}
#headerBottom .hLogo .menuOpener svg {
  width: 24px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  fill: #cf102d;
  transition: all 0.1s linear;
}
#headerBottom .hLogo .menuOpener svg.open {
  opacity: 1;
}
#headerBottom .hLogo .menuOpener svg.close {
  opacity: 0;
}
#headerBottom .hLogo .menuOpener.active svg.open {
  opacity: 0;
}
#headerBottom .hLogo .menuOpener.active svg.close {
  opacity: 1;
}
#headerBottom .hLogo .searchOpener,
#headerBottom .hLogo .accountOpener {
  display: none;
  position: absolute;
  right: 95px;
  top: 10px;
  width: 30px;
  height: 30px;
}
#headerBottom .hLogo .searchOpener svg,
#headerBottom .hLogo .accountOpener svg {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  fill: #b3b3b3;
  transition: all 0.1s linear;
}
#headerBottom .hLogo .searchOpener.active svg,
#headerBottom .hLogo .accountOpener.active svg {
  fill: #333333;
}
#headerBottom .hLogo .searchOpener {
  right: 135px;
}
#headerBottom .hSearch {
  padding: 0 15px;
}
#headerBottom .hKosik {
  padding-left: 3.125em;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#headerBottom .hKosik.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#headerBottom .hKosik.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#headerBottom .hKosik.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#headerBottom .hKosik.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#headerBottom .hKosik.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#headerBottom .hKosik.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
#headerBottom .hKosik.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
#headerBottom .hKosik .hKosikInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#headerBottom .hKosik .hKosikInner.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#headerBottom .hKosik .hKosikInner.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#headerBottom .hKosik .hKosikInner.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#headerBottom .hKosik .hKosikInner.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#headerBottom .hKosik .hKosikInner.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#headerBottom .hKosik .hKosikInner.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
#headerBottom .hKosik .hKosikInner.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
#headerBottom .hKosik .hKosikInner.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#headerBottom .hPorovnanie {
  margin-right: 2em;
}
#headerBottom .hPorovnanie a {
  display: block;
  transition: all 0.1s linear;
  position: relative;
}
#headerBottom .hPorovnanie a svg {
  display: block;
  width: 3.125em;
  height: 3.125em;
  border-radius: 100px;
}
#headerBottom .hPorovnanie a .num {
  display: block;
  position: absolute;
  right: -5px;
  bottom: 0px;
  padding: 0.25em 0.5em;
  line-height: 1;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #000;
  border-radius: 100px;
  transition: all 0.1s linear;
}
#menuTopWrap {
  font-size: 11px;
  text-align: left;
}
#menuTopWrap ul {
  display: block;
}
#menuTopWrap ul li {
  display: inline-block;
  margin: 0 0.75rem;
  position: relative;
  color: #fff;
}
#menuTopWrap ul li:first-child {
  margin-left: 0;
}
#menuTopWrap ul li:last-child {
  margin-right: 0;
}
#menuTopWrap ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  display: block;
}
#menuTopWrap ul li a:hover {
  color: #fff15a;
}
#menuTopWrap ul li ul {
  position: absolute;
  display: none;
  background: #5a6265;
  top: 100%;
  right: 0;
}
#menuTopWrap ul li ul li {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
}
#menuTopWrap ul li ul li a {
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  font-weight: 300;
  text-transform: none;
}
#menuTopWrap ul li ul li a:hover {
  color: #fff;
  background-color: #8a8a8a;
}
#menuTopWrap ul li ul li:nth-child(1),
#menuTopWrap ul li ul li:nth-child(2) {
  border-bottom: 1px solid #656d70;
}
#menuTopWrap ul li ul li:nth-child(1) a,
#menuTopWrap ul li ul li:nth-child(2) a {
  padding-left: 40px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 12px center;
}
#menuTopWrap ul li ul li:nth-child(1) a {
  background-image: url('/images/ico/ico-mail.svg');
}
#menuTopWrap ul li ul li:nth-child(2) a {
  background-image: url('/images/ico/ico-phone.svg');
}
#menuTopWrap ul li:hover ul {
  display: block;
}
#loginWrap {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#loginWrap ul li {
  display: inline-block;
  margin-right: 10px;
}
#loginWrap a {
  position: relative;
  text-transform: uppercase;
  padding: 10px 0;
  padding-left: 20px;
  display: block;
  color: #fff;
}
#loginWrap a:hover {
  color: #fff15a;
}
#loginWrap a:hover svg {
  fill: #fff15a;
}
#loginWrap a svg {
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  fill: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.1s linear;
}
.menaSwWrap {
  font-size: 11px;
  text-align: left;
}
.menaSwWrap .menaSw {
  position: relative;
}
.menaSwWrap .menaHidden {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
}
.menaSwWrap .item {
  padding: 6px;
  background: #5a6265;
  display: block;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  padding-right: 16px;
  padding-left: 12px;
}
.menaSwWrap .item:hover {
  background: #8a8a8a;
}
.menaSwWrap .item.link {
  padding-right: 6px;
}
.menaSwWrap .item svg {
  width: 30px;
  height: 1;
  display: inline-block;
  margin-right: 6px;
}
.menaSwWrap .item svg.arrow {
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  fill: #fff;
}
.menaSwWrap .item span {
  position: relative;
  top: -4px;
}
.menaSwWrap .item.active {
  display: none;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
label.sel {
  float: left;
  white-space: nowrap;
  position: relative;
}
label.sel span {
  display: inline-block;
  padding-right: 6px;
  font-weight: 700;
}
label.sel select {
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  padding-left: 12px;
  padding-right: 44px;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  color: #333333;
}
label.sel select option {
  font-size: 14px;
  padding: 10px;
}
label.sel:before {
  content: '';
  position: absolute;
  border: 1px solid #b3b3b3;
  width: 28px;
  height: 36px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 2px;
  right: 2px;
  background: #fafafa;
  pointer-events: none;
  border-radius: 2px;
}
label.sel:after {
  content: '';
  position: absolute;
  background: url('/images/select-bg.svg') no-repeat center center;
  width: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 11px;
  background-size: 10px;
  height: 10px;
  pointer-events: none;
}
.breadcrumbs {
  font-size: 0.875em;
  margin-bottom: 1.5em;
}
.breadcrumbs a {
  font-weight: 700;
}
.breadcrumbs span {
  font-weight: 300;
  display: inline-block;
  margin: 0 0.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1,
.imgNad {
  font-size: 1.875em;
  padding-left: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
  position: relative;
  margin-bottom: 1em;
  line-height: 1em;
}
h1:before,
.imgNad:before {
  position: absolute;
  content: '';
  width: 1em;
  height: 1em;
  background: url('/images/w-logo.svg') no-repeat center center;
  background-size: 1em 1em;
  left: 0;
  top: 0;
}
.stickerArea {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}
.sticker {
  font-size: 0.875em;
  border-radius: 100px;
  width: 2.85em;
  height: 2.85em;
  display: block;
  line-height: 2.85em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sticker.new {
  background: #009900;
  color: #fff;
}
.sticker.akcia {
  background: #cf102d;
  color: #fff;
}
.cookies {
  position: fixed;
  max-width: 320px;
  width: 100%;
  bottom: 15px;
  left: 60px;
  background: #000;
  z-index: 99999999;
  padding: 0.5em;
  font-size: 0.8em;
  padding: 1em 0em;
  text-align: center;
  border-radius: 4px;
}
.cookies * {
  color: #fff;
  line-height: normal;
}
.cookies .right {
  margin-top: 1em;
}
.cookies .button {
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  padding: 0.2em 0.5em !important;
}
.cookies a {
  text-decoration: underline;
}
.cookies a:hover {
  color: #cf102d;
  text-decoration: none;
}
#overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 9999;
}
#popupWrap {
  width: 100%;
  height: 100%;
}
#popupWrap .window {
  padding: 12px;
}
#popup {
  margin: 0 auto;
  max-width: 500px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
}
#popup h2 {
  background: #333333;
  color: #fff;
  font-size: 20px;
  padding: 14px 24px;
  padding-right: 47px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#popup .closer {
  display: block;
  width: 10px;
  height: 10px;
  background: url('/images/delete.svg') no-repeat center center;
  background-size: 10px 10px;
  position: absolute;
  top: 19px;
  right: 19px;
}
#popup .content {
  padding: 15px;
  line-height: normal;
}
#popup .content .cartTable {
  font-size: 13px;
}
#popup .content .cartTable .dTd-m {
  padding: 6px;
}
#popup .content .cartTable .dTd-m.w-1 {
  padding-left: 0;
}
#popup .content .cartTable .img {
  vertical-align: top;
}
#popup .content .cartTable .img img {
  display: block;
  border-radius: 2px;
  border: 1px solid #b3b3b3;
}
#popup .content .cartTable .text a {
  display: block;
  text-decoration: none;
  color: #cf102d;
  font-weight: 700;
}
#popup .content .cartTable .text a:hover {
  text-decoration: underline;
}
#popup .content .cartTable .text span {
  display: block;
  font-weight: 500;
}
#popup .content .cartTable .price {
  white-space: nowrap;
}
#popup .content .cartTable .price strike {
  color: #a9a9a9;
}
#popup .content .cartTable .price span {
  display: block;
}
#popup .content .cartTable .price strong {
  display: block;
  font-size: 16px;
}
#popup .content .bottom {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #b3b3b3;
}
#popup .content .bottom a {
  font-size: 12px;
  padding: 6px;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  z-index: 999999;
}
.loader img {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.btnPorovnanieWrap {
  text-align: center;
  margin: 0.5em 0;
  max-width: 250px;
  position: relative;
}
.btnPorovnanieWrap.active .btnPorovnanie svg {
  fill: #cf102d;
}
.btnPorovnanieWrap .btnPorovnanie {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1em;
  padding: 6px;
  padding-left: 1.5em;
  position: relative;
  line-height: normal;
  color: #333333;
}
.btnPorovnanieWrap .btnPorovnanie:hover {
  color: #cf102d;
}
.btnPorovnanieWrap .btnPorovnanie svg {
  transition: all 0.1s linear;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #333333;
}
.btnPorovnanieWrap .porovnanieDialog {
  position: absolute;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #cccccc;
  margin: 0 2.5%;
  width: 95%;
  padding: 1em;
  top: 100%;
  margin-top: 6px;
  background: #fff;
  z-index: 30;
  text-align: center;
}
.btnPorovnanieWrap .porovnanieDialog .porovnanieCloser {
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
}
.btnPorovnanieWrap .porovnanieDialog .porovnanieCloser svg {
  width: 12px;
  height: 12px;
  display: block;
  fill: #cf102d;
}
.btnPorovnanieWrap .porovnanieDialog h6 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.btnPorovnanieWrap .porovnanieDialog .btn {
  display: inline-block;
  padding: 0.3em 0.5em;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #333333;
  color: #333333;
  text-transform: uppercase;
}
.btnPorovnanieWrap .porovnanieDialog .btn:hover {
  color: #fff;
  background: #333333;
}
.btnPorovnanieWrap .porovnanieDialog a {
  font-size: 14px;
}
.scrollTop {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #dbdbdb;
  background: #fff;
  transition: none;
  z-index: 99999;
}
.scrollTop svg {
  display: block;
  position: absolute;
  margin: auto;
  top: 9px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  fill: #333333;
}
.scrollTop span {
  position: absolute;
  width: 100%;
  bottom: 8px;
  text-align: center;
  font-weight: 700;
  color: #333333;
  font-size: 10px;
}
.btnLink {
  border-radius: 2px;
  border: 2px solid #323232;
  padding: 0.5em 1.5em;
  line-height: normal;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #323232;
}
.btnLink:hover {
  background: #323232;
  color: #fff;
}
.infoMessage {
  border-radius: 2px;
  border: 1px solid #95c9ff;
  background: #e6f2ff;
  padding: 0.5em;
}
.infoMessage span {
  color: #cf102d;
  font-weight: 700;
}
@media (max-width: 991px) {
  .mainContainerLeftPart {
    margin-bottom: 1.875em;
  }
}
@media (max-width: 799px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 14px;
    padding-top: 50px;
  }
  #headerTop {
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 180;
    top: -31px;
    transition: all 0.1s linear;
  }
  #headerTop .leftPart {
    display: none;
  }
  #headerTop.active {
    top: 50px;
  }
  #headerBottom {
    width: 100%;
    padding: 0;
    position: fixed;
    background: #fff;
    z-index: 200;
    top: 0;
    border-bottom: 1px solid #dbdbdb;
  }
  .mainMenuWrap {
    display: none;
  }
  #mainPanel {
    display: block;
    position: relative;
  }
  #mainPanel .hLogo {
    width: 100%;
    height: 50px;
    position: relative;
  }
  #mainPanel .hLogo .logoLink {
    position: absolute;
    width: 95px;
    height: 23px;
    margin: auto;
    top: 0;
    left: 50px;
    bottom: 0;
  }
  #mainPanel .hLogo .menuOpener,
  #mainPanel .hLogo .searchOpener,
  #mainPanel .hLogo .accountOpener {
    display: block;
  }
  #mainPanel .hSearch {
    width: 240px;
    position: fixed;
    top: 51px;
    left: -240px;
    height: calc(100% - 51px);
    z-index: 20;
    padding: 1em;
    background: #fff;
    border-right: 1px solid #dbdbdb;
    transition: all 0.1s linear;
    overflow-y: auto;
  }
  #mainPanel .hSearch.active {
    left: 0;
  }
  #mainPanel .hKosik {
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 0;
  }
  #mainPanel .hPorovnanie {
    margin-right: 10px;
  }
  #mainPanel .hPorovnanie a svg {
    width: 30px;
    height: 30px;
  }
  #loginWrap .loggedIn {
    display: none;
  }
  .mainContainer {
    padding-left: 5px;
    padding-right: 5px;
  }
  .mainContainer .mainContainerRow {
    margin-left: -5px;
    margin-right: -5px;
  }
  #popup .content * {
    text-align: left !important;
  }
  #popup .content .cartTable {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #popup .content .cartTable.rows {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  #popup .content .cartTable.rows.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #popup .content .cartTable.cols {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #popup .content .cartTable.vertical-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #popup .content .cartTable.vertical-middle-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #popup .content .cartTable.vertical-middle-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  #popup .content .cartTable.vertical-middle-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  #popup .content .cartTable.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #popup .content .cartTable .img {
    width: 86px;
  }
  #popup .content .cartTable .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #popup .content .cartTable .price {
    width: 100%;
  }
  #popup .content .bottom .buttonDark,
  #popup .content .bottom .button {
    width: 100%;
    text-align: center !important;
  }
  #popup .content .bottom .button {
    margin-top: 1em;
  }
  .cookies .left {
    text-align: center;
  }
  .cookies .right {
    text-align: center;
    margin-top: 10px;
  }
  .cookies .right a {
    display: block;
    width: 100%;
  }
}
.wsEd {
  line-height: 1.5em;
  font-weight: 300;
}
@media (max-width: 992px) {
  line-height: normal;
}
.wsEd .perex {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 1em 1.5em;
}
.wsEd .preformat {
  font-family: 'Courier', Arial, serif;
}
.wsEd cite {
  font-style: italic;
  letter-spacing: 0.04em;
}
.wsEd acronym {
  border-bottom: 1px dotted #a9a9a9;
  cursor: help;
}
.wsEd ol {
  list-style-type: decimal;
  padding-left: 24px;
}
.wsEd ul {
  list-style-type: circle;
  padding-left: 24px;
}
.wsEd .button,
.wsEd .buttonDark {
  background: #cf102d;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  line-height: normal;
  padding: 0.5em 1em;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  border: 2px solid #cf102d;
}
.wsEd .button:hover,
.wsEd .buttonDark:hover {
  background: #ab0e26;
  color: #fff;
  border-color: #ab0e26;
}
.wsEd h2,
.wsEd h3,
.wsEd h4,
.wsEd h5,
.wsEd h6 {
  line-height: normal;
  font-weight: 700;
}
.wsEd h2,
.wsEd .size1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.wsEd h3,
.wsEd .size2 {
  font-size: 1.25em;
  margin-bottom: 1em;
}
.wsEd h4,
.wsEd .size3 {
  font-size: 1.125em;
  margin-bottom: 1em;
}
.wsEd h5,
.wsEd .size4 {
  font-size: 1em;
  margin-bottom: 1em;
}
.wsEd h6,
.wsEd .size5 {
  font-size: 0.875em;
  margin-bottom: 1em;
}
#filter {
  margin-bottom: 1.5em;
}
#catPopis {
  margin-bottom: 2em;
}
@media (max-width: 799px) {
  #filter .leftPart {
    padding-right: 5px;
  }
  #filter .rightPart {
    padding-left: 5px;
  }
  #filter label.sel span {
    display: none;
  }
  #filter label.sel select {
    font-size: 16px;
  }
}
.pager .btnArea {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}
.pager .btnArea a {
  display: inline-block;
  border-radius: 2px;
  border: 2px solid #dbdbdb;
  text-transform: uppercase;
  color: #333333;
  padding: 0.8em 2em;
  font-weight: 700;
}
.pager .btnArea a:hover {
  color: #cf102d;
  border-color: #cf102d;
}
.pager ul {
  margin-top: 2em;
  display: block;
  text-align: right;
  font-size: 0;
}
.pager ul li {
  display: inline-block;
  font-size: 12px;
  margin: 0 2px;
}
.pager ul li a {
  display: block;
  height: 26px;
  line-height: 26px;
  min-width: 26px;
  text-align: center;
  padding: 0 6px;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 700;
  background: #b3b3b3;
  position: relative;
}
.pager ul li a span {
  opacity: 0;
}
.pager ul li a svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 10px;
  fill: #fff;
  transition: all 0.1s linear;
}
.pager ul li:hover a {
  background: #7d7882;
}
.pager ul li.active a {
  background: #cf102d;
}
#searchBoxWrap .searchBox {
  position: relative;
}
#searchBoxWrap .searchBox .heading {
  font-weight: 700;
  margin-bottom: 1em;
}
#searchBoxWrap .searchBox .catPart {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #b3b3b3;
}
#searchBoxWrap .searchBox .catPart a {
  display: block;
  margin: 0.8em 0;
}
#searchBoxWrap .searchBox .leftMainPart {
  position: relative;
}
#searchBoxWrap .searchBox .rightMainPart {
  padding-left: 3.125rem;
}
#searchBoxWrap .searchBox input {
  position: relative;
  height: 3.125rem;
  font-size: 0.875em;
  width: 100%;
  display: block;
  border: 1px solid #cccccc;
  border-radius: 60px;
  padding-right: 4rem;
  padding-left: 1rem;
  background: #fff;
  font-size: 16px;
}
#searchBoxWrap .searchBox .btnSearch {
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  right: 0;
  top: 0;
  border-left: 1px solid #cccccc;
}
#searchBoxWrap .searchBox .btnSearch svg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  fill: #aeaeae;
  transition: all 0.1s linear;
}
#searchBoxWrap .searchBox .btnSearch:hover svg {
  fill: #cf102d;
}
#searchBoxWrap .searchBoxContent {
  padding-top: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 5000;
}
#searchBoxWrap .searchBoxContent .searchBoxOuterContent {
  border-radius: 2px 2px 1.5625rem 1.5625rem;
  border: 1px solid #cccccc;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  max-height: 500px;
}
#searchBoxWrap .searchBoxContent .searchBoxInnerContent {
  padding: 0.5em;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
}
#searchBoxWrap .searchBoxContent .searchResult {
  font-size: 12px;
  font-weight: 700;
  padding: 1.5em 2em;
}
#searchBoxWrap .searchBoxContent .searchResult a {
  text-transform: uppercase;
}
#searchBoxWrap .item.nedostupny {
  opacity: 0.3;
}
#searchBoxWrap .item a {
  display: block;
  padding: 6px;
  border: 1px solid transparent;
  border-radius: 2px;
}
#searchBoxWrap .item a:hover {
  background: #fafafa;
  border: 1px solid #cccccc;
}
#searchBoxWrap .item.active a {
  background: #fafafa;
  border: 1px solid #cccccc;
}
#searchBoxWrap .item .content {
  padding-left: 6px;
}
#searchBoxWrap .item .content .top {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  color: #333333;
}
#searchBoxWrap .item .content .bottom {
  display: block;
  font-weight: 700;
}
#searchBoxWrap .item .content .bottom strike {
  color: #676767;
  font-size: 12px;
  font-weight: 700;
}
#searchBoxWrap .item .content .bottom .price {
  color: #cf102d;
  font-weight: 700;
}
#searchBoxWrap .callUs span {
  display: block;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.0625em;
}
#searchBoxWrap .callUs span:last-child {
  margin-bottom: 0;
}
#searchBoxWrap .callUs a svg {
  transition: all 0.1s linear;
  fill: #cf102d;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  left: 0;
}
#searchBoxWrap .callUs a:hover svg {
  fill: #333333;
}
@media (max-width: 799px) {
  #searchBoxWrap {
    margin-bottom: 1em;
  }
  #searchBoxWrap .searchBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #searchBoxWrap .searchBox.rows {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  #searchBoxWrap .searchBox.rows.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #searchBoxWrap .searchBox.cols {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #searchBoxWrap .searchBox.vertical-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #searchBoxWrap .searchBox.vertical-middle-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #searchBoxWrap .searchBox.vertical-middle-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  #searchBoxWrap .searchBox.vertical-middle-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  #searchBoxWrap .searchBox.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #searchBoxWrap .searchBox .heading {
    padding: 6px;
    margin: 0;
  }
  #searchBoxWrap .searchBox .catPart {
    padding: 6px;
    padding-top: 0;
    margin: 0;
  }
  #searchBoxWrap .searchBox .catPart a:first-child {
    margin-top: 0;
  }
  #searchBoxWrap .searchBox .leftMainPart,
  #searchBoxWrap .searchBox .rightMainPart {
    width: 100%;
  }
  #searchBoxWrap .searchBox .rightMainPart {
    display: none;
  }
  #searchBoxWrap .searchBox input {
    border-radius: 2px;
  }
  #searchBoxWrap .item .content .top {
    font-size: 14px;
  }
  #searchBoxWrap .item a {
    border: none;
    border-bottom: 1px solid #ccc;
  }
  #searchBoxWrap .item a:hover {
    border: none;
    border-bottom: 1px solid #cccccc;
  }
  #searchBoxWrap .searchBoxContent {
    position: static;
  }
  #searchBoxWrap .searchBoxContent .searchBoxOuterContent {
    border-radius: 2px;
    overflow: visible;
    max-height: none;
  }
  #searchBoxWrap .searchBoxContent .searchBoxInnerContent {
    padding: 0;
    border-bottom: none;
  }
  #searchBoxWrap .searchBoxContent .searchResult {
    padding: 1em;
  }
  #searchBoxWrap .searchBoxContent .searchResult .leftPart,
  #searchBoxWrap .searchBoxContent .searchResult .rightPart {
    text-align: center;
  }
  #searchBoxWrap .searchBoxContent .searchResult .rightPart {
    margin-top: 0.5em;
  }
}
#kosikBoxWrap .cart {
  display: block;
  position: relative;
}
#kosikBoxWrap .cart .poc {
  font-size: 1.125em;
  font-weight: 700;
  color: #676767;
  position: relative;
  top: -1em;
  margin-left: 0.5em;
}
#kosikBoxWrap .cart svg {
  transition: all 0.1s linear;
  width: 3.125em;
  height: 3.125em;
  border-radius: 100px;
}
#kosikBoxWrap .cart .num {
  display: none;
  position: absolute;
  right: -5px;
  bottom: 1px;
  padding: 0.25em 0.5em;
  line-height: 1;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #000;
  border-radius: 100px;
}
#kosikBoxWrap .kosikBox {
  position: relative;
}
#kosikBoxWrap .kosikBox:hover .cartContent {
  display: block;
}
#kosikBoxWrap .cartContent {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  z-index: 2000;
  display: none;
}
#kosikBoxWrap .cartContent .itemsWrap {
  padding: 12px 14px;
}
#kosikBoxWrap .cartContent .strike {
  color: #a9a9a9;
}
#kosikBoxWrap .cartContent .price {
  color: #cf102d;
  font-weight: 700;
}
#kosikBoxWrap .cartContent .cartTable tr:first-child th {
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
}
#kosikBoxWrap .cartContent .cartTable tr:nth-child(2) td {
  padding-top: 12px;
}
#kosikBoxWrap .cartContent .cartTable tr:last-child td {
  padding-top: 12px;
  border-top: 1px solid #cccccc;
}
#kosikBoxWrap .cartContent .cartTable tr:nth-last-child(2) td {
  padding-bottom: 12px;
}
#kosikBoxWrap .cartContent .cartTable input {
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  text-align: center;
}
#kosikBoxWrap .cartContent .cartTable th,
#kosikBoxWrap .cartContent .cartTable td {
  padding-left: 24px;
  font-size: 14px;
  white-space: nowrap;
  padding-top: 3px;
  padding-bottom: 3px;
}
#kosikBoxWrap .cartContent .cartTable th:first-child,
#kosikBoxWrap .cartContent .cartTable td:first-child {
  padding-left: 0;
}
#kosikBoxWrap .cartContent .cartTable th.name,
#kosikBoxWrap .cartContent .cartTable td.name {
  padding-left: 12px;
  line-height: normal;
}
#kosikBoxWrap .cartContent .cartTable th.img,
#kosikBoxWrap .cartContent .cartTable td.img {
  vertical-align: top;
}
#kosikBoxWrap .cartContent .cartTable th.img img,
#kosikBoxWrap .cartContent .cartTable td.img img {
  display: block;
  margin: 0 auto;
  border-radius: 2px;
}
#kosikBoxWrap .cartContent .cartTable th.sum,
#kosikBoxWrap .cartContent .cartTable td.sum {
  font-size: 14px;
  font-weight: 700;
}
#kosikBoxWrap .cartContent .cartTable th.sumBig,
#kosikBoxWrap .cartContent .cartTable td.sumBig {
  font-size: 14px;
  font-weight: 700;
  color: #cf102d;
}
#kosikBoxWrap .cartContent .cartTable th {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 12px;
}
#kosikBoxWrap .cartContent .cartTable th:first-child {
  text-align: left;
  padding-left: 0;
}
#kosikBoxWrap .cartContent span.top,
#kosikBoxWrap .cartContent span.bottom {
  display: block;
}
#kosikBoxWrap .cartContent span.top {
  margin-bottom: 4px;
}
#kosikBoxWrap .cartContent .link a {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  background: #cf102d;
  color: #fff;
  padding: 0.3em 0.5em;
  border-radius: 2px;
}
#kosikBoxWrap .cartContent .link a:hover {
  color: #fff;
  background: #ab0e26;
}
#kosikBoxWrap .cartContent a.name {
  display: block;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
#kosikBoxWrap .cartContent a.name:hover {
  color: #cf102d;
}
#kosikBoxWrap .cartContent .btnDel {
  background: #cf102d;
  border-radius: 2px;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}
#kosikBoxWrap .cartContent .btnDel:hover {
  background: #ab0e26;
}
#kosikBoxWrap .cartContent .btnDel svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  fill: #fff;
}
@media (max-width: 991px) {
  #kosikBoxWrap .cart .poc {
    display: none;
  }
  #kosikBoxWrap .cart .num {
    display: block;
  }
}
@media (max-width: 799px) {
  #kosikBoxWrap .cartContent {
    display: none !important;
  }
  #kosikBoxWrap .cart svg {
    width: 30px;
    height: 30px;
  }
}
#mainMenu .level-1-container {
  position: relative;
  background: #fcfff4;
  background: -moz-linear-gradient(top, #fcfff4 0%, #e0e0e0 100%);
  background: -webkit-linear-gradient(top, #fcfff4 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#e0e0e0', GradientType=0);
  border-bottom: 2px solid #ffffff;
}
#mainMenu .level-1-menu {
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .level-1-menu.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#mainMenu .level-1-menu.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mainMenu .level-1-menu.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#mainMenu .level-1-menu.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .level-1-menu.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .level-1-menu.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
#mainMenu .level-1-menu.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
#mainMenu .level-1-menu.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mainMenu .level-1-item {
  display: block;
  padding: 0 1.2em;
}
#mainMenu .level-1-item span {
  display: block;
  padding: 0.5em 0;
}
#mainMenu .level-1-item:hover .level-1-link:after {
  bottom: 0.7em;
  opacity: 1;
}
#mainMenu .level-1-item:last-child .level-1-link span {
  padding: 0.5em;
  background: #cf102d;
  color: #fff;
  border-radius: 4px;
}
#mainMenu .level-1-item:last-child .level-1-link:after {
  display: none;
}
#mainMenu .level-1-item:last-child .level-1-link:before {
  display: none;
}
#mainMenu .level-1-link {
  display: block;
  position: relative;
  font-size: 1.125em;
  padding: 0.7em 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
}
#mainMenu .level-1-link:before {
  content: '';
  width: 2px;
  height: 20%;
  background: #ccc;
  position: absolute;
  right: -1.2em;
  top: 0;
  bottom: 0;
  margin: auto;
}
#mainMenu .level-1-link:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #cf102d;
  position: absolute;
  right: 0;
  bottom: -2px;
  margin: auto;
  opacity: 0;
  transition: all 0.1s linear;
}
#mainMenu .level-1-link.active {
  color: #cf102d;
}
#mainMenu .level-1-link.active:after {
  bottom: 1em;
  opacity: 1;
}
#mainMenu .level-2-container-hover {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #f7f7f7;
  z-index: 999;
  border-top: 2px solid #ffffff;
}
#mainMenu .level-2-menu-hover {
  text-align: center;
}
#mainMenu .level-2-item-hover {
  display: inline-block;
  margin: 0 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}
#mainMenu .level-2-link-hover {
  color: #727272;
  display: block;
  padding: 2.125em 0.75em;
}
#mainMenu .level-2-link-hover:hover {
  background: #fff;
  color: #000;
}
#mainMenu .level-2-container {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: 0 2px 2px #f6f6f6;
  padding: 4px 0;
  position: relative;
  z-index: 10;
}
#mainMenu .level-2-menu {
  text-align: center;
  font-size: 0.9375em;
}
#mainMenu .level-2-item {
  display: inline-block;
  margin: 0 1.5em;
}
#mainMenu .level-2-link {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.625em 0;
  display: block;
  position: relative;
  color: #333;
}
#mainMenu .level-2-link:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #cf102d;
  position: absolute;
  right: 0;
  bottom: -2px;
  margin: auto;
  opacity: 0;
  transition: all 0.1s linear;
}
#mainMenu .level-2-link:hover {
  color: #cf102d;
}
#mainMenu .level-2-link:hover:after {
  bottom: 0.3em;
  opacity: 1;
}
#mainMenu .level-2-link.active {
  color: #cf102d;
}
#mainMenu .level-2-link.active:after {
  bottom: 0.3em;
  opacity: 1;
}
#mainMenu .level-3-container {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: 0 2px 2px #f6f6f6;
  position: relative;
  z-index: 5;
  padding: 0.8em 0;
}
#mainMenu .level-3-menu {
  text-align: center;
  font-size: 0.9375em;
}
#mainMenu .level-3-item {
  display: inline-block;
  margin: 0.375em;
}
#mainMenu .level-3-link {
  border: 2px solid #cf102d;
  color: #cf102d;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding: 0.25em 0.625em;
}
#mainMenu .level-3-link:hover,
#mainMenu .level-3-link.active {
  border-color: #cf102d;
  color: #fff;
  background: #cf102d;
}
@media (max-width: 1199px) {
  #mainMenu .level-1-subContainer {
    max-width: none;
  }
  #mainMenu .level-1-item {
    padding: 0 1em;
  }
  #mainMenu .level-1-link {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  #mainMenu .level-1-link {
    font-size: 14px;
  }
  #mainMenu .level-2-menu {
    font-size: 14px;
    line-height: normal;
  }
  #mainMenu .level-2-link {
    padding: 0.325em 0;
  }
  #mainMenu .level-3-menu {
    font-size: 14px;
  }
  #mainMenu .level-3-item {
    margin: 0.325em;
  }
}
.vyhodyWrap {
  margin: 0;
  background: #cf102d;
  position: relative;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.vyhodyWrap a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.vyhodyWrap h3 {
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  transition: all 0.1s linear;
}
.vyhodyWrap .vyhodyContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vyhodyWrap .vyhodyContent.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.vyhodyWrap .vyhodyContent.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vyhodyWrap .vyhodyContent.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.vyhodyWrap .vyhodyContent.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vyhodyWrap .vyhodyContent.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vyhodyWrap .vyhodyContent.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.vyhodyWrap .vyhodyContent.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.vyhodyWrap .vyhodyContent.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vyhodyWrap .vyhodyContent .leftPart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-right: 2em;
}
.vyhodyWrap .vyhodyContent .leftPart.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.vyhodyWrap .vyhodyContent .leftPart.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vyhodyWrap .vyhodyContent .leftPart.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.vyhodyWrap .vyhodyContent .leftPart.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vyhodyWrap .vyhodyContent .leftPart.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vyhodyWrap .vyhodyContent .leftPart.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.vyhodyWrap .vyhodyContent .leftPart.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.vyhodyWrap .vyhodyContent .leftPart:hover h3 {
  color: #333333;
}
.vyhodyWrap .vyhodyContent .leftPart .leftPartContent {
  position: relative;
}
.vyhodyWrap .vyhodyContent .rightPart {
  position: relative;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  background: #cf102d;
}
.vyhodyWrap .vyhodyContent .box {
  font-weight: 700;
  border-right: 2px solid #fff;
  color: #fff;
  transition: all 0.1s linear;
}
.vyhodyWrap .vyhodyContent .box a {
  color: #fff;
}
.vyhodyWrap .vyhodyContent .box svg {
  fill: #fff;
}
.vyhodyWrap .vyhodyContent .box:hover {
  color: #333333;
}
.vyhodyWrap .vyhodyContent .box:hover svg {
  fill: #333333;
}
.vyhodyWrap .vyhodyContent .box:last-child {
  border: none;
}
.vyhodyWrap .vyhodyContent .box .boxContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  height: 100%;
  line-height: normal;
}
.vyhodyWrap .vyhodyContent .box .boxContent.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.vyhodyWrap .vyhodyContent .box .boxContent.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vyhodyWrap .vyhodyContent .box .boxContent.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.vyhodyWrap .vyhodyContent .box .boxContent.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vyhodyWrap .vyhodyContent .box .boxContent.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vyhodyWrap .vyhodyContent .box .boxContent.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.vyhodyWrap .vyhodyContent .box .boxContent.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.vyhodyWrap .vyhodyContent .box .boxContent.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vyhodyWrap .vyhodyContent .box .img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}
.vyhodyWrap .vyhodyContent .box .img.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.vyhodyWrap .vyhodyContent .box .img.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vyhodyWrap .vyhodyContent .box .img.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.vyhodyWrap .vyhodyContent .box .img.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vyhodyWrap .vyhodyContent .box .img.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vyhodyWrap .vyhodyContent .box .img.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.vyhodyWrap .vyhodyContent .box .img.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.vyhodyWrap .vyhodyContent .box .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vyhodyWrap .vyhodyContent .box .text.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.vyhodyWrap .vyhodyContent .box .text.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vyhodyWrap .vyhodyContent .box .text.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.vyhodyWrap .vyhodyContent .box .text.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vyhodyWrap .vyhodyContent .box .text.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vyhodyWrap .vyhodyContent .box .text.vertical-middle-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.vyhodyWrap .vyhodyContent .box .text.vertical-middle-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.vyhodyWrap .vyhodyContent .box span {
  display: block;
}
.vyhodyWrap .vyhodyContent svg {
  display: block;
  width: 2em;
  height: 2em;
  fill: #a9a9a9;
  transition: all 0.1s linear;
}
@media (max-width: 1300px) {
  .vyhodyWrap {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .vyhodyWrap .vyhodyContent .box {
    width: 50%;
    border-right: none;
  }
  .vyhodyWrap .vyhodyContent .box:nth-child(1),
  .vyhodyWrap .vyhodyContent .box:nth-child(2) {
    margin-bottom: 0.8em;
  }
}
@media (max-width: 991px) {
  .vyhodyWrap .vyhodyContent .leftPart,
  .vyhodyWrap .vyhodyContent .rightPart {
    width: 100%;
  }
  .vyhodyWrap .vyhodyContent .leftPart {
    text-align: left;
  }
  .vyhodyWrap .vyhodyContent .box:nth-child(1),
  .vyhodyWrap .vyhodyContent .box:nth-child(2) {
    margin-bottom: 0.8em;
  }
}
@media (max-width: 500px) {
  .vyhodyWrap .vyhodyContent .box {
    width: 100%;
  }
  .vyhodyWrap .vyhodyContent .box:nth-child(3) {
    margin-bottom: 0.8em;
  }
}
#footer {
  background: #eee;
  padding: 2em 0;
}
#footer ul,
#footer ol {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  text-transform: uppercase;
}
#footer ul a,
#footer ol a {
  color: #333333;
}
#footer ul a:hover,
#footer ol a:hover {
  color: #cf102d;
}
#footer h5 {
  text-transform: uppercase;
  color: #cf102d;
}
#footer .box {
  line-height: 1.6em;
}
#footer .box img {
  display: block;
  margin-top: 0.4em;
}
#footer .box.social a {
  display: inline-block;
  width: 30px;
  margin-right: 0.5em;
  border-radius: 5px;
  overflow: hidden;
}
#footer .box.social a svg {
  display: block;
  width: 100%;
  height: auto;
}
#footer .box.social a.fb svg {
  fill: #4267b2;
}
#footer .box.social a.yt svg {
  fill: #ff0000;
}
#footer .box.social a.insta svg {
  fill: #282828;
}
#copyright {
  margin: 1.5em 0;
  font-size: 13px;
}
#copyright .left img {
  height: 1em;
  width: auto;
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 991px) {
  #copyright .left,
  #copyright .right {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #footer .box {
    margin-bottom: 2em;
  }
}
#categoriesMenuWrap {
  display: block;
  position: fixed;
  left: -240px;
  z-index: 200;
  top: 50px;
  width: 240px;
  background: #fff;
  overflow-y: auto;
  height: calc(100% - 50px);
  font-size: 16px;
  border-right: 1px solid #dbdbdb;
  transition: all 0.1s linear;
}
#categoriesMenuWrap.active {
  left: 0;
}
#categoriesMenuWrap .level-1-menu {
  min-height: 100%;
}
#categoriesMenuWrap .level-1-item {
  display: block;
  position: relative;
}
#categoriesMenuWrap .level-1-item .catOpener,
#categoriesMenuWrap .level-1-item .catSubOpener {
  display: block;
  position: absolute;
  height: 48px;
  width: 40px;
  right: 0;
  top: 0;
  z-index: 5;
  cursor: pointer;
}
#categoriesMenuWrap .level-1-item .catOpener svg,
#categoriesMenuWrap .level-1-item .catSubOpener svg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  fill: #000;
  margin: auto;
  transition: all 0.1s linear;
}
#categoriesMenuWrap .level-1-item .catOpener svg .x,
#categoriesMenuWrap .level-1-item .catSubOpener svg .x {
  transition: all 0.1s linear;
  opacity: 1;
}
#categoriesMenuWrap .level-1-item .catOpener:hover svg,
#categoriesMenuWrap .level-1-item .catSubOpener:hover svg {
  fill: #cf102d;
}
#categoriesMenuWrap .level-1-item .catOpener.active svg .x,
#categoriesMenuWrap .level-1-item .catSubOpener.active svg .x {
  opacity: 0;
}
#categoriesMenuWrap .level-1-item .catOpener {
  width: 100%;
}
#categoriesMenuWrap .level-1-item .catOpener svg {
  left: auto;
  right: 15px;
}
#categoriesMenuWrap .level-1-item .catSubOpener {
  height: 28px;
  width: 28px;
}
#categoriesMenuWrap .level-1-item .catSubOpener svg {
  widh: 10px;
  height: 10px;
}
#categoriesMenuWrap .level-1-link {
  padding: 1em;
  display: block;
  text-transform: uppercase;
  color: #333333;
  width: calc(100% - 40px);
  font-weight: 700;
}
#categoriesMenuWrap .level-1-link.active {
  color: #cf102d;
  font-weight: 700;
}
#categoriesMenuWrap .level-2-menu {
  padding: 1em 0.5em;
  display: none;
  background: #dbdbdb;
}
#categoriesMenuWrap .level-2-item {
  display: block;
  position: relative;
}
#categoriesMenuWrap .level-2-link {
  display: block;
  padding: 0.5em;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  width: calc(100% - 28px);
}
#categoriesMenuWrap .level-2-link.active {
  color: #cf102d;
}
#categoriesMenuWrap .level-3-menu {
  display: none;
  margin: 0.5em 0.2em;
}
#categoriesMenuWrap .level-3-link {
  display: block;
  padding: 0.5em;
  color: #333333;
}
#categoriesMenuWrap .level-3-link.active {
  color: #cf102d;
}
