@font-face {
  font-family: 'Nexa';
  src: url(/fonts/Nexa-Bold.otf?c9f309b3d47969ecac64a77a6c672594);
  src: url(/fonts/nexa-bold.woff2?c315eda5db646f60dfca630cfd9b11a5) format("woff2"), url(/fonts/nexa-bold.woff?fba0389095dbf107f623e4ca680094c6) format("woff"), url(/fonts/nexa-bold.ttf?453dfb976688a267f4cd1d1b68f7e2d1) format("truetype"), url(/fonts/nexa-bold.svg?aea513cb3afccea600cfbc151dfd3944) format("svg");
  /* Legacy iOS */
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Nexa';
  src: url(/fonts/Nexa-Light.otf?12108809f49c49bcdc126dcecc938761);
  src: url(/fonts/nexa-light.woff2?9f4ba60d33aa66180d7ce6359ab9f386) format("woff2"), url(/fonts/nexa-light.woff?6a1aea1e0da9de6030dbe176b67b9dab) format("woff"), url(/fonts/nexa-light.ttf?72304c82958cb68298088a8fe5aabe97) format("truetype"), url(/fonts/nexa-light.svg?dc720612d55986211d1024dc4ed1f9d6) format("svg");
  /* Legacy iOS */
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url(/fonts/Lato-Light.ttf?84ed8ff4f8f7fa78ec9476e0b1449fe3);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url(/fonts/Lato-Bold.ttf?5ff0c76777f2da0cfdc3c83cb2b3fe5b);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url(/fonts/Lato-Regular.ttf?f844c0585208a53a41b1b71909e8b499);
  font-weight: normal;
  font-style: normal;
}

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

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

body {
  font-family: 'Nexa', sans-serif;
  font-size: 16px;
  color: #15213b;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

a:focus,
a:active {
  text-decoration: underline;
}

form {
  font-size: 0.7rem;
  width: 100%;
}

.form__actions {
  padding: 15px 0;
}

.form__actions button {
  min-width: 48%;
}

.form__actions button:nth-child(1) {
  float: left;
}

.form__actions button:nth-child(2) {
  float: right;
}

.form__actions--custom {
  padding: 15px 0;
}

@media (max-width: 767px) {
  .form__actions--custom {
    text-align: center;
  }
}

.form__actions--custom button {
  min-width: 15%;
}

@media (max-width: 767px) {
  .form__actions--custom button {
    min-width: 100%;
  }
}

.form__actions--custom .button {
  float: left;
}

@media (max-width: 767px) {
  .form__actions--custom .button {
    float: none;
  }
}

.form__actions--custom .button + .button {
  margin-left: 1.3986014%;
}

@media (max-width: 767px) {
  .form__actions--custom .button + .button {
    margin-left: 0;
    margin-top: 10px;
  }
}

.form__actions--custom .button + a.button {
  margin-left: 3.4965035%;
  text-align: center;
}

@media (max-width: 767px) {
  .form__actions--custom .button + a.button {
    margin-left: 0;
    margin-top: 10px;
  }
}

input {
  background: #f9f9f9;
  border: 1px solid rgba(21, 33, 59, 0.2);
  height: 35px;
  padding: 0 10px;
  width: 100%;
  font-size: 1.7em;
  line-height: 1.19;
}

input[type="submit"] {
  width: auto;
}

input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 3px rgba(21, 33, 59, 0.4);
          box-shadow: 0 0 3px rgba(21, 33, 59, 0.4);
}

input::-webkit-input-placeholder {
  color: rgba(126, 126, 126, 0.55);
}

input:-ms-input-placeholder {
  color: rgba(126, 126, 126, 0.55);
}

input::placeholder {
  color: rgba(126, 126, 126, 0.55);
}

.selectize-input {
  border-radius: 0;
  border: 1px solid rgba(21, 33, 59, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 10px;
  height: 35px;
  line-height: 32px;
  background: transparent;
}

.selectize-control.single .selectize-input {
  background-color: transparent;
}

.selectize-input::-webkit-input-placeholder {
  color: rgba(126, 126, 126, 0.55);
}

.selectize-input:-ms-input-placeholder {
  color: rgba(126, 126, 126, 0.55);
}

.selectize-input::placeholder {
  color: rgba(126, 126, 126, 0.55);
}

label {
  font-size: 1.7em;
  vertical-align: middle;
}

label.solo {
  font-size: 2em;
}

.selectize-input {
  font-size: 1.5em;
  color: #7e7e7e;
  vertical-align: bottom;
}

.selectize-input > * {
  vertical-align: middle;
}

.choose-file input[type=file] {
  color: #7e7e7e;
  font-size: 2em;
  font-family: 'Nexa';
  line-height: 38px;
  padding: 0;
  width: 100%;
}

.choose-file {
  color: #15213b;
  background-color: transparent;
  position: relative;
  color: transparent;
}

.choose-file input::-ms-value {
  background: #f9f9f9;
  border: 1px solid rgba(21, 33, 59, 0.2);
  height: 35px;
  padding: 0;
  width: 100%;
  font-size: 1.7em;
  line-height: 1.19;
  margin-left: -11px;
}

.choose-file::after {
  content: 'Browse';
  color: #7e7e7e;
  background-color: #edeef0;
  position: absolute;
  right: 3px;
  bottom: 2px;
  top: 2px;
  width: 26.66666667%;
  text-align: center;
  line-height: 33px;
  pointer-events: none;
  font-size: 1.7em;
  position: absolute;
  right: 2px;
}
.choose-file input::-webkit-file-upload-button {
  opacity: 0;
  width: 0px;
  font-size: 0;
  border: 0;
}

.choose-file .choose-file__name {
  color: #15213b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 11px;
  font-size: 1.5em;
  padding-right: 28.88888889%;
}

.phone-container input[type="tel"] , input[type="text "] {
  font-family: 'Nexa';
  padding-left: 55px;
}

.phone-container {
  position: relative;
}

.phone-container .phone-subset {
  position: absolute;
  top: 0;
  font-size: 14px;
  line-height: 35px;
  padding-left: 10px;
}
.phone-container .phone-subset-form {
  position: absolute;
  top: 28px;
  font-size: 14px;
  line-height: 35px;
  padding-left: 10px;
}
.bank-transfer {
  /* width: 44%; */
  line-height: 1;
  padding-bottom: 28px;
}
.bank-transfer label {
  margin: 5px 0;
  line-height: 1;
}
img {
  max-width: 100%;
  vertical-align: top;
}
a img {
  vertical-align: middle;
}

section {
  font-size: 0.7rem;
}

@media (max-width: 767px) {
  section {
    font-size: 0.65rem;
  }
}

header {
  font-size: 0.9rem;
  height: 100px;
  line-height: 100px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  header {
    font-size: 0.8em;
  }
}

header.sticky {
  background-color: #f9f9f9;
  height: 77px;
  line-height: 77px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

header.sticky .svg-arrow-down-block {
  fill: #15213b;
}

header.sticky .button {
  border-color: #7e7e7e;
  line-height: 34px;
  border-width: 1px;
}

@media (max-width: 767px) {
  header.sticky .button {
    border: 0;
    line-height: 1;
    width: 100%;
    height: auto;
  }
}

header.sticky .button:hover {
  background-color: #15213b;
  color: #fff;
  border-color: #15213b;
}

header.sticky li.active a {
  color: #15213b;
  border-color: #f3f908;
}

header.sticky a {
  color: #7e7e7e;
  border-bottom: 3px solid transparent;
  line-height: calc(76px - 3px);
}

header.sticky a:not(.button) {
  vertical-align: top;
}

header.sticky a:hover {
  color: #15213b;
  border-color: #f3f908;
}

header.sticky .logo a:hover {
  border: 0;
}

header .logo {
  max-width: 16.8115942%;
  margin: 0;
}

@media (max-width: 767px) {
  header .logo {
    max-width: 45%;
  }
}

header ul,
header a {
  line-height: 1;
}

header a {
  color: #fff;
}

header a:hover {
  color: #f3f908;
}

header p {
  margin: 0;
}

header nav {
  width: 49.85507246%;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  header nav {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  header nav {
    width: 55%;
  }
}

@media (max-width: 768px) {
  header nav {
    width: 100%;
  }
}

header nav ul {
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  header nav ul {
    text-align: left;
  }

  header nav ul.list {
    margin-left: 10%;
  }
}

header nav li {
  font-size: 1.7em;
  display: inline-block;
}

@media (max-width: 767px) {
  header nav li {
    display: block;
  }
}

@media (max-width: 1024px) {
  header nav li {
    font-size: 1em;
  }
}

header nav li + li {
  margin-left: 5.35714286%;
}

@media (max-width: 767px) {
  header nav li + li {
    margin-left: 0;
  }
}

header nav li.active a {
  color: #f3f908;
}

.header__actions {
  font-size: 1.7em;
  text-align: center;
  width: 20.28985507%;
  text-align: right;
}

@media (max-width: 767px) {
  .header__actions {
    width: 100%;
    text-align: left;
    margin-left: 10%;
  }

  .header__actions .button {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .header__actions {
    font-size: 1em;
  }

  header:not(.logged-in) .header__actions {
    width: 28%;
  }
}

.header__actions a {
  font-size: inherit;
}

.header__actions p {
  display: inline-block;
}

@media (max-width: 767px) {
  .header__actions p {
    display: block;
  }
}

.header__actions p + p {
  margin-left: 8.77192982%;
}

@media (max-width: 767px) {
  .header__actions p + p {
    margin-left: 0;
  }
}

footer {
  font-size: 0.7rem;
  line-height: 112px;
  height: 112px;
  background-color: #f6f6f7;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(21, 33, 59, 0.2);
          box-shadow: 0px -1px 0px 0px rgba(21, 33, 59, 0.2);
}

@media (max-width: 767px) {
  footer {
    height: auto;
    line-height: 2.5;
    padding: 10px 0;
  }
}

footer .wide-container {
  position: relative;
  text-align: center;
}

footer li,
footer p {
  font-size: 1.8em;
  color: #15213b;
}

footer a {
  color: #15213b;
}

footer a:hover {
  text-decoration: underline;
}

footer p {
  margin: 0;
}

table {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}

@media (max-width: 767px) {
  table {
    display: block;
  }

  table td,
  table tr,
  table th {
    border: 0;
    display: block;
  }

  table thead {
    display: none;
  }

  table .table-delete {
    float: right;
  }

  table .table-date {
    float: left;
  }
}

table th {
  font-size: 3em;
  font-weight: 300;
  font-family: 'Nexa', sans-serif;
  background-color: #8a909d;
  color: #fff;
  height: 84px;
}

table th span + span::before {
  content: ' / ';
}

table td {
  font-size: 1.8em;
  color: inherit;
  height: 70px;
  background-color: transparent;
}

@media (max-width: 767px) {
  table td {
    height: auto;
    text-align: left;
    line-height: 1.5;
  }
}

table td a {
  color: inherit;
}

table td a:hover {
  text-decoration: none;
}

table td:hover {
  text-overflow: initial;
}

table td p {
  display: inline-block;
}

table td p + p::before {
  content: ' / ';
}

table td p span::before {
  content: ' : ';
}

table td .from-to-date span:before {
  content: none;
}

table td .from-to-date span + span::before {
  content: ' / ';
}

table td,
table th {
  border: 1px solid rgba(21, 33, 59, 0.2);
  vertical-align: middle;
}

@media (max-width: 767px) {
  table td,
  table th {
    border: 0;
  }
}

table a {
  text-decoration: underline;
  color: #7e7e7e;
}

table a:hover {
  color: #15213b;
}

table tr {
  border-right: 1px solid rgba(21, 33, 59, 0.2);
  color: #7e7e7e;
}

@media (max-width: 767px) {
  table tr {
    padding: 20px 10px;
    border-right: 0;
  }
}

table tr.unread {
  font-weight: 700;
  color: #15213b;
}

@media (max-width: 767px) {
  table tbody {
    display: block;
  }
}

table tbody tr:nth-child(2n) {
  background-color: rgba(21, 33, 59, 0.05);
}

table .bold {
  font-size: 1.6em;
}

.table--top-space {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .mobile-table-action-container {
    position: relative;
  }

  .mobile-table-action-container .mobile-table-action {
    position: absolute;
    top: 20px;
    right: 10px;
  }
}

aside {
  width: 20.83333333%;
  background-color: rgba(21, 33, 59, 0.04);
  margin: 91px 0;
  float: left;
}

@media (max-width: 767px) {
  aside {
    width: 100%;
    float: none;
    margin: 10px 0;
    background-color: transparent;
  }
}

@media (max-width: 1024px) {
  aside {
    width: 100%;
    margin: 0;
    float: none;
  }
}

aside a {
  color: #15213b;
  font-size: 2.6em;
  display: block;
  padding: 0 11.25%;
  cursor: pointer;
}

aside a:hover {
  background-color: #dcdee2;
  color: #15213b;
}

@media (max-width: 767px) {
  aside > ul {
    background-color: rgba(21, 33, 59, 0.04);
  }
}

aside > ul > li {
  font-family: 'Nexa', sans-serif;
  font-weight: 300;
  min-height: 56px;
  line-height: 56px;
  border-bottom: 1px solid rgba(21, 33, 59, 0.2);
  -webkit-box-shadow: 0 1px 0 0 #fff;
          box-shadow: 0 1px 0 0 #fff;
}

aside .accordion__title {
  height: 56px;
  line-height: 56px;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

dd,
dt {
  display: inline-block;
}

p {
  color: #7e7e7e;
}

input[type='checkbox'] {
  display: none;
}

input[type='checkbox']:checked + label:before,
input[type='radio']:checked + label:before {
  background: #f3f908;
  border-color: #f3f908;
  color: #fff;
  text-align: center;
  content: url(/fonts/check.svg?2fb5c41de91beb74f331137b3a4cae60);
}

input[type='checkbox'] + label:before {
  border: 1px solid rgba(21, 33, 59, 0.2);
  content: '\A0';
  display: inline-block;
  height: 20px;
  padding: 0;
  width: 20px;
  line-height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

fieldset {
  border: 1px solid rgba(21, 33, 59, 0.2);
  padding: 0;
}

@media (max-width: 767px) {
  fieldset {
    margin: 0;
  }
}

input[type='radio'] {
  display: none;
}

input[type='radio']:checked + label:before {
  color: #fff;
  text-align: center;
  content: ' ';
  background-color: #b2b6be;
  padding: 2px 3px;
  border: 4px solid #fff;
}

input[type='radio'] + label:before {
  content: ' ';
  -webkit-box-shadow: 0 0 0 1px rgba(21, 33, 59, 0.2);
          box-shadow: 0 0 0 1px rgba(21, 33, 59, 0.2);
  border: 2px solid #fff;
  background-color: #f6f6f7;
  display: inline-block;
  height: 18px;
  padding: 0;
  width: 18px;
  border-radius: 50%;
  line-height: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

textarea {
  width: 100%;
  font-size: 1.5em;
  border: 1px solid rgba(21, 33, 59, 0.2);
  padding: 5px 10px;
}

textarea::-webkit-input-placeholder {
  color: rgba(126, 126, 126, 0.55);
}

textarea:-ms-input-placeholder {
  color: rgba(126, 126, 126, 0.55);
}

textarea::placeholder {
  color: rgba(126, 126, 126, 0.55);
}

.container {
  max-width: 75.9375%;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1400) {
  .container {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 90%;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 95%;
  }
}

.container--fluid {
  max-width: 100%;
}

.wide-container {
  max-width: 89.84375%;
  margin: 0 auto;
  max-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .wide-container {
    max-width: 95%;
    position: static;
  }
}

@media (max-width: 1024px) {
  .wide-container {
    max-width: 95%;
  }
}

.container-two-thirds {
  max-width: 79.16666667%;
  width: 100%;
  float: left;
  padding: 0 5.20833333%;
}

@media (max-width: 767px) {
  .container-two-thirds {
    width: 100%;
    float: none;
  }
}

@media (max-width: 1024px) {
  .container-two-thirds {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mobile-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}

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

@media (max-width: 767px) {
  .row {
    margin: 0;
  }
}

.row::before,
.row::after {
  content: '';
  display: table;
  clear: both;
}

.row > .col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .row > .col {
    float: none;
  }
}

.row--reversed > .col {
  float: right;
}

.row--reversed > .col:first-child {
  padding-right: 0;
  padding-left: 40px;
}

.row--reversed > .col:last-child {
  padding-left: 0;
  padding-right: 40px;
}

.row--no-padding > .col {
  padding: 0 !important;
}

.row.equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

.row.equal-height::before,
.row.equal-height::after {
  content: none;
}

.row.equal-height > .col {
  float: none;
}

.row.vertically-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row--2 > .col {
  width: 50%;
}

@media (max-width: 767px) {
  .row--2 > .col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .row--3.product-listing > .col {
    width: 50%;
    float: left;
  }
}

@media (max-width: 1024px) {
  .row--3.product-listing > .col {
    width: 50%;
    float: left;
  }
}

.row--3 > .col {
  width: 33.3%;
}

@media (max-width: 767px) {
  .row--3 > .col {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .row--3 > .col.form__actions {
    width: 50%;
  }
}

.row--3 > .col--two-thirds {
  width: 66%;
}

.row--4 > .col {
  width: 25%;
}

@media (max-width: 767px) {
  .row--4 > .col {
    width: 100%;
  }
}

.row--4 > .col--two-fourth {
  width: 50%;
}

@media (max-width: 767px) {
  .row--4 > .col--two-fourth {
    width: 100%;
  }
}

.row--5 > .col {
  width: 20%;
}

.row > .full {
  width: 100%;
}

.row > .two-thirds {
  width: 66.6%;
}

.row > .three-fourths {
  width: 75%;
}

.row > .two-fifths {
  width: 40%;
}

.row > .three-fifths {
  width: 60%;
}

.row > .four-fifths {
  width: 80%;
}

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

main > section > .row {
  margin-left: 0;
  margin-right: 0;
}

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

.form-group.block-label label {
  display: block;
  margin-bottom: 11px;
}

.form-group + .form-group {
  margin-bottom: 14px;
}

.button {
  cursor: pointer;
  font-size: 1.2rem;
  min-width: 8.07291667%;
  padding: 0 20px;
  border: 1px solid;
  text-decoration: none;
  display: inline-block;
}

.button:focus,
.button:active {
  outline: none;
}

.button--primary {
  height: 56px;
  line-height: 55px;
}

.button--secondary {
  height: 35px;
  line-height: 34px;
}

.button--fill-navy {
  background-color: #15213b;
  border-color: #15213b;
  color: #fff;
}

.button--fill-navy:focus,
.button--fill-navy:active {
  -webkit-box-shadow: 0 0 5px rgba(21, 33, 59, 0.6);
          box-shadow: 0 0 5px rgba(21, 33, 59, 0.6);
}

.button--fill-navy:hover {
  background-color: transparent;
  color: #15213b;
}

.button--fill-yellow {
  background-color: #f3f908;
  border-color: #f3f908;
  color: #15213b;
}

.button--fill-yellow:focus,
.button--fill-yellow:active {
  -webkit-box-shadow: 0 0 5px rgba(243, 249, 8, 0.6);
          box-shadow: 0 0 5px rgba(243, 249, 8, 0.6);
}

.button--fill-yellow:hover {
  background-color: transparent;
  color: #f3f908;
}

.button--stroke-navy {
  border-color: #15213b;
  color: #15213b;
}

.button--stroke-navy:focus,
.button--stroke-navy:active {
  -webkit-box-shadow: 0 0 5px rgba(21, 33, 59, 0.6);
          box-shadow: 0 0 5px rgba(21, 33, 59, 0.6);
}

.button--stroke-navy:hover {
  background-color: #15213b;
  color: #fff;
}

.button--stroke-yellow {
  border-color: #f3f908;
  color: #f3f908;
}

.button--stroke-yellow:focus,
.button--stroke-yellow:active {
  -webkit-box-shadow: 0 0 5px rgba(243, 249, 8, 0.6);
          box-shadow: 0 0 5px rgba(243, 249, 8, 0.6);
}

.button--stroke-yellow:hover {
  background-color: #f3f908;
  color: #15213b;
}

.button--stroke-white {
  border-color: #fff;
  color: #fff;
}

.button--stroke-white:focus,
.button--stroke-white:active {
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

.button--stroke-white:hover {
  background-color: #fff;
  color: #15213b;
}

.button--block {
  width: 100%;
  text-align: center;
}

.button--borderless {
  border: none;
  padding: 0;
  min-width: auto;
  color: #15213b;
}

.button--borderless:hover {
  text-decoration: underline;
}

.banner {
  background-color: #15213b;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  margin-top: -100px;
}

.banner .wide-container,
.banner .container {
  z-index: 2;
  position: relative;
  text-align: center;
}

.banner__title {
  font-family: 'Nexa', sans-serif;
  font-size: 6em;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 767px) {
  .banner__title {
    font-size: 5em;
  }
}

.banner__description {
  margin: 21px auto 0;
  padding-bottom: 7px;
  color: #fff;
  font-size: 1.8em;
  max-width: 49.27536232%;
  line-height: 1.9444444444;
}

@media (max-width: 767px) {
  .banner__description {
    max-width: 90%;
  }
}

.banner__actions {
  position: absolute;
  right: 10px;
  top: 0;
}

@media (max-width: 767px) {
  .banner__actions {
    position: static;
    margin-top: 20px;
  }
}

.banner--slider {
  position: relative;
}

.banner--slider .mouse-scroll {
  position: absolute;
  bottom: 25px;
  z-index: 3;
  text-transform: uppercase;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .banner--slider .mouse-scroll {
    display: none;
  }
}

.banner--slider .mouse-scroll > a {
  font-size: 1em;
  color: #fff;
  text-align: center;
}

.banner--slider .mouse-scroll > a:focus,
.banner--slider .mouse-scroll > a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.banner--slider .mouse-scroll > a > img {
  display: block;
  margin: 0 auto;
  width: 30px;
  margin-top: 5px;
}

.banner--slider .container {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1200px;
}

.banner--slider p {
  font-size: 2.5em;
  font-weight: 300;
  color: #fff;
}

.banner--slider .banner__title {
  text-transform: uppercase;
  font-size: 6em;
  font-family: 'Nexa', sans-serif;
  font-weight: 700;
  margin: 42px auto 56px;
}

@media (max-width: 767px) {
  .banner--slider .banner__title {
    margin: 20px auto 30px;
    font-size: 4em;
  }
}

.banner--slider::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(21, 33, 59, 0.65);
}

.banner--categories {
  background-image: url(/images/banner-categories.jpg?faa7aa5a89b9f0dd9906959040354b47);
  min-height: 44.37869822vh;
  position: relative;
  padding-top: 25.14792899vh;
}

.banner--categories:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(21, 33, 59, 0.5);
}

@media (max-width: 767px) {
  .banner--categories {
    padding-top: 20vh;
    min-height: 50vh;
  }
}

@media (max-width: 1024px) {
  .banner--categories {
    min-height: 30vh;
    padding-top: 15vh;
  }
}

.banner--dashboard-machines {
  background-image: url(/images/banner-machines.jpg?fcb14d110e73cc9718c40a7ec8098a12);
  min-height: 44.37869822vh;
  position: relative;
  padding-top: 25.14792899vh;
}

.banner--dashboard-machines:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(21, 33, 59, 0.45);
}

@media (max-width: 767px) {
  .banner--dashboard-machines {
    padding-top: 20vh;
  }
}

@media (max-width: 1024px) {
  .banner--dashboard-machines {
    min-height: 30vh;
    padding-top: 15vh;
  }
}

.banner--product {
  background-image: url(/images/banner-product.jpg?a09a89878702c1fe8bb4bc7a7da87f07);
  min-height: 44.37869822vh;
  position: relative;
  padding-top: 25.14792899vh;
}

.banner--product:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(21, 33, 59, 0.45);
}

@media (max-width: 767px) {
  .banner--product {
    padding-top: 20vh;
  }
}

@media (max-width: 1024px) {
  .banner--product {
    min-height: 30vh;
    padding-top: 15vh;
  }
}

.banner--story {
  background-image: url(/images/banner-story.jpg?9cdf8438f9792d18ccf768c1a7ddd5b0);
  min-height: 73.96449704vh;
  position: relative;
  padding-top: 33.28402367vh;
}

.banner--story:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(21, 33, 59, 0.5);
}

@media (max-width: 767px) {
  .banner--story {
    padding-top: 20vh;
    min-height: 50vh;
  }
}

@media (max-width: 1024px) {
  .banner--story {
    min-height: 30vh;
    padding-top: 15vh;
  }
}

.banner--checkout {
  background-image: url(/images/banner-story.jpg?9cdf8438f9792d18ccf768c1a7ddd5b0);
  min-height: 44.37869822vh;
  position: relative;
  padding-top: 25.14792899vh;
}

.banner--checkout:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(21, 33, 59, 0.45);
}

@media (max-width: 767px) {
  .banner--checkout {
    padding-top: 20vh;
    min-height: 35vh;
  }
}

@media (max-width: 1024px) {
  .banner--checkout {
    min-height: 30vh;
    padding-top: 15vh;
  }
}

.banner--dashboard-accounts {
  background-image: url(/images/banner-accounts.jpg?81f12f88aa3675097c7df74c2532edfa);
  min-height: 44.37869822vh;
  position: relative;
  padding-top: 25.14792899vh;
}

.banner--dashboard-accounts:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(21, 33, 59, 0.45);
}

@media (max-width: 767px) {
  .banner--dashboard-accounts {
    padding-top: 20vh;
  }
}

@media (max-width: 1024px) {
  .banner--dashboard-accounts {
    min-height: 30vh;
    padding-top: 15vh;
  }
}

.banner--dashboard-messages {
  background-image: url(/images/banner-messages.jpg?f758a114a32740b3facf46ae45097ae1);
  min-height: 44.37869822vh;
  position: relative;
  padding-top: 25.14792899vh;
}

.banner--dashboard-messages:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(21, 33, 59, 0.45);
}

@media (max-width: 767px) {
  .banner--dashboard-messages {
    padding-top: 20vh;
    min-height: 35vh;
  }
}

@media (max-width: 1024px) {
  .banner--dashboard-messages {
    min-height: 30vh;
    padding-top: 15vh;
  }
}

.banner--dashboard-settings {
  background-image: url(/images/banner-settings.jpg?e4568af7a072d1a5edc6f0e45dfbe17a);
  min-height: 44.37869822vh;
  position: relative;
  padding-top: 25.14792899vh;
}

.banner--dashboard-settings:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(21, 33, 59, 0.45);
}

@media (max-width: 767px) {
  .banner--dashboard-settings {
    padding-top: 20vh;
    min-height: 35vh;
  }
}

@media (max-width: 1024px) {
  .banner--dashboard-settings {
    min-height: 30vh;
    padding-top: 15vh;
  }
}

.banner--join {
  background: url(/images/banner-login.jpg?4cd8b41303691be42de79edbcdef4be2) no-repeat center;
  background-size: cover;
  position: relative;
}

.banner--join::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#15213b), color-stop(95%, transparent));
  background: linear-gradient(to top, #15213b, transparent 95%);
}

.banner--login {
  background: url(/images/login-banner-3.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.banner--login::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#15213b), color-stop(95%, transparent));
  background: linear-gradient(to top, #15213b, transparent 95%);
}

.footer-col {
  display: inline-block;
}

@media (max-width: 767px) {
  .footer-col {
    display: block;
    text-align: center;
  }
}

.footer-col:first-child {
  float: left;
}

@media (max-width: 767px) {
  .footer-col:first-child {
    float: none;
  }
}

.footer-col:last-child {
  float: right;
}

@media (max-width: 767px) {
  .footer-col:last-child {
    float: none;
  }
}

.tabs {
  width: 100%;
}

.tabs--2 li {
  width: 50%;
}

@media (max-width: 767px) {
  .tabs--2 li {
    width: 100%;
  }
}

.tabs--3 li {
  width: 33.3%;
}

@media (max-width: 767px) {
  .tabs--3 li {
    width: 100%;
  }
}

.tabs-content {
  margin-top: 30px;
}

.tabs li {
  font-family: 'Nexa', sans-serif;
  font-weight: 300;
  font-size: 3em;
  height: 84px;
  line-height: 84px;
  background-color: #f6f6f7;
  position: relative;
}

.tabs li:after {
  content: url(/fonts/arrow-down.svg?0047ee245db25658b4573974181aadd4);
  position: absolute;
  right: 6.84931507%;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  line-height: 1;
  width: 18px;
  height: 11px;
}

.tabs li.active {
  background-color: rgba(21, 33, 59, 0.08);
}

.tabs li.active:after {
  content: url(/fonts/arrow-up.svg?85bfaacd2fde3aac4e51e437e03717aa);
}

@media (max-width: 1024px) {
  .tabs li {
    font-size: 2.5em;
  }
}

.tabs a {
  color: #15213b;
  padding: 0 1.6em 0 0.5em;
  display: block;
}

.tabs a:focus,
.tabs a:active {
  text-decoration: none;
}

.tabs span:before {
  content: '(';
}

.tabs span:after {
  content: ')';
}

.tabs-content__item {
  display: none;
  overflow: hidden;
}

.icons {
  display: none;
}

.svg-arrow-down {
  width: 18px;
  height: 11px;
  fill: #15213b;
}

.svg-arrow-down--white {
  fill: #fff;
}

.svg-arrow-down-block {
  width: 18px;
  height: 13px;
  fill: #fff;
  padding-left: 5px;
  vertical-align: middle;
}

.svg-arrow-up {
  width: 18px;
  height: 11px;
  fill: #15213b;
}

.svg-arrow-right {
  width: 12px;
  height: 18px;
  fill: #15213b;
}

.svg-trash {
  width: 17px;
  height: 17px;
  fill: #7e7e7e;
}

.svg-trash:hover {
  fill: rgba(21, 33, 59, 0.6);
}

.unread .svg-trash {
  fill: #15213b;
}

.svg-visa-cards {
  width: 90px;
  height: 20px;
}

.svg-mouse {
  height: 30px;
  display: inline-block;
  width: 100%;
  margin: 11px auto 0;
}

.decorated-title {
  margin: 0;
  font-family: 'Nexa', sans-serif;
  font-weight: 300;
}

.decorated-title:after {
  content: url(/fonts/arrow-right.svg?b7d2a7dd08c6587ea8cc99d0f16eb874);
  left: 0;
  display: block;
  margin-top: 18px;
  line-height: 0.5;
}

.decorated-title--header {
  font-size: 3.5em;
}

.decorated-title--margin {
  margin-bottom: 35px;
}

.decorated-title .number::before {
  content: '(';
}

.decorated-title .number::after {
  content: ')';
}

.section__title {
  font-size: 6em;
  font-weight: 700;
  font-family: 'Nexa', sans-serif;
  color: #15213b;
  margin: 98px 0 63px;
  text-align: center;
}

@media (max-width: 767px) {
  .section__title {
    margin-top: 45px;
    margin-bottom: 30px;
  }
}

.section__legend {
  font-size: 14px;
  text-align: center;
  max-width: 45.20166898%;
  line-height: 2;
}

@media (max-width: 767px) {
  .section__legend {
    max-width: 90%;
  }
}

.section--space {
  margin-top: 80px;
}

.section--legend .section__title {
  margin-bottom: 25px;
}

.section--legend .section__legend {
  margin: 0 auto 28px;
}

.section--secondary {
  margin-bottom: 105px;
}

.buttons-group .button + .button--primary {
  margin-top: 28px;
}

.buttons-group .button + .button--secondary {
  margin-top: 18px;
}

.buttons-group--inline {
  margin-top: 35px;
}

.buttons-group--inline .button {
  display: inline-block;
  min-width: 13.10144928%;
}

.buttons-group--inline .button + .button--primary {
  margin-top: 0;
}

.buttons-group--inline .button + .button--secondary {
  margin-top: 0;
}

.buttons-group--inline .button + .button {
  margin-left: 1.44927536%;
}

#cboxLoadedContent {
  background-color: #fff;
  border: 0;
}

#cboxOverlay {
  background-color: rgba(21, 33, 59, 0.9);
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  top: 35px;
  right: 2.60416667%;
  background: url(/fonts/close.svg?dce6d89a3166230001d1af100c6ed2bb) no-repeat center center;
}

#cboxClose:hover {
  background-position: center center;
}

.date-picker {
  background: url(/fonts/date.svg?e5c0664464588a26c42fcd3ca234a909) 90% center no-repeat;
}

.label--block {
  display: block;
}

.toggle-switch-container {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}

input.toggle-switch:checked + label:before {
  content: "";
  background: transparent;
  border: 0;
}

input.toggle-switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input.toggle-switch + label:before,
input.toggle-switch + label:after {
  display: block;
  position: absolute;
  content: "";
  border: 0;
}

input.toggle-switch + label {
  width: 100%;
  height: 20px;
  background-color: #BF2A23;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

input.toggle-switch + label:before {
  top: 2px;
  left: 4px;
  bottom: 2px;
  right: 2px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

input.toggle-switch + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 40%;
  background-color: #fff;
  -webkit-transition: margin 0.5s, background 0.5s;
  transition: margin 0.5s, background 0.5s;
}

input.toggle-switch:checked + label {
  background-color: #00C176;
}

input.toggle-switch:checked + label:after {
  margin-left: 47px;
  background-color: #fff;
}

input.toggle-switch + label,
input.toggle-switch + label:after {
  border-radius: 50px;
}

.toggle-switch-container {
  width: 40px;
}

input.toggle-switch + label {
  background: #e7e8e9;
}

input.toggle-switch:checked + label:after {
  margin-left: 18px;
}

input.toggle-switch + label:after {
  width: 12px;
}

input.toggle-switch:checked {
  background: #3ca57c;
}

.empty-state {
  font-size: 20px;
}

.empty-state img {
  display: block;
  margin: 0 auto 15px;
}

@media (max-width: 767px) {
  .mobile-overflow-list {
    overflow: scroll;
    white-space: nowrap;
  }

  .mobile-overflow-list > div,
  .mobile-overflow-list > .col {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    overflow: visible;
    white-space: normal;
  }
}

@media (max-width: 1024px) {
  .mobile-overflow-list {
    overflow: scroll;
    white-space: nowrap;
  }

  .mobile-overflow-list > div,
  .mobile-overflow-list > .col {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    overflow: visible;
    white-space: normal;
    float: none;
  }
}

@media (max-width: 767px) {
  .mobile-reverse-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .mobile-reverse-order.full-height {
    height: auto;
  }

  .mobile-reverse-order.full-height > .col {
    height: 100vh;
  }
}

@media (max-width: 1024px) {
  .tablet-reverse-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .tablet-reverse-order.full-height {
    height: auto;
  }

  .tablet-reverse-order.full-height > .col {
    height: 100vh;
  }
}

.alert-block {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: normal;
  padding: 25px;
  background: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.alert-block.alert-success {
  border-top: 5px solid #4e9814;
}

.alert-block.alert-error {
  border-top: 5px solid #e61647;
}

.alert-block.alert-warning {
  border-top: 5px solid #ece923;
}

.alert-block p {
  margin: 0;
}

.help-block {
  margin-top: 10px;
  margin-bottom: 25px;
  display: block;
  font-size: 12px;
  font-weight: 300;
}

.help-error {
  color: red;
}

.please-rate {
  width: 100%;
  height: 150px;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 3;
  text-align: center;
}

.accordion__title {
  position: relative;
}

.accordion__title :after {
  content: url(/fonts/arrow-down.svg?0047ee245db25658b4573974181aadd4);
  position: absolute;
  right: 7.5%;
}

.accordion__title.active {
  background-color: rgba(21, 33, 59, 0.08);
  line-height: 42px;
  height: 42px;
}

.accordion__title.active :after {
  content: url(/fonts/arrow-up.svg?85bfaacd2fde3aac4e51e437e03717aa);
}

.accordion__title a:focus {
  text-decoration: none;
}

.pane {
  background-color: rgba(21, 33, 59, 0.08);
  display: none;
}

.pane li a {
  font-size: 1.8em;
  font-family: 'Lato', sans-serif;
  height: 42px;
  line-height: 42px;
  color: #7e7e7e;
  font-weight: normal;
}

.pane li a:hover {
  background-color: #dcdee2;
  color: #15213b;
  -webkit-box-shadow: 0 -1px 0 0 rgba(21, 33, 59, 0.2);
          box-shadow: 0 -1px 0 0 rgba(21, 33, 59, 0.2);
  padding-left: pxtopwercentage(70, 400);
}

.pane li a:hover:before {
  content: url(/fonts/show-right.svg?385a51477fde989021a3adb2ad7ab59d);
  padding-right: 3.75%;
}

.card {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .card {
    margin-bottom: 20px;
  }
}

.card__details {
  -webkit-box-shadow: 0px 5px 14px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 14px 5px rgba(0, 0, 0, 0.06);
}

.card__title {
  margin: 0;
}

.card__title a {
  display: block;
  padding: 14px 5%;
  font-size: 2.6em;
  font-family: 'Nexa', sans-serif;
  font-weight: 300;
  color: #15213b;
  line-height: 1.5;
}

.card__title a:hover {
  text-decoration: underline;
}

.card__data {
  background-color: #f6f6f7;
  border: 1px solid #fff;
  padding: 14px 5%;
}

.card__data li {
  font-size: 1.8em;
}

.card__data li span {
  color: #7e7e7e;
}

.card__data li span:before {
  content: ': ';
  color: #15213b;
}

.card__data li + li {
  margin-top: 14px;
}

.card__price {
  font-size: 3em;
  font-weight: 700;
  margin: 0;
}

.card__price .currency {
  font-weight: normal;
}

.card__price .period {
  font-size: 0.6em;
  font-weight: normal;
}

.card__price .period::before {
  content: ' /  ';
}

.filters-container {
  min-height: 196px;
  height: 196px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .filters-container {
    margin: 20px 0 10px;
    padding: 0 10px;
    height: auto;
  }
}

.filters-container--availability {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

.filters-container form {
  display: -webkit-box;
  /* margin-top: 240px;
  margin-bottom: 100px; */
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .filters-container form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.filters-container label {
  color: #7e7e7e;
}

.filters__title {
  font-size: 28em;
  color: rgba(21, 33, 59, 0.04);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

@media (max-width: 767px) {
  .filters__title {
    display: none;
  }
}

@media (max-width: 1024px) {
  .filters__title {
    display: none;
  }
}

.filters input,
.filters select {
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1024px) {
  .filter-by {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.filter-by .form-group + .form-group {
  margin-left: 0.57971014%;
}

@media (max-width: 767px) {
  .filter-by .form-group + .form-group {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .filter-by .form-group + .form-group {
    margin-top: 10px;
    margin-left: 0;
  }
}

.filter-by__availability {
  width: 18.26086957%;
}

@media (max-width: 767px) {
  .filter-by__availability {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .filter-by__availability {
    width: 100%;
  }
}

.filter-by__availability input {
  width: 47.61904762%;
}

.filter-by__availability input + input:not(.date-picker) {
  margin-left: 3.17460317%;
}

.filter-by__availability input:nth-child(3n+1).date-picker {
  margin-left: 3.17460317%;
}

.filter-by label {
  color: #7e7e7e;
}

.filter-by input {
  font-size: 1.5em;
  color: #7e7e7e;
  background-color: rgba(255, 255, 255, 0.7);
}

.filter-by__select {
  width: 17.39130435%;
}

@media (max-width: 767px) {
  .filter-by__select {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .filter-by__select {
    width: 100%;
  }
}

.filter-by__quantity {
  width: 8.69565217%;
}

@media (max-width: 767px) {
  .filter-by__quantity {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .filter-by__quantity {
    width: 100%;
  }
}

.product {
  padding: 35px 0;
}

@media (max-width: 767px) {
  .product {
    float: left;
    width: 48%;
    padding: 10px 0;
  }

  .buy-form__group .product {
    width: 100%;
  }

  .product:nth-child(2n+2) {
    margin-left: 4%;
  }

  .product > .col {
    padding: 0;
  }

  .product__info {
    margin-top: 10px;
  }
}

.product .decorated-title {
  font-size: 3em;
  font-family: 'Nexa', sans-serif;
  font-weight: 300;
}

@media (max-width: 767px) {
  .product .decorated-title:after {
    margin-top: 10px;
  }
}

.product .product__details {
  padding-top: 11px;
}

.product__details li {
  font-size: 1.8em;
  vertical-align: top;
}

.product__details li:nth-child(n+3) {
  margin-top: 21px;
}

@media (max-width: 767px) {
  .product__details li:nth-child(n+3) {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .product__details li + li {
    margin-top: 5px;
  }
}

.product__details span {
  color: #7e7e7e;
}

.product__details span::before {
  content: ' : ';
}

.product__details a {
  color: #15213b;
  text-decoration: underline;
}

.product__details a:hover {
  color: #7e7e7e;
}

@media (max-width: 767px) {
  .product__actions {
    margin-top: 15px;
  }
}

.product__actions p {
  margin: 0;
  font-size: 1.7em;
}

.product__actions p + p {
  margin-top: 14px;
}

.rentals .product__actions p + p {
  margin-top: 15px;
}

.product-machines {
  margin-bottom: 70px;
  margin-top: 50px;
}

.product-machines .product + .product {
  border-top: 1px solid rgba(21, 33, 59, 0.2);
}

@media (max-width: 767px) {
  .product-machines .product + .product {
    border: 0;
  }
}

.rentals {
  margin-bottom: 70px;
  margin-top: 50px;
}

.product-cost {
  font-size: 1.8em;
  background-color: rgba(21, 33, 59, 0.04);
  margin-left: 10%;
  border: 1px solid #fff;
  outline: 1px solid rgba(21, 33, 59, 0.4);
}

@media (max-width: 767px) {
  .product-cost {
    margin-left: 0;
    margin-top: 10px;
  }
}

.product-cost dt::after {
  content: ' : ';
}

.product-cost dd {
  color: #7e7e7e;
}

.product-cost__item {
  margin-top: 21px;
  padding-left: 26.66666667%;
  padding-right: 6.66666667%;
}

.product-cost__total {
  height: 49px;
  line-height: 49px;
  background-color: rgba(21, 33, 59, 0.04);
}

.product-cost__total dd {
  font-size: 1.6em;
  font-weight: 700;
}

.product-cost__total dd span {
  font-weight: normal;
}
.alert-success {
  font-size: 16px;
}
.show-by {
  width: 100%;
}

.show-by .form-group {
  width: 20.86230876%;
}

@media (max-width: 767px) {
  .show-by .form-group {
    width: 100%;
  }
}

.show-by .form-group + .form-group {
  margin-left: 0.69541029%;
}

.home-form label {
  color: #fff;
}

.home-form input {
  background-color: transparent;
}

.home-form .selectize-input,
.home-form input {
  border-color: #fff;
  color: #d2d6d7;
  font-size: 1.5em;
  text-align: left;
  vertical-align: top;
}

.home-form .selectize-input::-webkit-input-placeholder,
.home-form input::-webkit-input-placeholder {
  color: #d2d6d7;
}

.home-form .selectize-input:-ms-input-placeholder,
.home-form input:-ms-input-placeholder {
  color: #d2d6d7;
}

.home-form .selectize-input::placeholder,
.home-form input::placeholder {
  color: #d2d6d7;
}

.home-form .form-group {
  text-align: left;
  vertical-align: bottom;
  margin: 0;
}

.home-form .form-group + .form-group {
  margin-left: 0.69541029%;
}

@media (max-width: 767px) {
  .home-form .form-group + .form-group {
    margin-left: 0;
    margin-top: 10px;
  }
}

.home-form .selectize-control.single .selectize-input:after {
  border-top-color: #fff;
}

.home-form button {
  margin-left: 0.69541029%;
  vertical-align: bottom;
  font-size: 1.7em;
}

@media (max-width: 767px) {
  .home-form button {
    margin-top: 20px;
  }
}

.home-form--select {
  width: 20.16689847%;
}

@media (max-width: 767px) {
  .home-form--select {
    width: 100%;
  }
}

.home-form--input {
  width: 10.43115438%;
}

@media (max-width: 767px) {
  .home-form--input {
    width: 100%;
  }
}

.steps-container {
  position: relative;
}

.steps-container:before {
  z-index: 1;
  content: ' ';
  position: absolute;
  top: calc(155px / 2);
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(21, 33, 59, 0.2);
}

.steps {
  counter-reset: steps-counter;
}

@media (max-width: 767px) {
  .steps:not(.steps--numbered) > div,
  .steps:not(.steps--numbered) > .col {
    width: 60%;
  }
}

.steps__image-extra-wrapper {
  text-align: center;
  position: relative;
}

.steps__image-wrapper {
  position: relative;
  width: 155px;
  height: 155px;
  line-height: 143px;
  border: 1px solid rgba(21, 33, 59, 0.2);
  display: inline-block;
  text-align: center;
  z-index: 2;
  background: #f9f9f9;
}

@media (max-width: 767px) {
  .steps__image-wrapper {
    width: 180px;
  }
}

.steps__image-wrapper img {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}

.steps__desc {
  margin-top: 18px;
}

.steps__desc p {
  line-height: 2.3;
  margin: 0;
  font-size: 1.8em;
  max-width: 69.76744186%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .steps__desc p {
    max-width: 85%;
  }
}

.steps__title {
  font-size: 4em;
  font-weight: 300;
  font-family: 'Nexa', sans-serif;
  margin: 0 auto 21px;
  min-height: 64px;
  max-width: 75%;
}

@media (max-width: 767px) {
  .steps__title {
    min-height: 46px;
    margin-bottom: 10px;
  }
}

.steps .col {
  position: relative;
}

@media (max-width: 767px) {
  .steps--numbered {
    padding-left: 12%;
  }
}

@media (max-width: 1024px) {
  .steps--numbered {
    padding-left: 4.5%;
  }
}

.steps--numbered .col {
  counter-increment: steps-counter;
}

.steps--numbered .col::before {
  content: "0" counter(steps-counter);
  font-size: 4em;
  font-family: 'Nexa', sans-serif;
  font-weight: bold;
  color: rgba(21, 33, 59, 0.2);
  border: 1px dashed rgba(21, 33, 59, 0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 52px;
  position: absolute;
  top: calc(155px / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -7.8125%;
  background: #fff;
  z-index: 2;
  margin: 0;
}

@media (max-width: 767px) {
  .steps--numbered .col::before {
    left: -10%;
    overflow: visible;
  }
}

@media (max-width: 768px) {
  .steps.steps--numbered.mobile-overflow-list > .col {
    min-width: 300px;
  }
}

.categories {
  margin: 0 -0.13020833%;
}

.categories-wrapper {
  padding: 0 0.13020833%;
}

.categories__item {
  width: 20%;
  padding: 0.13020833% 0.13020833%;
}

.categories__item h2 {
  overflow: hidden;
  width: 100%;
  margin: 0;
  font-size: 4em;
  position: relative;
  height: 269px;
}

.categories__item a {
  height: 269px;
  color: #fff;
  font-family: 'Nexa', sans-serif;
  font-weight: 300;
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 0 5px;
  -webkit-transition: -webkit-transform 0.6s ease-in;
  transition: -webkit-transform 0.6s ease-in;
  transition: transform 0.6s ease-in;
  transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in;
  background-image: url(/images/categories-1.jpg?f871cc46b2d863c06c0ec8a182282d1e);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: table;
}

.categories__item a::before {
  content: '';
  background-color: rgba(21, 33, 59, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.categories__item a:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.categories__item a span {
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
}

.categories__item:nth-child(1) a {
  background-image: url(/images/categories-1.jpg?f871cc46b2d863c06c0ec8a182282d1e);
}

.categories__item:nth-child(2) a {
  background-image: url(/images/categories-2.jpg?0a07632530cd7dcd3f15d09ac65da3af);
}

.categories__item:nth-child(3) a {
  background-image: url(/images/categories-3.jpg?89157d0e9c82656161ae196a1316a8ea);
}

.categories__item:nth-child(4) a {
  background-image: url(/images/categories-4.jpg?8c0ec783800eac8cee8269a190a0a50d);
}

.categories__item:nth-child(5) a {
  background-image: url(/images/categories-5.jpg?5cdf87dab9d62b384a880f8232c22af3);
}

.categories__item:nth-child(6) a {
  background-image: url(/images/categories-6.jpg?fc0a9b93f233e2ac6f2e1ac91fcec650);
}

.categories__item:nth-child(7) a {
  background-image: url(/images/categories-7.jpg?e6f5fca049fb6680684d4bed8ae75f20);
}

.categories__item:nth-child(8) a {
  background-image: url(/images/categories-8.jpg?4cce60c040c440e453f5bbb365220b34);
}

.categories__item:nth-child(9) a {
  background-image: url(/images/categories-9.jpg?4a00eaa25b1ea4691b0ee46021b8f542);
}

.categories__item:nth-child(10) a {
  background-image: url(/images/categories-10.jpg?58a91cd044da7692215b59be43acf183);
}

.uses-slider-container {
  position: relative;
}

.uses-slider-container .slick-dots {
  list-style: none;
  padding: 0;
  font-size: 1.6em;
  font-weight: 300;
  position: absolute;
  right: -2%;
  top: 70px;
}

@media (max-width: 767px) {
  .uses-slider-container .slick-dots {
    font-size: 2em;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
  }

  .uses-slider-container .slick-dots li {
    display: inline-block;
  }

  .uses-slider-container .slick-dots li + li {
    margin-left: 10px;
  }
}

@media (max-width: 1024px) {
  .uses-slider-container .slick-dots {
    top: 10px;
  }
}

.uses-slider-container .slick-dots li {
  line-height: 4.5;
  color: #7e7e7e;
}

.uses-slider-container .slick-dots li.slick-active {
  color: #15213b;
  font-weight: bold;
}

.uses {
  margin-bottom: 105px;
  position: relative;
}

@media (max-width: 767px) {
  .uses {
    position: relative;
    padding-top: 100px;
    margin-bottom: 60px;
  }
}

.uses:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.uses .decorated-title {
  font-size: 5em;
}

@media (max-width: 767px) {
  .uses .decorated-title {
    position: absolute;
    top: 0;
    font-size: 4em;
  }
}

.uses--product {
  margin-bottom: 0;
  margin-top: 28px;
}

.uses p {
  font-size: 1.8em;
  line-height: 2.3;
  padding: 28px 10px 21px 0;
  margin: 0;
}

@media (max-width: 767px) {
  .uses p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.uses p a {
  font-size: 1em;
}

.uses__image-wrapper {
  position: relative;
  z-index: 2;
}

.uses .background-legend {
  position: absolute;
  font-size: 35em;
  font-family: 'Nexa', sans-serif;
  font-weight: 700;
  color: rgba(21, 33, 59, 0.04);
  right: -10%;
  top: -50%;
  padding: 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .uses .background-legend {
    display: none;
  }
}

.uses .col {
  position: relative;
}

@media (max-width: 767px) {
  .uses .col {
    position: static;
  }
}

.uses .col + .col {
  padding-left: 5%;
}

@media (max-width: 767px) {
  .uses .col + .col {
    padding-left: 10px;
  }
}

.uses .uses__counter {
  position: absolute;
  z-index: -1;
  top: 0;
  font-size: 35em;
  font-weight: bold;
  font-family: 'Nexa', sans-serif;
  color: rgba(21, 33, 59, 0.08);
  line-height: 1;
  left: -10%;
  padding: 0;
}

@media (max-width: 767px) {
  .uses .uses__counter {
    display: none;
  }
}

.subscribe {
  background: url(/images/banner-subscribe.jpg?4fe9475b0f48964d340c49f6e9058699) no-repeat;
  background-size: cover;
  min-height: 419px;
  position: relative;
}

.subscribe .container {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
}

@media (max-width: 767px) {
  .subscribe .container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}

.subscribe::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(21, 33, 59, 0.6);
}

.subscribe__title {
  font-size: 6em;
  font-weight: 700;
  font-family: 'Nexa', sans-serif;
  color: #fff;
}

.subscribe__desc {
  color: #fff;
  font-size: 1.8em;
  line-height: 2.3;
}

.subscribe .col:nth-child(2) {
  text-align: right;
}

@media (max-width: 767px) {
  .subscribe .col:nth-child(2) {
    text-align: left;
  }
}

.new-machine {
  padding: 32px 0 105px;
}

.new-machine .decorated-title {
  font-size: 5em;
}

.new-machine form {
  padding: 32px 0 0;
}

.new-machine form .actions-wrapper {
  margin-top: 42px;
}

.new-machine form .actions-wrapper p {
  margin: 0;
}

.new-machine button {
  font-size: 1.7em;
}

.new-machine label {
  color: #7e7e7e;
}

.side-banner .logo {
  width: 41.75257732%;
  margin: 0 auto;
}

.side-banner .container {
  height: 100%;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 32px;
  max-width: 80%;
}

.side-banner .copyright {
  color: #fff;
  opacity: 0.4;
  font-size: 1.5em;
  margin: 0;
}

.side-banner p {
  color: #fff;
  font-size: 1.7em;
}

.side-banner p + p {
  margin-top: 21px;
}

.side-banner .underline {
  font-weight: 300;
  font-size: 2.5em;
}

.side-banner__title {
  font-size: 6em;
  font-family: 'Nexa', sans-serif;
  font-weight: 700;
  color: #fff;
  margin-top: 32px;
}

.side-banner .button {
  font-size: 1em;
  min-width: 37.5%;
}

.side-form {
  padding-top: 35px;
  padding-bottom: 32px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .side-form {
    padding-top: 80px;
  }
}

.side-form__title {
  font-size: 5em;
}

.side-form li a {
  font-size: 1.5em;
  color: #7e7e7e;
}

.side-form button {
  min-width: 37.5%;
  margin-top: 32px;
  font-size: 1.7em;
}

.side-form label {
  color: #7e7e7e;
}

.reset-password-link {
  margin-top: 44px;
  font-size: 12px;
  color: #15213b;
}

.product-specs {
  margin-top: 21px;
}

.product-specs__item {
  font-size: 1.8em;
}

.product-specs__item + .product-specs__item {
  margin-top: 14px;
}

.product-specs dd {
  color: #7e7e7e;
}

.product-specs dt::after {
  content: ':';
}

.filters-container--availability form {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .filters-container--availability form {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.filters-container--availability .filter-by__availability {
  width: 17.97101449%;
}

@media (max-width: 767px) {
  .filters-container--availability .filter-by__availability {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .filters-container--availability .filter-by__availability {
    width: 100%;
  }
}

.filters-container--availability .filter-by__quantity {
  width: 8.69565217%;
}

@media (max-width: 767px) {
  .filters-container--availability .filter-by__quantity {
    width: 100%;
  }
}

.filters-container--availability .filter-by__select {
  width: 17.39130435%;
}

@media (max-width: 767px) {
  .filters-container--availability .filter-by__select {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .filters-container--availability .filter-by__select {
    width: 100%;
  }
}

.filters-container--availability button {
  min-width: 17.39130435%;
  font-size: 1.7em;
  margin-left: 0.57971014%;
  background-color: #2c374e;
  position: relative;
  color: #fff;
}

@media (max-width: 767px) {
  .filters-container--availability button {
    min-width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .filters-container--availability button {
    min-width: 100%;
    margin-top: 10px;
  }
}

.filters-container--availability button:hover {
  color: #2c374e;
  border-color: #2c374e;
  background-color: #fff;
}

.filters-container--availability button:hover::after {
  border-top-color: #fff;
}

.filters-container--availability button::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #2c374e;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.filters-container--availability button::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #2c374e;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.filters-container--availability .form-group {
  margin-bottom: 0;
}

.current-product .available-suppliers {
  margin-bottom: 70px;
}

.current-product .available-suppliers .decorated-title {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .other-products > .decorated-title {
    padding: 0 10px;
  }

  .other-products .col {
    width: 50%;
    float: left;
  }

  .other-products .col .vertical-middle {
    display: block;
  }
}

.breadcrumbs {
  margin: 49px 0 56px;
}

.breadcrumbs a {
  color: #15213b;
  font-size: 1.8em;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs li {
  padding: 0 2.29226361% 0 0;
  position: relative;
}

.breadcrumbs li.current a {
  color: #7e7e7e;
}

.breadcrumbs li + li {
  padding-left: 1.43266476%;
}

.breadcrumbs li:not(:last-child)::after {
  content: url(/fonts/double-arrow-right.svg?01e6a79384101ace80564ac0ecba33b0);
  position: absolute;
  right: 0;
}

.ratings svg {
  fill: #b8bcc4;
  width: 18px;
  height: 18px;
}

.ratings .rate {
  display: inline-block;
}

.ratings .rate.fill svg {
  fill: #ffd81d;
}

.partial-form {
  padding: 42px 0;
}

.partial-form + .partial-form {
  border-top: 1px solid rgba(21, 33, 59, 0.2);
}

.fieldset-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 71px;
}

@media (max-width: 767px) {
  .fieldset-row {
    display: block;
    line-height: 3;
  }

  .fieldset-row #delivery-address {
    width: 90%;
  }
}

.fieldset-row h3,
.fieldset-row input {
  width: auto;
  vertical-align: middle;
}

.fieldset-row h3 {
  margin: 0;
  display: inline-block;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 71px;
  width: 100%;
  padding: 0 7.14285714%;
}

.fieldset-row input[type=radio] {
  height: auto;
}

.fieldset-row input[type=text],
.fieldset-row input[type=number] {
  width: 29.45454545%;
  margin-left: 0.72727273%;
}

.fieldset-row__title {
  float: left;
  width: 23.1884058%;
  background-color: rgba(21, 33, 59, 0.04);
  border-right: 1px solid rgba(21, 33, 59, 0.2);
  margin-right: 2.89855072%;
}

@media (max-width: 767px) {
  .fieldset-row__title {
    width: 100%;
    float: none;
    border-right: 0;
  }
}

.fieldset-row__container {
  width: 73.91304348%;
  float: left;
}

@media (max-width: 767px) {
  .fieldset-row__container {
    float: none;
    margin: 0 10px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fieldset-row__container label {
    width: 100%;
    margin-left: 0;
  }
}

.fieldset-row__container label {
  white-space: nowrap;
}

.fieldset-row label + input {
  margin-left: 3.47826087%;
}

.fieldset-row input + label:nth-child(n+4) {
  margin-left: 4.36363636%;
}

@media (max-width: 767px) {
  .fieldset-row input + label:nth-child(n+4) {
    margin-left: 0;
  }
}

.fieldset-row + .fieldset-row {
  border-top: 1px solid rgba(21, 33, 59, 0.2);
}

.fieldset-row::after {
  clear: both;
  content: '';
  display: table;
}

.fieldset-row__primary {
  width: 100%;
}

@media (max-width: 767px) {
  .fieldset-row__primary label {
    display: block;
  }
}

.fieldset-row .payment-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fieldset-row .payment-container .fieldset-row__title {
  height: auto;
}

.buy-form {
  margin: 63px auto 0;
}

@media (max-width: 767px) {
  .buy-form {
    margin: 0;
  }
}

.buy-form__group {
  padding: 42px 0;
}

@media (max-width: 767px) {
  .buy-form__group {
    padding: 50px 0;
  }

  .buy-form__group fieldset {
    border: 1px solid #fff;
    outline: 1px solid rgba(21, 33, 59, 0.4);
  }
}

.buy-form__group + .buy-form__group {
  border-top: 1px solid rgba(21, 33, 59, 0.2);
}

.buy-form .product {
  padding-top: 0;
}

.buy-form__summary {
  margin-bottom: 70px;
  margin-top: 7px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .buy-form__summary button {
    margin-top: 10px;
  }
}

.buy-form__summary dt {
  font-size: 1.8em;
}

.buy-form__summary dt::after {
  content: ': ';
}

.buy-form__summary dd {
  font-size: 4em;
  font-weight: bold;
}

.home-slider {
  position: relative;
  height: 100%;
}

.home-slider .slick-dots {
  width: 50%;
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 84px;
  left: 3.38541667%;
  margin-left: 30px;
  z-index: 3;
}

.home-slider .slick-dots li {
  display: inline-block;
}

.home-slider .slick-dots li.slick-active button {
  background-color: #f3f908;
  color: #f3f908;
}

.home-slider .slick-dots li + li {
  margin-left: 1.04166667%;
}

.home-slider .slick-dots li:hover button {
  background-color: #f3f908;
  color: #f3f908;
}

.home-slider .slick-dots button {
  width: 12px;
  height: 8px;
  background-color: #fff;
  color: #fff;
}

.home-slider .slick-dots button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px solid #15213b;
}

.home-slider .banner-home {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  background-attachment: fixed;
}

.home-slider .slick-track,
.home-slider .slick-list {
  height: 100%;
}

.header__user {
  position: relative;
  text-align: right;
  width: 20.28985507%;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .header__user {
    width: 100%;
    text-align: left;
  }
}

.user__image-wrapper {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -5px;
}

.user__notifications-wrapper {
  position: relative;
  vertical-align: middle;
  margin-right: 5%;
  line-height: 1;
}

.user__notifications {
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #ed305d;
  position: absolute;
  top: -4px;
  right: -3px;
  color: #fff;
  font-size: 1.4em;
}

.user__name {
  font-size: 1.7em;
}

@media (max-width: 767px) {
  .user__name {
    display: none;
  }
}

@media (max-width: 1024px) {
  .user__name {
    font-size: 1em;
  }
}

.pending-rentals-count,
.pending-requests-count,
.unread-messages-count {
  background: #14213b;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  width: 16px;
  height: 16px;
  padding: 0;
  line-height: 18px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -12px;
}

.is-sticky .pending-rentals-count,
.is-sticky
.pending-requests-count,
.is-sticky
.unread-messages-count {
  top: 20px;
}

.pending-rentals-count:empty,
.pending-requests-count:empty,
.unread-messages-count:empty {
  display: none;
}

header nav li a {
  display: inline-block;
  position: relative;
}

.modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  font-size: 1rem;
  padding: 35px 0;
}

.modal .decorated-title {
  font-size: 4em;
}

.modal form {
  margin-top: 35px;
}

.modal .button {
  margin-top: 21px;
}

.modal .container {
  max-width: 90%;
}

.modal .row {
  padding: 10px 0;
}

.modal__actions-item {
  vertical-align: bottom;
  display: inline-block;
}

.modal__actions-item + .modal__actions-item {
  margin-left: 10px;
}

.modal__desc {
  font-size: 1.4em;
}

.add-new-modal {
  display: none;
}

#colorbox .modal {
  display: block;
}

#message-content {
  font-size: 14px;
  line-height: 1.4;
  margin: 15px 0;
}

.user-menu {
  position: relative;
}

@media (max-width: 767px) {
  .user-menu {
    margin-left: 10%;
  }
}

.user-menu .user__name:hover {
  border-color: transparent;
  color: #fff;
  text-decoration: underline;
}

.sticky .user-menu .user__name:hover {
  color: #15213b;
}

.user-menu .user__name:focus {
  text-decoration: none;
}

.user-menu .user__name.active svg {
  -webkit-transform: rotate(180deg) translateX(-25%);
          transform: rotate(180deg) translateX(-25%);
}

.user-menu__dropdown {
  list-style: none;
  background: #fff;
  white-space: nowrap;
  text-align: left;
  padding: 0;
  margin: 0;
  display: none;
  position: fixed;
  top: 88px;
  min-width: 190px;
  right: calc(3.5% + 10px);
  left: auto;
}

@media (max-width: 767px) {
  .user-menu__dropdown {
    display: block;
    position: static;
    background-color: transparent;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .user-menu__dropdown {
    min-width: 90px;
    right: 5%;
    top: 70px;
  }
}

.user-menu__dropdown.active {
  display: block;
}

.sticky .user-menu__dropdown {
  top: 77px;
  border-color: #15213b;
}

.user-menu__dropdown::before {
  content: '';
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 1;
  left: 15px;
}

@media (max-width: 767px) {
  .user-menu__dropdown::before {
    content: none;
  }
}

.user-menu__dropdown li + li {
  border-top: 1px solid #8a909d;
}

@media (max-width: 767px) {
  .user-menu__dropdown li + li {
    border: 0;
  }
}

.sticky .user-menu__dropdown li + li {
  border-color: #15213b;
}

.user-menu__dropdown li a {
  color: #15213b;
  display: block;
  padding: 0 10px 0 15px;
  font-size: 1.7em;
  border: 1px solid transparent;
  line-height: 43px;
}

@media (max-width: 767px) {
  .user-menu__dropdown li a {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .user-menu__dropdown li a {
    font-size: 1em;
  }
}

.user-menu__dropdown li a:hover {
  color: #fff;
  background-color: #15213b;
  border-color: transparent;
}

.credit-card {
  width: 100%;
  padding-right: 10px;
  padding-bottom: 28px;
}

.credit-card__item {
  width: 30%;
  float: left;
  line-height: 1;
}

.credit-card__item + .credit-card__item {
  margin-left: 4%;
}

.credit-card label {
  display: block;
  line-height: 1;
  margin: 5px 0;
}

.credit-card .credit-card__item input {
  width: 100%;
  margin-left: 0;
}

[data-card="visa"] {
  background: url(/images/visa.png?e290508b1f06b50779a7760ba11a846d) 97% 50% no-repeat;
  background-size: auto 32px;
}

[data-card="mastercard"] {
  background: url(/images/mastercard.png?0dfdbeb61cf1c2d4233c12bb1d559d47) 97% 50% no-repeat;
  background-size: auto 32px;
}

[data-card="american-express"] {
  background: url(/images/americanexpress.png?1eee40b9f46aafe82fd8eb6035a1ea6e) 97% 50% no-repeat;
  background-size: auto 32px;
}

.bank-cheque {
  line-height: 1;
  padding-bottom: 28px;
}

.bank-cheque label {
  margin: 5px 0;
}
.bank-cheque label + input {
  margin: 0;
}

.sweet-overlay {
  background-color: rgba(21, 33, 59, 0.9);
}

.sweet-alert {
  border-radius: 0;
  font-family: 'Nexa', open-sans;
}

.sweet-alert p {
  color: #15213b;
}

.sweet-alert button.cancel {
  background-color: transparent;
  color: #15213b;
}

.sweet-alert button.cancel:hover {
  background-color: #15213b;
  color: #fff;
}

.sweet-alert button {
  border-radius: 0;
  border: 1px solid #15213b;
  font-weight: 300;
  font-family: 'Nexa', open-sans;
}

.sweet-alert button.confirm {
  background-color: #15213b;
  color: #fff;
}

.sweet-alert button.confirm:hover {
  background-color: transparent;
  color: #15213b;
}

.available-suppliers-list .select-dates {
  padding: 0 4px;
}

@media (min-width: 768px) {
  .available-suppliers-list .select-dates input {
    width: 40%;
    display: inline-block;
  }

  .available-suppliers-list .select-dates input + input {
    margin-left: 15px;
  }
}

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

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

.list--inline li {
  display: inline-block;
}

.list--float li {
  float: left;
}

@media (max-width: 767px) {
  .list--float li {
    float: none;
  }
}

.list--pipe li {
  padding: 0 12.5px;
}

.list--pipe li + li {
  position: relative;
}

.list--pipe li + li::before {
  content: '|';
  position: absolute;
  left: -2%;
}

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

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

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

.pull-left {
  float: left;
}

@media (max-width: 767px) {
  .pull-left {
    float: none;
  }

  .pull-left.logo {
    float: left;
  }
}

.pull-right {
  float: right;
}

@media (max-width: 767px) {
  .pull-right {
    float: none;
  }

  header .pull-right {
    float: right;
  }

  .pull-right.header__user {
    float: none;
  }
}

.pull-all-left > div,
.pull-all-left > li {
  float: left;
}

@media (max-width: 767px) {
  .pull-all-left > div,
  .pull-all-left > li {
    float: none;
  }
}

@media (max-width: 1024px) {
  .pull-all-left > div.categories__item,
  .pull-all-left > li.categories__item {
    float: none;
  }
}

.pull-all-left::after {
  clear: both;
  content: '';
  display: table;
}

.pull-all-right > div,
.pull-all-right > li {
  float: right;
}

.pull-all-right::after {
  clear: both;
  content: '';
  display: table;
}

.inline {
  display: inline-block;
}

.inline--2 {
  width: 49%;
}

@media (max-width: 767px) {
  .inline--2 {
    width: 100%;
  }
}

.inline-container > div,
.inline-container > li {
  display: inline-block;
}

@media (max-width: 767px) {
  .inline-container > div.user__notifications-wrapper,
  .inline-container > li.user__notifications-wrapper {
    display: none;
  }
}

.inline-container--2 > li,
.inline-container--2 > div {
  width: 49%;
}

@media (max-width: 767px) {
  .inline-container--2 > li,
  .inline-container--2 > div {
    width: 100%;
  }
}

.inline-container--2 li:nth-child(2n) {
  margin-left: 1%;
}

@media (max-width: 767px) {
  .inline-container--2 li:nth-child(2n) {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .inline-container .user__notifications-wrapper {
    display: none;
  }
}

.tabular-container {
  margin-top: 100px;
  margin-bottom: 160px;
  width: 100%;
}

@media (max-width: 767px) {
  .tabular-container {
    margin-top: 0;
  }

  .tabular-container .tabs-content {
    margin-top: 0;
  }
}

.show {
  display: block;
}

.vertical-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .vertical-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.slick-initialized .vertical-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.underline {
  text-align: center;
}

.underline::after {
  content: '';
  width: 5.56328234%;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 18px auto 0;
}

.full-height {
  height: 100%;
}

.full-height.banner--slider {
  min-height: 615px;
}

.bold {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.action-link {
  font-size: 2em;
}

.action-link:hover,
.action-link:focus {
  text-decoration: underline;
}

.currency-container {
  position: relative;
}

.currency-container input {
  padding-left: 35px;
}

.currency-container span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  left: 10px;
  font-size: 1.5em;
  font-weight: 400;
}

.mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }

  header .mobile-only svg {
    fill: #fff;
    width: 30px;
    height: 16px;
  }

  .mobile-only .expand-button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .mobile-select {
    display: none;
  }

  .mobile-select.active {
    display: block;
  }
}

@media (max-width: 767px) {
  header {
    line-height: 77px;
    font-size: 0.8em;
  }

  header.sticky svg {
    fill: #15213b;
  }

  #menu {
    display: none;
    background-color: rgba(21, 33, 59, 0.95);
    padding: 50px 0;
  }

  #menu a {
    color: #fff;
    line-height: calc(76px - 20px);
    border: 0;
  }

  .close-burger-menu {
    position: absolute;
    z-index: 1000;
    font-size: 58px;
    right: 7%;
    top: 5px;
    line-height: 1;
    color: #fff;
  }

  #menu:target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    height: 100vh;
  }
}

input,
label,
.home-form .selectize-input,
.banner__description,
.home-form input,
.subscribe__desc {
  font-size: 2em;
}

.home-form .selectize-input .item {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list--pipe .footer-address {
  display:  block;
  line-height: 0;
  margin-top: -20px;
  margin-left: -10px;
}
.list--pipe .footer-address::before {
  content: none;
}
.footer-details-wrapper {
  /* display: flex;
  height: 112px;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}
.footer-col .footer-details {
  line-height: 1.5;
  font-size: 10px;
}
.bank-transfer-text {
  font-size: 14px;
}