@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

iframe {
  max-width: 100%;
}

ol,
ul {
  list-style-type: none;
}

b,
strong {
  font-weight: bold;
}

* {
  box-sizing: border-box;
  word-wrap: break-word;
}

@font-face {
  font-family: "iconfont";
  src: url("../../fonts/iconfont.eot");
  src: url("../../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/iconfont/iconfont.woff") format("woff"), url("../../fonts/iconfont/iconfont.woff2") format("woff2"), url("../../fonts/iconfont/iconfont.ttf") format("truetype"), url("../../fonts/iconfont/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: "Open Sans" , sans-serif;
  font-size: 4.26vw;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 2.08vw;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  html {
    font-size: 1.56vw;
  }
}

@media only screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #222a2b;
  line-height: 1.15;
  /* for phase 2
    padding-top: rem-calc(187);

    @include media(medium) {
        padding-top: rem-calc(177);
    }

    @include media(medium-m) {
        padding-top: rem-calc(140);
    }

    @include media(large) {
        padding-top: rem-calc(210);
    }
    */
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  text-transform: uppercase;
}

h1 + *,
h2 + *,
h3 + *,
h4 + * {
  margin-top: 2.5rem;
}

h1 {
  font-size: 1.5625rem;
}

@media only screen and (min-width: 1440px) {
  h1 {
    font-size: 2.1875rem;
  }
}

h2 {
  font-size: 1.25rem;
}

@media only screen and (min-width: 1440px) {
  h2 {
    font-size: 1.5625rem;
  }
}

h3 {
  font-size: 1.0625rem;
  font-weight: 300;
  text-transform: none;
}

@media only screen and (min-width: 1440px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 0.75rem;
}

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

textarea {
  height: auto;
  min-height: 6.25rem;
}

select {
  width: 100%;
}

button {
  appearance: none;
  background: transparent;
  border-radius: 0;
  border: 0;
  line-height: 1;
  padding: 0;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  outline: none;
  position: relative;
  vertical-align: top;
}

a {
  transition: color 0.15s ease-in 0s;
  outline: none;
  cursor: pointer;
}

a:link {
  color: #007aff;
  text-decoration: underline;
}

a:visited {
  color: #007aff;
  text-decoration: underline;
}

a:hover {
  color: #2abcc6;
  text-decoration: none;
}

a:active {
  color: #2abcc6;
  text-decoration: none;
}

p {
  line-height: 1.2;
}

p + * {
  margin-top: 1.25rem;
}

table {
  border-collapse: separate;
  table-layout: fixed;
}

thead {
  text-align: left;
}

@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot");
  src: url("iconfont.eot?#iefix") format("embedded-opentype"), url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"), url("iconfont.ttf") format("truetype"), url("iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "iconfont";
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-authentic:before {
  content: "\f101";
}

.icon-chevron-down:before {
  content: "\f102";
}

.icon-chevron-left:before {
  content: "\f103";
}

.icon-chevron-right:before {
  content: "\f104";
}

.icon-chevron-up:before {
  content: "\f105";
}

.icon-cross:before {
  content: "\f106";
}

.icon-customization:before {
  content: "\f107";
}

.icon-envelope:before {
  content: "\f108";
}

.icon-facebook:before {
  content: "\f109";
}

.icon-google:before {
  content: "\f10a";
}

.icon-minicart:before {
  content: "\f10b";
}

.icon-nav:before {
  content: "\f10c";
}

.icon-phone:before {
  content: "\f10d";
}

.icon-pro-pack:before {
  content: "\f10e";
}

.icon-registration:before {
  content: "\f10f";
}

.icon-search:before {
  content: "\f110";
}

.icon-tax-exempt:before {
  content: "\f111";
}

.icon-warranty:before {
  content: "\f112";
}

.icon-youtube:before {
  content: "\f113";
}

.grid {
  display: block;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 0.625rem;
  width: 100%;
}

.grid:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid {
    padding: 0 0.875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .grid {
    padding: 0 0.875rem;
  }
}

@media only screen and (min-width: 1440px) {
  .grid {
    padding: 0 1.875rem;
  }
}

.grid .grid {
  margin: 0 -0.3125rem;
  min-width: 0;
  padding: 0;
}

.grid_no-padding {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 519px) {
  .grid-small_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .grid-small-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid-medium_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .grid-medium-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .grid-large_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.grid_flex {
  align-items: stretch;
  box-align: stretch;
  box-orient: horizontal;
  box-direction: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.grid_flex::after {
  display: none;
}

[class*="col-"] {
  transition: width 0.15s ease-in 0s;
  float: left;
  min-height: 0.0625rem;
  padding: 0 0.3125rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [class*="col-"] {
    padding: 0 0.375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  [class*="col-"] {
    padding: 0 0.375rem;
  }
}

@media only screen and (min-width: 1440px) {
  [class*="col-"] {
    padding: 0 1.25rem;
  }
}

.col-0 {
  width: 0%;
}

.col-0_no-padding {
  padding: 0;
}

@media only screen and (max-width: 519px) {
  .col-0-small {
    width: 0%;
  }
}

@media only screen and (max-width: 519px) {
  .col-0-small_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-0-small-m {
    width: 0%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-0-small-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-0-medium {
    width: 0%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-0-medium_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-0-medium-m {
    width: 0%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-0-medium-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .col-0-large {
    width: 0%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-0-large_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media only screen and (max-width: 519px) {
  .col-0-offset-small {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-0-offset-small-m {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-0-offset-medium {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-0-offset-medium-m {
    margin-left: 0%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-0-offset-large {
    margin-left: 0%;
  }
}

.col-order-0 {
  order: 0;
}

@media only screen and (max-width: 519px) {
  .col-order-0-small {
    box-ordinal-group: 0;
    order: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-order-0-small-m {
    box-ordinal-group: 0;
    order: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-order-0-medium {
    box-ordinal-group: 0;
    order: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-order-0-medium-m {
    box-ordinal-group: 0;
    order: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .col-order-0-large {
    box-ordinal-group: 0;
    order: 0;
  }
}

.col-1 {
  width: 8.3333333333%;
}

.col-1_no-padding {
  padding: 0;
}

@media only screen and (max-width: 519px) {
  .col-1-small {
    width: 8.3333333333%;
  }
}

@media only screen and (max-width: 519px) {
  .col-1-small_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-1-small-m {
    width: 8.3333333333%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-1-small-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-1-medium {
    width: 8.3333333333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-1-medium_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-1-medium-m {
    width: 8.3333333333%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-1-medium-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .col-1-large {
    width: 8.3333333333%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-1-large_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media only screen and (max-width: 519px) {
  .col-1-offset-small {
    margin-left: 8.3333333333%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-1-offset-small-m {
    margin-left: 8.3333333333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-1-offset-medium {
    margin-left: 8.3333333333%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-1-offset-medium-m {
    margin-left: 8.3333333333%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-1-offset-large {
    margin-left: 8.3333333333%;
  }
}

.col-order-1 {
  order: 1;
}

@media only screen and (max-width: 519px) {
  .col-order-1-small {
    box-ordinal-group: 1;
    order: 1;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-order-1-small-m {
    box-ordinal-group: 1;
    order: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-order-1-medium {
    box-ordinal-group: 1;
    order: 1;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-order-1-medium-m {
    box-ordinal-group: 1;
    order: 1;
  }
}

@media only screen and (min-width: 1440px) {
  .col-order-1-large {
    box-ordinal-group: 1;
    order: 1;
  }
}

.col-2 {
  width: 16.6666666667%;
}

.col-2_no-padding {
  padding: 0;
}

@media only screen and (max-width: 519px) {
  .col-2-small {
    width: 16.6666666667%;
  }
}

@media only screen and (max-width: 519px) {
  .col-2-small_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-2-small-m {
    width: 16.6666666667%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-2-small-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-2-medium {
    width: 16.6666666667%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-2-medium_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-2-medium-m {
    width: 16.6666666667%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-2-medium-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .col-2-large {
    width: 16.6666666667%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-2-large_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media only screen and (max-width: 519px) {
  .col-2-offset-small {
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-2-offset-small-m {
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-2-offset-medium {
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-2-offset-medium-m {
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-2-offset-large {
    margin-left: 16.6666666667%;
  }
}

.col-order-2 {
  order: 2;
}

@media only screen and (max-width: 519px) {
  .col-order-2-small {
    box-ordinal-group: 2;
    order: 2;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-order-2-small-m {
    box-ordinal-group: 2;
    order: 2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-order-2-medium {
    box-ordinal-group: 2;
    order: 2;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-order-2-medium-m {
    box-ordinal-group: 2;
    order: 2;
  }
}

@media only screen and (min-width: 1440px) {
  .col-order-2-large {
    box-ordinal-group: 2;
    order: 2;
  }
}

.col-3 {
  width: 25%;
}

.col-3_no-padding {
  padding: 0;
}

@media only screen and (max-width: 519px) {
  .col-3-small {
    width: 25%;
  }
}

@media only screen and (max-width: 519px) {
  .col-3-small_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-3-small-m {
    width: 25%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-3-small-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-3-medium {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-3-medium_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-3-medium-m {
    width: 25%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-3-medium-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .col-3-large {
    width: 25%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-3-large_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media only screen and (max-width: 519px) {
  .col-3-offset-small {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-3-offset-small-m {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-3-offset-medium {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-3-offset-medium-m {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-3-offset-large {
    margin-left: 25%;
  }
}

.col-order-3 {
  order: 3;
}

@media only screen and (max-width: 519px) {
  .col-order-3-small {
    box-ordinal-group: 3;
    order: 3;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-order-3-small-m {
    box-ordinal-group: 3;
    order: 3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-order-3-medium {
    box-ordinal-group: 3;
    order: 3;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-order-3-medium-m {
    box-ordinal-group: 3;
    order: 3;
  }
}

@media only screen and (min-width: 1440px) {
  .col-order-3-large {
    box-ordinal-group: 3;
    order: 3;
  }
}

.col-4 {
  width: 33.3333333333%;
}

.col-4_no-padding {
  padding: 0;
}

@media only screen and (max-width: 519px) {
  .col-4-small {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width: 519px) {
  .col-4-small_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-4-small-m {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-4-small-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-4-medium {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-4-medium_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-4-medium-m {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-4-medium-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .col-4-large {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-4-large_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media only screen and (max-width: 519px) {
  .col-4-offset-small {
    margin-left: 33.3333333333%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-4-offset-small-m {
    margin-left: 33.3333333333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-4-offset-medium {
    margin-left: 33.3333333333%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-4-offset-medium-m {
    margin-left: 33.3333333333%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-4-offset-large {
    margin-left: 33.3333333333%;
  }
}

.col-order-4 {
  order: 4;
}

@media only screen and (max-width: 519px) {
  .col-order-4-small {
    box-ordinal-group: 4;
    order: 4;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-order-4-small-m {
    box-ordinal-group: 4;
    order: 4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-order-4-medium {
    box-ordinal-group: 4;
    order: 4;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-order-4-medium-m {
    box-ordinal-group: 4;
    order: 4;
  }
}

@media only screen and (min-width: 1440px) {
  .col-order-4-large {
    box-ordinal-group: 4;
    order: 4;
  }
}

.col-5 {
  width: 41.6666666667%;
}

.col-5_no-padding {
  padding: 0;
}

@media only screen and (max-width: 519px) {
  .col-5-small {
    width: 41.6666666667%;
  }
}

@media only screen and (max-width: 519px) {
  .col-5-small_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-5-small-m {
    width: 41.6666666667%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-5-small-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-5-medium {
    width: 41.6666666667%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-5-medium_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-5-medium-m {
    width: 41.6666666667%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-5-medium-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .col-5-large {
    width: 41.6666666667%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-5-large_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media only screen and (max-width: 519px) {
  .col-5-offset-small {
    margin-left: 41.6666666667%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-5-offset-small-m {
    margin-left: 41.6666666667%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-5-offset-medium {
    margin-left: 41.6666666667%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-5-offset-medium-m {
    margin-left: 41.6666666667%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-5-offset-large {
    margin-left: 41.6666666667%;
  }
}

.col-order-5 {
  order: 5;
}

@media only screen and (max-width: 519px) {
  .col-order-5-small {
    box-ordinal-group: 5;
    order: 5;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-order-5-small-m {
    box-ordinal-group: 5;
    order: 5;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-order-5-medium {
    box-ordinal-group: 5;
    order: 5;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-order-5-medium-m {
    box-ordinal-group: 5;
    order: 5;
  }
}

@media only screen and (min-width: 1440px) {
  .col-order-5-large {
    box-ordinal-group: 5;
    order: 5;
  }
}

.col-6 {
  width: 50%;
}

.col-6_no-padding {
  padding: 0;
}

@media only screen and (max-width: 519px) {
  .col-6-small {
    width: 50%;
  }
}

@media only screen and (max-width: 519px) {
  .col-6-small_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-6-small-m {
    width: 50%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-6-small-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-6-medium {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-6-medium_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-6-medium-m {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-6-medium-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .col-6-large {
    width: 50%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-6-large_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media only screen and (max-width: 519px) {
  .col-6-offset-small {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-6-offset-small-m {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-6-offset-medium {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-6-offset-medium-m {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-6-offset-large {
    margin-left: 50%;
  }
}

.col-order-6 {
  order: 6;
}

@media only screen and (max-width: 519px) {
  .col-order-6-small {
    box-ordinal-group: 6;
    order: 6;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-order-6-small-m {
    box-ordinal-group: 6;
    order: 6;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-order-6-medium {
    box-ordinal-group: 6;
    order: 6;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-order-6-medium-m {
    box-ordinal-group: 6;
    order: 6;
  }
}

@media only screen and (min-width: 1440px) {
  .col-order-6-large {
    box-ordinal-group: 6;
    order: 6;
  }
}

.col-7 {
  width: 58.3333333333%;
}

.col-7_no-padding {
  padding: 0;
}

@media only screen and (max-width: 519px) {
  .col-7-small {
    width: 58.3333333333%;
  }
}

@media only screen and (max-width: 519px) {
  .col-7-small_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-7-small-m {
    width: 58.3333333333%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-7-small-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-7-medium {
    width: 58.3333333333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-7-medium_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-7-medium-m {
    width: 58.3333333333%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-7-medium-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .col-7-large {
    width: 58.3333333333%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-7-large_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media only screen and (max-width: 519px) {
  .col-7-offset-small {
    margin-left: 58.3333333333%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-7-offset-small-m {
    margin-left: 58.3333333333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-7-offset-medium {
    margin-left: 58.3333333333%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-7-offset-medium-m {
    margin-left: 58.3333333333%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-7-offset-large {
    margin-left: 58.3333333333%;
  }
}

.col-order-7 {
  order: 7;
}

@media only screen and (max-width: 519px) {
  .col-order-7-small {
    box-ordinal-group: 7;
    order: 7;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-order-7-small-m {
    box-ordinal-group: 7;
    order: 7;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-order-7-medium {
    box-ordinal-group: 7;
    order: 7;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-order-7-medium-m {
    box-ordinal-group: 7;
    order: 7;
  }
}

@media only screen and (min-width: 1440px) {
  .col-order-7-large {
    box-ordinal-group: 7;
    order: 7;
  }
}

.col-8 {
  width: 66.6666666667%;
}

.col-8_no-padding {
  padding: 0;
}

@media only screen and (max-width: 519px) {
  .col-8-small {
    width: 66.6666666667%;
  }
}

@media only screen and (max-width: 519px) {
  .col-8-small_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-8-small-m {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-8-small-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-8-medium {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-8-medium_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-8-medium-m {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-8-medium-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .col-8-large {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-8-large_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media only screen and (max-width: 519px) {
  .col-8-offset-small {
    margin-left: 66.6666666667%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-8-offset-small-m {
    margin-left: 66.6666666667%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-8-offset-medium {
    margin-left: 66.6666666667%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-8-offset-medium-m {
    margin-left: 66.6666666667%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-8-offset-large {
    margin-left: 66.6666666667%;
  }
}

.col-order-8 {
  order: 8;
}

@media only screen and (max-width: 519px) {
  .col-order-8-small {
    box-ordinal-group: 8;
    order: 8;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-order-8-small-m {
    box-ordinal-group: 8;
    order: 8;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-order-8-medium {
    box-ordinal-group: 8;
    order: 8;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-order-8-medium-m {
    box-ordinal-group: 8;
    order: 8;
  }
}

@media only screen and (min-width: 1440px) {
  .col-order-8-large {
    box-ordinal-group: 8;
    order: 8;
  }
}

.col-9 {
  width: 75%;
}

.col-9_no-padding {
  padding: 0;
}

@media only screen and (max-width: 519px) {
  .col-9-small {
    width: 75%;
  }
}

@media only screen and (max-width: 519px) {
  .col-9-small_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-9-small-m {
    width: 75%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-9-small-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-9-medium {
    width: 75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-9-medium_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-9-medium-m {
    width: 75%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-9-medium-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .col-9-large {
    width: 75%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-9-large_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media only screen and (max-width: 519px) {
  .col-9-offset-small {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-9-offset-small-m {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-9-offset-medium {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-9-offset-medium-m {
    margin-left: 75%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-9-offset-large {
    margin-left: 75%;
  }
}

.col-order-9 {
  order: 9;
}

@media only screen and (max-width: 519px) {
  .col-order-9-small {
    box-ordinal-group: 9;
    order: 9;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-order-9-small-m {
    box-ordinal-group: 9;
    order: 9;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-order-9-medium {
    box-ordinal-group: 9;
    order: 9;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-order-9-medium-m {
    box-ordinal-group: 9;
    order: 9;
  }
}

@media only screen and (min-width: 1440px) {
  .col-order-9-large {
    box-ordinal-group: 9;
    order: 9;
  }
}

.col-10 {
  width: 83.3333333333%;
}

.col-10_no-padding {
  padding: 0;
}

@media only screen and (max-width: 519px) {
  .col-10-small {
    width: 83.3333333333%;
  }
}

@media only screen and (max-width: 519px) {
  .col-10-small_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-10-small-m {
    width: 83.3333333333%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-10-small-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-10-medium {
    width: 83.3333333333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-10-medium_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-10-medium-m {
    width: 83.3333333333%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-10-medium-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .col-10-large {
    width: 83.3333333333%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-10-large_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media only screen and (max-width: 519px) {
  .col-10-offset-small {
    margin-left: 83.3333333333%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-10-offset-small-m {
    margin-left: 83.3333333333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-10-offset-medium {
    margin-left: 83.3333333333%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-10-offset-medium-m {
    margin-left: 83.3333333333%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-10-offset-large {
    margin-left: 83.3333333333%;
  }
}

.col-order-10 {
  order: 10;
}

@media only screen and (max-width: 519px) {
  .col-order-10-small {
    box-ordinal-group: 10;
    order: 10;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-order-10-small-m {
    box-ordinal-group: 10;
    order: 10;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-order-10-medium {
    box-ordinal-group: 10;
    order: 10;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-order-10-medium-m {
    box-ordinal-group: 10;
    order: 10;
  }
}

@media only screen and (min-width: 1440px) {
  .col-order-10-large {
    box-ordinal-group: 10;
    order: 10;
  }
}

.col-11 {
  width: 91.6666666667%;
}

.col-11_no-padding {
  padding: 0;
}

@media only screen and (max-width: 519px) {
  .col-11-small {
    width: 91.6666666667%;
  }
}

@media only screen and (max-width: 519px) {
  .col-11-small_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-11-small-m {
    width: 91.6666666667%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-11-small-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-11-medium {
    width: 91.6666666667%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-11-medium_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-11-medium-m {
    width: 91.6666666667%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-11-medium-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .col-11-large {
    width: 91.6666666667%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-11-large_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media only screen and (max-width: 519px) {
  .col-11-offset-small {
    margin-left: 91.6666666667%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-11-offset-small-m {
    margin-left: 91.6666666667%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-11-offset-medium {
    margin-left: 91.6666666667%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-11-offset-medium-m {
    margin-left: 91.6666666667%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-11-offset-large {
    margin-left: 91.6666666667%;
  }
}

.col-order-11 {
  order: 11;
}

@media only screen and (max-width: 519px) {
  .col-order-11-small {
    box-ordinal-group: 11;
    order: 11;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-order-11-small-m {
    box-ordinal-group: 11;
    order: 11;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-order-11-medium {
    box-ordinal-group: 11;
    order: 11;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-order-11-medium-m {
    box-ordinal-group: 11;
    order: 11;
  }
}

@media only screen and (min-width: 1440px) {
  .col-order-11-large {
    box-ordinal-group: 11;
    order: 11;
  }
}

.col-12 {
  width: 100%;
}

.col-12_no-padding {
  padding: 0;
}

@media only screen and (max-width: 519px) {
  .col-12-small {
    width: 100%;
  }
}

@media only screen and (max-width: 519px) {
  .col-12-small_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-12-small-m {
    width: 100%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-12-small-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-12-medium {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-12-medium_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-12-medium-m {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-12-medium-m_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .col-12-large {
    width: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-12-large_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media only screen and (max-width: 519px) {
  .col-12-offset-small {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-12-offset-small-m {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-12-offset-medium {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-12-offset-medium-m {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  .col-12-offset-large {
    margin-left: 100%;
  }
}

.col-order-12 {
  order: 12;
}

@media only screen and (max-width: 519px) {
  .col-order-12-small {
    box-ordinal-group: 12;
    order: 12;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .col-order-12-small-m {
    box-ordinal-group: 12;
    order: 12;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-order-12-medium {
    box-ordinal-group: 12;
    order: 12;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .col-order-12-medium-m {
    box-ordinal-group: 12;
    order: 12;
  }
}

@media only screen and (min-width: 1440px) {
  .col-order-12-large {
    box-ordinal-group: 12;
    order: 12;
  }
}

.slick-slider {
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none !important;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}

.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  outline: 0;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: inline-block;
  vertical-align: top;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: none;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.js-carousel,
.js-carousel-lazy {
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
}

.js-carousel > div,
.js-carousel-lazy > div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.js-carousel .slick-list,
.js-carousel-lazy .slick-list {
  max-width: 100%;
}

.js-carousel .slick-track,
.js-carousel-lazy .slick-track {
  font-size: 0;
  white-space: nowrap;
}

.js-carousel .slick-slide,
.js-carousel-lazy .slick-slide {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
}

.slick-initialized .js-carousel .slick-slide, .slick-initialized
.js-carousel-lazy .slick-slide {
  display: inline-block;
  vertical-align: top;
}

.js-carousel.slick-vertical .slick-slide,
.js-carousel-lazy.slick-vertical .slick-slide {
  display: block;
  white-space: normal;
}

.slick-slider {
  margin: 0;
  opacity: 0;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

.slick-slide:hover, .slick-slide:focus {
  background-color: transparent;
  outline: none !important;
}

.slick-loading .slick-list {
  background: url("../img/loader.gif") 50% no-repeat;
}

.slick-prev,
.slick-next {
  transition: all 0.15s ease-in 0s;
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slick-prev:hover,
.slick-next:hover {
  transform: translate(0, -50%) scale(1.25);
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #000;
}

.slick-prev:active,
.slick-next:active {
  background: #000;
  transform: translate(0, -50%) scale(1.25);
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
  opacity: 0.5;
}

.slick-prev {
  right: 100%;
}

.slick-prev:before {
  font-size: 1.5rem;
}

.slick-next {
  left: 100%;
}

.slick-next:before {
  font-size: 1.5rem;
}

.slick-dots {
  display: none;
  font-size: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100%;
}

.slick-dots li {
  display: inline-block;
  margin: 0 0.625rem;
  vertical-align: top;
}

.slick-dots button {
  background: #f2f3f4;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  height: 0.9375rem;
  outline: 0;
  width: 0.9375rem;
}

.slick-dots-outside .slick-prev:before,
.slick-dots-outside .slick-next:before {
  color: #f2f3f4;
}

.slick-dots-outside .slick-prev {
  left: inherit;
  right: 100%;
}

.slick-dots-outside .slick-next {
  left: 100%;
  right: inherit;
}

.h-bg-black {
  background: #000;
}

.h-bg-dark-grey {
  background: #646464;
}

.h-bg-dodger-blue {
  background: #007aff;
}

.h-bg-gainsboro {
  background: #e6e6e6;
}

.h-bg-grey {
  background: #808080;
}

.h-bg-light-grey {
  background: #d3d3d3;
}

.h-bg-light-sea-green {
  background: #2abcc6;
}

.h-bg-mako {
  background: #4e5151;
}

.h-bg-nobel {
  background: #999999;
}

.h-bg-red-orange {
  background: #f63535;
}

.h-bg-shamrock {
  background: #2ac677;
}

.h-bg-silver {
  background: #b8b8b8;
}

.h-bg-snow {
  background: #fafafa;
}

.h-bg-suva-grey {
  background: #888;
}

.h-bg-swamp {
  background: #222a2b;
}

.h-bg-tangerine-yellow {
  background: #fed100;
}

.h-bg-very-light-grey {
  background: #ccc;
}

.h-bg-white-smoke {
  background: #eaeaea;
}

.h-bg-white {
  background: #fff;
}

.h-bg-zircon {
  background: #f2f3f4;
}

.h-bg-border {
  background: #b8b8b8;
}

.h-bg-error {
  background: #f63535;
}

.h-bg-footer-border {
  background: #646464;
}

.h-bg-link-hover {
  background: #2abcc6;
}

.h-bg-link {
  background: #007aff;
}

.h-bg-primary {
  background: #222a2b;
}

.h-color-black {
  color: #000;
}

.h-color-dark-grey {
  color: #646464;
}

.h-color-dodger-blue {
  color: #007aff;
}

.h-color-gainsboro {
  color: #e6e6e6;
}

.h-color-grey {
  color: #808080;
}

.h-color-light-grey {
  color: #d3d3d3;
}

.h-color-light-sea-green {
  color: #2abcc6;
}

.h-color-mako {
  color: #4e5151;
}

.h-color-nobel {
  color: #999999;
}

.h-color-red-orange {
  color: #f63535;
}

.h-color-shamrock {
  color: #2ac677;
}

.h-color-silver {
  color: #b8b8b8;
}

.h-color-snow {
  color: #fafafa;
}

.h-color-suva-grey {
  color: #888;
}

.h-color-swamp {
  color: #222a2b;
}

.h-color-tangerine-yellow {
  color: #fed100;
}

.h-color-very-light-grey {
  color: #ccc;
}

.h-color-white-smoke {
  color: #eaeaea;
}

.h-color-white {
  color: #fff;
}

.h-color-zircon {
  color: #f2f3f4;
}

.h-color-border {
  color: #b8b8b8;
}

.h-color-error {
  color: #f63535;
}

.h-color-footer-border {
  color: #646464;
}

.h-color-link-hover {
  color: #2abcc6;
}

.h-color-link {
  color: #007aff;
}

.h-color-primary {
  color: #222a2b;
}

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

@media only screen and (max-width: 519px) {
  .h-text-left-small {
    text-align: left;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .h-text-left-small-m {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .h-text-left-medium {
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .h-text-left-medium-m {
    text-align: left;
  }
}

@media only screen and (min-width: 1440px) {
  .h-text-left-large {
    text-align: left;
  }
}

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

@media only screen and (max-width: 519px) {
  .h-text-right-small {
    text-align: right;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .h-text-right-small-m {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .h-text-right-medium {
    text-align: right;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .h-text-right-medium-m {
    text-align: right;
  }
}

@media only screen and (min-width: 1440px) {
  .h-text-right-large {
    text-align: right;
  }
}

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

@media only screen and (max-width: 519px) {
  .h-text-center-small {
    text-align: center;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .h-text-center-small-m {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .h-text-center-medium {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .h-text-center-medium-m {
    text-align: center;
  }
}

@media only screen and (min-width: 1440px) {
  .h-text-center-large {
    text-align: center;
  }
}

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

@media only screen and (max-width: 519px) {
  .h-text-justify-small {
    text-align: justify;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .h-text-justify-small-m {
    text-align: justify;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .h-text-justify-medium {
    text-align: justify;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .h-text-justify-medium-m {
    text-align: justify;
  }
}

@media only screen and (min-width: 1440px) {
  .h-text-justify-large {
    text-align: justify;
  }
}

.h-hidden {
  display: none !important;
}

@media only screen and (max-width: 519px) {
  .h-hidden-small {
    display: none !important;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .h-hidden-small-m {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .h-hidden-medium {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .h-hidden-medium-m {
    display: none !important;
  }
}

@media only screen and (min-width: 1440px) {
  .h-hidden-large {
    display: none !important;
  }
}

.h-visible {
  display: block !important;
}

@media only screen and (max-width: 519px) {
  .h-visible-small {
    display: block !important;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .h-visible-small-m {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .h-visible-medium {
    display: block !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .h-visible-medium-m {
    display: block !important;
  }
}

@media only screen and (min-width: 1440px) {
  .h-visible-large {
    display: block !important;
  }
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0.0625rem solid #ccc;
  box-shadow: none;
  color: #000;
  max-width: 100%;
  outline: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  height: 2.5rem;
}

input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}

input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b8b8b8;
}

@media only screen and (max-width: 519px) {
  input[type="text"],
  input[type="number"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select,
  textarea {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  input[type="text"],
  input[type="number"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select,
  textarea {
    font-size: 0.875rem;
  }
}

input[type="text"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="date"]::-ms-clear,
input[type="datetime"]::-ms-clear,
input[type="datetime-local"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="month"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="time"]::-ms-clear,
input[type="url"]::-ms-clear,
input[type="week"]::-ms-clear,
select::-ms-clear,
textarea::-ms-clear {
  display: none;
}

input[type="text"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
select:hover,
textarea:hover {
  border-color: #000;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
  background: rgba(0, 0, 0, 0.01);
  border-color: #000;
  outline: none;
}

input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
select:disabled,
textarea:disabled {
  background: #808080;
  border: 0.0625rem solid #000;
  cursor: not-allowed;
}

input[type="text"]:disabled:hover,
input[type="number"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="date"]:disabled:hover,
input[type="datetime"]:disabled:hover,
input[type="datetime-local"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="month"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="time"]:disabled:hover,
input[type="url"]:disabled:hover,
input[type="week"]:disabled:hover,
select:disabled:hover,
textarea:disabled:hover {
  border: 0.0625rem solid #b8b8b8;
}

input[type="text"] + label,
input[type="number"] + label,
input[type="password"] + label,
input[type="date"] + label,
input[type="datetime"] + label,
input[type="datetime-local"] + label,
input[type="email"] + label,
input[type="month"] + label,
input[type="search"] + label,
input[type="tel"] + label,
input[type="time"] + label,
input[type="url"] + label,
input[type="week"] + label,
select + label,
textarea + label {
  cursor: pointer;
}

input[type="text"].m-error, input[type="text"].error,
input[type="number"].m-error,
input[type="number"].error,
input[type="password"].m-error,
input[type="password"].error,
input[type="date"].m-error,
input[type="date"].error,
input[type="datetime"].m-error,
input[type="datetime"].error,
input[type="datetime-local"].m-error,
input[type="datetime-local"].error,
input[type="email"].m-error,
input[type="email"].error,
input[type="month"].m-error,
input[type="month"].error,
input[type="search"].m-error,
input[type="search"].error,
input[type="tel"].m-error,
input[type="tel"].error,
input[type="time"].m-error,
input[type="time"].error,
input[type="url"].m-error,
input[type="url"].error,
input[type="week"].m-error,
input[type="week"].error,
select.m-error,
select.error,
textarea.m-error,
textarea.error {
  border-color: #f63535;
}

input[type="text"].m-error:focus, input[type="text"].error:focus,
input[type="number"].m-error:focus,
input[type="number"].error:focus,
input[type="password"].m-error:focus,
input[type="password"].error:focus,
input[type="date"].m-error:focus,
input[type="date"].error:focus,
input[type="datetime"].m-error:focus,
input[type="datetime"].error:focus,
input[type="datetime-local"].m-error:focus,
input[type="datetime-local"].error:focus,
input[type="email"].m-error:focus,
input[type="email"].error:focus,
input[type="month"].m-error:focus,
input[type="month"].error:focus,
input[type="search"].m-error:focus,
input[type="search"].error:focus,
input[type="tel"].m-error:focus,
input[type="tel"].error:focus,
input[type="time"].m-error:focus,
input[type="time"].error:focus,
input[type="url"].m-error:focus,
input[type="url"].error:focus,
input[type="week"].m-error:focus,
input[type="week"].error:focus,
select.m-error:focus,
select.error:focus,
textarea.m-error:focus,
textarea.error:focus {
  border-color: #f63535;
  outline: none;
}

input[type="text"].m-error input[type="text"],
input[type="text"].m-error input[type="number"],
input[type="text"].m-error input[type="password"],
input[type="text"].m-error input[type="date"],
input[type="text"].m-error input[type="datetime"],
input[type="text"].m-error input[type="datetime-local"],
input[type="text"].m-error input[type="email"],
input[type="text"].m-error input[type="month"],
input[type="text"].m-error input[type="search"],
input[type="text"].m-error input[type="tel"],
input[type="text"].m-error input[type="time"],
input[type="text"].m-error input[type="url"],
input[type="text"].m-error input[type="week"],
input[type="text"].m-error select,
input[type="text"].m-error textarea, input[type="text"].error input[type="text"],
input[type="text"].error input[type="number"],
input[type="text"].error input[type="password"],
input[type="text"].error input[type="date"],
input[type="text"].error input[type="datetime"],
input[type="text"].error input[type="datetime-local"],
input[type="text"].error input[type="email"],
input[type="text"].error input[type="month"],
input[type="text"].error input[type="search"],
input[type="text"].error input[type="tel"],
input[type="text"].error input[type="time"],
input[type="text"].error input[type="url"],
input[type="text"].error input[type="week"],
input[type="text"].error select,
input[type="text"].error textarea,
input[type="number"].m-error input[type="text"],
input[type="number"].m-error input[type="number"],
input[type="number"].m-error input[type="password"],
input[type="number"].m-error input[type="date"],
input[type="number"].m-error input[type="datetime"],
input[type="number"].m-error input[type="datetime-local"],
input[type="number"].m-error input[type="email"],
input[type="number"].m-error input[type="month"],
input[type="number"].m-error input[type="search"],
input[type="number"].m-error input[type="tel"],
input[type="number"].m-error input[type="time"],
input[type="number"].m-error input[type="url"],
input[type="number"].m-error input[type="week"],
input[type="number"].m-error select,
input[type="number"].m-error textarea,
input[type="number"].error input[type="text"],
input[type="number"].error input[type="number"],
input[type="number"].error input[type="password"],
input[type="number"].error input[type="date"],
input[type="number"].error input[type="datetime"],
input[type="number"].error input[type="datetime-local"],
input[type="number"].error input[type="email"],
input[type="number"].error input[type="month"],
input[type="number"].error input[type="search"],
input[type="number"].error input[type="tel"],
input[type="number"].error input[type="time"],
input[type="number"].error input[type="url"],
input[type="number"].error input[type="week"],
input[type="number"].error select,
input[type="number"].error textarea,
input[type="password"].m-error input[type="text"],
input[type="password"].m-error input[type="number"],
input[type="password"].m-error input[type="password"],
input[type="password"].m-error input[type="date"],
input[type="password"].m-error input[type="datetime"],
input[type="password"].m-error input[type="datetime-local"],
input[type="password"].m-error input[type="email"],
input[type="password"].m-error input[type="month"],
input[type="password"].m-error input[type="search"],
input[type="password"].m-error input[type="tel"],
input[type="password"].m-error input[type="time"],
input[type="password"].m-error input[type="url"],
input[type="password"].m-error input[type="week"],
input[type="password"].m-error select,
input[type="password"].m-error textarea,
input[type="password"].error input[type="text"],
input[type="password"].error input[type="number"],
input[type="password"].error input[type="password"],
input[type="password"].error input[type="date"],
input[type="password"].error input[type="datetime"],
input[type="password"].error input[type="datetime-local"],
input[type="password"].error input[type="email"],
input[type="password"].error input[type="month"],
input[type="password"].error input[type="search"],
input[type="password"].error input[type="tel"],
input[type="password"].error input[type="time"],
input[type="password"].error input[type="url"],
input[type="password"].error input[type="week"],
input[type="password"].error select,
input[type="password"].error textarea,
input[type="date"].m-error input[type="text"],
input[type="date"].m-error input[type="number"],
input[type="date"].m-error input[type="password"],
input[type="date"].m-error input[type="date"],
input[type="date"].m-error input[type="datetime"],
input[type="date"].m-error input[type="datetime-local"],
input[type="date"].m-error input[type="email"],
input[type="date"].m-error input[type="month"],
input[type="date"].m-error input[type="search"],
input[type="date"].m-error input[type="tel"],
input[type="date"].m-error input[type="time"],
input[type="date"].m-error input[type="url"],
input[type="date"].m-error input[type="week"],
input[type="date"].m-error select,
input[type="date"].m-error textarea,
input[type="date"].error input[type="text"],
input[type="date"].error input[type="number"],
input[type="date"].error input[type="password"],
input[type="date"].error input[type="date"],
input[type="date"].error input[type="datetime"],
input[type="date"].error input[type="datetime-local"],
input[type="date"].error input[type="email"],
input[type="date"].error input[type="month"],
input[type="date"].error input[type="search"],
input[type="date"].error input[type="tel"],
input[type="date"].error input[type="time"],
input[type="date"].error input[type="url"],
input[type="date"].error input[type="week"],
input[type="date"].error select,
input[type="date"].error textarea,
input[type="datetime"].m-error input[type="text"],
input[type="datetime"].m-error input[type="number"],
input[type="datetime"].m-error input[type="password"],
input[type="datetime"].m-error input[type="date"],
input[type="datetime"].m-error input[type="datetime"],
input[type="datetime"].m-error input[type="datetime-local"],
input[type="datetime"].m-error input[type="email"],
input[type="datetime"].m-error input[type="month"],
input[type="datetime"].m-error input[type="search"],
input[type="datetime"].m-error input[type="tel"],
input[type="datetime"].m-error input[type="time"],
input[type="datetime"].m-error input[type="url"],
input[type="datetime"].m-error input[type="week"],
input[type="datetime"].m-error select,
input[type="datetime"].m-error textarea,
input[type="datetime"].error input[type="text"],
input[type="datetime"].error input[type="number"],
input[type="datetime"].error input[type="password"],
input[type="datetime"].error input[type="date"],
input[type="datetime"].error input[type="datetime"],
input[type="datetime"].error input[type="datetime-local"],
input[type="datetime"].error input[type="email"],
input[type="datetime"].error input[type="month"],
input[type="datetime"].error input[type="search"],
input[type="datetime"].error input[type="tel"],
input[type="datetime"].error input[type="time"],
input[type="datetime"].error input[type="url"],
input[type="datetime"].error input[type="week"],
input[type="datetime"].error select,
input[type="datetime"].error textarea,
input[type="datetime-local"].m-error input[type="text"],
input[type="datetime-local"].m-error input[type="number"],
input[type="datetime-local"].m-error input[type="password"],
input[type="datetime-local"].m-error input[type="date"],
input[type="datetime-local"].m-error input[type="datetime"],
input[type="datetime-local"].m-error input[type="datetime-local"],
input[type="datetime-local"].m-error input[type="email"],
input[type="datetime-local"].m-error input[type="month"],
input[type="datetime-local"].m-error input[type="search"],
input[type="datetime-local"].m-error input[type="tel"],
input[type="datetime-local"].m-error input[type="time"],
input[type="datetime-local"].m-error input[type="url"],
input[type="datetime-local"].m-error input[type="week"],
input[type="datetime-local"].m-error select,
input[type="datetime-local"].m-error textarea,
input[type="datetime-local"].error input[type="text"],
input[type="datetime-local"].error input[type="number"],
input[type="datetime-local"].error input[type="password"],
input[type="datetime-local"].error input[type="date"],
input[type="datetime-local"].error input[type="datetime"],
input[type="datetime-local"].error input[type="datetime-local"],
input[type="datetime-local"].error input[type="email"],
input[type="datetime-local"].error input[type="month"],
input[type="datetime-local"].error input[type="search"],
input[type="datetime-local"].error input[type="tel"],
input[type="datetime-local"].error input[type="time"],
input[type="datetime-local"].error input[type="url"],
input[type="datetime-local"].error input[type="week"],
input[type="datetime-local"].error select,
input[type="datetime-local"].error textarea,
input[type="email"].m-error input[type="text"],
input[type="email"].m-error input[type="number"],
input[type="email"].m-error input[type="password"],
input[type="email"].m-error input[type="date"],
input[type="email"].m-error input[type="datetime"],
input[type="email"].m-error input[type="datetime-local"],
input[type="email"].m-error input[type="email"],
input[type="email"].m-error input[type="month"],
input[type="email"].m-error input[type="search"],
input[type="email"].m-error input[type="tel"],
input[type="email"].m-error input[type="time"],
input[type="email"].m-error input[type="url"],
input[type="email"].m-error input[type="week"],
input[type="email"].m-error select,
input[type="email"].m-error textarea,
input[type="email"].error input[type="text"],
input[type="email"].error input[type="number"],
input[type="email"].error input[type="password"],
input[type="email"].error input[type="date"],
input[type="email"].error input[type="datetime"],
input[type="email"].error input[type="datetime-local"],
input[type="email"].error input[type="email"],
input[type="email"].error input[type="month"],
input[type="email"].error input[type="search"],
input[type="email"].error input[type="tel"],
input[type="email"].error input[type="time"],
input[type="email"].error input[type="url"],
input[type="email"].error input[type="week"],
input[type="email"].error select,
input[type="email"].error textarea,
input[type="month"].m-error input[type="text"],
input[type="month"].m-error input[type="number"],
input[type="month"].m-error input[type="password"],
input[type="month"].m-error input[type="date"],
input[type="month"].m-error input[type="datetime"],
input[type="month"].m-error input[type="datetime-local"],
input[type="month"].m-error input[type="email"],
input[type="month"].m-error input[type="month"],
input[type="month"].m-error input[type="search"],
input[type="month"].m-error input[type="tel"],
input[type="month"].m-error input[type="time"],
input[type="month"].m-error input[type="url"],
input[type="month"].m-error input[type="week"],
input[type="month"].m-error select,
input[type="month"].m-error textarea,
input[type="month"].error input[type="text"],
input[type="month"].error input[type="number"],
input[type="month"].error input[type="password"],
input[type="month"].error input[type="date"],
input[type="month"].error input[type="datetime"],
input[type="month"].error input[type="datetime-local"],
input[type="month"].error input[type="email"],
input[type="month"].error input[type="month"],
input[type="month"].error input[type="search"],
input[type="month"].error input[type="tel"],
input[type="month"].error input[type="time"],
input[type="month"].error input[type="url"],
input[type="month"].error input[type="week"],
input[type="month"].error select,
input[type="month"].error textarea,
input[type="search"].m-error input[type="text"],
input[type="search"].m-error input[type="number"],
input[type="search"].m-error input[type="password"],
input[type="search"].m-error input[type="date"],
input[type="search"].m-error input[type="datetime"],
input[type="search"].m-error input[type="datetime-local"],
input[type="search"].m-error input[type="email"],
input[type="search"].m-error input[type="month"],
input[type="search"].m-error input[type="search"],
input[type="search"].m-error input[type="tel"],
input[type="search"].m-error input[type="time"],
input[type="search"].m-error input[type="url"],
input[type="search"].m-error input[type="week"],
input[type="search"].m-error select,
input[type="search"].m-error textarea,
input[type="search"].error input[type="text"],
input[type="search"].error input[type="number"],
input[type="search"].error input[type="password"],
input[type="search"].error input[type="date"],
input[type="search"].error input[type="datetime"],
input[type="search"].error input[type="datetime-local"],
input[type="search"].error input[type="email"],
input[type="search"].error input[type="month"],
input[type="search"].error input[type="search"],
input[type="search"].error input[type="tel"],
input[type="search"].error input[type="time"],
input[type="search"].error input[type="url"],
input[type="search"].error input[type="week"],
input[type="search"].error select,
input[type="search"].error textarea,
input[type="tel"].m-error input[type="text"],
input[type="tel"].m-error input[type="number"],
input[type="tel"].m-error input[type="password"],
input[type="tel"].m-error input[type="date"],
input[type="tel"].m-error input[type="datetime"],
input[type="tel"].m-error input[type="datetime-local"],
input[type="tel"].m-error input[type="email"],
input[type="tel"].m-error input[type="month"],
input[type="tel"].m-error input[type="search"],
input[type="tel"].m-error input[type="tel"],
input[type="tel"].m-error input[type="time"],
input[type="tel"].m-error input[type="url"],
input[type="tel"].m-error input[type="week"],
input[type="tel"].m-error select,
input[type="tel"].m-error textarea,
input[type="tel"].error input[type="text"],
input[type="tel"].error input[type="number"],
input[type="tel"].error input[type="password"],
input[type="tel"].error input[type="date"],
input[type="tel"].error input[type="datetime"],
input[type="tel"].error input[type="datetime-local"],
input[type="tel"].error input[type="email"],
input[type="tel"].error input[type="month"],
input[type="tel"].error input[type="search"],
input[type="tel"].error input[type="tel"],
input[type="tel"].error input[type="time"],
input[type="tel"].error input[type="url"],
input[type="tel"].error input[type="week"],
input[type="tel"].error select,
input[type="tel"].error textarea,
input[type="time"].m-error input[type="text"],
input[type="time"].m-error input[type="number"],
input[type="time"].m-error input[type="password"],
input[type="time"].m-error input[type="date"],
input[type="time"].m-error input[type="datetime"],
input[type="time"].m-error input[type="datetime-local"],
input[type="time"].m-error input[type="email"],
input[type="time"].m-error input[type="month"],
input[type="time"].m-error input[type="search"],
input[type="time"].m-error input[type="tel"],
input[type="time"].m-error input[type="time"],
input[type="time"].m-error input[type="url"],
input[type="time"].m-error input[type="week"],
input[type="time"].m-error select,
input[type="time"].m-error textarea,
input[type="time"].error input[type="text"],
input[type="time"].error input[type="number"],
input[type="time"].error input[type="password"],
input[type="time"].error input[type="date"],
input[type="time"].error input[type="datetime"],
input[type="time"].error input[type="datetime-local"],
input[type="time"].error input[type="email"],
input[type="time"].error input[type="month"],
input[type="time"].error input[type="search"],
input[type="time"].error input[type="tel"],
input[type="time"].error input[type="time"],
input[type="time"].error input[type="url"],
input[type="time"].error input[type="week"],
input[type="time"].error select,
input[type="time"].error textarea,
input[type="url"].m-error input[type="text"],
input[type="url"].m-error input[type="number"],
input[type="url"].m-error input[type="password"],
input[type="url"].m-error input[type="date"],
input[type="url"].m-error input[type="datetime"],
input[type="url"].m-error input[type="datetime-local"],
input[type="url"].m-error input[type="email"],
input[type="url"].m-error input[type="month"],
input[type="url"].m-error input[type="search"],
input[type="url"].m-error input[type="tel"],
input[type="url"].m-error input[type="time"],
input[type="url"].m-error input[type="url"],
input[type="url"].m-error input[type="week"],
input[type="url"].m-error select,
input[type="url"].m-error textarea,
input[type="url"].error input[type="text"],
input[type="url"].error input[type="number"],
input[type="url"].error input[type="password"],
input[type="url"].error input[type="date"],
input[type="url"].error input[type="datetime"],
input[type="url"].error input[type="datetime-local"],
input[type="url"].error input[type="email"],
input[type="url"].error input[type="month"],
input[type="url"].error input[type="search"],
input[type="url"].error input[type="tel"],
input[type="url"].error input[type="time"],
input[type="url"].error input[type="url"],
input[type="url"].error input[type="week"],
input[type="url"].error select,
input[type="url"].error textarea,
input[type="week"].m-error input[type="text"],
input[type="week"].m-error input[type="number"],
input[type="week"].m-error input[type="password"],
input[type="week"].m-error input[type="date"],
input[type="week"].m-error input[type="datetime"],
input[type="week"].m-error input[type="datetime-local"],
input[type="week"].m-error input[type="email"],
input[type="week"].m-error input[type="month"],
input[type="week"].m-error input[type="search"],
input[type="week"].m-error input[type="tel"],
input[type="week"].m-error input[type="time"],
input[type="week"].m-error input[type="url"],
input[type="week"].m-error input[type="week"],
input[type="week"].m-error select,
input[type="week"].m-error textarea,
input[type="week"].error input[type="text"],
input[type="week"].error input[type="number"],
input[type="week"].error input[type="password"],
input[type="week"].error input[type="date"],
input[type="week"].error input[type="datetime"],
input[type="week"].error input[type="datetime-local"],
input[type="week"].error input[type="email"],
input[type="week"].error input[type="month"],
input[type="week"].error input[type="search"],
input[type="week"].error input[type="tel"],
input[type="week"].error input[type="time"],
input[type="week"].error input[type="url"],
input[type="week"].error input[type="week"],
input[type="week"].error select,
input[type="week"].error textarea,
select.m-error input[type="text"],
select.m-error input[type="number"],
select.m-error input[type="password"],
select.m-error input[type="date"],
select.m-error input[type="datetime"],
select.m-error input[type="datetime-local"],
select.m-error input[type="email"],
select.m-error input[type="month"],
select.m-error input[type="search"],
select.m-error input[type="tel"],
select.m-error input[type="time"],
select.m-error input[type="url"],
select.m-error input[type="week"],
select.m-error select,
select.m-error textarea,
select.error input[type="text"],
select.error input[type="number"],
select.error input[type="password"],
select.error input[type="date"],
select.error input[type="datetime"],
select.error input[type="datetime-local"],
select.error input[type="email"],
select.error input[type="month"],
select.error input[type="search"],
select.error input[type="tel"],
select.error input[type="time"],
select.error input[type="url"],
select.error input[type="week"],
select.error select,
select.error textarea,
textarea.m-error input[type="text"],
textarea.m-error input[type="number"],
textarea.m-error input[type="password"],
textarea.m-error input[type="date"],
textarea.m-error input[type="datetime"],
textarea.m-error input[type="datetime-local"],
textarea.m-error input[type="email"],
textarea.m-error input[type="month"],
textarea.m-error input[type="search"],
textarea.m-error input[type="tel"],
textarea.m-error input[type="time"],
textarea.m-error input[type="url"],
textarea.m-error input[type="week"],
textarea.m-error select,
textarea.m-error textarea,
textarea.error input[type="text"],
textarea.error input[type="number"],
textarea.error input[type="password"],
textarea.error input[type="date"],
textarea.error input[type="datetime"],
textarea.error input[type="datetime-local"],
textarea.error input[type="email"],
textarea.error input[type="month"],
textarea.error input[type="search"],
textarea.error input[type="tel"],
textarea.error input[type="time"],
textarea.error input[type="url"],
textarea.error input[type="week"],
textarea.error select,
textarea.error textarea {
  border-color: #f63535;
}

input[type="text"].m-error + .m-error,
input[type="text"].m-error + .error, input[type="text"].error + .m-error,
input[type="text"].error + .error,
input[type="number"].m-error + .m-error,
input[type="number"].m-error + .error,
input[type="number"].error + .m-error,
input[type="number"].error + .error,
input[type="password"].m-error + .m-error,
input[type="password"].m-error + .error,
input[type="password"].error + .m-error,
input[type="password"].error + .error,
input[type="date"].m-error + .m-error,
input[type="date"].m-error + .error,
input[type="date"].error + .m-error,
input[type="date"].error + .error,
input[type="datetime"].m-error + .m-error,
input[type="datetime"].m-error + .error,
input[type="datetime"].error + .m-error,
input[type="datetime"].error + .error,
input[type="datetime-local"].m-error + .m-error,
input[type="datetime-local"].m-error + .error,
input[type="datetime-local"].error + .m-error,
input[type="datetime-local"].error + .error,
input[type="email"].m-error + .m-error,
input[type="email"].m-error + .error,
input[type="email"].error + .m-error,
input[type="email"].error + .error,
input[type="month"].m-error + .m-error,
input[type="month"].m-error + .error,
input[type="month"].error + .m-error,
input[type="month"].error + .error,
input[type="search"].m-error + .m-error,
input[type="search"].m-error + .error,
input[type="search"].error + .m-error,
input[type="search"].error + .error,
input[type="tel"].m-error + .m-error,
input[type="tel"].m-error + .error,
input[type="tel"].error + .m-error,
input[type="tel"].error + .error,
input[type="time"].m-error + .m-error,
input[type="time"].m-error + .error,
input[type="time"].error + .m-error,
input[type="time"].error + .error,
input[type="url"].m-error + .m-error,
input[type="url"].m-error + .error,
input[type="url"].error + .m-error,
input[type="url"].error + .error,
input[type="week"].m-error + .m-error,
input[type="week"].m-error + .error,
input[type="week"].error + .m-error,
input[type="week"].error + .error,
select.m-error + .m-error,
select.m-error + .error,
select.error + .m-error,
select.error + .error,
textarea.m-error + .m-error,
textarea.m-error + .error,
textarea.error + .m-error,
textarea.error + .error {
  color: #f63535;
  display: inline-block;
  font-size: 0.75rem;
  margin-top: 0.1875rem;
  vertical-align: top;
}

input[type="text"] + .error,
input[type="number"] + .error,
input[type="password"] + .error,
input[type="date"] + .error,
input[type="datetime"] + .error,
input[type="datetime-local"] + .error,
input[type="email"] + .error,
input[type="month"] + .error,
input[type="search"] + .error,
input[type="tel"] + .error,
input[type="time"] + .error,
input[type="url"] + .error,
input[type="week"] + .error,
select + .error,
textarea + .error {
  margin-top: 0.625rem;
}

.b-carousel-pdp-main {
  margin: 2.5rem 0;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 519px) {
  .b-carousel-pdp-main {
    margin: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-carousel-pdp-main {
    margin: 0;
  }
}

.b-carousel-pdp-main__list {
  align-items: stretch;
  box-align: stretch;
  box-orient: horizontal;
  box-direction: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1250rem;
  position: relative;
}

.b-carousel-pdp-main__list:after {
  content: '';
  display: table;
  clear: both;
}

.b-carousel-pdp-main__list::after {
  display: none;
}

.b-carousel-pdp-main__item {
  max-width: 760px;
  width: calc(58.3333333333vw - 0.625rem - 0.3125rem - 0.625rem - 0.3125rem);
}

@media only screen and (max-width: 519px) {
  .b-carousel-pdp-main__item {
    width: calc(100vw - 0.625rem - 0.3125rem - 0.625rem - 0.3125rem);
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-carousel-pdp-main__item {
    width: calc(100vw - 0.625rem - 0.3125rem - 0.625rem - 0.3125rem);
  }
}

.b-carousel-pdp-main__image {
  max-width: 100%;
  height: auto;
}

.b-banner-header {
  background: #000;
  padding: 0.625rem 0;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-banner-header {
    padding: 0.5rem 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-banner-header {
    padding: 0.5rem 0;
  }
}

@media only screen and (min-width: 1440px) {
  .b-banner-header {
    padding: 0.875rem 0;
  }
}

.b-banner-header__title {
  color: #fed100;
  font-size: 0.8125rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-banner-header__title {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-banner-header__title {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-banner-header__title {
    font-size: 1.3125rem;
  }
}

.b-banner-header__title span {
  color: #fff;
  font-weight: 400;
}

.b-header {
  align-items: stretch;
  box-align: stretch;
  box-orient: horizontal;
  box-direction: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 10;
}

.b-header::after {
  display: none;
}

@media only screen and (max-width: 519px) {
  .b-header {
    padding-top: 1.5625rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-header {
    padding-top: 1.5625rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-header {
    padding-top: 0.8125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-header {
    align-items: stretch;
    box-align: stretch;
    box-orient: horizontal;
    box-direction: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.625rem;
  }
  .b-header::after {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-header {
    align-items: stretch;
    box-align: stretch;
    box-orient: horizontal;
    box-direction: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 1.4375rem;
  }
  .b-header::after {
    display: none;
  }
}

.b-logo {
  transition: width 0.15s ease-in 0s;
  min-height: 0.0625rem;
  padding: 0 0.3125rem;
  font-size: 0;
  order: 4;
  text-align: center;
  width: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-logo {
    padding: 0 0.375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-logo {
    padding: 0 0.375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-logo {
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-logo {
    order: 5;
    width: 34%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-logo {
    order: 2;
    width: 21%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-logo {
    order: 3;
    width: 20%;
    max-width: 350px;
  }
}

.b-logo img {
  width: 100%;
}

.b-menu-account {
  transition: width 0.15s ease-in 0s;
  min-height: 0.0625rem;
  padding: 0 0.3125rem;
  order: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-menu-account {
    padding: 0 0.375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-menu-account {
    padding: 0 0.375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-menu-account {
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-menu-account {
    padding-bottom: 0.9375rem;
    padding-right: 1.375rem;
    width: 67.5%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-menu-account {
    padding-bottom: 0.9375rem;
    width: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-menu-account {
    padding-bottom: 0.625rem;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-menu-account {
    font-size: 0;
    text-align: right;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-menu-account {
    font-size: 0;
    text-align: right;
  }
}

@media only screen and (min-width: 1440px) {
  .b-menu-account {
    font-size: 0;
    text-align: right;
  }
}

@media only screen and (max-width: 519px) {
  .b-nav .b-menu-account {
    padding: 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav .b-menu-account {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav .b-menu-account {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav .b-menu-account {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav .b-menu-account {
    display: none;
  }
}

@media only screen and (max-width: 519px) {
  .b-header > .b-menu-account {
    display: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-header > .b-menu-account {
    display: none;
  }
}

@media only screen and (max-width: 519px) {
  .b-menu-account__item {
    color: #fff;
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-menu-account__item {
    color: #fff;
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-menu-account__item {
    color: #222a2b;
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-menu-account__item {
    color: #222a2b;
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-menu-account__item {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-menu-account__item {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-menu-account__item {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
  }
}

@media only screen and (min-width: 1440px) {
  .b-menu-account__item {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
  }
}

@media only screen and (max-width: 519px) {
  .b-menu-account__item {
    border-bottom: 1px solid #4e5151;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-menu-account__item {
    border-bottom: 1px solid #4e5151;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-menu-account__item:not(:first-child) {
    margin-left: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-menu-account__item:not(:first-child) {
    margin-left: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-menu-account__item:not(:first-child) {
    margin-left: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-menu-account__item:not(:first-child):before {
    content: '';
    background: #ccc;
    height: 100%;
    left: 0;
    position: absolute;
    width: 0.0625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-menu-account__item:not(:first-child):before {
    content: '';
    background: #ccc;
    height: 100%;
    left: 0;
    position: absolute;
    width: 0.0625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-menu-account__item:not(:first-child):before {
    content: '';
    background: #ccc;
    height: 100%;
    left: 0;
    position: absolute;
    width: 0.0625rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-menu-account__item_phone {
    display: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-menu-account__item_phone {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-menu-account__item_phone i {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-menu-account__item_phone i {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-menu-account__item_phone i {
    display: none;
  }
}

@media only screen and (max-width: 519px) {
  .b-menu-account__item-extra-link {
    display: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-menu-account__item-extra-link {
    display: none;
  }
}

@media only screen and (max-width: 519px) {
  .b-menu-account__link {
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 0.9375rem 0rem;
    text-transform: uppercase;
  }
  .b-menu-account__link:link {
    color: #fff;
    text-decoration: none;
  }
  .b-menu-account__link:visited {
    color: #fff;
    text-decoration: none;
  }
  .b-menu-account__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .b-menu-account__link:active {
    color: #fff;
    text-decoration: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-menu-account__link {
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 0.9375rem 0rem;
    text-transform: uppercase;
  }
  .b-menu-account__link:link {
    color: #fff;
    text-decoration: none;
  }
  .b-menu-account__link:visited {
    color: #fff;
    text-decoration: none;
  }
  .b-menu-account__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .b-menu-account__link:active {
    color: #fff;
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-menu-account__link {
    color: #222a2b;
  }
  .b-menu-account__link:link {
    color: #222a2b;
    text-decoration: none;
  }
  .b-menu-account__link:visited {
    color: #222a2b;
    text-decoration: none;
  }
  .b-menu-account__link:hover {
    color: #222a2b;
    text-decoration: none;
  }
  .b-menu-account__link:active {
    color: #222a2b;
    text-decoration: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-menu-account__link {
    color: #222a2b;
  }
  .b-menu-account__link:link {
    color: #222a2b;
    text-decoration: none;
  }
  .b-menu-account__link:visited {
    color: #222a2b;
    text-decoration: none;
  }
  .b-menu-account__link:hover {
    color: #222a2b;
    text-decoration: none;
  }
  .b-menu-account__link:active {
    color: #222a2b;
    text-decoration: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-menu-account__link {
    color: #222a2b;
  }
  .b-menu-account__link:link {
    color: #222a2b;
    text-decoration: none;
  }
  .b-menu-account__link:visited {
    color: #222a2b;
    text-decoration: none;
  }
  .b-menu-account__link:hover {
    color: #222a2b;
    text-decoration: none;
  }
  .b-menu-account__link:active {
    color: #222a2b;
    text-decoration: none;
  }
}

@media only screen and (max-width: 519px) {
  .js-menu-account__item-active .b-menu-account__link {
    color: #fff;
  }
  .js-menu-account__item-active .b-menu-account__link:link {
    color: #fff;
    text-decoration: none;
  }
  .js-menu-account__item-active .b-menu-account__link:visited {
    color: #fff;
    text-decoration: none;
  }
  .js-menu-account__item-active .b-menu-account__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .js-menu-account__item-active .b-menu-account__link:active {
    color: #fff;
    text-decoration: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .js-menu-account__item-active .b-menu-account__link {
    color: #fff;
  }
  .js-menu-account__item-active .b-menu-account__link:link {
    color: #fff;
    text-decoration: none;
  }
  .js-menu-account__item-active .b-menu-account__link:visited {
    color: #fff;
    text-decoration: none;
  }
  .js-menu-account__item-active .b-menu-account__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .js-menu-account__item-active .b-menu-account__link:active {
    color: #fff;
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .js-flyout .b-menu-account__link {
    cursor: pointer;
    padding-right: 0.9375rem;
    position: relative;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .js-flyout .b-menu-account__link {
    cursor: pointer;
    padding-right: 0.9375rem;
    position: relative;
  }
}

@media only screen and (min-width: 1440px) {
  .js-flyout .b-menu-account__link {
    cursor: pointer;
    padding-right: 0.9375rem;
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .js-flyout .b-menu-account__link:before {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-left: 0.1875rem solid transparent;
    border-right: 0.1875rem solid transparent;
    border-top: 0.3125rem solid #646464;
    position: absolute;
    right: 0;
    top: 45%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .js-flyout .b-menu-account__link:before {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-left: 0.1875rem solid transparent;
    border-right: 0.1875rem solid transparent;
    border-top: 0.3125rem solid #646464;
    position: absolute;
    right: 0;
    top: 45%;
  }
}

@media only screen and (min-width: 1440px) {
  .js-flyout .b-menu-account__link:before {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-left: 0.1875rem solid transparent;
    border-right: 0.1875rem solid transparent;
    border-top: 0.3125rem solid #646464;
    position: absolute;
    right: 0;
    top: 45%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .js-flyout .b-menu-account__link:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-left: 0.1875rem solid transparent;
    border-right: 0.1875rem solid transparent;
    border-top: 0.3125rem solid #fff;
    position: absolute;
    right: 0;
    top: 40%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .js-flyout .b-menu-account__link:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-left: 0.1875rem solid transparent;
    border-right: 0.1875rem solid transparent;
    border-top: 0.3125rem solid #fff;
    position: absolute;
    right: 0;
    top: 40%;
  }
}

@media only screen and (min-width: 1440px) {
  .js-flyout .b-menu-account__link:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-left: 0.1875rem solid transparent;
    border-right: 0.1875rem solid transparent;
    border-top: 0.3125rem solid #fff;
    position: absolute;
    right: 0;
    top: 40%;
  }
}

.b-menu-account__list-second-lvl {
  display: none;
}

@media only screen and (max-width: 519px) {
  .b-menu-account__list-second-lvl {
    line-height: 1.8;
    padding: 0rem 0.9375rem 1.25rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-menu-account__list-second-lvl {
    line-height: 1.8;
    padding: 0rem 0.9375rem 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-menu-account__list-second-lvl {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0.625rem 0.9375rem;
    right: 0;
    position: absolute;
    top: 120%;
    width: 10.625rem;
    z-index: 1;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-menu-account__list-second-lvl {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0.625rem 0.9375rem;
    right: 0;
    position: absolute;
    top: 120%;
    width: 10.625rem;
    z-index: 1;
  }
}

@media only screen and (min-width: 1440px) {
  .b-menu-account__list-second-lvl {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0.625rem 0.9375rem;
    right: 0;
    position: absolute;
    top: 120%;
    width: 10.625rem;
    z-index: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-menu-account__list-second-lvl {
    width: 8.75rem;
  }
}

.js-menu-account__item-active .b-menu-account__list-second-lvl {
  display: block;
}

.b-menu-account__item-second-lvl:not(:first-child) {
  margin-top: 0.3125rem;
}

.b-menu-account__link-second-lvl:link {
  color: #222a2b;
  text-decoration: none;
}

.b-menu-account__link-second-lvl:visited {
  color: #222a2b;
  text-decoration: none;
}

.b-menu-account__link-second-lvl:hover {
  color: #007aff;
  text-decoration: underline;
}

.b-menu-account__link-second-lvl:active {
  color: #007aff;
  text-decoration: underline;
}

@media only screen and (max-width: 519px) {
  .b-menu-account__link-second-lvl {
    font-size: 0.6875rem;
  }
  .b-menu-account__link-second-lvl:link {
    color: #ccc;
    text-decoration: none;
  }
  .b-menu-account__link-second-lvl:visited {
    color: #ccc;
    text-decoration: none;
  }
  .b-menu-account__link-second-lvl:hover {
    color: #ccc;
    text-decoration: none;
  }
  .b-menu-account__link-second-lvl:active {
    color: #ccc;
    text-decoration: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-menu-account__link-second-lvl {
    font-size: 0.6875rem;
  }
  .b-menu-account__link-second-lvl:link {
    color: #ccc;
    text-decoration: none;
  }
  .b-menu-account__link-second-lvl:visited {
    color: #ccc;
    text-decoration: none;
  }
  .b-menu-account__link-second-lvl:hover {
    color: #ccc;
    text-decoration: none;
  }
  .b-menu-account__link-second-lvl:active {
    color: #ccc;
    text-decoration: none;
  }
}

.b-minicart {
  transition: width 0.15s ease-in 0s;
  min-height: 0.0625rem;
  padding: 0 0.3125rem;
  display: none;
  order: 5;
  text-align: right;
  width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-minicart {
    padding: 0 0.375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-minicart {
    padding: 0 0.375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-minicart {
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-minicart {
    order: 4;
    padding-bottom: 0.9375rem;
    width: 5%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-minicart {
    order: 5;
    width: 4%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-minicart {
    order: 6;
    padding-bottom: 0.3125rem;
    width: 4%;
  }
}

.b-minicart__link {
  position: relative;
}

.b-minicart__link:link {
  color: #222a2b;
  text-decoration: none;
}

.b-minicart__link:visited {
  color: #222a2b;
  text-decoration: none;
}

.b-minicart__link:hover {
  color: #222a2b;
  text-decoration: none;
}

.b-minicart__link:active {
  color: #222a2b;
  text-decoration: none;
}

.b-minicart__icon:before {
  font-size: 1.875rem;
}

.b-minicart__qty {
  background: #fff;
  border: 0.0625rem solid #222a2b;
  border-radius: 50%;
  bottom: 50%;
  font-size: 0.6875rem;
  height: 1.25rem;
  left: 60%;
  line-height: 1.125rem;
  position: absolute;
  text-align: center;
  width: 1.25rem;
}

.b-nav {
  transition: width 0.15s ease-in 0s;
  min-height: 0.0625rem;
  padding: 0 0.3125rem;
  order: 3;
  width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav {
    padding: 0 0.375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav {
    padding: 0 0.375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav {
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav {
    align-items: stretch;
    box-align: stretch;
    box-orient: horizontal;
    box-direction: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    order: 6;
    width: 66%;
  }
  .b-nav::after {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav {
    order: 3;
    width: 51%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav {
    order: 4;
    width: 54.5%;
  }
}

.b-nav__toggler {
  margin: 0.25rem 0rem 0rem 0.125rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__toggler {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__toggler {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__toggler {
    display: none;
  }
}

.b-nav__toggler-icon:before {
  font-size: 1.875rem;
}

@media only screen and (max-width: 519px) {
  .b-nav__list {
    background: #222a2b;
    overflow-y: auto;
    padding: 0 0.9375rem;
    width: 80%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav__list {
    background: #222a2b;
    overflow-y: auto;
    padding: 0 0.9375rem;
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__list {
    padding-top: 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__list {
    align-items: stretch;
    box-align: stretch;
    box-orient: horizontal;
    box-direction: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .b-nav__list::after {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__list {
    align-items: stretch;
    box-align: stretch;
    box-orient: horizontal;
    box-direction: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .b-nav__list::after {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__list {
    align-items: stretch;
    box-align: stretch;
    box-orient: horizontal;
    box-direction: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .b-nav__list::after {
    display: none;
  }
}

@media only screen and (max-width: 519px) {
  .b-nav__item {
    border-bottom: 0.0625rem solid #4e5151;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav__item {
    border-bottom: 0.0625rem solid #4e5151;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__item:first-child {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__item:first-child {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__item:first-child {
    display: none;
  }
}

@media only screen and (max-width: 519px) {
  .b-nav__item:not(:first-child) {
    border-top: 0.0625rem solid #4e5151;
    margin-top: -0.0625rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav__item:not(:first-child) {
    border-top: 0.0625rem solid #4e5151;
    margin-top: -0.0625rem;
  }
}

.b-nav__item-phone {
  color: #fff;
  border-bottom: 1px solid #4e5151;
  font-weight: 700;
  padding: 0.9375rem 0rem;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__item-phone {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__item-phone {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__item-phone {
    display: none;
  }
}

.b-nav__item-phone a:link {
  color: #fff;
  text-decoration: none;
}

.b-nav__item-phone a:visited {
  color: #fff;
  text-decoration: none;
}

.b-nav__item-phone a:hover {
  color: #fff;
  text-decoration: none;
}

.b-nav__item-phone a:active {
  color: #fff;
  text-decoration: none;
}

.b-nav__item-extra-link {
  font-size: 0.75rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__item-extra-link {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__item-extra-link {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__item-extra-link {
    display: none;
  }
}

.b-nav__link {
  cursor: pointer;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 519px) {
  .b-nav__link {
    color: #fff;
    font-size: 0.75rem;
    padding: 0.9375rem 0rem;
  }
  .b-nav__link:link {
    color: #fff;
    text-decoration: none;
  }
  .b-nav__link:visited {
    color: #fff;
    text-decoration: none;
  }
  .b-nav__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .b-nav__link:active {
    color: #fff;
    text-decoration: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav__link {
    color: #fff;
    font-size: 0.75rem;
    padding: 0.9375rem 0rem;
  }
  .b-nav__link:link {
    color: #fff;
    text-decoration: none;
  }
  .b-nav__link:visited {
    color: #fff;
    text-decoration: none;
  }
  .b-nav__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .b-nav__link:active {
    color: #fff;
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__link {
    font-size: 0.9375rem;
  }
  .b-nav__link:link {
    color: #000;
    text-decoration: none;
  }
  .b-nav__link:visited {
    color: #000;
    text-decoration: none;
  }
  .b-nav__link:hover {
    color: #000;
    text-decoration: none;
  }
  .b-nav__link:active {
    color: #000;
    text-decoration: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__link {
    font-size: 0.9375rem;
  }
  .b-nav__link:link {
    color: #000;
    text-decoration: none;
  }
  .b-nav__link:visited {
    color: #000;
    text-decoration: none;
  }
  .b-nav__link:hover {
    color: #000;
    text-decoration: none;
  }
  .b-nav__link:active {
    color: #000;
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__link {
    color: #222a2b;
    display: block;
    position: relative;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__link {
    color: #222a2b;
    display: block;
    position: relative;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__link {
    color: #222a2b;
    display: block;
    position: relative;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__link {
    font-size: 1rem;
  }
  .b-nav__link:link {
    color: #222a2b;
    text-decoration: none;
  }
  .b-nav__link:visited {
    color: #222a2b;
    text-decoration: none;
  }
  .b-nav__link:hover {
    color: #fed100;
    text-decoration: none;
  }
  .b-nav__link:active {
    color: #fed100;
    text-decoration: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__link:hover {
    color: #fed100;
  }
}

@media only screen and (max-width: 519px) {
  .active .b-nav__link {
    color: #fff;
  }
  .active .b-nav__link:link {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:visited {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:active {
    color: #fff;
    text-decoration: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .active .b-nav__link {
    color: #fff;
  }
  .active .b-nav__link:link {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:visited {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:active {
    color: #fff;
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .active .b-nav__link {
    color: #fff;
  }
  .active .b-nav__link:link {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:visited {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:active {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:hover {
    color: #fff;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .active .b-nav__link {
    color: #fff;
  }
  .active .b-nav__link:link {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:visited {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:active {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:hover {
    color: #fff;
  }
}

@media only screen and (min-width: 1440px) {
  .active .b-nav__link {
    color: #fff;
  }
  .active .b-nav__link:link {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:visited {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:active {
    color: #fff;
    text-decoration: none;
  }
  .active .b-nav__link:hover {
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .active .b-nav__link:before {
    background: #222a2b;
    bottom: -1.25rem;
    content: '';
    left: -1.25rem;
    position: absolute;
    right: -1.25rem;
    top: -1.25rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .active .b-nav__link:before {
    background: #222a2b;
    bottom: -1.25rem;
    content: '';
    left: -1.25rem;
    position: absolute;
    right: -1.25rem;
    top: -1.25rem;
  }
}

@media only screen and (min-width: 1440px) {
  .active .b-nav__link:before {
    background: #222a2b;
    bottom: -1.25rem;
    content: '';
    left: -1.25rem;
    position: absolute;
    right: -1.25rem;
    top: -1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .active .b-nav__link span {
    position: relative;
    z-index: 1;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .active .b-nav__link span {
    position: relative;
    z-index: 1;
  }
}

@media only screen and (min-width: 1440px) {
  .active .b-nav__link span {
    position: relative;
    z-index: 1;
  }
}

.b-nav__content {
  display: none;
}

.active > .b-nav__content {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .active > .b-nav__content {
    align-items: stretch;
    box-align: stretch;
    box-orient: horizontal;
    box-direction: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .active > .b-nav__content::after {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .active > .b-nav__content {
    align-items: stretch;
    box-align: stretch;
    box-orient: horizontal;
    box-direction: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .active > .b-nav__content::after {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .active > .b-nav__content {
    align-items: stretch;
    box-align: stretch;
    box-orient: horizontal;
    box-direction: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .active > .b-nav__content::after {
    display: none;
  }
}

@media only screen and (max-width: 519px) {
  .b-nav__content {
    line-height: 1.4;
    padding: 0rem 0.9375rem 1.25rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav__content {
    line-height: 1.4;
    padding: 0rem 0.9375rem 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__content {
    padding: 1.25rem 0.625rem;
    width: 48rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__content {
    padding: 1.5625rem 0.9375rem;
    top: 100%;
    width: 48rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__content {
    padding: 1.875rem 1.25rem;
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__content {
    top: calc(100% + 1.25rem);
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__content {
    top: calc(100% + 1.25rem);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__content {
    background: #fff;
    border: 0.0625rem solid #ccc;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__content {
    background: #fff;
    border: 0.0625rem solid #ccc;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__content {
    background: #fff;
    border: 0.0625rem solid #ccc;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
  }
}

@media only screen and (max-width: 519px) {
  .b-nav__content {
    line-height: 1.8;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav__content {
    line-height: 1.8;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__content-item {
    padding: 0rem 0.625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__content-item {
    padding: 0rem 0.9375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__content-item {
    padding: 0rem 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__content-item {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__content-item {
    width: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__content-item {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__content-item {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__content-item {
    text-align: center;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__content-item {
    text-align: center;
  }
}

.b-nav__content-item a:link {
  color: #000;
  text-decoration: none;
}

.b-nav__content-item a:visited {
  color: #000;
  text-decoration: none;
}

.b-nav__content-item a:hover {
  color: #2abcc6;
  text-decoration: none;
}

.b-nav__content-item a:active {
  color: #2abcc6;
  text-decoration: none;
}

@media only screen and (max-width: 519px) {
  .b-nav__content-img {
    display: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav__content-img {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__content-img {
    margin-bottom: 0.3125rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__content-img {
    margin-bottom: 0.3125rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__content-img {
    margin-bottom: 0.3125rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 519px) {
  .b-nav__content-title {
    color: #ccc;
    font-size: 0.6875rem;
  }
  .b-nav__content-title:link {
    color: #ccc;
    text-decoration: none;
  }
  .b-nav__content-title:visited {
    color: #ccc;
    text-decoration: none;
  }
  .b-nav__content-title:hover {
    color: #fed100;
    text-decoration: none;
  }
  .b-nav__content-title:active {
    color: #fed100;
    text-decoration: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav__content-title {
    color: #ccc;
    font-size: 0.6875rem;
  }
  .b-nav__content-title:link {
    color: #ccc;
    text-decoration: none;
  }
  .b-nav__content-title:visited {
    color: #ccc;
    text-decoration: none;
  }
  .b-nav__content-title:hover {
    color: #fed100;
    text-decoration: none;
  }
  .b-nav__content-title:active {
    color: #fed100;
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__content-title {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1.25rem;
    text-transform: uppercase;
  }
  .b-nav__content-title:link {
    color: #000;
    text-decoration: none;
  }
  .b-nav__content-title:visited {
    color: #000;
    text-decoration: none;
  }
  .b-nav__content-title:hover {
    color: #fed100;
    text-decoration: none;
  }
  .b-nav__content-title:active {
    color: #fed100;
    text-decoration: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__content-title {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1.25rem;
    text-transform: uppercase;
  }
  .b-nav__content-title:link {
    color: #000;
    text-decoration: none;
  }
  .b-nav__content-title:visited {
    color: #000;
    text-decoration: none;
  }
  .b-nav__content-title:hover {
    color: #fed100;
    text-decoration: none;
  }
  .b-nav__content-title:active {
    color: #fed100;
    text-decoration: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__content-title {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1.25rem;
    text-transform: uppercase;
  }
  .b-nav__content-title:link {
    color: #000;
    text-decoration: none;
  }
  .b-nav__content-title:visited {
    color: #000;
    text-decoration: none;
  }
  .b-nav__content-title:hover {
    color: #fed100;
    text-decoration: none;
  }
  .b-nav__content-title:active {
    color: #fed100;
    text-decoration: none;
  }
}

.b-nav__list-second-lvl {
  display: none;
}

.active > .b-nav__list-second-lvl {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .active > .b-nav__list-second-lvl {
    align-items: stretch;
    box-align: stretch;
    box-orient: horizontal;
    box-direction: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .active > .b-nav__list-second-lvl::after {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .active > .b-nav__list-second-lvl {
    align-items: stretch;
    box-align: stretch;
    box-orient: horizontal;
    box-direction: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .active > .b-nav__list-second-lvl::after {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .active > .b-nav__list-second-lvl {
    align-items: stretch;
    box-align: stretch;
    box-orient: horizontal;
    box-direction: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .active > .b-nav__list-second-lvl::after {
    display: none;
  }
}

@media only screen and (max-width: 519px) {
  .b-nav__list-second-lvl {
    line-height: 1.4;
    padding: 0rem 0.9375rem 1.25rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav__list-second-lvl {
    line-height: 1.4;
    padding: 0rem 0.9375rem 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__list-second-lvl {
    padding: 1.25rem 0.625rem;
    width: 48rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__list-second-lvl {
    padding: 1.5625rem 0.9375rem;
    top: 100%;
    width: 48rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__list-second-lvl {
    padding: 1.875rem 1.25rem;
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__list-second-lvl {
    top: calc(100% + 1.25rem);
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__list-second-lvl {
    top: calc(100% + 1.25rem);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__list-second-lvl {
    background: #fff;
    border: 0.0625rem solid #ccc;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__list-second-lvl {
    background: #fff;
    border: 0.0625rem solid #ccc;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__list-second-lvl {
    background: #fff;
    border: 0.0625rem solid #ccc;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__item-second-lvl {
    padding: 0rem 0.625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__item-second-lvl {
    padding: 0rem 0.9375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__item-second-lvl {
    padding: 0rem 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__item-second-lvl {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__item-second-lvl {
    width: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__item-second-lvl {
    width: 100%;
  }
}

@media only screen and (max-width: 519px) {
  .b-nav__link-second-lvl {
    display: inline-block;
    width: 100%;
    color: #ccc;
    font-size: 0.6875rem;
    padding: 0.625rem 0rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav__link-second-lvl {
    display: inline-block;
    width: 100%;
    color: #ccc;
    font-size: 0.6875rem;
    padding: 0.625rem 0rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__link-second-lvl {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__link-second-lvl {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__link-second-lvl {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
  }
}

.b-nav__list-third-lvl {
  display: none;
}

.active > .b-nav__list-third-lvl {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__list-third-lvl {
    display: block;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__list-third-lvl {
    display: block;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__list-third-lvl {
    display: block;
  }
}

@media only screen and (max-width: 519px) {
  .b-nav__item-third-lvl {
    padding: 0rem 0.9375rem 0.3125rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav__item-third-lvl {
    padding: 0rem 0.9375rem 0.3125rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__item-third-lvl {
    margin-top: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__item-third-lvl {
    margin-top: 0.9375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__item-third-lvl {
    margin-top: 0.9375rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-nav__link-third-lvl {
    font-size: 0.6875rem;
  }
  .b-nav__link-third-lvl:link {
    color: #ccc;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:visited {
    color: #ccc;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:hover {
    color: #fed100;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:active {
    color: #fed100;
    text-decoration: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav__link-third-lvl {
    font-size: 0.6875rem;
  }
  .b-nav__link-third-lvl:link {
    color: #ccc;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:visited {
    color: #ccc;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:hover {
    color: #fed100;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:active {
    color: #fed100;
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__link-third-lvl {
    font-size: 1rem;
  }
  .b-nav__link-third-lvl:link {
    color: #000;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:visited {
    color: #000;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:hover {
    color: #2abcc6;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:active {
    color: #2abcc6;
    text-decoration: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__link-third-lvl {
    font-size: 1rem;
  }
  .b-nav__link-third-lvl:link {
    color: #000;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:visited {
    color: #000;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:hover {
    color: #2abcc6;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:active {
    color: #2abcc6;
    text-decoration: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__link-third-lvl {
    font-size: 1rem;
  }
  .b-nav__link-third-lvl:link {
    color: #000;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:visited {
    color: #000;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:hover {
    color: #2abcc6;
    text-decoration: none;
  }
  .b-nav__link-third-lvl:active {
    color: #2abcc6;
    text-decoration: none;
  }
}

@media only screen and (max-width: 519px) {
  .b-nav__wrapper {
    background: #ccc;
    bottom: 0;
    display: none;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav__wrapper {
    background: #ccc;
    bottom: 0;
    display: none;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 519px) {
  .menu-active .b-nav__wrapper {
    align-items: stretch;
    box-align: stretch;
    box-orient: horizontal;
    box-direction: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .menu-active .b-nav__wrapper::after {
    display: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .menu-active .b-nav__wrapper {
    align-items: stretch;
    box-align: stretch;
    box-orient: horizontal;
    box-direction: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .menu-active .b-nav__wrapper::after {
    display: none;
  }
}

@media only screen and (max-width: 519px) {
  .b-nav__close {
    height: 3.75rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 20%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-nav__close {
    height: 3.75rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 20%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-nav__close {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-nav__close {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-nav__close {
    display: none;
  }
}

.b-nav__close i {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}

@media only screen and (max-width: 519px) {
  .js-flyout {
    padding-right: 1.875rem;
    position: relative;
  }
  .js-flyout:after {
    color: #fff;
    content: '\002B';
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.6875rem;
  }
  .b-nav__item-second-lvl .js-flyout:after {
    top: 0;
  }
  .js-flyout.active:after, .js-flyout.js-menu-account__item-active:after {
    content: '\2212';
    color: #fff;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .js-flyout {
    padding-right: 1.875rem;
    position: relative;
  }
  .js-flyout:after {
    color: #fff;
    content: '\002B';
    font-size: 1.25rem;
    position: absolute;
    right: 0.625rem;
    top: 0.6875rem;
  }
  .b-nav__item-second-lvl .js-flyout:after {
    top: 0;
  }
  .js-flyout.active:after, .js-flyout.js-menu-account__item-active:after {
    content: '\2212';
    color: #fff;
  }
}

.b-search-header {
  transition: width 0.15s ease-in 0s;
  min-height: 0.0625rem;
  padding: 0 0.3125rem;
  order: 6;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-search-header {
    padding: 0 0.375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-search-header {
    padding: 0 0.375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-search-header {
    padding: 0 1.25rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-search-header {
    padding-top: 1.375rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-search-header {
    padding-top: 1.375rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-search-header {
    order: 3;
    padding-bottom: 0.9375rem;
    width: 31%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-search-header {
    order: 4;
    width: 28%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-search-header {
    order: 5;
    width: 17.5%;
  }
}

.b-search-header__wrap {
  position: relative;
}

.b-search-header__input input[type="text"],
.b-search-header__input input[type="number"],
.b-search-header__input input[type="password"],
.b-search-header__input input[type="date"],
.b-search-header__input input[type="datetime"],
.b-search-header__input input[type="datetime-local"],
.b-search-header__input input[type="email"],
.b-search-header__input input[type="month"],
.b-search-header__input input[type="search"],
.b-search-header__input input[type="tel"],
.b-search-header__input input[type="time"],
.b-search-header__input input[type="url"],
.b-search-header__input input[type="week"],
.b-search-header__input select,
.b-search-header__input textarea {
  border: 0.0625rem solid #d3d3d3;
  border-radius: 0;
  padding: 0.5625rem 3.125rem 0.5625rem 0.75rem;
  width: 100%;
}

.b-search-header__input input[type="text"]::-webkit-input-placeholder,
.b-search-header__input input[type="number"]::-webkit-input-placeholder,
.b-search-header__input input[type="password"]::-webkit-input-placeholder,
.b-search-header__input input[type="date"]::-webkit-input-placeholder,
.b-search-header__input input[type="datetime"]::-webkit-input-placeholder,
.b-search-header__input input[type="datetime-local"]::-webkit-input-placeholder,
.b-search-header__input input[type="email"]::-webkit-input-placeholder,
.b-search-header__input input[type="month"]::-webkit-input-placeholder,
.b-search-header__input input[type="search"]::-webkit-input-placeholder,
.b-search-header__input input[type="tel"]::-webkit-input-placeholder,
.b-search-header__input input[type="time"]::-webkit-input-placeholder,
.b-search-header__input input[type="url"]::-webkit-input-placeholder,
.b-search-header__input input[type="week"]::-webkit-input-placeholder,
.b-search-header__input select::-webkit-input-placeholder,
.b-search-header__input textarea::-webkit-input-placeholder {
  color: #d3d3d3 !important;
}

.b-search-header__input input[type="text"]:-moz-placeholder,
.b-search-header__input input[type="number"]:-moz-placeholder,
.b-search-header__input input[type="password"]:-moz-placeholder,
.b-search-header__input input[type="date"]:-moz-placeholder,
.b-search-header__input input[type="datetime"]:-moz-placeholder,
.b-search-header__input input[type="datetime-local"]:-moz-placeholder,
.b-search-header__input input[type="email"]:-moz-placeholder,
.b-search-header__input input[type="month"]:-moz-placeholder,
.b-search-header__input input[type="search"]:-moz-placeholder,
.b-search-header__input input[type="tel"]:-moz-placeholder,
.b-search-header__input input[type="time"]:-moz-placeholder,
.b-search-header__input input[type="url"]:-moz-placeholder,
.b-search-header__input input[type="week"]:-moz-placeholder,
.b-search-header__input select:-moz-placeholder,
.b-search-header__input textarea:-moz-placeholder {
  color: #d3d3d3 !important;
  opacity: 1;
}

.b-search-header__input input[type="text"]::-moz-placeholder,
.b-search-header__input input[type="number"]::-moz-placeholder,
.b-search-header__input input[type="password"]::-moz-placeholder,
.b-search-header__input input[type="date"]::-moz-placeholder,
.b-search-header__input input[type="datetime"]::-moz-placeholder,
.b-search-header__input input[type="datetime-local"]::-moz-placeholder,
.b-search-header__input input[type="email"]::-moz-placeholder,
.b-search-header__input input[type="month"]::-moz-placeholder,
.b-search-header__input input[type="search"]::-moz-placeholder,
.b-search-header__input input[type="tel"]::-moz-placeholder,
.b-search-header__input input[type="time"]::-moz-placeholder,
.b-search-header__input input[type="url"]::-moz-placeholder,
.b-search-header__input input[type="week"]::-moz-placeholder,
.b-search-header__input select::-moz-placeholder,
.b-search-header__input textarea::-moz-placeholder {
  color: #d3d3d3 !important;
  opacity: 1;
}

.b-search-header__input input[type="text"]:-ms-input-placeholder,
.b-search-header__input input[type="number"]:-ms-input-placeholder,
.b-search-header__input input[type="password"]:-ms-input-placeholder,
.b-search-header__input input[type="date"]:-ms-input-placeholder,
.b-search-header__input input[type="datetime"]:-ms-input-placeholder,
.b-search-header__input input[type="datetime-local"]:-ms-input-placeholder,
.b-search-header__input input[type="email"]:-ms-input-placeholder,
.b-search-header__input input[type="month"]:-ms-input-placeholder,
.b-search-header__input input[type="search"]:-ms-input-placeholder,
.b-search-header__input input[type="tel"]:-ms-input-placeholder,
.b-search-header__input input[type="time"]:-ms-input-placeholder,
.b-search-header__input input[type="url"]:-ms-input-placeholder,
.b-search-header__input input[type="week"]:-ms-input-placeholder,
.b-search-header__input select:-ms-input-placeholder,
.b-search-header__input textarea:-ms-input-placeholder {
  color: #d3d3d3 !important;
}

@media only screen and (max-width: 519px) {
  .b-search-header__input input[type="text"],
  .b-search-header__input input[type="number"],
  .b-search-header__input input[type="password"],
  .b-search-header__input input[type="date"],
  .b-search-header__input input[type="datetime"],
  .b-search-header__input input[type="datetime-local"],
  .b-search-header__input input[type="email"],
  .b-search-header__input input[type="month"],
  .b-search-header__input input[type="search"],
  .b-search-header__input input[type="tel"],
  .b-search-header__input input[type="time"],
  .b-search-header__input input[type="url"],
  .b-search-header__input input[type="week"],
  .b-search-header__input select,
  .b-search-header__input textarea {
    height: 2.1875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-search-header__input input[type="text"],
  .b-search-header__input input[type="number"],
  .b-search-header__input input[type="password"],
  .b-search-header__input input[type="date"],
  .b-search-header__input input[type="datetime"],
  .b-search-header__input input[type="datetime-local"],
  .b-search-header__input input[type="email"],
  .b-search-header__input input[type="month"],
  .b-search-header__input input[type="search"],
  .b-search-header__input input[type="tel"],
  .b-search-header__input input[type="time"],
  .b-search-header__input input[type="url"],
  .b-search-header__input input[type="week"],
  .b-search-header__input select,
  .b-search-header__input textarea {
    height: 2.1875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-search-header__input input[type="text"],
  .b-search-header__input input[type="number"],
  .b-search-header__input input[type="password"],
  .b-search-header__input input[type="date"],
  .b-search-header__input input[type="datetime"],
  .b-search-header__input input[type="datetime-local"],
  .b-search-header__input input[type="email"],
  .b-search-header__input input[type="month"],
  .b-search-header__input input[type="search"],
  .b-search-header__input input[type="tel"],
  .b-search-header__input input[type="time"],
  .b-search-header__input input[type="url"],
  .b-search-header__input input[type="week"],
  .b-search-header__input select,
  .b-search-header__input textarea {
    padding-bottom: 0.6875rem;
    padding-top: 0.6875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-search-header__input input[type="text"],
  .b-search-header__input input[type="number"],
  .b-search-header__input input[type="password"],
  .b-search-header__input input[type="date"],
  .b-search-header__input input[type="datetime"],
  .b-search-header__input input[type="datetime-local"],
  .b-search-header__input input[type="email"],
  .b-search-header__input input[type="month"],
  .b-search-header__input input[type="search"],
  .b-search-header__input input[type="tel"],
  .b-search-header__input input[type="time"],
  .b-search-header__input input[type="url"],
  .b-search-header__input input[type="week"],
  .b-search-header__input select,
  .b-search-header__input textarea {
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-search-header__input input[type="text"],
  .b-search-header__input input[type="number"],
  .b-search-header__input input[type="password"],
  .b-search-header__input input[type="date"],
  .b-search-header__input input[type="datetime"],
  .b-search-header__input input[type="datetime-local"],
  .b-search-header__input input[type="email"],
  .b-search-header__input input[type="month"],
  .b-search-header__input input[type="search"],
  .b-search-header__input input[type="tel"],
  .b-search-header__input input[type="time"],
  .b-search-header__input input[type="url"],
  .b-search-header__input input[type="week"],
  .b-search-header__input select,
  .b-search-header__input textarea {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-search-header__input input[type="text"],
  .b-search-header__input input[type="number"],
  .b-search-header__input input[type="password"],
  .b-search-header__input input[type="date"],
  .b-search-header__input input[type="datetime"],
  .b-search-header__input input[type="datetime-local"],
  .b-search-header__input input[type="email"],
  .b-search-header__input input[type="month"],
  .b-search-header__input input[type="search"],
  .b-search-header__input input[type="tel"],
  .b-search-header__input input[type="time"],
  .b-search-header__input input[type="url"],
  .b-search-header__input input[type="week"],
  .b-search-header__input select,
  .b-search-header__input textarea {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
}

.b-search-header__button {
  background: #d3d3d3;
  bottom: 0;
  cursor: pointer;
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.375rem;
}

@media only screen and (max-width: 519px) {
  .b-search-header__button {
    height: 2.3125rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-search-header__button {
    height: 2.3125rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-search-header__button {
    height: 2.1875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-search-header__button {
    height: 2.1875rem;
  }
}

.b-search-header__icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #222a2b;
}

.b-search-header__icon:before {
  font-size: 1rem;
}

.b-footer {
  background: #222a2b;
  padding-top: 1.875rem;
  position: relative;
}

@media only screen and (max-width: 519px) {
  .b-footer {
    padding-top: 1rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer {
    padding-top: 1rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer {
    padding-top: 2.9375rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-footer__contact {
    text-align: center;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__contact {
    text-align: center;
  }
}

.b-footer__contact-title {
  color: #999999;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer__contact-title {
    font-size: 0.8125rem;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__contact-title {
    font-size: 0.8125rem;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__contact-title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}

.b-footer__contact-subtitle {
  color: #fff;
  font-size: 0.6875rem;
  padding: 0.375rem 0 0.625rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 519px) {
  .b-footer__contact-subtitle {
    display: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__contact-subtitle {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__contact-subtitle {
    font-size: 1.125rem;
    padding-top: 0.6875rem;
  }
}

.b-footer__contact-number {
  font-weight: 300;
}

@media only screen and (max-width: 519px) {
  .b-footer__contact-number {
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__contact-number {
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__contact-number {
    font-size: 1.125rem;
  }
}

.b-footer__contact-icon {
  font-size: 0.9375rem;
}

.b-footer__contact-icon:link {
  color: #fff;
  text-decoration: none;
}

.b-footer__contact-icon:visited {
  color: #fff;
  text-decoration: none;
}

.b-footer__contact-icon:hover {
  color: white;
  text-decoration: underline;
}

.b-footer__contact-icon:active {
  color: white;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer__contact-icon {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__contact-icon {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__contact-icon {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-footer__newsletter {
    padding-bottom: 1.5625rem;
    text-align: center;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__newsletter {
    padding-bottom: 1.5625rem;
    text-align: center;
  }
}

.b-footer__newsletter-title {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: bold;
  padding: 2.5rem 0 0.625rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 519px) {
  .b-footer__newsletter-title {
    display: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__newsletter-title {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__newsletter-title {
    font-size: 1.125rem;
  }
}

.b-footer__newsletter-subtitle {
  color: #fff;
  font-size: 0.6875rem;
  padding: 0.375rem 0 0.625rem;
}

@media only screen and (max-width: 519px) {
  .b-footer__newsletter-subtitle {
    display: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__newsletter-subtitle {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__newsletter-subtitle {
    font-size: 1.125rem;
    padding-top: 0.6875rem;
  }
}

.b-footer__newsletter-link {
  font-size: 0.6875rem;
  font-weight: 300;
}

.b-footer__newsletter-link:link {
  color: #ccc;
  text-decoration: none;
}

.b-footer__newsletter-link:visited {
  color: #ccc;
  text-decoration: none;
}

.b-footer__newsletter-link:hover {
  color: #ccc;
  text-decoration: none;
}

.b-footer__newsletter-link:active {
  color: #ccc;
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer__newsletter-link {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__newsletter-link {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__newsletter-link {
    font-size: 1.125rem;
  }
}

.b-footer__newsletter-form {
  margin-top: 0.9375rem;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer__newsletter-form {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__newsletter-form {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__newsletter-form {
    margin-top: 3.5625rem;
  }
}

.b-footer__newsletter-input {
  margin-right: 0.9375rem;
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer__newsletter-input {
    max-width: 55%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__newsletter-input {
    max-width: 55%;
  }
}

.b-footer__newsletter-input input[type="text"],
.b-footer__newsletter-input input[type="number"],
.b-footer__newsletter-input input[type="password"],
.b-footer__newsletter-input input[type="date"],
.b-footer__newsletter-input input[type="datetime"],
.b-footer__newsletter-input input[type="datetime-local"],
.b-footer__newsletter-input input[type="email"],
.b-footer__newsletter-input input[type="month"],
.b-footer__newsletter-input input[type="search"],
.b-footer__newsletter-input input[type="tel"],
.b-footer__newsletter-input input[type="time"],
.b-footer__newsletter-input input[type="url"],
.b-footer__newsletter-input input[type="week"],
.b-footer__newsletter-input select,
.b-footer__newsletter-input textarea {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
}

@media only screen and (min-width: 1440px) {
  .b-footer__newsletter-input input[type="text"],
  .b-footer__newsletter-input input[type="number"],
  .b-footer__newsletter-input input[type="password"],
  .b-footer__newsletter-input input[type="date"],
  .b-footer__newsletter-input input[type="datetime"],
  .b-footer__newsletter-input input[type="datetime-local"],
  .b-footer__newsletter-input input[type="email"],
  .b-footer__newsletter-input input[type="month"],
  .b-footer__newsletter-input input[type="search"],
  .b-footer__newsletter-input input[type="tel"],
  .b-footer__newsletter-input input[type="time"],
  .b-footer__newsletter-input input[type="url"],
  .b-footer__newsletter-input input[type="week"],
  .b-footer__newsletter-input select,
  .b-footer__newsletter-input textarea {
    height: 3.125rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__newsletter-input {
    margin-right: 2.0625rem;
  }
}

.b-footer__newsletter-input p {
  display: none;
  margin-top: 0.3125rem;
}

.b-footer__newsletter-input p.active {
  display: block;
}

.b-footer__newsletter-input p.success {
  color: #fff;
}

.b-footer__newsletter-success {
  display: none;
}

.b-footer__newsletter-success.active {
  color: #fff;
  display: block;
  padding-top: 1.25rem;
}

.b-footer__newsletter-error {
  display: none;
}

.b-footer__newsletter-error.active {
  color: #f63535;
  display: block;
}

.b-footer__newsletter-button {
  transition: all 0.15s ease-in 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #d3d3d3;
  border: 0;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
  outline: 0;
  padding: 0 1.875rem;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0.8125rem;
  padding: 0 1.25rem;
}

.b-footer__newsletter-button:link {
  color: #000;
  text-decoration: none;
}

.b-footer__newsletter-button:visited {
  color: #000;
  text-decoration: none;
}

.b-footer__newsletter-button:hover {
  color: #000;
  text-decoration: none;
}

.b-footer__newsletter-button:active {
  color: #000;
  text-decoration: none;
}

.b-footer__newsletter-button:hover {
  opacity: 0.9;
}

.b-footer__newsletter-button:disabled {
  background: #ccc !important;
  cursor: default !important;
}

.b-footer__newsletter-button:disabled:hover, .b-footer__newsletter-button:disabled:focus {
  background: #ccc !important;
  opacity: 1;
}

.b-footer__newsletter-button:link {
  color: #000;
  text-decoration: none;
}

.b-footer__newsletter-button:visited {
  color: #000;
  text-decoration: none;
}

.b-footer__newsletter-button:hover {
  color: #000;
  text-decoration: none;
}

.b-footer__newsletter-button:active {
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 519px) {
  .b-footer__newsletter-button {
    font-size: 0.6875rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__newsletter-button {
    font-size: 0.6875rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer__newsletter-button {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__newsletter-button {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__newsletter-button {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}

.b-footer__logo {
  padding-top: 1.875rem;
}

@media only screen and (max-width: 519px) {
  .b-footer__logo {
    display: none;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__logo {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__logo {
    padding-top: 3.125rem;
  }
}

.b-footer__logo-link {
  margin: 0 0.75rem 0 0;
}

.b-footer__logo-link:link {
  color: #000;
  text-decoration: none;
}

.b-footer__logo-link:visited {
  color: #000;
  text-decoration: none;
}

.b-footer__logo-link:hover {
  color: #000;
  text-decoration: none;
}

.b-footer__logo-link:active {
  color: #000;
  text-decoration: none;
}

@media only screen and (min-width: 1440px) {
  .b-footer__logo-link {
    margin: 0 3rem 0 0;
  }
}

.b-footer__logo_mobile {
  font-size: 0;
  margin: 0 auto;
  padding-top: 2.5rem;
  text-align: center;
  width: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer__logo_mobile {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__logo_mobile {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__logo_mobile {
    display: none;
  }
}

@media only screen and (max-width: 519px) {
  .b-footer__logo_mobile .b-footer__logo-link {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 56%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__logo_mobile .b-footer__logo-link {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 56%;
  }
}

@media only screen and (max-width: 519px) {
  .b-footer__logo_mobile .b-footer__logo-link + .b-footer__logo-link {
    margin-left: 7%;
    width: 37%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__logo_mobile .b-footer__logo-link + .b-footer__logo-link {
    margin-left: 7%;
    width: 37%;
  }
}

@media only screen and (max-width: 519px) {
  .b-footer__logo_mobile .b-footer__logo-link img {
    width: 100%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__logo_mobile .b-footer__logo-link img {
    width: 100%;
  }
}

@media only screen and (max-width: 519px) {
  .b-footer__navigation {
    border: 1px solid #646464;
    margin-top: -0.0625rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__navigation {
    border: 1px solid #646464;
    margin-top: -0.0625rem;
  }
}

.b-footer__navigation-title {
  color: #999999;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 519px) {
  .b-footer__navigation-title {
    font-size: 0.6875rem !important;
    line-height: 1;
    outline: none !important;
    padding: 0.75rem 1.25rem !important;
    position: relative;
    color: #eaeaea;
  }
  .b-footer__navigation-title:after {
    content: '\f102';
    font-family: "iconfont";
    font-size: 0.375rem;
    font-weight: normal;
    position: absolute;
    right: 1.25rem;
    margin-top: 0.125rem;
  }
  .b-footer__navigation-title.ui-accordion-header-active {
    color: #fff;
  }
  .b-footer__navigation-title.ui-accordion-header-active:after {
    content: '\f105';
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__navigation-title {
    font-size: 0.6875rem !important;
    line-height: 1;
    outline: none !important;
    padding: 0.75rem 1.25rem !important;
    position: relative;
    color: #eaeaea;
  }
  .b-footer__navigation-title:after {
    content: '\f102';
    font-family: "iconfont";
    font-size: 0.375rem;
    font-weight: normal;
    position: absolute;
    right: 1.25rem;
    margin-top: 0.125rem;
  }
  .b-footer__navigation-title.ui-accordion-header-active {
    color: #fff;
  }
  .b-footer__navigation-title.ui-accordion-header-active:after {
    content: '\f105';
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer__navigation-title {
    font-size: 0.8125rem !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__navigation-title {
    font-size: 0.8125rem !important;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__navigation-title {
    font-size: 1.125rem !important;
    margin-bottom: 1.375rem;
  }
}

.b-footer__navigation-item {
  margin-bottom: 0.625rem;
}

@media only screen and (max-width: 519px) {
  .b-footer__navigation-item {
    margin-bottom: 0.3125rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__navigation-item {
    margin-bottom: 0.3125rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__navigation-item {
    font-size: 1.125rem;
  }
}

.b-footer__navigation-link {
  font-size: 0.6875rem;
  font-weight: 400;
}

.b-footer__navigation-link:link {
  color: white;
  text-decoration: none;
}

.b-footer__navigation-link:visited {
  color: white;
  text-decoration: none;
}

.b-footer__navigation-link:hover {
  color: whihe;
  text-decoration: underline;
}

.b-footer__navigation-link:active {
  color: whihe;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer__navigation-link {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__navigation-link {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__navigation-link {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-footer__navigation-menu {
    border-top: 0;
    border-top: 1px solid #646464;
    padding: 0rem 1.25rem 0.625rem !important;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__navigation-menu {
    border-top: 0;
    border-top: 1px solid #646464;
    padding: 0rem 1.25rem 0.625rem !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer__navigation_first-item-position {
    position: absolute;
    top: 1.875rem;
    left: 56%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__navigation_first-item-position {
    position: absolute;
    top: 1.875rem;
    left: 56%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__navigation_first-item-position {
    left: 62%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer__navigation-item_position {
    position: absolute;
    bottom: 19.5%;
    left: 0.9375rem;
  }
}

.b-footer__navigation_second {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__navigation_second {
    color: #fff;
    display: block;
    margin-left: 2.3125rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__navigation_second {
    color: #fff;
    display: block;
    margin-left: 2.3125rem;
  }
}

.b-footer__navigation-item_second {
  margin-top: 10px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer__navigation-item_second {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__navigation-item_second {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__navigation-item_second {
    font-size: 1.125rem;
  }
}

.b-footer__bottom {
  background: #000;
  margin-top: 1.875rem;
  padding: 2.25rem 0 1.6875rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer__bottom {
    padding: 1.375rem 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__bottom {
    padding: 1.375rem 0;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__bottom {
    padding: 1.375rem 0;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__bottom {
    margin-top: 2.9375rem;
    padding: 1.375rem 0 1.875rem;
  }
}

.b-footer__bottom-navigation-left {
  float: left;
}

.b-footer__bottom-navigation-left:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 519px) {
  .b-footer__bottom-navigation-left {
    width: 50%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__bottom-navigation-left {
    width: 50%;
  }
}

@media only screen and (max-width: 519px) {
  .b-footer__bottom-navigation-right {
    float: right;
    width: 50%;
  }
  .b-footer__bottom-navigation-right:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__bottom-navigation-right {
    float: right;
    width: 50%;
  }
  .b-footer__bottom-navigation-right:after {
    content: '';
    display: table;
    clear: both;
  }
}

.b-footer__bottom-navigation-link {
  font-size: 0.5625rem;
  margin-right: 0.9375rem;
}

.b-footer__bottom-navigation-link:link {
  color: #ccc;
  text-decoration: none;
}

.b-footer__bottom-navigation-link:visited {
  color: #ccc;
  text-decoration: none;
}

.b-footer__bottom-navigation-link:hover {
  color: #ccc;
  text-decoration: underline;
}

.b-footer__bottom-navigation-link:active {
  color: #ccc;
  text-decoration: underline;
}

@media only screen and (max-width: 519px) {
  .b-footer__bottom-navigation-link {
    display: block;
    font-size: 0.8125rem;
    margin-bottom: 0.8125rem;
    padding-left: 20%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-footer__bottom-navigation-link {
    display: block;
    font-size: 0.8125rem;
    margin-bottom: 0.8125rem;
    padding-left: 20%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__bottom-navigation-link {
    font-size: 0.75rem;
  }
}

.b-footer__copyright {
  color: #888;
  font-size: 0.5625rem;
  padding-top: 1.625rem;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-footer__copyright {
    float: right;
    font-size: 0.5625rem;
    padding-top: 0.375rem;
    text-align: left;
  }
  .b-footer__copyright:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-footer__copyright {
    float: right;
    font-size: 0.5625rem;
    padding-top: 0.375rem;
    text-align: left;
  }
  .b-footer__copyright:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__copyright {
    float: right;
    font-size: 0.5625rem;
    padding-top: 0.375rem;
    text-align: left;
  }
  .b-footer__copyright:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 1440px) {
  .b-footer__copyright {
    font-size: 0.75rem;
    color: #fff;
  }
}

.b-accordion__header {
  border: 0.0625rem solid #ccc;
  color: #007aff;
  font-weight: 700;
  height: 3.125rem;
  padding: 0.875rem 1.25rem !important;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-accordion__header {
    height: 2.3125rem;
    padding: 0.625rem 1rem !important;
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-accordion__header {
    height: 2.3125rem;
    padding: 0.625rem 1rem !important;
    font-size: 0.75rem;
  }
}

.b-accordion__header:after {
  content: '+';
  font-size: 1.875rem;
  position: absolute;
  right: 1.25rem;
  top: 0.3125rem;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-accordion__header:after {
    font-size: 1.5rem;
    right: 0.75rem;
    top: 0.125rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-accordion__header:after {
    font-size: 1.5rem;
    right: 0.75rem;
    top: 0.125rem;
  }
}

.b-accordion__header.js-collapsed:after {
  content: '\2013';
  top: 0;
}

.b-accordion__content {
  padding: 0 !important;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-accordion__content {
    display: none;
  }
}

@media only screen and (max-width: 519px) {
  .b-accordion__content {
    display: none;
  }
}

.b-banner-main {
  margin-bottom: 3.125rem;
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-banner-main {
    margin-bottom: 0.9375rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-banner-main {
    margin-bottom: 0.9375rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-banner-main {
    margin-bottom: 0.9375rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-banner-main {
    margin-bottom: 0.9375rem;
  }
}

.b-banner-main__image {
  position: relative;
}

@media only screen and (max-width: 519px) {
  .b-banner-main__image picture {
    opacity: 0.5;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-banner-main__image picture {
    opacity: 0.5;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-banner-main__image picture {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-banner-main__image picture {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 519px) {
  .b-banner-main__image img {
    width: 100%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-banner-main__image img {
    width: 100%;
  }
}

.b-banner-main__description {
  left: 3.125rem;
  margin-top: -4.6875rem;
  position: absolute;
  top: 50%;
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-banner-main__description {
    left: 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-banner-main__description {
    left: 1.25rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-banner-main__description {
    left: 1.5625rem;
    right: 1.5625rem;
    margin-top: -3.125rem;
    text-align: center;
  }
}

@media only screen and (max-width: 519px) {
  .b-banner-main__description {
    left: 1.5625rem;
    right: 1.5625rem;
    margin-top: -3.125rem;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-banner-main__description {
    left: 1.5625rem;
    right: 1.5625rem;
    margin-top: -3.125rem;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-banner-main__description {
    left: 1.5625rem;
    right: 1.5625rem;
    margin-top: -3.125rem;
    text-align: center;
  }
}

@media only screen and (max-width: 519px) {
  .b-banner-main__description {
    margin-top: -3.125rem;
  }
}

.b-banner-main__text h1 {
  font-size: 2.4375rem;
  font-weight: 300;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-banner-main__text h1 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-banner-main__text h1 {
    font-size: 1.5rem;
  }
}

.b-banner-main__text p {
  font-size: 1.0625rem;
  font-weight: 400;
  margin-top: 1.25rem;
}

@media only screen and (max-width: 519px) {
  .b-banner-main__text p {
    margin-top: 0.625rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-banner-main__text p {
    margin-top: 0.625rem;
  }
}

.b-banner-main__link {
  transition: all 0.15s ease-in 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #000;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
  outline: 0;
  padding: 0 1.875rem;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 1.5625rem;
}

.b-banner-main__link:link {
  color: #fff;
  text-decoration: none;
}

.b-banner-main__link:visited {
  color: #fff;
  text-decoration: none;
}

.b-banner-main__link:hover {
  color: #fff;
  text-decoration: none;
}

.b-banner-main__link:active {
  color: #fff;
  text-decoration: none;
}

.b-banner-main__link:hover {
  opacity: 0.9;
}

.b-banner-main__link:disabled {
  background: #ccc !important;
  cursor: default !important;
}

.b-banner-main__link:disabled:hover, .b-banner-main__link:disabled:focus {
  background: #ccc !important;
  opacity: 1;
}

@media only screen and (max-width: 519px) {
  .b-banner-main__link {
    font-size: 0.6875rem;
    margin-top: 0.625rem;
    padding: 0 1.375rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-banner-main__link {
    font-size: 0.6875rem;
    margin-top: 0.625rem;
    padding: 0 1.375rem;
  }
}

.b-banner-main__button {
  transition: all 0.15s ease-in 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #222a2b;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
  outline: 0;
  padding: 1rem 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  box-flex: 0 1 25%;
  box-ordinal-group: 1;
  flex: 0 1 25%;
  order: 1;
  font-size: 1.5rem;
  height: auto;
  line-height: 1;
  margin-right: 0.875rem;
}

.b-banner-main__button:link {
  color: #fff;
  text-decoration: none;
}

.b-banner-main__button:visited {
  color: #fff;
  text-decoration: none;
}

.b-banner-main__button:hover {
  color: #fff;
  text-decoration: none;
}

.b-banner-main__button:active {
  color: #fff;
  text-decoration: none;
}

.b-banner-main__button:hover {
  opacity: 0.9;
}

.b-banner-main__button:disabled {
  background: #ccc !important;
  cursor: default !important;
}

.b-banner-main__button:disabled:hover, .b-banner-main__button:disabled:focus {
  background: #ccc !important;
  opacity: 1;
}

.b-banner-main__button:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-banner-main__button {
    font-size: 0.8125rem;
    padding: 1.25rem 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-banner-main__button {
    font-size: 0.8125rem;
    padding: 1.25rem 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-banner-main__button {
    box-flex: 0 1 48%;
    box-ordinal-group: 1;
    flex: 0 1 48%;
    order: 1;
    font-size: 0.625rem;
    margin: 0.4375rem 0;
  }
}

@media only screen and (max-width: 519px) {
  .b-banner-main__button {
    box-flex: 0 1 48%;
    box-ordinal-group: 1;
    flex: 0 1 48%;
    order: 1;
    font-size: 0.625rem;
    margin: 0.4375rem 0;
  }
}

.b-banner-main__offer {
  padding: 0 3.125rem;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-banner-main__offer {
    margin-bottom: 0.9375rem;
    margin-top: 1.125rem;
    padding: 0 0.9375rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-banner-main__offer {
    margin-bottom: 0.9375rem;
    margin-top: 1.125rem;
    padding: 0 0.9375rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-banner-main__offer {
    margin-bottom: 0.9375rem;
    margin-top: 1.4375rem;
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-banner-main__offer {
    margin-bottom: 0.9375rem;
    margin-top: 1.4375rem;
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-banner-main__offer {
    padding-top: 3.125rem;
  }
}

.b-banner-main__offer-buttons {
  align-items: stretch;
  box-align: stretch;
  box-orient: horizontal;
  box-direction: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.b-banner-main__offer-buttons::after {
  display: none;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-banner-main__offer-buttons {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 519px) {
  .b-banner-main__offer-buttons {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-banner-main__offer-buttons {
    margin-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-banner-main__offer-buttons {
    margin-bottom: 1.25rem;
  }
}

.b-banner-main__offer-text {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 3.5rem;
  margin-bottom: 1.5625rem;
  text-align: center;
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-banner-main__offer-text {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.875rem;
    padding: 0 1.75rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-banner-main__offer-text {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.875rem;
    padding: 0 1.75rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-banner-main__offer-text {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.75rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-banner-main__offer-text {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.75rem;
  }
}

.b-banner-main__store-btn {
  margin-bottom: 1.875rem;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-banner-main__store-btn {
    margin-bottom: 3.125rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-banner-main__store-btn {
    margin-bottom: 3.125rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-banner-main__store-btn {
    margin-bottom: 1.375rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-banner-main__store-btn {
    margin-bottom: 1.375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-banner-main__store-btn {
    display: none;
  }
}

.b-banner-main__store-btn a {
  font-size: 1.0625rem;
  font-weight: 700;
}

.b-banner-main__store-btn a:link {
  color: #2abcc6;
  text-decoration: underline;
}

.b-banner-main__store-btn a:visited {
  color: #2abcc6;
  text-decoration: underline;
}

.b-banner-main__store-btn a:hover {
  color: #2abcc6;
  text-decoration: none;
}

.b-banner-main__store-btn a:active {
  color: #2abcc6;
  text-decoration: none;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-banner-main__store-btn a {
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-banner-main__store-btn a {
    font-size: 0.75rem;
  }
}

.b-breadcrumb {
  display: block;
  font-size: 0.8125rem;
  line-height: 2;
  margin: 1.25rem 0;
}

@media only screen and (max-width: 519px) {
  .b-breadcrumb {
    font-size: 0.625rem;
    margin: 0 0 1.25rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-breadcrumb {
    font-size: 0.625rem;
    margin: 0 0 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-breadcrumb {
    font-size: 0.6875rem;
    margin: 0.4375rem 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-breadcrumb {
    font-size: 0.6875rem;
    margin: 0.4375rem 0;
  }
}

@media only screen and (min-width: 1440px) {
  .b-breadcrumb {
    font-size: 1rem;
    padding-left: 2.1875rem;
  }
}

.b-breadcrumb__element:link {
  color: #222a2b;
  text-decoration: none;
}

.b-breadcrumb__element:visited {
  color: #222a2b;
  text-decoration: none;
}

.b-breadcrumb__element:hover {
  color: #222a2b;
  text-decoration: none;
}

.b-breadcrumb__element:active {
  color: #222a2b;
  text-decoration: none;
}

.b-breadcrumb__element:not(:first-child):before {
  content: "/";
  font-weight: normal;
  margin: 0 0.3125rem;
}

.b-breadcrumb__element:last-child {
  font-weight: 600;
}

.b-breadcrumb__element_span {
  color: #000;
  font-weight: bold;
}

.b-breadcrumb__element_span:before {
  content: "/";
  margin: 0 0.3125rem;
}

.b-btn-primary {
  transition: all 0.15s ease-in 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #000;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
  outline: 0;
  padding: 0 1.875rem;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.b-btn-primary:link {
  color: #fff;
  text-decoration: none;
}

.b-btn-primary:visited {
  color: #fff;
  text-decoration: none;
}

.b-btn-primary:hover {
  color: #fff;
  text-decoration: none;
}

.b-btn-primary:active {
  color: #fff;
  text-decoration: none;
}

.b-btn-primary:hover {
  opacity: 0.9;
}

.b-btn-primary:disabled {
  background: #ccc !important;
  cursor: default !important;
}

.b-btn-primary:disabled:hover, .b-btn-primary:disabled:focus {
  background: #ccc !important;
  opacity: 1;
}

.b-btn-secondary {
  transition: all 0.15s ease-in 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #d3d3d3;
  border: 0;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
  outline: 0;
  padding: 0 1.875rem;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.b-btn-secondary:link {
  color: #000;
  text-decoration: none;
}

.b-btn-secondary:visited {
  color: #000;
  text-decoration: none;
}

.b-btn-secondary:hover {
  color: #000;
  text-decoration: none;
}

.b-btn-secondary:active {
  color: #000;
  text-decoration: none;
}

.b-btn-secondary:hover {
  opacity: 0.9;
}

.b-btn-secondary:disabled {
  background: #ccc !important;
  cursor: default !important;
}

.b-btn-secondary:disabled:hover, .b-btn-secondary:disabled:focus {
  background: #ccc !important;
  opacity: 1;
}

.b-btn-secondary:link {
  color: #000;
  text-decoration: none;
}

.b-btn-secondary:visited {
  color: #000;
  text-decoration: none;
}

.b-btn-secondary:hover {
  color: #000;
  text-decoration: none;
}

.b-btn-secondary:active {
  color: #000;
  text-decoration: none;
}

.b-btn-secondary:link {
  color: #000;
  text-decoration: none;
}

.b-btn-secondary:visited {
  color: #000;
  text-decoration: none;
}

.b-btn-secondary:hover {
  color: #000;
  text-decoration: none;
}

.b-btn-secondary:active {
  color: #000;
  text-decoration: none;
}

.b-capacity-module__image {
  display: block;
  text-align: center;
}

.b-carusel-horizontal__prev-btn {
  font-size: 1.375rem;
  height: 1.75rem;
  left: -0.9375rem;
  margin-top: -0.6875rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 0.9375rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-carusel-horizontal__prev-btn {
    left: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-carusel-horizontal__prev-btn {
    left: 0.9375rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-carusel-horizontal__prev-btn {
    left: 0.9375rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-carusel-horizontal__prev-btn {
    left: 0.9375rem;
  }
}

.b-carusel-horizontal__prev-btn.inactive {
  display: none;
}

.b-carusel-horizontal__next-btn {
  font-size: 1.375rem;
  height: 1.75rem;
  margin-top: -0.6875rem;
  overflow: hidden;
  position: absolute;
  right: -0.9375rem;
  top: 50%;
  width: 1.25rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-carusel-horizontal__next-btn {
    right: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-carusel-horizontal__next-btn {
    right: 0.9375rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-carusel-horizontal__next-btn {
    right: 0.9375rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-carusel-horizontal__next-btn {
    right: 0.9375rem;
  }
}

.b-carusel-horizontal__next-btn.inactive {
  display: none;
}

.b-carousel-horizontal__wrapper {
  position: relative;
}

.b-carousel-horizontal__carousel {
  overflow: hidden;
  padding: 0 0.9375rem;
}

.b-carousel-horizontal__carousel ul {
  position: relative;
  width: 20000em;
}

.b-carousel-horizontal__item {
  border-right: 0.0625rem solid #e6e6e6;
  float: left;
  padding: 2.625rem 0.9375rem 1.25rem;
  position: relative;
  max-width: 22rem;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-carousel-horizontal__item {
    border-right: none;
    padding: 4.375rem 2.1875rem 1.875rem;
    max-width: 18.9375rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-carousel-horizontal__item {
    border-right: none;
    padding: 4.375rem 2.1875rem 1.875rem;
    max-width: 19.6875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-carousel-horizontal__item {
    border-right: none;
    padding: 4.375rem 2.1875rem 1.875rem;
    max-width: 14.6875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-carousel-horizontal__item {
    border-right: none;
    padding: 4.375rem 2.1875rem 1.875rem;
    max-width: 14.6875rem;
  }
}

.b-carusel-horizontal--disabled-nav {
  display: none !important;
}

@media only screen and (max-width: 519px) {
  .b-carusel-horizontal--disabled-nav-small {
    display: none !important;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-carusel-horizontal--disabled-nav-small-m {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-carusel-horizontal--disabled-nav-medium {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-carusel-horizontal--disabled-nav-medium-m {
    display: none !important;
  }
}

@media only screen and (min-width: 1440px) {
  .b-carusel-horizontal--disabled-nav-large {
    display: none !important;
  }
}

.b-contact-us {
  margin: 0 auto;
  padding: 1.875rem 0rem 3.125rem;
  width: 75%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-contact-us {
    padding-top: 2.5rem;
    width: 44%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-contact-us {
    padding-top: 2.5rem;
    width: 33%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-contact-us {
    padding: 1.75rem 0 3.125rem;
    width: 26%;
  }
}

.b-contact-us__title {
  position: relative;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

.b-contact-us__title:after {
  border-bottom: 3px solid #000;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3.125rem;
}

@media only screen and (max-width: 519px) {
  .b-contact-us__title:after {
    border-bottom: 2px solid #000;
    width: 1.875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-contact-us__title:after {
    border-bottom: 2px solid #000;
    width: 1.875rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-contact-us__title {
    padding-bottom: 0.9375rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-contact-us__title {
    padding-bottom: 0.9375rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-contact-us__title {
    font-weight: 700;
    padding-bottom: 1rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-contact-us__title {
    font-weight: 700;
    padding-bottom: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-contact-us__title {
    font-size: 1.5625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-contact-us__title {
    font-size: 1.5625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-contact-us__title {
    font-size: 2.1875rem;
    padding-bottom: 1.875rem;
  }
}

.b-contact-us__form {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-contact-us__form {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-contact-us__form {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-contact-us__form {
    margin-top: 2rem;
  }
}

.b-contact-us__form-button {
  margin-top: 1.25rem;
  text-align: center;
}

@media only screen and (min-width: 1440px) {
  .b-contact-us__form-button {
    margin-top: 1.3125rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-contact-us__form-button .b-btn-secondary {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-contact-us__form-button .b-btn-secondary {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-contact-us__form-button .b-btn-secondary {
    font-size: 1.375rem;
    height: 3.375rem;
    width: 10rem;
  }
}

.b-contact-us__row {
  padding-bottom: 0.75rem;
}

.b-contact-us__row.m-error, .b-contact-us__row.error {
  border-color: #f63535;
}

.b-contact-us__row.m-error:focus, .b-contact-us__row.error:focus {
  border-color: #f63535;
  outline: none;
}

.b-contact-us__row.m-error input[type="text"],
.b-contact-us__row.m-error input[type="number"],
.b-contact-us__row.m-error input[type="password"],
.b-contact-us__row.m-error input[type="date"],
.b-contact-us__row.m-error input[type="datetime"],
.b-contact-us__row.m-error input[type="datetime-local"],
.b-contact-us__row.m-error input[type="email"],
.b-contact-us__row.m-error input[type="month"],
.b-contact-us__row.m-error input[type="search"],
.b-contact-us__row.m-error input[type="tel"],
.b-contact-us__row.m-error input[type="time"],
.b-contact-us__row.m-error input[type="url"],
.b-contact-us__row.m-error input[type="week"],
.b-contact-us__row.m-error select,
.b-contact-us__row.m-error textarea, .b-contact-us__row.error input[type="text"],
.b-contact-us__row.error input[type="number"],
.b-contact-us__row.error input[type="password"],
.b-contact-us__row.error input[type="date"],
.b-contact-us__row.error input[type="datetime"],
.b-contact-us__row.error input[type="datetime-local"],
.b-contact-us__row.error input[type="email"],
.b-contact-us__row.error input[type="month"],
.b-contact-us__row.error input[type="search"],
.b-contact-us__row.error input[type="tel"],
.b-contact-us__row.error input[type="time"],
.b-contact-us__row.error input[type="url"],
.b-contact-us__row.error input[type="week"],
.b-contact-us__row.error select,
.b-contact-us__row.error textarea {
  border-color: #f63535;
}

.b-contact-us__row.m-error + .m-error,
.b-contact-us__row.m-error + .error, .b-contact-us__row.error + .m-error,
.b-contact-us__row.error + .error {
  color: #f63535;
  display: inline-block;
  font-size: 0.75rem;
  margin-top: 0.1875rem;
  vertical-align: top;
}

.b-contact-us__row + .error {
  margin-top: 0.625rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-contact-us__row {
    padding-bottom: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-contact-us__row {
    padding-bottom: 0.9375rem;
  }
}

.b-contact-us__row input[type="text"],
.b-contact-us__row input[type="number"],
.b-contact-us__row input[type="password"],
.b-contact-us__row input[type="date"],
.b-contact-us__row input[type="datetime"],
.b-contact-us__row input[type="datetime-local"],
.b-contact-us__row input[type="email"],
.b-contact-us__row input[type="month"],
.b-contact-us__row input[type="search"],
.b-contact-us__row input[type="tel"],
.b-contact-us__row input[type="time"],
.b-contact-us__row input[type="url"],
.b-contact-us__row input[type="week"],
.b-contact-us__row select,
.b-contact-us__row textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0.0625rem solid #ccc;
  box-shadow: none;
  color: #000;
  max-width: 100%;
  outline: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  height: 2.5rem;
  border-radius: 0.3125rem;
  width: 100%;
}

.b-contact-us__row input[type="text"]::-webkit-input-placeholder,
.b-contact-us__row input[type="number"]::-webkit-input-placeholder,
.b-contact-us__row input[type="password"]::-webkit-input-placeholder,
.b-contact-us__row input[type="date"]::-webkit-input-placeholder,
.b-contact-us__row input[type="datetime"]::-webkit-input-placeholder,
.b-contact-us__row input[type="datetime-local"]::-webkit-input-placeholder,
.b-contact-us__row input[type="email"]::-webkit-input-placeholder,
.b-contact-us__row input[type="month"]::-webkit-input-placeholder,
.b-contact-us__row input[type="search"]::-webkit-input-placeholder,
.b-contact-us__row input[type="tel"]::-webkit-input-placeholder,
.b-contact-us__row input[type="time"]::-webkit-input-placeholder,
.b-contact-us__row input[type="url"]::-webkit-input-placeholder,
.b-contact-us__row input[type="week"]::-webkit-input-placeholder,
.b-contact-us__row select::-webkit-input-placeholder,
.b-contact-us__row textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}

.b-contact-us__row input[type="text"]:-moz-placeholder,
.b-contact-us__row input[type="number"]:-moz-placeholder,
.b-contact-us__row input[type="password"]:-moz-placeholder,
.b-contact-us__row input[type="date"]:-moz-placeholder,
.b-contact-us__row input[type="datetime"]:-moz-placeholder,
.b-contact-us__row input[type="datetime-local"]:-moz-placeholder,
.b-contact-us__row input[type="email"]:-moz-placeholder,
.b-contact-us__row input[type="month"]:-moz-placeholder,
.b-contact-us__row input[type="search"]:-moz-placeholder,
.b-contact-us__row input[type="tel"]:-moz-placeholder,
.b-contact-us__row input[type="time"]:-moz-placeholder,
.b-contact-us__row input[type="url"]:-moz-placeholder,
.b-contact-us__row input[type="week"]:-moz-placeholder,
.b-contact-us__row select:-moz-placeholder,
.b-contact-us__row textarea:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.b-contact-us__row input[type="text"]::-moz-placeholder,
.b-contact-us__row input[type="number"]::-moz-placeholder,
.b-contact-us__row input[type="password"]::-moz-placeholder,
.b-contact-us__row input[type="date"]::-moz-placeholder,
.b-contact-us__row input[type="datetime"]::-moz-placeholder,
.b-contact-us__row input[type="datetime-local"]::-moz-placeholder,
.b-contact-us__row input[type="email"]::-moz-placeholder,
.b-contact-us__row input[type="month"]::-moz-placeholder,
.b-contact-us__row input[type="search"]::-moz-placeholder,
.b-contact-us__row input[type="tel"]::-moz-placeholder,
.b-contact-us__row input[type="time"]::-moz-placeholder,
.b-contact-us__row input[type="url"]::-moz-placeholder,
.b-contact-us__row input[type="week"]::-moz-placeholder,
.b-contact-us__row select::-moz-placeholder,
.b-contact-us__row textarea::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.b-contact-us__row input[type="text"]:-ms-input-placeholder,
.b-contact-us__row input[type="number"]:-ms-input-placeholder,
.b-contact-us__row input[type="password"]:-ms-input-placeholder,
.b-contact-us__row input[type="date"]:-ms-input-placeholder,
.b-contact-us__row input[type="datetime"]:-ms-input-placeholder,
.b-contact-us__row input[type="datetime-local"]:-ms-input-placeholder,
.b-contact-us__row input[type="email"]:-ms-input-placeholder,
.b-contact-us__row input[type="month"]:-ms-input-placeholder,
.b-contact-us__row input[type="search"]:-ms-input-placeholder,
.b-contact-us__row input[type="tel"]:-ms-input-placeholder,
.b-contact-us__row input[type="time"]:-ms-input-placeholder,
.b-contact-us__row input[type="url"]:-ms-input-placeholder,
.b-contact-us__row input[type="week"]:-ms-input-placeholder,
.b-contact-us__row select:-ms-input-placeholder,
.b-contact-us__row textarea:-ms-input-placeholder {
  color: #b8b8b8;
}

@media only screen and (max-width: 519px) {
  .b-contact-us__row input[type="text"],
  .b-contact-us__row input[type="number"],
  .b-contact-us__row input[type="password"],
  .b-contact-us__row input[type="date"],
  .b-contact-us__row input[type="datetime"],
  .b-contact-us__row input[type="datetime-local"],
  .b-contact-us__row input[type="email"],
  .b-contact-us__row input[type="month"],
  .b-contact-us__row input[type="search"],
  .b-contact-us__row input[type="tel"],
  .b-contact-us__row input[type="time"],
  .b-contact-us__row input[type="url"],
  .b-contact-us__row input[type="week"],
  .b-contact-us__row select,
  .b-contact-us__row textarea {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-contact-us__row input[type="text"],
  .b-contact-us__row input[type="number"],
  .b-contact-us__row input[type="password"],
  .b-contact-us__row input[type="date"],
  .b-contact-us__row input[type="datetime"],
  .b-contact-us__row input[type="datetime-local"],
  .b-contact-us__row input[type="email"],
  .b-contact-us__row input[type="month"],
  .b-contact-us__row input[type="search"],
  .b-contact-us__row input[type="tel"],
  .b-contact-us__row input[type="time"],
  .b-contact-us__row input[type="url"],
  .b-contact-us__row input[type="week"],
  .b-contact-us__row select,
  .b-contact-us__row textarea {
    font-size: 0.875rem;
  }
}

.b-contact-us__row input[type="text"]::-ms-clear,
.b-contact-us__row input[type="number"]::-ms-clear,
.b-contact-us__row input[type="password"]::-ms-clear,
.b-contact-us__row input[type="date"]::-ms-clear,
.b-contact-us__row input[type="datetime"]::-ms-clear,
.b-contact-us__row input[type="datetime-local"]::-ms-clear,
.b-contact-us__row input[type="email"]::-ms-clear,
.b-contact-us__row input[type="month"]::-ms-clear,
.b-contact-us__row input[type="search"]::-ms-clear,
.b-contact-us__row input[type="tel"]::-ms-clear,
.b-contact-us__row input[type="time"]::-ms-clear,
.b-contact-us__row input[type="url"]::-ms-clear,
.b-contact-us__row input[type="week"]::-ms-clear,
.b-contact-us__row select::-ms-clear,
.b-contact-us__row textarea::-ms-clear {
  display: none;
}

.b-contact-us__row input[type="text"]:hover,
.b-contact-us__row input[type="number"]:hover,
.b-contact-us__row input[type="password"]:hover,
.b-contact-us__row input[type="date"]:hover,
.b-contact-us__row input[type="datetime"]:hover,
.b-contact-us__row input[type="datetime-local"]:hover,
.b-contact-us__row input[type="email"]:hover,
.b-contact-us__row input[type="month"]:hover,
.b-contact-us__row input[type="search"]:hover,
.b-contact-us__row input[type="tel"]:hover,
.b-contact-us__row input[type="time"]:hover,
.b-contact-us__row input[type="url"]:hover,
.b-contact-us__row input[type="week"]:hover,
.b-contact-us__row select:hover,
.b-contact-us__row textarea:hover {
  border-color: #000;
}

.b-contact-us__row input[type="text"]:focus,
.b-contact-us__row input[type="number"]:focus,
.b-contact-us__row input[type="password"]:focus,
.b-contact-us__row input[type="date"]:focus,
.b-contact-us__row input[type="datetime"]:focus,
.b-contact-us__row input[type="datetime-local"]:focus,
.b-contact-us__row input[type="email"]:focus,
.b-contact-us__row input[type="month"]:focus,
.b-contact-us__row input[type="search"]:focus,
.b-contact-us__row input[type="tel"]:focus,
.b-contact-us__row input[type="time"]:focus,
.b-contact-us__row input[type="url"]:focus,
.b-contact-us__row input[type="week"]:focus,
.b-contact-us__row select:focus,
.b-contact-us__row textarea:focus {
  background: rgba(0, 0, 0, 0.01);
  border-color: #000;
  outline: none;
}

.b-contact-us__row input[type="text"]:disabled,
.b-contact-us__row input[type="number"]:disabled,
.b-contact-us__row input[type="password"]:disabled,
.b-contact-us__row input[type="date"]:disabled,
.b-contact-us__row input[type="datetime"]:disabled,
.b-contact-us__row input[type="datetime-local"]:disabled,
.b-contact-us__row input[type="email"]:disabled,
.b-contact-us__row input[type="month"]:disabled,
.b-contact-us__row input[type="search"]:disabled,
.b-contact-us__row input[type="tel"]:disabled,
.b-contact-us__row input[type="time"]:disabled,
.b-contact-us__row input[type="url"]:disabled,
.b-contact-us__row input[type="week"]:disabled,
.b-contact-us__row select:disabled,
.b-contact-us__row textarea:disabled {
  background: #808080;
  border: 0.0625rem solid #000;
  cursor: not-allowed;
}

.b-contact-us__row input[type="text"]:disabled:hover,
.b-contact-us__row input[type="number"]:disabled:hover,
.b-contact-us__row input[type="password"]:disabled:hover,
.b-contact-us__row input[type="date"]:disabled:hover,
.b-contact-us__row input[type="datetime"]:disabled:hover,
.b-contact-us__row input[type="datetime-local"]:disabled:hover,
.b-contact-us__row input[type="email"]:disabled:hover,
.b-contact-us__row input[type="month"]:disabled:hover,
.b-contact-us__row input[type="search"]:disabled:hover,
.b-contact-us__row input[type="tel"]:disabled:hover,
.b-contact-us__row input[type="time"]:disabled:hover,
.b-contact-us__row input[type="url"]:disabled:hover,
.b-contact-us__row input[type="week"]:disabled:hover,
.b-contact-us__row select:disabled:hover,
.b-contact-us__row textarea:disabled:hover {
  border: 0.0625rem solid #b8b8b8;
}

.b-contact-us__row input[type="text"] + label,
.b-contact-us__row input[type="number"] + label,
.b-contact-us__row input[type="password"] + label,
.b-contact-us__row input[type="date"] + label,
.b-contact-us__row input[type="datetime"] + label,
.b-contact-us__row input[type="datetime-local"] + label,
.b-contact-us__row input[type="email"] + label,
.b-contact-us__row input[type="month"] + label,
.b-contact-us__row input[type="search"] + label,
.b-contact-us__row input[type="tel"] + label,
.b-contact-us__row input[type="time"] + label,
.b-contact-us__row input[type="url"] + label,
.b-contact-us__row input[type="week"] + label,
.b-contact-us__row select + label,
.b-contact-us__row textarea + label {
  cursor: pointer;
}

@media only screen and (min-width: 1440px) {
  .b-contact-us__row input[type="text"],
  .b-contact-us__row input[type="number"],
  .b-contact-us__row input[type="password"],
  .b-contact-us__row input[type="date"],
  .b-contact-us__row input[type="datetime"],
  .b-contact-us__row input[type="datetime-local"],
  .b-contact-us__row input[type="email"],
  .b-contact-us__row input[type="month"],
  .b-contact-us__row input[type="search"],
  .b-contact-us__row input[type="tel"],
  .b-contact-us__row input[type="time"],
  .b-contact-us__row input[type="url"],
  .b-contact-us__row input[type="week"],
  .b-contact-us__row select,
  .b-contact-us__row textarea {
    border: 2px solid #ccc;
    font-size: 1.1875rem;
    height: 3.125rem;
    padding-bottom: 0.875rem;
    padding-top: 0.875rem;
  }
}

.b-contact-us__row input[type="text"]:hover, .b-contact-us__row input[type="text"]:focus,
.b-contact-us__row input[type="number"]:hover,
.b-contact-us__row input[type="number"]:focus,
.b-contact-us__row input[type="password"]:hover,
.b-contact-us__row input[type="password"]:focus,
.b-contact-us__row input[type="date"]:hover,
.b-contact-us__row input[type="date"]:focus,
.b-contact-us__row input[type="datetime"]:hover,
.b-contact-us__row input[type="datetime"]:focus,
.b-contact-us__row input[type="datetime-local"]:hover,
.b-contact-us__row input[type="datetime-local"]:focus,
.b-contact-us__row input[type="email"]:hover,
.b-contact-us__row input[type="email"]:focus,
.b-contact-us__row input[type="month"]:hover,
.b-contact-us__row input[type="month"]:focus,
.b-contact-us__row input[type="search"]:hover,
.b-contact-us__row input[type="search"]:focus,
.b-contact-us__row input[type="tel"]:hover,
.b-contact-us__row input[type="tel"]:focus,
.b-contact-us__row input[type="time"]:hover,
.b-contact-us__row input[type="time"]:focus,
.b-contact-us__row input[type="url"]:hover,
.b-contact-us__row input[type="url"]:focus,
.b-contact-us__row input[type="week"]:hover,
.b-contact-us__row input[type="week"]:focus,
.b-contact-us__row select:hover,
.b-contact-us__row select:focus,
.b-contact-us__row textarea:hover,
.b-contact-us__row textarea:focus {
  border: 2px solid #ccc;
}

.b-contact-us__row:first-child .field-wrapper {
  position: relative;
}

.b-contact-us__row:first-child .field-wrapper:after {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #646464;
  position: absolute;
  right: 0.9375rem;
  top: 1.0625rem;
  width: 0;
  z-index: 98;
}

@media only screen and (min-width: 1440px) {
  .b-contact-us__row:first-child .field-wrapper:after {
    top: 1.375rem;
  }
}

.b-contact-us__row:first-child select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.b-contact-us__confirmation-message {
  text-align: center;
}

@media only screen and (min-width: 1440px) {
  .b-contact-us__confirmation-message {
    padding-top: 1.875rem;
  }
}

.b-content-info-section {
  margin-bottom: 3.125rem;
}

@media only screen and (max-width: 519px) {
  .b-content-info-section {
    margin-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-content-info-section {
    margin-bottom: 1.25rem;
  }
}

.b-content-info {
  color: #000;
  margin-bottom: 0.75rem;
  position: relative;
}

@media only screen and (max-width: 519px) {
  .b-content-info {
    text-align: center;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-content-info {
    text-align: center;
  }
}

.b-content-info picture {
  display: block;
}

.b-content-info img {
  width: 100%;
}

@media only screen and (max-width: 519px) {
  .b-content-info img {
    opacity: 0.5;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-content-info img {
    opacity: 0.5;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-content-info img {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-content-info img {
    opacity: 0.7;
  }
}

.b-content-info__wrap {
  left: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  z-index: 2;
}

@media only screen and (max-width: 519px) {
  .b-content-info__wrap {
    width: 90%;
  }
}

@media only screen and (max-width: 519px) {
  .b-content-info__wrap {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-content-info__wrap {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-content-info__wrap {
    width: 60%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-content-info__wrap {
    width: 35%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-content-info__wrap {
    width: 35%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-content-info__wrap {
    bottom: 3.125rem;
    left: 3.125rem;
    top: inherit;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 519px) {
  .b-content-info__wrap a {
    font-size: 0.625rem;
    height: 2.5rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-content-info__wrap a {
    font-size: 0.625rem;
    height: 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-content-info__wrap a {
    font-size: 1.25rem;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 1.25rem;
  }
}

.b-content-info__wrap h2 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-content-info__wrap h2 {
    font-size: 1.3125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-content-info__wrap h2 {
    font-size: 1.3125rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-content-info__wrap h2 {
    font-size: 2.5rem;
    margin-bottom: 0.9375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-content-info__wrap h2 {
    font-size: 2.375rem;
  }
}

.b-content-info__wrap p {
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0 0 0.9375rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-content-info__wrap p {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 0 0 1.5625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-content-info__wrap p {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 0 0 1.5625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-content-info__wrap p {
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-content-info__wrap a {
    height: 3.75rem;
    line-height: 1;
    padding: 1.25rem 2.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-content-info__wrap a {
    font-size: 0.8125rem;
    line-height: 1;
    padding: 0.9375rem 1.875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-content-info__wrap a {
    font-size: 0.8125rem;
    line-height: 1;
    padding: 0.9375rem 1.875rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-content-info__wrap a {
    font-size: 0.625rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-content-info__wrap a {
    font-size: 0.625rem;
  }
}

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

.b-enterprise:after {
  content: '';
  display: table;
  clear: both;
}

.b-enterprise h2 {
  position: relative;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 1.5625rem;
  padding-bottom: 1rem;
  text-align: center;
}

.b-enterprise h2:after {
  border-bottom: 3px solid #000;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3.125rem;
}

@media only screen and (max-width: 519px) {
  .b-enterprise h2:after {
    border-bottom: 2px solid #000;
    width: 1.875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-enterprise h2:after {
    border-bottom: 2px solid #000;
    width: 1.875rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-enterprise h2 {
    padding-bottom: 0.9375rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-enterprise h2 {
    padding-bottom: 0.9375rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-enterprise h2 {
    font-size: 1.5625rem;
    font-weight: 600;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-enterprise h2 {
    font-size: 1.5625rem;
    font-weight: 600;
  }
}

@media only screen and (min-width: 1440px) {
  .b-enterprise h2 {
    font-size: 2.1875rem;
    font-weight: 600;
    padding-bottom: 1.875rem;
  }
}

.b-enterprise__row {
  margin: 0 0 1.5625rem;
  min-height: 12.5rem;
}

@media only screen and (max-width: 519px) {
  .b-enterprise__row {
    margin: 0 0 0.9375rem;
    min-height: 9.375rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-enterprise__row {
    margin: 0 0 0.9375rem;
    min-height: 9.375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-enterprise__row {
    min-height: 5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-enterprise__row {
    min-height: 5rem;
  }
}

.b-enterprise__row h4 {
  margin-bottom: 0.625rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-enterprise__row h4 {
    font-size: 1.3125rem;
    text-transform: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-enterprise__row h4 {
    font-size: 1.3125rem;
    text-transform: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-enterprise__row h4 {
    font-size: 1.3125rem;
    text-transform: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-enterprise__row h4 {
    text-align: left;
  }
}

.b-enterprise__row p {
  color: #888;
  margin: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-enterprise__row p {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-enterprise__row p {
    font-size: 0.625rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-enterprise__row p {
    font-size: 0.625rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-enterprise__row p {
    font-size: 0.625rem;
  }
}

.b-enterprise__icon {
  align-items: center;
  box-align: center;
  box-orient: horizontal;
  box-direction: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #000;
  border: 0.4375rem solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 0 0.4375rem #000;
  height: 5.25rem;
  margin: 0 auto 1.25rem;
  text-align: center;
  width: 5.25rem;
}

.b-enterprise__icon::after {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-enterprise__icon {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-enterprise__icon {
    display: none;
  }
}

@media only screen and (max-width: 519px) {
  .b-enterprise__icon {
    border: 0.3125rem solid #fff;
    box-shadow: 0 0 0 0.3125rem #000;
    height: 3.75rem;
    width: 3.75rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-enterprise__icon {
    border: 0.3125rem solid #fff;
    box-shadow: 0 0 0 0.3125rem #000;
    height: 3.75rem;
    width: 3.75rem;
  }
}

.b-enterprise__icon i:before {
  color: #fff;
  font-size: 2.8125rem;
}

@media only screen and (max-width: 519px) {
  .b-enterprise__icon i:before {
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-enterprise__icon i:before {
    font-size: 1.875rem;
  }
}

.b-enterprise__icon i.icon-registration:before {
  font-size: 1.875rem;
}

@media only screen and (max-width: 519px) {
  .b-enterprise__icon i.icon-registration:before {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-enterprise__icon i.icon-registration:before {
    font-size: 1.25rem;
  }
}

.b-enterprise__icon i.icon-pro-pack:before {
  font-size: 2.1875rem;
}

@media only screen and (max-width: 519px) {
  .b-enterprise__icon i.icon-pro-pack:before {
    font-size: 1.5625rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-enterprise__icon i.icon-pro-pack:before {
    font-size: 1.5625rem;
  }
}

.b-error {
  padding-top: 3.75rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-error {
    border-top: 1px solid #ccc;
    padding-top: 4.0625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-error {
    border-top: 1px solid #ccc;
    padding-top: 4.0625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-error {
    border-top: 1px solid #ccc;
    padding-top: 4.0625rem;
  }
}

.b-error__title {
  font-size: 1.9375rem;
  font-weight: 700;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-error__title {
    font-size: 1.4375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-error__title {
    font-size: 1.4375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-error__title {
    font-size: 1.4375rem;
  }
}

.b-error__error-message {
  font-size: 1.1875rem;
  font-weight: 400;
  margin-top: 1.875rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-error__error-message {
    font-size: 1.0625rem;
    margin-top: 0.75rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-error__error-message {
    font-size: 1.0625rem;
    margin-top: 0.75rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-error__error-message {
    font-size: 1.0625rem;
    margin-top: 0.75rem;
  }
}

.b-error__form-wrapper {
  margin: 0 auto 1.875rem;
  max-width: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-error__form-wrapper {
    max-width: 30.9375rem;
    margin: 0 auto 4.0625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-error__form-wrapper {
    max-width: 30.9375rem;
    margin: 0 auto 4.0625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-error__form-wrapper {
    max-width: 30.9375rem;
    margin: 0 auto 4.0625rem;
  }
}

.b-error__form-wrapper .section-header {
  margin-top: 0.75rem;
}

.b-error__form {
  margin-top: 1.875rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-error__form {
    margin-top: 0.75rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-error__form {
    margin-top: 0.75rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-error__form {
    margin-top: 0.75rem;
  }
}

.b-error__form-label {
  display: block;
  font-size: 1.1875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-error__form-label {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-error__form-label {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-error__form-label {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
}

.b-error__form-input {
  border-radius: 0;
  margin-right: 0.625rem;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-error__form-input {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
    width: 20.3125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-error__form-input {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
    width: 20.3125rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-error__form-input {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
    width: 20.3125rem;
  }
}

.b-error__form-button {
  transition: all 0.15s ease-in 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #000;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
  outline: 0;
  padding: 0 2.1875rem;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0.9375rem;
}

.b-error__form-button:link {
  color: #fff;
  text-decoration: none;
}

.b-error__form-button:visited {
  color: #fff;
  text-decoration: none;
}

.b-error__form-button:hover {
  color: #fff;
  text-decoration: none;
}

.b-error__form-button:active {
  color: #fff;
  text-decoration: none;
}

.b-error__form-button:hover {
  opacity: 0.9;
}

.b-error__form-button:disabled {
  background: #ccc !important;
  cursor: default !important;
}

.b-error__form-button:disabled:hover, .b-error__form-button:disabled:focus {
  background: #ccc !important;
  opacity: 1;
}

@media only screen and (max-width: 519px) {
  .b-error__form-button {
    height: auto;
    line-height: 1;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-error__form-button {
    height: auto;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-error__form-button {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-error__form-button {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-error__form-button {
    font-size: 0.8125rem;
  }
}

.b-error__quick-search {
  background-color: #222a2b;
  padding: 1.875rem 1.5625rem;
}

.b-error__quick-search .content-asset {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-error__quick-search {
    padding: 2.5rem 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-error__quick-search {
    padding: 2.5rem 0;
  }
}

@media only screen and (min-width: 1440px) {
  .b-error__quick-search {
    padding: 2.5rem 0;
  }
}

.b-error__quick-search-title {
  color: #fed100;
  font-size: 1.1875rem;
  font-weight: 700;
  margin-right: 1.25rem;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-error__quick-search-title {
    font-size: 1.4375rem;
    margin-bottom: 1.875rem;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 519px) {
  .b-error__quick-search-title {
    font-size: 1.4375rem;
    margin-bottom: 1.875rem;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}

.b-error__quick-search-wrapper {
  align-items: stretch;
  box-align: stretch;
  box-orient: horizontal;
  box-direction: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  float: none;
  max-width: 39.6875rem;
  margin: 0 auto;
}

.b-error__quick-search-wrapper::after {
  display: none;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-error__quick-search-wrapper {
    display: block;
    max-width: none;
    margin: 0-1.5625rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-error__quick-search-wrapper {
    display: block;
    max-width: none;
    margin: 0-1.5625rem;
  }
}

.b-error__quick-search-content {
  align-items: stretch;
  box-align: stretch;
  box-orient: horizontal;
  box-direction: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.b-error__quick-search-content::after {
  display: none;
}

.b-error__search-by-brand {
  width: 100%;
  margin-bottom: 4%;
  overflow: hidden;
  padding-bottom: 0.125rem;
  position: relative;
  width: 48%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-error__search-by-brand {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-error__search-by-brand {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-error__search-by-brand {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-error__search-by-brand {
    width: 100%;
  }
}

@media only screen and (max-width: 519px) {
  .b-error__search-by-brand {
    width: 100%;
  }
}

.b-error__search-by-brand select {
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.b-error__search-by-brand:after {
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #fff;
  content: "";
  height: 0;
  position: absolute;
  right: 0.9375rem;
  top: 40%;
  width: 0;
  z-index: 98;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-error__search-by-brand {
    width: 12.5rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-error__search-by-brand {
    width: 12.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-error__search-by-brand {
    width: 12.5rem;
  }
}

.b-error__search-by-device {
  overflow: hidden;
  padding-bottom: 0.125rem;
  position: relative;
  width: 48%;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-error__search-by-device {
    width: 100%;
  }
}

@media only screen and (max-width: 519px) {
  .b-error__search-by-device {
    width: 100%;
  }
}

.b-error__search-by-device select {
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.b-error__search-by-device:after {
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #fff;
  content: "";
  height: 0;
  position: absolute;
  right: 0.9375rem;
  top: 40%;
  width: 0;
  z-index: 98;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-error__search-by-device {
    width: 12.5rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-error__search-by-device {
    width: 12.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-error__search-by-device {
    width: 12.5rem;
  }
}

.browser-compatibility-alert {
  border: 0.0625rem solid #f63535;
  color: #f63535;
  margin: 1.25rem 0;
  padding: 0.9375rem;
}

.b-error__fields-wrapper {
  align-items: stretch;
  box-align: stretch;
  box-orient: horizontal;
  box-direction: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.b-error__fields-wrapper::after {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-error__fields-wrapper {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-error__fields-wrapper {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1440px) {
  .b-error__fields-wrapper {
    justify-content: flex-start;
  }
}

.b-form:after {
  content: '';
  display: table;
  clear: both;
}

.b-form__label {
  color: #000;
  cursor: pointer;
}

+ .b-form__row {
  margin-top: 2.5rem;
}

input[type='checkbox'] {
  display: none;
}

input[type='checkbox'] + label {
  cursor: pointer;
  display: inline-block;
  padding: 0.125rem;
  position: relative;
}

input[type='checkbox'] + label:before {
  background: #fff;
  color: #000;
  font-size: 0.9375rem;
  left: 0;
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 1440px) {
  input[type='checkbox'] + label:hover:before {
    color: #808080;
    font-size: 0.9375rem;
  }
}

input[type='checkbox']:checked + label:before {
  color: #000;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 1440px) {
  input[type='checkbox']:checked + label:hover:before {
    color: #000;
    font-size: 0.9375rem;
  }
}

input[type='checkbox']:disabled + label {
  color: #808080;
  cursor: default;
  pointer-events: none;
}

input[type='checkbox']:disabled + label:before {
  background: #fff;
  color: #808080;
}

input[type='checkbox']:disabled + label:hover:before {
  font-size: 0.9375rem;
}

input[type='radio'] {
  display: none;
}

input[type='radio'] + label {
  cursor: pointer;
  display: inline-block;
  padding: 0.25rem 0rem 0.0625rem 1.25rem;
  position: relative;
}

input[type='radio'] + label:before {
  background: #fff;
  color: #000;
  font-size: 0.9375rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 1440px) {
  input[type='radio'] + label:hover:before {
    color: #808080;
    font-size: 0.9375rem;
  }
}

input[type='radio']:checked + label:before {
  color: #000;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 1440px) {
  input[type='radio']:checked + label:hover:before {
    color: #000;
    font-size: 0.9375rem;
  }
}

input[type='radio']:disabled + label {
  color: #808080;
  cursor: default;
  pointer-events: none;
}

input[type='radio']:disabled + label:before {
  background: #fff;
  border-radius: 0.9375rem;
  color: #808080;
}

input[type='radio']:disabled + label:hover:before {
  font-size: 0.9375rem;
}

/*
    ::-ms-expand {
        opacity: 0;
        visibility: hidden;
    }
    */
select {
  background: transparent;
  border: 0.0625rem solid #000;
  color: #000;
  cursor: pointer;
  font-size: 0.8125rem;
  height: 2.75rem;
  max-width: 100%;
  overflow: hidden;
  padding: 0.1875rem 2.75rem 0.1875rem 0.9375rem;
  position: relative;
  white-space: nowrap;
}

option {
  color: #000;
}

.b-form-select {
  position: relative;
}

.b-form-select:before {
  /*color: colors(black);
        font-size: rem-calc(7);
        position: absolute;
        right: 0;
        text-align: center;
        top: rem-calc(18);
        width: rem-calc(44);
        */
}

.b-form-select__label {
  color: #000;
  cursor: pointer;
  display: inline-block;
  line-height: 0.8;
  margin-bottom: 0.4375rem;
}

textarea {
  line-height: 1.2;
  min-height: 9.375rem;
  padding: 1.25rem 0.625rem;
  resize: none;
  width: 100%;
}

.helpful-button {
  width: 100%;
  background: #fed100;
  font-size: 1rem;
  padding: 1rem 1rem;
  margin: 2rem 0 0 0;
  display: block;
  text-align: center;
  color: #222a2b;
  font-weight: bold;
  text-decoration: none;
}

a.helpful-button {
  background-color: #ffffff;
  color: #222a2b;
}

button.helpful-button:hover {
  background: #222a2b;
  color: #fed100;
}

button.helpful-button:disabled {
  background: #d3d3d3;
  color: #222a2b;
}

#b2b-pdp-contact button.helpful-button {
  padding: 0;
}

form#b2b-pdp-contact {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  height: 3rem;
  box-sizing: border-box;
  justify-content: space-between;
}

form#b2b-pdp-contact input {
  width: 60%;
  height: 100%;
  order: 1;
}

form#b2b-pdp-contact button {
  width: 38%;
  height: 100%;
  margin-top: 0;
  order: 2;
}

form#b2b-pdp-contact label#pdp-email-error {
  order: 3;
}

form#b2b-pdp-contact span#pdp-email-error {
  order: 3;
}

form#b2b-pdp-contact div#pdp-contact-message {
  order: 4;
  width: 100%;
  padding-left: 5px;
}

.b-link-primary:link {
  color: #007aff;
  text-decoration: underline;
}

.b-link-primary:visited {
  color: #007aff;
  text-decoration: underline;
}

.b-link-primary:hover {
  color: #2abcc6;
  text-decoration: none;
}

.b-link-primary:active {
  color: #2abcc6;
  text-decoration: none;
}

.b-link-secondary:link {
  color: #2abcc6;
  text-decoration: underline;
}

.b-link-secondary:visited {
  color: #2abcc6;
  text-decoration: underline;
}

.b-link-secondary:hover {
  color: #007aff;
  text-decoration: none;
}

.b-link-secondary:active {
  color: #007aff;
  text-decoration: none;
}

.b-link-third {
  font-weight: 700;
  text-transform: uppercase;
}

.b-link-third:link {
  color: #000;
  text-decoration: underline;
}

.b-link-third:visited {
  color: #000;
  text-decoration: underline;
}

.b-link-third:hover {
  color: #2abcc6;
  text-decoration: none;
}

.b-link-third:active {
  color: #2abcc6;
  text-decoration: none;
}

.b-module {
  margin-bottom: 2.8125rem;
}

.b-module__title {
  margin-bottom: 1.875rem;
}

.b-module__description {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-module__description {
    width: 70%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-module__description {
    width: 50%;
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-module__description {
    width: 50%;
    font-size: 0.9375rem;
  }
}

.b-product-tile {
  background: #fff;
  text-align: center;
}

.b-product-tile:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product-tile {
    padding-bottom: 2.8125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product-tile {
    padding-bottom: 2.8125rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product-tile {
    padding-bottom: 2.8125rem;
  }
}

.b-carousel-horizontal__carousel .b-product-tile {
  padding-bottom: 0;
}

.b-product-tile__name-container {
  margin-bottom: 0.9375rem;
}

@media only screen and (max-width: 519px) {
  .b-product-tile__name-container {
    margin-bottom: 0.25rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product-tile__name-container {
    margin-bottom: 0.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product-tile__name-container {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product-tile__name-container {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product-tile__name-container {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product-tile__name-container {
    -webkit-line-clamp: 3;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product-tile__name-container {
    -webkit-line-clamp: 3;
  }
}

.b-carousel-horizontal__carousel .b-product-tile__name-container {
  margin-top: 1.25rem;
  text-align: center;
}

.b-product-tile__name {
  font-size: 1.0625rem;
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: auto;
  max-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b-product-tile__name:link {
  color: #000;
  text-decoration: none;
}

.b-product-tile__name:visited {
  color: #000;
  text-decoration: none;
}

.b-product-tile__name:hover {
  color: #888;
  text-decoration: underline;
}

.b-product-tile__name:active {
  color: #888;
  text-decoration: underline;
}

@media only screen and (max-width: 519px) {
  .b-product-tile__name {
    font-size: 0.75rem;
    max-height: 1.875rem;
    line-height: 1rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product-tile__name {
    font-size: 0.75rem;
    max-height: 1.875rem;
    line-height: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product-tile__name {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product-tile__name {
    -webkit-line-clamp: 3;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product-tile__name {
    -webkit-line-clamp: 3;
  }
}

.b-carousel-horizontal__carousel .b-product-tile__name {
  font-size: 0.8125rem;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-carousel-horizontal__carousel .b-product-tile__name {
    font-size: 1.1875rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-carousel-horizontal__carousel .b-product-tile__name {
    font-size: 1.1875rem;
  }
}

.b-product-tile__description {
  color: #808080;
  font-size: 0.75rem;
  margin-top: 2.5rem;
}

.b-product-tile__image {
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 1440px) {
  .b-product-tile__image {
    margin-bottom: 3.4375rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product-tile__image img {
    max-height: 17.8125rem;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product-tile__image img {
    max-height: 17.8125rem;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product-tile__image img {
    max-height: 23rem;
    max-width: 100%;
  }
}

.b-carousel-horizontal__carousel .b-product-tile__image {
  text-align: center;
  margin-bottom: 0;
}

.b-product-tile__device-name {
  font-size: 0.9375rem;
  height: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 519px) {
  .b-product-tile__device-name {
    font-size: 0.625rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product-tile__device-name {
    font-size: 0.625rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product-tile__device-name {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product-tile__device-name {
    font-size: 1.0625rem;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product-tile__device-name {
    font-size: 1.0625rem;
    margin-bottom: 0.625rem;
  }
}

.b-carousel-horizontal__carousel .b-product-tile__device-name {
  font-size: 0.6875rem;
  font-weight: 700;
  position: absolute;
  right: 0.9375rem;
  text-transform: uppercase;
  top: 0.9375rem;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-carousel-horizontal__carousel .b-product-tile__device-name {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-carousel-horizontal__carousel .b-product-tile__device-name {
    font-size: 1rem;
  }
}

.b-product-tile__pricing {
  font-size: 1.1875rem;
  padding-bottom: 1.5625rem;
  white-space: nowrap;
}

@media only screen and (max-width: 519px) {
  .b-product-tile__pricing {
    font-size: 0.875rem;
    padding-bottom: 0.8125rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product-tile__pricing {
    font-size: 0.875rem;
    padding-bottom: 0.8125rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product-tile__pricing {
    font-size: 0.9375rem;
    padding-bottom: 1.125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product-tile__pricing {
    font-size: 1.0625rem;
    padding-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product-tile__pricing {
    font-size: 1.0625rem;
    padding-bottom: 2.5rem;
  }
}

.b-carousel-horizontal__carousel .b-product-tile__pricing {
  display: none !important;
}

@media only screen and (max-width: 519px) {
  .b-carousel-horizontal__carousel .b-product-tile__pricing-small {
    display: none !important;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-carousel-horizontal__carousel .b-product-tile__pricing-small-m {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-carousel-horizontal__carousel .b-product-tile__pricing-medium {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-carousel-horizontal__carousel .b-product-tile__pricing-medium-m {
    display: none !important;
  }
}

@media only screen and (min-width: 1440px) {
  .b-carousel-horizontal__carousel .b-product-tile__pricing-large {
    display: none !important;
  }
}

.b-product-tile__standard-price {
  color: #888;
  text-decoration: line-through;
}

.b-product-tile__sales-price {
  color: #000;
}

.b-product-tile__promotional-message {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #f63535;
  display: -webkit-box;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  margin-bottom: 2.8125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  height: 2.25rem;
}

@media only screen and (max-width: 519px) {
  .b-product-tile__promotional-message {
    font-size: 0.6875rem;
    line-height: 0.875rem;
    height: 1.75rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product-tile__promotional-message {
    font-size: 0.6875rem;
    line-height: 0.875rem;
    height: 1.75rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product-tile__promotional-message {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product-tile__promotional-message {
    color: #222a2b;
    font-size: 1rem;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product-tile__promotional-message {
    color: #222a2b;
    font-size: 1rem;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product {
    border-top: 1px solid #ccc;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product {
    border-top: 1px solid #ccc;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product {
    border-top: 1px solid #ccc;
  }
}

.b-product-main:after {
  content: '';
  display: table;
  clear: both;
}

.b-product__primary-image {
  text-align: center;
}

@media only screen and (min-width: 1440px) {
  .b-product__primary-image {
    border: 1px solid #fafafa;
  }
}

.b-product__carousel {
  margin: 1.25rem auto 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 519px) {
  .b-product__carousel {
    margin: 0.25rem auto 1.125rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__carousel {
    margin: 0.25rem auto 1.125rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__carousel {
    margin: 0.625rem auto 0;
    width: 23.125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__carousel {
    margin: 1.875rem auto 0;
    width: 26.25rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__carousel {
    margin: 3.125rem auto 0;
    max-width: 35.875rem;
  }
}

.b-product__thumbnails {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 87%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__thumbnails {
    width: 19.5rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__thumbnails {
    width: 21.375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__thumbnails {
    width: 29.6875rem;
  }
}

.b-product__thumbnails.m-dotted {
  text-align: center;
  width: auto;
}

.b-product__thumbnails-list {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-product__thumbnails-list.m-dotted {
  position: static;
  width: auto;
}

.b-product__thumb {
  float: left;
  padding: 0.1875rem;
  margin: 0 0.1875rem;
  width: auto !important;
}

@media only screen and (min-width: 1440px) {
  .b-product__thumb {
    margin: 0 0.8125rem;
    border: 1px solid #888;
  }
}

.b-product__thumb.selected {
  border: 1px solid #2abcc6;
}

.b-product__thumb.m-dotted {
  border: none;
  float: none;
  display: inline-block;
  margin: 0 0.1875rem;
  padding: 0;
  vertical-align: baseline;
}

.b-product__thumb.m-dotted.selected .m-dotted {
  background: #222a2b;
}

.b-product__thumbnail-link {
  display: block;
}

.b-product__thumbnail-dot {
  border: 1px solid #222a2b;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 0.625rem;
  width: 0.625rem;
}

.b-product__productthumbnail {
  max-width: 2.1875rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__productthumbnail {
    max-width: 2.5rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__productthumbnail {
    max-width: 2.8125rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__productthumbnail {
    max-width: 2.8125rem;
  }
}

.b-product__carousel-prev {
  left: 0;
  position: absolute;
  top: 40%;
}

.b-product__carousel-next {
  position: absolute;
  right: 0;
  top: 40%;
}

.b-product__brand-name {
  color: #000;
  display: block;
  font-size: 1.3125rem;
  font-weight: 700;
  margin-top: 0.875rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 519px) {
  .b-product__brand-name {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__brand-name {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__brand-name {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__brand-name {
    font-size: 0.875rem;
  }
}

.b-product__device-name {
  font-size: 1.8125rem;
  font-weight: normal;
  margin-top: 0.625rem;
  text-transform: none;
}

@media only screen and (max-width: 519px) {
  .b-product__device-name {
    font-size: 1.375rem;
    margin-top: 0.9375rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__device-name {
    font-size: 1.375rem;
    margin-top: 0.9375rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__device-name {
    font-size: 1.3125rem;
    margin-top: 0.8125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__device-name {
    font-size: 1.3125rem;
    margin-top: 0.8125rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__device-name {
    font-size: 2.5rem;
    margin-top: 0.875rem;
  }
}

.b-product__name {
  font-size: 1.8125rem;
  font-weight: bold;
  margin-top: 0.1875rem;
  text-transform: capitalize;
}

@media only screen and (max-width: 519px) {
  .b-product__name {
    font-size: 1.3125rem;
    margin-top: 0.0625rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__name {
    font-size: 1.3125rem;
    margin-top: 0.0625rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__name {
    font-size: 1.3125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__name {
    font-size: 1.3125rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__name {
    font-size: 2.5rem;
  }
}

.b-product__subheader {
  font-size: 1.3125rem;
  font-weight: bold;
  margin-top: 1.3125rem;
  text-transform: none;
}

@media only screen and (max-width: 519px) {
  .b-product__subheader {
    font-size: 1rem;
    margin-top: 0.8125rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__subheader {
    font-size: 1rem;
    margin-top: 0.8125rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__subheader {
    font-size: 0.9375rem;
    margin-top: 0.6875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__subheader {
    font-size: 0.9375rem;
    margin-top: 0.6875rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__subheader {
    font-size: 1.5625rem;
    margin-top: 0.625rem;
  }
}

.b-product__number {
  font-size: 0.9375rem;
  font-style: italic;
  margin-top: 1.75rem;
}

@media only screen and (max-width: 519px) {
  .b-product__number {
    font-size: 0.625rem;
    margin-top: 1.4375rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__number {
    font-size: 0.625rem;
    margin-top: 1.4375rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__number {
    font-size: 0.8125rem;
    margin-top: 1.125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__number {
    font-size: 0.8125rem;
    margin-top: 1.125rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__number {
    font-size: 1.0625rem;
    font-style: normal;
    margin-top: 2.125rem;
  }
}

.b-product__description {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  margin-top: 1.6875rem;
}

@media only screen and (max-width: 519px) {
  .b-product__description {
    font-size: 0.8125rem;
    line-height: 1rem;
    margin-top: 0.9375rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__description {
    font-size: 0.8125rem;
    line-height: 1rem;
    margin-top: 0.9375rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__description {
    font-size: 0.8125rem;
    margin-top: 1.5625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__description {
    font-size: 0.8125rem;
    margin-top: 1.5625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__description {
    font-size: 1.25rem;
    margin-top: 2rem;
    line-height: 2rem;
  }
}

.b-product__price {
  font-size: 2.0625rem;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 519px) {
  .b-product__price {
    font-size: 1.5625rem;
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__price {
    font-size: 1.5625rem;
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__price {
    font-size: 1.5625rem;
    margin-top: 1.5625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__price {
    font-size: 1.5625rem;
    margin-top: 1.5625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__price {
    font-size: 2.25rem;
    margin-top: 2rem;
    font-weight: bold;
  }
}

.b-product__price-standard {
  color: #888;
  text-decoration: line-through;
}

.b-product__price-sales {
  color: #000;
}

.b-product__swatches {
  margin-top: 1.0625rem;
}

@media only screen and (max-width: 519px) {
  .b-product__swatches {
    margin-top: 0.75rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__swatches {
    margin-top: 0.75rem;
  }
}

.b-product__swatches img {
  float: left;
  height: 1.875rem;
  width: 3.75rem;
}

.b-product__swatches img:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 519px) {
  .b-product__swatches img {
    height: 1.5rem;
    width: 2.875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__swatches img {
    height: 1.5rem;
    width: 2.875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__swatches img {
    height: 1.25rem;
    width: 2.5rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__swatches img {
    height: 1.25rem;
    width: 2.5rem;
  }
}

.b-product__swatches li {
  display: inline-block;
  margin-right: 1.3125rem;
}

@media only screen and (max-width: 519px) {
  .b-product__swatches li {
    margin-right: 1.1875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__swatches li {
    margin-right: 1.1875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__swatches li {
    margin-right: 0.625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__swatches li {
    margin-right: 0.625rem;
  }
}

.b-product__swatches .selected {
  border: 0.125rem solid #2abcc6;
}

.b-product__swatches .selected img {
  border: 0.125rem solid #fff;
  height: 1.625rem;
  width: 3.5rem;
}

@media only screen and (max-width: 519px) {
  .b-product__swatches .selected img {
    height: 1.25rem;
    width: 2.625rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__swatches .selected img {
    height: 1.25rem;
    width: 2.625rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__swatches .selected img {
    height: 1rem;
    width: 2.25rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__swatches .selected img {
    height: 1rem;
    width: 2.25rem;
  }
}

.b-product__swatches.packagequantity {
  margin-top: 2.3125rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__swatches.packagequantity {
    margin-top: 1.375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__swatches.packagequantity {
    margin-top: 1.375rem;
  }
}

.b-product__swatches.packagequantity li {
  border: 0.125rem solid #888;
  font-size: 0.9375rem;
  padding: 0.625rem 2.625rem;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__swatches.packagequantity li {
    font-size: 0.8125rem;
    padding: 0.375rem 1.5rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__swatches.packagequantity li {
    font-size: 0.8125rem;
    padding: 0.375rem 1.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__swatches.packagequantity li {
    font-size: 1.3125rem;
    padding: 0.5rem 2.3125rem;
  }
}

.b-product__swatches.packagequantity a:link {
  color: #222a2b;
  text-decoration: none;
}

.b-product__swatches.packagequantity a:visited {
  color: #222a2b;
  text-decoration: none;
}

.b-product__swatches.packagequantity a:hover {
  color: #222a2b;
  text-decoration: none;
}

.b-product__swatches.packagequantity a:active {
  color: #222a2b;
  text-decoration: none;
}

.b-product__swatches.packagequantity .selected {
  border: 0.125rem solid #2abcc6;
  text-transform: uppercase;
}

.b-product__swatches.packagequantity .unselectable {
  border: 0.125rem solid #ccc;
}

.b-product__attribute {
  font-size: 1.0625rem;
}

@media only screen and (max-width: 519px) {
  .b-product__attribute {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__attribute {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__attribute {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__attribute {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__attribute {
    font-size: 1.3125rem;
  }
}

.b-product__color {
  font-weight: bold;
  text-transform: uppercase;
}

.b-product__carton {
  display: none;
}

@media only screen and (min-width: 1440px) {
  .b-product__carton {
    display: inline-block;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__variations {
    padding-top: 2.125rem;
  }
}

.b-product__variations-list {
  display: inline-block;
  margin-top: 2.3125rem;
}

@media only screen and (max-width: 519px) {
  .b-product__variations-list {
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__variations-list {
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__variations-list {
    margin-top: 1.5625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__variations-list {
    margin-top: 1.5625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__variations-list {
    margin-top: 0;
  }
}

.b-product__add-to-cart {
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__add-to-cart {
    margin-top: -0.875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__add-to-cart {
    margin-top: -0.875rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__add-to-cart {
    font-size: 1.3125rem;
  }
}

.b-product__add-to-cart input[type="text"],
.b-product__add-to-cart input[type="number"],
.b-product__add-to-cart input[type="password"],
.b-product__add-to-cart input[type="date"],
.b-product__add-to-cart input[type="datetime"],
.b-product__add-to-cart input[type="datetime-local"],
.b-product__add-to-cart input[type="email"],
.b-product__add-to-cart input[type="month"],
.b-product__add-to-cart input[type="search"],
.b-product__add-to-cart input[type="tel"],
.b-product__add-to-cart input[type="time"],
.b-product__add-to-cart input[type="url"],
.b-product__add-to-cart input[type="week"],
.b-product__add-to-cart select,
.b-product__add-to-cart textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0.0625rem solid #ccc;
  box-shadow: none;
  color: #000;
  max-width: 100%;
  outline: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  height: 2.5rem;
  border-radius: 0.3125rem;
  font-size: 1.0625rem;
  height: 2.5rem;
  margin-left: 1.25rem;
  width: 3.75rem;
}

.b-product__add-to-cart input[type="text"]::-webkit-input-placeholder,
.b-product__add-to-cart input[type="number"]::-webkit-input-placeholder,
.b-product__add-to-cart input[type="password"]::-webkit-input-placeholder,
.b-product__add-to-cart input[type="date"]::-webkit-input-placeholder,
.b-product__add-to-cart input[type="datetime"]::-webkit-input-placeholder,
.b-product__add-to-cart input[type="datetime-local"]::-webkit-input-placeholder,
.b-product__add-to-cart input[type="email"]::-webkit-input-placeholder,
.b-product__add-to-cart input[type="month"]::-webkit-input-placeholder,
.b-product__add-to-cart input[type="search"]::-webkit-input-placeholder,
.b-product__add-to-cart input[type="tel"]::-webkit-input-placeholder,
.b-product__add-to-cart input[type="time"]::-webkit-input-placeholder,
.b-product__add-to-cart input[type="url"]::-webkit-input-placeholder,
.b-product__add-to-cart input[type="week"]::-webkit-input-placeholder,
.b-product__add-to-cart select::-webkit-input-placeholder,
.b-product__add-to-cart textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}

.b-product__add-to-cart input[type="text"]:-moz-placeholder,
.b-product__add-to-cart input[type="number"]:-moz-placeholder,
.b-product__add-to-cart input[type="password"]:-moz-placeholder,
.b-product__add-to-cart input[type="date"]:-moz-placeholder,
.b-product__add-to-cart input[type="datetime"]:-moz-placeholder,
.b-product__add-to-cart input[type="datetime-local"]:-moz-placeholder,
.b-product__add-to-cart input[type="email"]:-moz-placeholder,
.b-product__add-to-cart input[type="month"]:-moz-placeholder,
.b-product__add-to-cart input[type="search"]:-moz-placeholder,
.b-product__add-to-cart input[type="tel"]:-moz-placeholder,
.b-product__add-to-cart input[type="time"]:-moz-placeholder,
.b-product__add-to-cart input[type="url"]:-moz-placeholder,
.b-product__add-to-cart input[type="week"]:-moz-placeholder,
.b-product__add-to-cart select:-moz-placeholder,
.b-product__add-to-cart textarea:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.b-product__add-to-cart input[type="text"]::-moz-placeholder,
.b-product__add-to-cart input[type="number"]::-moz-placeholder,
.b-product__add-to-cart input[type="password"]::-moz-placeholder,
.b-product__add-to-cart input[type="date"]::-moz-placeholder,
.b-product__add-to-cart input[type="datetime"]::-moz-placeholder,
.b-product__add-to-cart input[type="datetime-local"]::-moz-placeholder,
.b-product__add-to-cart input[type="email"]::-moz-placeholder,
.b-product__add-to-cart input[type="month"]::-moz-placeholder,
.b-product__add-to-cart input[type="search"]::-moz-placeholder,
.b-product__add-to-cart input[type="tel"]::-moz-placeholder,
.b-product__add-to-cart input[type="time"]::-moz-placeholder,
.b-product__add-to-cart input[type="url"]::-moz-placeholder,
.b-product__add-to-cart input[type="week"]::-moz-placeholder,
.b-product__add-to-cart select::-moz-placeholder,
.b-product__add-to-cart textarea::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.b-product__add-to-cart input[type="text"]:-ms-input-placeholder,
.b-product__add-to-cart input[type="number"]:-ms-input-placeholder,
.b-product__add-to-cart input[type="password"]:-ms-input-placeholder,
.b-product__add-to-cart input[type="date"]:-ms-input-placeholder,
.b-product__add-to-cart input[type="datetime"]:-ms-input-placeholder,
.b-product__add-to-cart input[type="datetime-local"]:-ms-input-placeholder,
.b-product__add-to-cart input[type="email"]:-ms-input-placeholder,
.b-product__add-to-cart input[type="month"]:-ms-input-placeholder,
.b-product__add-to-cart input[type="search"]:-ms-input-placeholder,
.b-product__add-to-cart input[type="tel"]:-ms-input-placeholder,
.b-product__add-to-cart input[type="time"]:-ms-input-placeholder,
.b-product__add-to-cart input[type="url"]:-ms-input-placeholder,
.b-product__add-to-cart input[type="week"]:-ms-input-placeholder,
.b-product__add-to-cart select:-ms-input-placeholder,
.b-product__add-to-cart textarea:-ms-input-placeholder {
  color: #b8b8b8;
}

@media only screen and (max-width: 519px) {
  .b-product__add-to-cart input[type="text"],
  .b-product__add-to-cart input[type="number"],
  .b-product__add-to-cart input[type="password"],
  .b-product__add-to-cart input[type="date"],
  .b-product__add-to-cart input[type="datetime"],
  .b-product__add-to-cart input[type="datetime-local"],
  .b-product__add-to-cart input[type="email"],
  .b-product__add-to-cart input[type="month"],
  .b-product__add-to-cart input[type="search"],
  .b-product__add-to-cart input[type="tel"],
  .b-product__add-to-cart input[type="time"],
  .b-product__add-to-cart input[type="url"],
  .b-product__add-to-cart input[type="week"],
  .b-product__add-to-cart select,
  .b-product__add-to-cart textarea {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__add-to-cart input[type="text"],
  .b-product__add-to-cart input[type="number"],
  .b-product__add-to-cart input[type="password"],
  .b-product__add-to-cart input[type="date"],
  .b-product__add-to-cart input[type="datetime"],
  .b-product__add-to-cart input[type="datetime-local"],
  .b-product__add-to-cart input[type="email"],
  .b-product__add-to-cart input[type="month"],
  .b-product__add-to-cart input[type="search"],
  .b-product__add-to-cart input[type="tel"],
  .b-product__add-to-cart input[type="time"],
  .b-product__add-to-cart input[type="url"],
  .b-product__add-to-cart input[type="week"],
  .b-product__add-to-cart select,
  .b-product__add-to-cart textarea {
    font-size: 0.875rem;
  }
}

.b-product__add-to-cart input[type="text"]::-ms-clear,
.b-product__add-to-cart input[type="number"]::-ms-clear,
.b-product__add-to-cart input[type="password"]::-ms-clear,
.b-product__add-to-cart input[type="date"]::-ms-clear,
.b-product__add-to-cart input[type="datetime"]::-ms-clear,
.b-product__add-to-cart input[type="datetime-local"]::-ms-clear,
.b-product__add-to-cart input[type="email"]::-ms-clear,
.b-product__add-to-cart input[type="month"]::-ms-clear,
.b-product__add-to-cart input[type="search"]::-ms-clear,
.b-product__add-to-cart input[type="tel"]::-ms-clear,
.b-product__add-to-cart input[type="time"]::-ms-clear,
.b-product__add-to-cart input[type="url"]::-ms-clear,
.b-product__add-to-cart input[type="week"]::-ms-clear,
.b-product__add-to-cart select::-ms-clear,
.b-product__add-to-cart textarea::-ms-clear {
  display: none;
}

.b-product__add-to-cart input[type="text"]:hover,
.b-product__add-to-cart input[type="number"]:hover,
.b-product__add-to-cart input[type="password"]:hover,
.b-product__add-to-cart input[type="date"]:hover,
.b-product__add-to-cart input[type="datetime"]:hover,
.b-product__add-to-cart input[type="datetime-local"]:hover,
.b-product__add-to-cart input[type="email"]:hover,
.b-product__add-to-cart input[type="month"]:hover,
.b-product__add-to-cart input[type="search"]:hover,
.b-product__add-to-cart input[type="tel"]:hover,
.b-product__add-to-cart input[type="time"]:hover,
.b-product__add-to-cart input[type="url"]:hover,
.b-product__add-to-cart input[type="week"]:hover,
.b-product__add-to-cart select:hover,
.b-product__add-to-cart textarea:hover {
  border-color: #000;
}

.b-product__add-to-cart input[type="text"]:focus,
.b-product__add-to-cart input[type="number"]:focus,
.b-product__add-to-cart input[type="password"]:focus,
.b-product__add-to-cart input[type="date"]:focus,
.b-product__add-to-cart input[type="datetime"]:focus,
.b-product__add-to-cart input[type="datetime-local"]:focus,
.b-product__add-to-cart input[type="email"]:focus,
.b-product__add-to-cart input[type="month"]:focus,
.b-product__add-to-cart input[type="search"]:focus,
.b-product__add-to-cart input[type="tel"]:focus,
.b-product__add-to-cart input[type="time"]:focus,
.b-product__add-to-cart input[type="url"]:focus,
.b-product__add-to-cart input[type="week"]:focus,
.b-product__add-to-cart select:focus,
.b-product__add-to-cart textarea:focus {
  background: rgba(0, 0, 0, 0.01);
  border-color: #000;
  outline: none;
}

.b-product__add-to-cart input[type="text"]:disabled,
.b-product__add-to-cart input[type="number"]:disabled,
.b-product__add-to-cart input[type="password"]:disabled,
.b-product__add-to-cart input[type="date"]:disabled,
.b-product__add-to-cart input[type="datetime"]:disabled,
.b-product__add-to-cart input[type="datetime-local"]:disabled,
.b-product__add-to-cart input[type="email"]:disabled,
.b-product__add-to-cart input[type="month"]:disabled,
.b-product__add-to-cart input[type="search"]:disabled,
.b-product__add-to-cart input[type="tel"]:disabled,
.b-product__add-to-cart input[type="time"]:disabled,
.b-product__add-to-cart input[type="url"]:disabled,
.b-product__add-to-cart input[type="week"]:disabled,
.b-product__add-to-cart select:disabled,
.b-product__add-to-cart textarea:disabled {
  background: #808080;
  border: 0.0625rem solid #000;
  cursor: not-allowed;
}

.b-product__add-to-cart input[type="text"]:disabled:hover,
.b-product__add-to-cart input[type="number"]:disabled:hover,
.b-product__add-to-cart input[type="password"]:disabled:hover,
.b-product__add-to-cart input[type="date"]:disabled:hover,
.b-product__add-to-cart input[type="datetime"]:disabled:hover,
.b-product__add-to-cart input[type="datetime-local"]:disabled:hover,
.b-product__add-to-cart input[type="email"]:disabled:hover,
.b-product__add-to-cart input[type="month"]:disabled:hover,
.b-product__add-to-cart input[type="search"]:disabled:hover,
.b-product__add-to-cart input[type="tel"]:disabled:hover,
.b-product__add-to-cart input[type="time"]:disabled:hover,
.b-product__add-to-cart input[type="url"]:disabled:hover,
.b-product__add-to-cart input[type="week"]:disabled:hover,
.b-product__add-to-cart select:disabled:hover,
.b-product__add-to-cart textarea:disabled:hover {
  border: 0.0625rem solid #b8b8b8;
}

.b-product__add-to-cart input[type="text"] + label,
.b-product__add-to-cart input[type="number"] + label,
.b-product__add-to-cart input[type="password"] + label,
.b-product__add-to-cart input[type="date"] + label,
.b-product__add-to-cart input[type="datetime"] + label,
.b-product__add-to-cart input[type="datetime-local"] + label,
.b-product__add-to-cart input[type="email"] + label,
.b-product__add-to-cart input[type="month"] + label,
.b-product__add-to-cart input[type="search"] + label,
.b-product__add-to-cart input[type="tel"] + label,
.b-product__add-to-cart input[type="time"] + label,
.b-product__add-to-cart input[type="url"] + label,
.b-product__add-to-cart input[type="week"] + label,
.b-product__add-to-cart select + label,
.b-product__add-to-cart textarea + label {
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__add-to-cart input[type="text"],
  .b-product__add-to-cart input[type="number"],
  .b-product__add-to-cart input[type="password"],
  .b-product__add-to-cart input[type="date"],
  .b-product__add-to-cart input[type="datetime"],
  .b-product__add-to-cart input[type="datetime-local"],
  .b-product__add-to-cart input[type="email"],
  .b-product__add-to-cart input[type="month"],
  .b-product__add-to-cart input[type="search"],
  .b-product__add-to-cart input[type="tel"],
  .b-product__add-to-cart input[type="time"],
  .b-product__add-to-cart input[type="url"],
  .b-product__add-to-cart input[type="week"],
  .b-product__add-to-cart select,
  .b-product__add-to-cart textarea {
    height: 1.875rem;
    width: 3.4375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__add-to-cart input[type="text"],
  .b-product__add-to-cart input[type="number"],
  .b-product__add-to-cart input[type="password"],
  .b-product__add-to-cart input[type="date"],
  .b-product__add-to-cart input[type="datetime"],
  .b-product__add-to-cart input[type="datetime-local"],
  .b-product__add-to-cart input[type="email"],
  .b-product__add-to-cart input[type="month"],
  .b-product__add-to-cart input[type="search"],
  .b-product__add-to-cart input[type="tel"],
  .b-product__add-to-cart input[type="time"],
  .b-product__add-to-cart input[type="url"],
  .b-product__add-to-cart input[type="week"],
  .b-product__add-to-cart select,
  .b-product__add-to-cart textarea {
    height: 1.875rem;
    width: 3.4375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__add-to-cart input[type="text"],
  .b-product__add-to-cart input[type="number"],
  .b-product__add-to-cart input[type="password"],
  .b-product__add-to-cart input[type="date"],
  .b-product__add-to-cart input[type="datetime"],
  .b-product__add-to-cart input[type="datetime-local"],
  .b-product__add-to-cart input[type="email"],
  .b-product__add-to-cart input[type="month"],
  .b-product__add-to-cart input[type="search"],
  .b-product__add-to-cart input[type="tel"],
  .b-product__add-to-cart input[type="time"],
  .b-product__add-to-cart input[type="url"],
  .b-product__add-to-cart input[type="week"],
  .b-product__add-to-cart select,
  .b-product__add-to-cart textarea {
    font-size: 1.5625rem;
    height: 3.125rem;
    width: 6.6875rem;
  }
}

.b-product__add-to-cart-button {
  margin-top: 2.5rem;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__add-to-cart-button {
    margin-top: 1.875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__add-to-cart-button {
    margin-top: 1.875rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__add-to-cart-button {
    max-width: 29.0625rem;
  }
}

.b-product__icons-contentasset {
  margin-top: 1.875rem;
}

.b-product__icons-contentasset:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 1440px) {
  .b-product__icons-contentasset {
    display: none;
  }
}

.b-product__icons-contentasset-item {
  float: left;
  font-size: 0.8125rem;
  text-align: center;
  vertical-align: top;
  width: 25%;
}

@media only screen and (max-width: 519px) {
  .b-product__icons-contentasset-item {
    font-size: 0.625rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__icons-contentasset-item {
    font-size: 0.625rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__icons-contentasset-item {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__icons-contentasset-item {
    font-size: 0.6875rem;
  }
}

.b-product__icons-contentasset-item img {
  margin-bottom: 0.9375rem;
  max-width: 80%;
}

@media only screen and (max-width: 519px) {
  .b-product__icons-contentasset-item img {
    max-width: 74%;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__icons-contentasset-item img {
    max-width: 74%;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__icons-contentasset-item img {
    margin-bottom: 0.5rem;
    max-width: 61%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__icons-contentasset-item img {
    margin-bottom: 0.5rem;
    max-width: 61%;
  }
}

.b-product__accessories {
  margin-top: 3.125rem;
}

@media only screen and (max-width: 519px) {
  .b-product__accessories {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__accessories {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__accessories {
    margin-top: 2.5rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__accessories {
    margin-top: 2.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__accessories-position {
    float: right;
  }
  .b-product__accessories-position:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__accessories-position {
    float: right;
  }
  .b-product__accessories-position:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__accessories-position {
    float: right;
  }
  .b-product__accessories-position:after {
    content: '';
    display: table;
    clear: both;
  }
}

.b-product__accessories-title {
  border-bottom: 1px solid #ccc;
  font-size: 1.1875rem;
  padding-bottom: 1.6875rem;
}

@media only screen and (max-width: 519px) {
  .b-product__accessories-title {
    font-size: 0.875rem;
    padding-bottom: 1.3125rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__accessories-title {
    font-size: 0.875rem;
    padding-bottom: 1.3125rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__accessories-title {
    font-size: 0.9375rem;
    padding-bottom: 1.0625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__accessories-title {
    font-size: 0.9375rem;
    padding-bottom: 1.0625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__accessories-title {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.b-product__accessories-list {
  margin-top: 0;
}

.b-product__accessories-item {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
  padding: 2.25rem 0;
}

@media only screen and (max-width: 519px) {
  .b-product__accessories-item {
    padding: 0.625rem 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__accessories-item {
    padding: 0.625rem 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__accessories-item {
    padding: 1.25rem 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__accessories-item {
    padding: 1.25rem 0;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__accessories-item {
    padding: 1.25rem 0;
  }
}

.b-product__accessories-image {
  min-width: 5.3125rem;
  padding-right: 1.25rem;
  width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__accessories-image {
    min-width: 4.75rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__accessories-image {
    min-width: 6.75rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__accessories-image {
    min-width: 6.375rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__accessories-image {
    width: 30%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__accessories-image {
    width: 30%;
  }
}

.b-product__accessories-description {
  padding-right: 1.25rem;
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__accessories-description {
    width: 60%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__accessories-description {
    width: 60%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__accessories-description {
    width: 60%;
  }
}

.b-product__accessories-brand {
  font-size: 0.9375rem;
  font-weight: bold;
}

@media only screen and (max-width: 519px) {
  .b-product__accessories-brand {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__accessories-brand {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__accessories-brand {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__accessories-brand {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__accessories-brand {
    font-size: 1.375rem;
    text-transform: uppercase;
  }
}

.b-product__accessories-name {
  font-size: 0.9375rem;
}

.b-product__accessories-name:link {
  color: #222a2b;
  text-decoration: none;
}

.b-product__accessories-name:visited {
  color: #222a2b;
  text-decoration: none;
}

.b-product__accessories-name:hover {
  color: #222a2b;
  text-decoration: none;
}

.b-product__accessories-name:active {
  color: #222a2b;
  text-decoration: none;
}

@media only screen and (max-width: 519px) {
  .b-product__accessories-name {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__accessories-name {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__accessories-name {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__accessories-name {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__accessories-name {
    font-size: 1.375rem;
  }
}

.b-product__accessories-price {
  width: 30%;
}

.b-product__accessories-price .b-product__price {
  font-size: 1.1875rem;
  margin-top: 0;
  text-align: right;
  white-space: wrap;
}

@media only screen and (max-width: 519px) {
  .b-product__accessories-price .b-product__price {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__accessories-price .b-product__price {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__accessories-price .b-product__price {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__accessories-price .b-product__price {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__accessories-price .b-product__price {
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__accessories-price {
    width: 20%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__accessories-price {
    width: 20%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__accessories-price {
    width: 20%;
  }
}

.b-product__specs {
  font-size: 0.9375rem;
  margin-top: 1.125rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__specs {
    float: left;
    font-size: 0.8125rem;
  }
  .b-product__specs:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__specs {
    float: left;
    font-size: 0.8125rem;
  }
  .b-product__specs:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__specs {
    float: left;
    font-size: 1.3125rem;
  }
  .b-product__specs:after {
    content: '';
    display: table;
    clear: both;
  }
}

.b-product__specs li {
  margin-bottom: 0.9375rem;
}

.b-product__specs-title {
  font-size: 1.1875rem;
}

@media only screen and (max-width: 519px) {
  .b-product__specs-title {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__specs-title {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__specs-title {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-product__specs-title {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__specs-title {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.b-product__specs-title + p,
.b-product__specs-title + ul {
  margin-bottom: 2.5rem;
  margin-top: 0.625rem;
}

@media only screen and (max-width: 519px) {
  .b-product__specs-title + p,
  .b-product__specs-title + ul {
    margin-top: 0.8125rem;
    font-size: 0.8125rem;
    line-height: 1rem;
    margin-bottom: 0.9375rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__specs-title + p,
  .b-product__specs-title + ul {
    margin-top: 0.8125rem;
    font-size: 0.8125rem;
    line-height: 1rem;
    margin-bottom: 0.9375rem;
  }
}

.b-product__specs-icons {
  display: flex;
  justify-content: space-between;
  max-width: 25.625rem;
  margin: 1.25rem 0 0 0;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__specs-icons {
    margin: 0.625rem auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-product__specs-icons {
    margin: 0.625rem auto;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__specs-icons {
    margin: auto;
  }
}

.b-product__specs-icon {
  font-size: 0.6875rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 519px) {
  .b-product__specs-icon {
    font-size: 0.625rem;
    width: 25%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__specs-icon {
    font-size: 0.625rem;
    width: 25%;
  }
}

.b-product__specs-icon img {
  margin-bottom: 1.3125rem;
  max-height: 40px;
}

@media only screen and (max-width: 519px) {
  .b-product__specs-icon img {
    max-width: 74%;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-product__specs-icon img {
    max-width: 74%;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-product__specs-icon {
    font-size: 0.75rem;
  }
}

.b-product__tech-specs-block {
  margin-top: 1.125rem;
  padding-top: 1.0625rem;
  position: relative;
}

.b-product__tech-specs-block:after {
  border-right: 1px solid #ccc;
  content: '';
  height: 100%;
  left: 30%;
  position: absolute;
  top: 0;
}

.b-product__tech-specs-title {
  font-size: 1.5rem;
  padding-bottom: 2.375rem;
}

.b-product__info {
  clear: both;
  margin-bottom: 3.125rem;
}

.b-product__wrapper_desktop {
  display: none;
}

@media only screen and (min-width: 1440px) {
  .b-product__wrapper_desktop {
    display: block;
  }
}

.b-product__accessories-position .b-product__wrapper_desktop {
  display: block;
}

.b-product__accessories-position .b-product__wrapper_desktop .b-product__tech-specs-block {
  display: none;
}

@media only screen and (min-width: 1440px) {
  .b-product__accessories-position .b-product__wrapper_desktop {
    display: none;
  }
}

.b-product__wrapper_tablet-mobile {
  display: block;
}

@media only screen and (min-width: 1440px) {
  .b-product__wrapper_tablet-mobile {
    display: none;
  }
}

.b-product__accessories-position .b-product__wrapper_tablet-mobile {
  display: none;
}

.b-product__wrapper_global {
  display: block;
}

.b-product__wrapper_global p {
  font-size: 0.75rem;
  padding-bottom: 0.625rem;
}

.b-refinements {
  padding: 0 0.1875rem 3.125rem 0;
}

@media only screen and (min-width: 1440px) {
  .b-refinements {
    padding: 0 1.5625rem 3.125rem 2.1875rem;
  }
}

.b-refinement {
  border-bottom: 0.0625rem solid #ccc;
  position: relative;
}

@media only screen and (max-width: 519px) {
  .b-refinement {
    border-left: 0.0625rem solid #ccc;
    border-right: 0.0625rem solid #ccc;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-refinement {
    border-left: 0.0625rem solid #ccc;
    border-right: 0.0625rem solid #ccc;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-refinement__header {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-refinement__header {
    display: none;
  }
}

@media only screen and (min-width: 1440px) {
  .b-refinement__header {
    display: none;
  }
}

.b-refinement__toggle {
  color: #888;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.875rem 1.25rem;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

@media only screen and (max-width: 519px) {
  .b-refinement__toggle {
    padding: 0.625rem 1rem;
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-refinement__toggle {
    padding: 0.625rem 1rem;
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-refinement__toggle {
    cursor: pointer;
    padding: 1.5625rem 0;
    position: relative;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-refinement__toggle {
    cursor: pointer;
    padding: 1.5625rem 0;
    position: relative;
  }
}

@media only screen and (min-width: 1440px) {
  .b-refinement__toggle {
    cursor: pointer;
    padding: 1.5625rem 0;
    position: relative;
  }
}

@media only screen and (min-width: 1440px) {
  .b-refinement__toggle {
    font-size: 1.3125rem;
  }
}

.b-refinement__toggle.expanded {
  color: #222a2b;
}

.b-refinement__toggle.expanded:before {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 0.5625rem solid transparent;
  border-right: 0.5625rem solid transparent;
  border-top: 0.5625rem solid #222a2b;
  border-bottom: 0;
  right: 1.5625rem;
  top: 50%;
}

@media only screen and (max-width: 519px) {
  .b-refinement__toggle.expanded:before {
    right: 1.125rem;
    top: 40%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-refinement__toggle.expanded:before {
    right: 1.125rem;
    top: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-refinement__toggle.expanded:before {
    right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-refinement__toggle.expanded:before {
    right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .b-refinement__toggle.expanded:before {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-top: 0.75rem solid #222a2b;
  }
}

.b-refinement__toggle.expanded:after {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 0.5625rem solid transparent;
  border-right: 0.5625rem solid transparent;
  border-top: 0.5625rem solid #fff;
  border-bottom: 0;
  right: 1.5625rem;
  top: 47%;
}

@media only screen and (max-width: 519px) {
  .b-refinement__toggle.expanded:after {
    right: 1.125rem;
    top: 36%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-refinement__toggle.expanded:after {
    right: 1.125rem;
    top: 36%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-refinement__toggle.expanded:after {
    right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-refinement__toggle.expanded:after {
    right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .b-refinement__toggle.expanded:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-top: 0.75rem solid #fff;
  }
}

.b-refinement__toggle:before {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 0.5625rem solid transparent;
  border-right: 0.5625rem solid transparent;
  border-bottom: 0.5625rem solid #888;
  position: absolute;
  right: 1.5625rem;
  top: 47%;
}

@media only screen and (max-width: 519px) {
  .b-refinement__toggle:before {
    right: 1.125rem;
    top: 36%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-refinement__toggle:before {
    right: 1.125rem;
    top: 36%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-refinement__toggle:before {
    right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-refinement__toggle:before {
    right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .b-refinement__toggle:before {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-bottom: 0.75rem solid #888;
  }
}

.b-refinement__toggle:after {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 0.5625rem solid transparent;
  border-right: 0.5625rem solid transparent;
  border-bottom: 0.5625rem solid #fff;
  position: absolute;
  right: 1.5625rem;
  top: 50%;
}

@media only screen and (max-width: 519px) {
  .b-refinement__toggle:after {
    right: 1.125rem;
    top: 40%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-refinement__toggle:after {
    right: 1.125rem;
    top: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-refinement__toggle:after {
    right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-refinement__toggle:after {
    right: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .b-refinement__toggle:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-bottom: 0.75rem solid #fff;
  }
}

.b-refinement__list {
  margin: 0 0 1.5625rem;
}

@media only screen and (max-width: 519px) {
  .b-refinement__list {
    padding: 0 1rem;
    margin: 0.5rem 0 1.5625rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-refinement__list {
    padding: 0 1rem;
    margin: 0.5rem 0 1.5625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-refinement__list {
    padding-left: 0.3125rem;
  }
}

.b-refinement__item {
  margin-bottom: 0.9375rem;
}

.b-refinement__item.swatch-black .b-refinement__link:before {
  background-color: #000;
  content: "";
}

.b-refinement__item.swatch-grey .b-refinement__link:before {
  background-color: #808080;
  content: "";
}

.b-refinement__item.swatch-blue .b-refinement__link:before {
  background-color: #007aff;
  content: "";
}

.b-refinement__item.swatch-white .b-refinement__link:before, .b-refinement__item.swatch-clear .b-refinement__link:before, .b-refinement__item.swatch-other_colors .b-refinement__link:before {
  background-color: #fff;
  content: "";
}

.b-refinement__item[class*="swatch-"].selected .b-refinement__link:before {
  border: 2px solid #2abcc6;
}

.b-refinement__link {
  display: inline-block;
  font-size: 0.8125rem;
  margin-bottom: 0.9375rem;
  padding-left: 2.0625rem;
  position: relative;
}

.b-refinement__link:link {
  color: #222a2b;
  text-decoration: none;
}

.b-refinement__link:visited {
  color: #222a2b;
  text-decoration: none;
}

.b-refinement__link:hover {
  color: #222a2b;
  text-decoration: none;
}

.b-refinement__link:active {
  color: #222a2b;
  text-decoration: none;
}

@media only screen and (max-width: 519px) {
  .b-refinement__link {
    padding-left: 1.875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-refinement__link {
    padding-left: 1.875rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-refinement__link {
    font-size: 1.0625rem;
  }
}

.b-refinement__link:before {
  box-sizing: border-box;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #888;
  background: #fff;
  color: #000;
  left: 0;
  position: absolute;
  top: 50%;
  content: '';
  margin: -0.625rem 0 0;
  -webkit-text-size-adjust: 80%;
}

@media only screen and (max-width: 519px) {
  .b-refinement__link:before {
    width: 1.125rem;
    height: 1.125rem;
    margin: -0.5625rem 0 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-refinement__link:before {
    width: 1.125rem;
    height: 1.125rem;
    margin: -0.5625rem 0 0;
  }
}

.selected .b-refinement__link {
  color: #2abcc6;
  font-weight: 700;
}

.selected .b-refinement__link:before {
  content: "\2714";
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.b-refinement__clear {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-search-result {
    border-top: 1px solid #ccc;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-search-result {
    border-top: 1px solid #ccc;
  }
}

@media only screen and (min-width: 1440px) {
  .b-search-result {
    border-top: 1px solid #ccc;
  }
}

.b-search-result__category-name {
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (max-width: 519px) {
  .b-search-result__category-name {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-search-result__category-name {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-search-result__category-name {
    font-size: 1.3125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-search-result__category-name {
    font-size: 1.3125rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-search-result__category-name {
    font-size: 1.9375rem;
  }
}

.b-search-result__sort-by fieldset {
  position: relative;
}

.b-search-result__sort-by fieldset:before {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 0.5625rem solid transparent;
  border-right: 0.5625rem solid transparent;
  border-top: 0.5625rem solid #222a2b;
  position: absolute;
  right: 0;
  top: 43%;
}

.b-search-result__sort-by fieldset:after {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 0.5625rem solid transparent;
  border-right: 0.5625rem solid transparent;
  border-top: 0.5625rem solid #fff;
  position: absolute;
  right: 0;
  top: 37%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-search-result__sort-by fieldset:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #222a2b;
    right: 0.9375rem;
    top: 43%;
  }
  .b-search-result__sort-by fieldset:before {
    border: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-search-result__sort-by fieldset:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #222a2b;
    right: 0.9375rem;
    top: 43%;
  }
  .b-search-result__sort-by fieldset:before {
    border: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .b-search-result__sort-by fieldset:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #222a2b;
    right: 0.9375rem;
    top: 43%;
  }
  .b-search-result__sort-by fieldset:before {
    border: 0;
  }
}

@media only screen and (max-width: 519px) {
  .b-search-result__sort-by fieldset:before, .b-search-result__sort-by fieldset:after {
    right: 1.125rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-search-result__sort-by fieldset:before, .b-search-result__sort-by fieldset:after {
    right: 1.125rem;
  }
}

.b-search-result__sort-by select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.b-search-result__number-of-products {
  color: #888;
  font-size: 1.3125rem;
  font-weight: normal;
}

@media only screen and (max-width: 519px) {
  .b-search-result__number-of-products {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-search-result__number-of-products {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-search-result__number-of-products {
    font-size: 1.9375rem;
  }
}

.b-search-result__primary-content {
  padding-bottom: 3.125rem;
  position: relative;
}

.b-search-result__header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5625rem;
}

@media only screen and (max-width: 519px) {
  .b-search-result__header {
    border: 0;
    text-align: center;
    padding-bottom: 1.1875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-search-result__header {
    border: 0;
    text-align: center;
    padding-bottom: 1.1875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-search-result__header {
    padding: 1.25rem 0 1.5625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-search-result__header {
    padding: 1.25rem 0 1.5625rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-search-result__header {
    padding: 0rem 0.3125rem 1.875rem 2.1875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-search-result__content {
    padding-top: 2.375rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-search-result__content {
    padding-top: 2.375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-search-result__content {
    padding-top: 2.375rem;
  }
}

.b-search-result__load-more {
  text-align: center;
}

@media only screen and (max-width: 519px) {
  .b-search-result__load-more {
    margin: 1.25rem 0 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-search-result__load-more {
    margin: 1.25rem 0 0;
  }
}

.b-search-result__load-more a:link {
  color: #fff;
  text-decoration: none;
}

.b-search-result__load-more a:visited {
  color: #fff;
  text-decoration: none;
}

.b-search-result__load-more a:hover {
  color: #fff;
  text-decoration: none;
}

.b-search-result__load-more a:active {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 519px) {
  .b-search-result__load-more a {
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 0.6875rem;
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-search-result__load-more a {
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 0.6875rem;
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-search-result__options {
    position: relative;
    position: absolute;
    right: 0;
    top: -3.625rem;
  }
  .b-search-result__options:before {
    /*color: colors(black);
        font-size: rem-calc(7);
        position: absolute;
        right: 0;
        text-align: center;
        top: rem-calc(18);
        width: rem-calc(44);
        */
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-search-result__options {
    position: relative;
    position: absolute;
    right: 0;
    top: -3.625rem;
  }
  .b-search-result__options:before {
    /*color: colors(black);
        font-size: rem-calc(7);
        position: absolute;
        right: 0;
        text-align: center;
        top: rem-calc(18);
        width: rem-calc(44);
        */
  }
}

@media only screen and (min-width: 1440px) {
  .b-search-result__options {
    position: relative;
    min-width: 12.8125rem;
    position: absolute;
    right: 0;
    top: -4.5625rem;
  }
  .b-search-result__options:before {
    /*color: colors(black);
        font-size: rem-calc(7);
        position: absolute;
        right: 0;
        text-align: center;
        top: rem-calc(18);
        width: rem-calc(44);
        */
  }
}

.b-search-result__options-select {
  font-size: 1rem;
  font-weight: bold;
  padding-right: 2.1875rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 519px) {
  .b-search-result__options-select {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-search-result__options-select {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-search-result__options-select {
    font-size: 0.75rem;
    height: 2.5rem;
    padding: 0 2.1875rem 0 0.625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-search-result__options-select {
    font-size: 0.75rem;
    height: 2.5rem;
    padding: 0 2.1875rem 0 0.625rem;
  }
}

.b-search-result__options-mobile {
  margin-bottom: 1.375rem;
}

.b-search-result__options-mobile select {
  height: 2.25rem;
  padding-left: 1rem;
}

.b-search-result__result-text {
  border-bottom: 1px solid #ccc;
  font-size: 1.3125rem;
  font-weight: bold;
  padding-bottom: 1.5625rem;
  padding-right: 25%;
  text-transform: uppercase;
}

@media only screen and (max-width: 519px) {
  .b-search-result__result-text {
    border: 0;
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-search-result__result-text {
    border: 0;
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-search-result__result-text {
    padding: 1.4375rem 35% 1.4375rem 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-search-result__result-text {
    padding: 1.4375rem 35% 1.4375rem 0;
  }
}

@media only screen and (min-width: 1440px) {
  .b-search-result__result-text {
    font-size: 1.9375rem;
    padding-top: 2.1875rem;
  }
}

.b-search-result__result-link {
  text-transform: none;
}

.b-search-result__result-link:link {
  color: #222a2b;
  text-decoration: none;
}

.b-search-result__result-link:visited {
  color: #222a2b;
  text-decoration: none;
}

.b-search-result__result-link:hover {
  color: #888;
  text-decoration: underline;
}

.b-search-result__result-link:active {
  color: #888;
  text-decoration: underline;
}

.b-search-result__number-of-products {
  color: #888;
  font-size: 1.3125rem;
  font-weight: normal;
}

@media only screen and (max-width: 519px) {
  .b-search-result__number-of-products {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-search-result__number-of-products {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1440px) {
  .b-search-result__number-of-products {
    font-size: 1.9375rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-plp-product-grid__item:nth-child(2n+3) {
    clear: both;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-plp-product-grid__item:nth-child(2n+3) {
    clear: both;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-plp-product-grid__item:nth-child(2n+3) {
    clear: both;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-plp-product-grid__item:nth-child(2n+3) {
    clear: both;
  }
}

@media only screen and (min-width: 1440px) {
  .b-plp-product-grid__item:nth-child(3n+4) {
    clear: both;
  }
}

.b-title-underline {
  position: relative;
  padding-bottom: 1.25rem;
  text-align: center;
}

.b-title-underline:after {
  border-bottom: 3px solid #000;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3.125rem;
}

@media only screen and (max-width: 519px) {
  .b-title-underline:after {
    border-bottom: 2px solid #000;
    width: 1.875rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-title-underline:after {
    border-bottom: 2px solid #000;
    width: 1.875rem;
  }
}

@media only screen and (max-width: 519px) {
  .b-title-underline {
    padding-bottom: 0.9375rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-title-underline {
    padding-bottom: 0.9375rem;
  }
}

.b-tooltip .b-tooltip__content {
  display: none;
}

.b-trio-module {
  background: #eaeaea;
}

.b-trio-module__wrap {
  margin: 0 auto;
  padding: 1.25rem;
}

@media only screen and (min-width: 1440px) {
  .b-trio-module__wrap {
    width: 60%;
  }
}

.b-trio-module__row {
  align-items: center;
  box-align: center;
  box-orient: horizontal;
  box-direction: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.b-trio-module__row::after {
  display: none;
}

.b-trio-module__row:nth-child(2) {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 519px) {
  .b-trio-module__row:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-trio-module__row:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-trio-module__image {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-trio-module__image {
    width: 50%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-trio-module__image {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-trio-module__content {
    padding: 0 2.8125rem;
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-trio-module__content {
    padding: 0 2.8125rem;
    width: 50%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-trio-module__content {
    padding: 0 2.8125rem;
    width: 50%;
  }
}

.b-trio-module__title {
  color: #222a2b;
  margin: 0 0 1.25rem;
}

@media only screen and (max-width: 519px) {
  .b-trio-module__title {
    margin: 1.25rem 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .b-trio-module__title {
    margin: 1.25rem 0;
  }
}

.b-trio-module__description {
  color: #646464;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  width: 90%;
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .b-trio-module__description {
    font-size: 0.9375rem;
    width: 80%;
  }
}

@media only screen and (min-width: 1440px) {
  .b-trio-module__description {
    font-size: 0.9375rem;
    width: 80%;
  }
}

.b-loader {
  position: relative;
  z-index: 100;
}

.b-loader__indicator {
  -moz-animation: rotate 2s infinite linear;
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -1.5625rem 0 0 -1.5625rem;
  background: url("../../img/loader.svg");
  width: 3.125rem;
  height: 3.125rem;
  z-index: 1;
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.b-loader__bg {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  opacity: 0.8;
}

.l-header {
  background: #fff;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 10;
}

@media only screen and (max-width: 519px) {
  .l-header {
    padding-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .l-header {
    padding-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header {
    padding-bottom: 1.5625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-header {
    padding-bottom: 0.9375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .l-header {
    padding-bottom: 1.875rem;
  }
}

.l-header.unpinned {
  /* for phase 2
        @include media(small small-m) {
            top: -(rem-calc(187));
        }

        @include media(medium) {
            top: -(rem-calc(177));
        }

        @include media(medium-m) {
            top: -(rem-calc(140));
        }

        @include media(large) {
            top: -(rem-calc(210));
        }
        */
}
