@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;700&family=Roboto:wght@400;500;700&display=swap);@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  color: #1E293B;
  line-height: 1.4;
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #231F20;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  color: #1E293B;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

::-moz-selection {
  background: #fff5eb;
  color: #1E293B;
}

::selection {
  background: #fff5eb;
  color: #1E293B;
}

::-moz-selection {
  background: #fff5eb;
  color: #1E293B;
}

img::-moz-selection {
  background: transparent;
  color: #1E293B;
}

img::selection {
  background: transparent;
  color: #1E293B;
}

img::-moz-selection {
  background: transparent;
  color: #1E293B;
}

body {
  -webkit-tap-highlight-color: #fff5eb;
}

a {
  text-decoration: none !important;
  color: #1D4ED8;
  outline: 0;
  transition: all 120ms linear;
}
a:hover, a:focus {
  color: #426de6;
}

u {
  text-decoration: none;
}

.link-w-icon {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  border-bottom: none;
}
.link-w-icon i {
  font-size: 12px;
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.8;
  transition: all 120ms linear;
}
.link-w-icon:hover i {
  margin-left: 12px;
  margin-right: 0;
}

.form-field {
  margin-bottom: 1.5rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.5rem;
}
.form-grid.form-grid--3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .form-grid {
    grid-template-columns: 1fr !important;
    grid-row-gap: 1rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .form-grid {
    grid-template-columns: 1fr !important;
    grid-row-gap: 1rem;
  }
}

.form-label {
  color: rgba(30, 41, 59, 0.64);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.form-label strong {
  color: #E40613;
  margin-left: 2px;
}
.form-label .form-help {
  margin: 0 0 0 1rem;
  color: rgba(30, 41, 59, 0.4);
}

.form-help {
  font-size: 12px;
  font-weight: 500;
  margin-top: 0.5rem;
}
.form-help.form-help--error {
  color: red;
}
.form-help.form-help--success {
  color: green;
}

.form-input {
  border: 1px solid #E2E8F0;
  background: #fff;
  box-sizing: border-box;
  color: #1E293B;
  padding: 1rem;
  display: block;
  outline: none;
  width: 100%;
  line-height: 1;
  resize: none;
  border-radius: 4px;
  transition: all 120ms linear;
}
@media (max-width: 767px) {
  .form-input {
    font-size: 14px;
    padding: 1.125rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .form-input {
    font-size: 14px;
    padding: 1.125rem;
  }
}
.form-input:disabled {
  cursor: not-allowed !important;
}
.form-input:focus {
  border-color: #1D4ED8;
}
.form-input::-webkit-input-placeholder {
  color: rgba(30, 41, 59, 0.4);
}
.form-input::-moz-placeholder {
  color: rgba(30, 41, 59, 0.4);
}
.form-input:-moz-placeholder {
  color: rgba(30, 41, 59, 0.4);
}
.form-input:-ms-input-placeholder {
  color: rgba(30, 41, 59, 0.4);
}

input:not([type=radio]):not([type=checkbox]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.form-select {
  position: relative;
  cursor: pointer;
}
.form-select select {
  cursor: pointer;
}
.form-select::after {
  top: calc(50% + 8px);
  right: 12px;
  content: "";
  width: 16px;
  height: 8px;
  background: #f0f0f0;
  position: absolute;
  display: block;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  transition: all 120ms linear;
}
@media (max-width: 767px) {
  .form-select::after {
    right: 16px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .form-select::after {
    right: 16px;
  }
}
.form-select:hover select {
  border-color: #1D4ED8 !important;
}
.form-select:hover::after {
  background: #1D4ED8;
}

.form-button {
  margin-top: 1.5rem;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  text-align: center;
  background: #E40613;
  box-sizing: border-box;
  padding: 1rem 2rem;
  font-weight: 600;
  outline: none;
  border: none;
  display: inline-block;
  border-radius: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  transition: all 120ms linear;
}
@media (max-width: 767px) {
  .form-button {
    margin-top: 2rem;
    padding: 1.125rem 1.5rem;
    font-size: 16px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .form-button {
    margin-top: 2rem;
    padding: 1.125rem 1.5rem;
    font-size: 16px;
    display: block;
    width: 100%;
  }
}
.form-button.form-button--full {
  display: block;
  width: 100%;
}
.form-button:hover {
  background: #b2050f;
}
.form-button.\--secondary {
  background: #1D4ED8;
}
.form-button.\--secondary:hover {
  background: #173eab;
}

.form-checkbox {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
  grid-column-gap: 4px;
}
.form-checkbox .form-checkbox__label {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 500;
}
.form-checkbox .form-checkbox__input {
  width: 20px;
  height: 20px;
}
.form-checkbox .form-checkbox__input:focus {
  box-shadow: none;
}

.pagination {
  margin: 2rem 0 0 0;
  text-align: center;
  list-style: none;
  padding: 0;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item .page-link {
  padding: 8px 16px;
  color: #4e4e4e;
  background: transparent;
  cursor: pointer;
  display: block;
  border-bottom: none;
  font-family: "Roboto", sans-serif;
  transition: all 120ms linear;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .pagination .page-item .page-link {
    font-size: 14px;
    padding: 6px 12px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .pagination .page-item .page-link {
    font-size: 14px;
    padding: 6px 12px;
  }
}
.pagination .page-item:hover .page-link {
  background: #fafafa;
  color: #E40613;
}
.pagination .page-item.active .page-link {
  background: #1D4ED8;
  color: #FFFFFF;
  font-weight: 700;
}
.pagination .page-item.active .page-link:hover {
  box-shadow: none;
}
.pagination .page-item.disabled .page-link {
  cursor: not-allowed;
  color: #b4b4b4;
  background: transparent;
}

.typography, .page .page__typography {
  font-size: 18px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .typography, .page .page__typography {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .typography, .page .page__typography {
    font-size: 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .typography, .page .page__typography {
    font-size: 14px;
  }
}
.typography ul, .page .page__typography ul {
  list-style: none;
}
.typography ul li, .page .page__typography ul li {
  margin-bottom: 0.5rem;
}
.typography ul li:last-child, .page .page__typography ul li:last-child {
  margin-bottom: 0;
}
.typography ul li::before, .page .page__typography ul li::before {
  content: "\2022";
  color: #1D4ED8;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.typography h1, .page .page__typography h1, .typography h2, .page .page__typography h2, .typography h3, .page .page__typography h3, .typography h4, .page .page__typography h4, .typography h5, .page .page__typography h5, .typography h6, .page .page__typography h6 {
  color: #1D4ED8;
}

.nowrap {
  white-space: nowrap;
}

.message {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  color: #E40613;
  border: 1px solid #E40613;
  border-radius: 4px;
}

.slick-dots {
  margin: 8px 0 0 0;
  z-index: 50;
  position: relative;
  list-style: none;
  text-align: center;
  padding: 0;
  bottom: 40px;
}
.slick-dots li {
  height: 8px;
  width: 8px;
  background: #e0e0e0;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
}
.slick-dots li:hover {
  background: #c0c0c0;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #1D4ED8;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  display: none;
}

.slick-slider * {
  outline: none;
}

.slick-arrow {
  display: none !important;
}

@media (max-width: 767px) {
  .js-slick-list {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
  }
  .js-slick-list.slick-initialized {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .js-slick-list {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
  }
  .js-slick-list.slick-initialized {
    visibility: visible;
    opacity: 1;
  }
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
body.fixed {
  overflow: hidden;
}

button {
  outline: none;
}

label:hover {
  cursor: pointer;
}

figure {
  margin: 0 !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

input {
  outline: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.main__content {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .main__content {
    padding: 2rem 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .main__content {
    padding: 2rem 0;
  }
}

.container {
  max-width: 1240px;
  padding: 0 1rem;
  margin: 0 auto;
}
.container.container--md {
  max-width: 980px;
}
.container.container--sm {
  max-width: 480px;
}

.empty {
  border-radius: 4px;
  background: #1E293B;
  padding: 3rem;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .empty {
    padding: 1.5rem;
  }
}
.empty .empty__title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .empty .empty__title {
    font-size: 20px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .empty .empty__title {
    font-size: 20px;
  }
}
.empty .empty__message {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .empty .empty__message {
    font-size: 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .empty .empty__message {
    font-size: 14px;
  }
}
.empty.empty--sm {
  padding: 2rem;
}
.empty.empty--sm .empty__title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .empty.empty--sm .empty__title {
    font-size: 16px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .empty.empty--sm .empty__title {
    font-size: 16px;
  }
}
.empty.empty--sm .empty__message {
  font-size: 14px;
}
@media (max-width: 767px) {
  .empty.empty--sm .empty__message {
    font-size: 12px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .empty.empty--sm .empty__message {
    font-size: 12px;
  }
}
.empty .empty__action a {
  margin-top: 1.5rem;
  background: #1D4ED8;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .empty .empty__action a {
    margin-top: 1.5rem;
    padding: 0.75rem 1rem;
    font-size: 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .empty .empty__action a {
    margin-top: 1.5rem;
    padding: 0.75rem 1rem;
    font-size: 14px;
  }
}
.empty .empty__action a:hover {
  background: #173eab;
  color: #FFFFFF;
}

.loader {
  background: rgba(0, 0, 0, 0.32);
  position: fixed;
  display: none;
  visibility: hidden;
  z-index: 20;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  transition: all 120ms linear;
}
.loader.loader--active {
  display: block;
  visibility: visible;
}

.loadable {
  position: relative;
  z-index: 10;
  flex-grow: 1;
}
.loadable .loadable__loader {
  background: rgba(0, 0, 0, 0.16);
  position: absolute;
  display: none;
  visibility: hidden;
  z-index: 20;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: all 120ms linear;
}
.loadable .loadable__loader.loadable__loader--active {
  display: block;
  visibility: visible;
}

.breadcrumbs {
  font-size: 14px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .breadcrumbs__divider {
  color: #c0c0c0;
}
.breadcrumbs .breadcrumbs__item {
  font-weight: 500;
}
.breadcrumbs .breadcrumbs__item .breadcrumbs__link {
  color: #4e4e4e;
  font-weight: 400;
}
.breadcrumbs .breadcrumbs__item .breadcrumbs__link:hover {
  color: #E40613;
}

.i-button {
  border: 1px solid #1D4ED8;
  color: #1D4ED8;
  background: transparent;
  margin-right: 8px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 18px;
  box-sizing: border-box;
  border-radius: 24px;
}
.i-button:hover {
  background: #1D4ED8;
  color: #FFFFFF;
}
.i-button:last-child {
  margin-right: 0;
}
.i-button.i-button--icon {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.i-button.i-button--icon .i-button__icon {
  fill: currentColor;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.i-button.i-button--fill {
  background: #1D4ED8;
  color: #FFFFFF;
}
.i-button.i-button--fill:hover {
  background: #173eab;
}
.i-button.i-button--circle {
  padding: 4px;
  border-radius: 50%;
}
.i-button.i-button--circle:hover {
  background: #F1F5F9;
}
.i-button.i-button--inverse {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
}
.i-button.i-button--inverse.i-button--fill {
  border-color: #1D4ED8;
  background: #1D4ED8;
}
.i-button.i-button--inverse:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #1D4ED8;
}
.i-button.i-button--inverse.i-button--circle {
  border-color: #FFFFFF;
  background: #FFFFFF;
}
.i-button.i-button--full {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  text-align: center;
}

.heading {
  border-bottom: 1px solid #E2E8F0;
  background: #F1F5F9;
  padding: 2rem 0;
}
.heading .heading-title {
  margin: 0;
}
.heading .heading-title span {
  color: #1D4ED8;
}
.heading .heading-body {
  margin-top: 1rem;
  font-size: 14px;
  color: rgba(30, 41, 59, 0.8);
}
@media (max-width: 767px) {
  .heading .heading-body {
    font-size: 12px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .heading .heading-body {
    font-size: 12px;
  }
}

.chat-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.chat-modal .chat-modal__backdrop {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.64);
  z-index: 1100;
  cursor: pointer;
}
.chat-modal .chat-modal__content {
  max-width: 560px;
  position: relative;
  z-index: 1110;
  padding: 1rem;
}
.chat-modal .chat-message {
  background: #FFFFFF;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  text-align: center;
  border-radius: 4px;
}
.chat-modal .chat-message .chat-message__close {
  margin-top: 1rem;
  font-size: 14px;
  color: rgba(30, 41, 59, 0.5);
  cursor: pointer;
  background: transparent;
  border: none;
  border-bottom: 1px dashed rgba(30, 41, 59, 0.24);
  display: inline-block;
}
.chat-modal .chat-message .chat-message__close:hover {
  border-bottom: none;
  color: #E40613;
}

nav {
  background: #F1F5F9;
  border-bottom: 1px solid #E2E8F0;
  padding: 0.75rem 0;
}
@media (max-width: 767px) {
  nav {
    display: none;
  }
  nav.is-active {
    display: block;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  nav {
    display: none;
  }
  nav.is-active {
    display: block;
  }
}
nav .nav__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  nav .nav__content {
    display: block;
  }
  nav .nav__content .menu {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #E2E8F0;
  }
  nav .nav__content .menu:first-child {
    margin: 0;
    padding: 0;
    border: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  nav .nav__content {
    display: block;
  }
  nav .nav__content .menu {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #E2E8F0;
  }
  nav .nav__content .menu:first-child {
    margin: 0;
    padding: 0;
    border: none;
  }
}
nav .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .menu.mobile-only {
  display: flex;
}
@media (min-width: 767px) {
  nav .menu.mobile-only {
    display: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  nav .menu.mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  nav .menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  nav .menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
nav .menu .menu-item {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  nav .menu .menu-item {
    margin: 0.25rem 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  nav .menu .menu-item {
    margin: 0.25rem 0;
  }
}
nav .menu .menu-item:last-child {
  margin-right: 0;
}
nav .menu .menu-item .menu-link {
  display: inline-flex;
  align-items: center;
  color: #64748B;
  font-size: 14px;
}
@media (max-width: 767px) {
  nav .menu .menu-item .menu-link {
    font-size: 16px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  nav .menu .menu-item .menu-link {
    font-size: 16px;
  }
}
nav .menu .menu-item .menu-link.menu-link--icon {
  font-weight: 500;
}
nav .menu .menu-item .menu-link:hover {
  color: #1D4ED8;
}
nav .menu .menu-item .menu-item__icon {
  height: 16px;
  width: 16px;
  margin-left: 6px;
}

.header {
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
  padding: 1rem 0;
}
.header .header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__left {
  display: flex;
  align-items: center;
}
.header .header__hamburger {
  display: none;
  border: 1px solid #e2e8f0;
  height: 56px;
  width: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header .header__hamburger .header__hamburger-icon {
  height: 24px;
  width: 24px;
  color: #94a3b8;
}
.header .header__hamburger:hover {
  background: #f1f5f9;
}
@media (max-width: 767px) {
  .header .header__hamburger {
    display: flex;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .header .header__hamburger {
    display: flex;
  }
}
.header .header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
.header .header__right .i-button--circle {
  border-color: #E40613 !important;
}
.header .header__right .forums {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #1D4ED8;
}
@media (max-width: 767px) {
  .header .header__right .forums {
    margin-bottom: 0.5rem;
  }
  .header .header__right .forums br {
    display: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .header .header__right .forums {
    margin-bottom: 0.5rem;
  }
  .header .header__right .forums br {
    display: none;
  }
}
@media (min-width: 767px) {
  .header .header__right .forums {
    text-align: right;
    margin-right: 1rem;
    color: #E40613;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .header .header__right .forums {
    text-align: right;
    margin-right: 1rem;
    color: #E40613;
  }
}
@media (max-width: 767px) {
  .header .header__right {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.64);
    border-top: 1px solid rgba(30, 41, 59, 0.08);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 1rem;
    display: block;
  }
  .header .header__right .buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .header__right .i-button {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 14px;
    border-radius: 8px;
  }
  .header .header__right .i-button--circle {
    background: rgba(255, 255, 255, 0.64);
  }
  .header .header__right .hide-mobile {
    display: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .header .header__right {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.64);
    border-top: 1px solid rgba(30, 41, 59, 0.08);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 1rem;
    display: block;
  }
  .header .header__right .buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .header__right .i-button {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 14px;
    border-radius: 8px;
  }
  .header .header__right .i-button--circle {
    background: rgba(255, 255, 255, 0.64);
  }
  .header .header__right .hide-mobile {
    display: none;
  }
}
@media (min-width: 767px) {
  .header .header__right {
    display: flex;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .header .header__right {
    display: flex;
  }
}
.header .buttons {
  display: flex;
  align-items: center;
}
.header .header-basket {
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  padding: 8px;
  min-width: 160px;
  border-radius: 8px;
}
.header .header-basket .header-basket__icon {
  height: 24px;
  padding: 8px;
  background: #f1f5f9;
  border-radius: 50%;
}
.header .header-basket .header-basket__info {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
.header .header-basket .header-basket__info .header-basket__label {
  font-size: 10px;
  text-transform: uppercase;
  color: #94a3b8;
  font-weight: 500;
}
.header .header-basket .header-basket__info .header-basket__value {
  color: #334155;
  font-weight: 500;
  line-height: 1;
}
.header .header-basket:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.header .header-basket:hover .header-basket__value {
  color: #1D4ED8;
}
.header .filter {
  width: 100%;
}
.header .filter form {
  display: flex;
  flex-direction: row;
}
.header .filter .filter__input {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .header .filter .filter__input {
    width: 100%;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .header .filter .filter__input {
    width: 100%;
  }
}
.header .filter .filter__input input {
  background: none;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 8px 15px;
  color: #64748b;
  width: 100%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .header .filter .filter__input input {
    margin-right: 4px;
    width: 100vw;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .header .filter .filter__input input {
    margin-right: 4px;
    width: 100vw;
  }
}

.search-open {
  border-bottom: 1px solid #e2e8f0;
}
.search-open a {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  color: #64748b !important;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}
.search-open a svg path {
  fill: #64748b;
}
.search-open a:hover {
  color: #1d4ed8 !important;
}
.search-open a:hover svg path {
  fill: #1d4ed8;
}

.search-hidden {
  display: none;
}

.footer {
  background: #1e293b;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 2rem 0 6rem 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .footer {
    padding: 2rem 0 6rem 0;
  }
}
.footer .footer__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8rem;
}
@media (max-width: 1024px) {
  .footer .footer__content {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
.footer .footer__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4rem;
}
@media (max-width: 767px) {
  .footer .footer__left {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .footer .footer__left {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
.footer .footer-section .footer-section__title {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  color: #475569;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer .footer-section .footer-section__title {
    font-size: 18px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .footer .footer-section .footer-section__title {
    font-size: 18px;
  }
}
.footer .footer-section .footer-section__content {
  margin-top: 1rem;
}
.footer .footer__copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.64);
}
@media (max-width: 767px) {
  .footer .footer__copyright {
    font-size: 12px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .footer .footer__copyright {
    font-size: 12px;
  }
}
.footer .buttons {
  display: flex;
  align-items: start;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .footer .buttons {
    display: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .footer .buttons {
    display: none;
  }
}
.footer .buttons .buttons_w_description {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.footer .buttons .buttons_w_description .buttons__description {
  color: rgba(255, 255, 255, 0.64);
  margin-right: 1rem;
  margin-top: 0.5rem;
  font-size: 12px;
  max-width: 120px;
}
.footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .menu .menu-item {
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer .menu .menu-item:last-child {
  border-bottom: none;
}
.footer .menu .menu-link {
  color: rgba(255, 255, 255, 0.64);
  display: block;
  padding: 0.5rem;
  border-radius: 4px;
}
.footer .menu .menu-link:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}

.home .home-main {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .home .home-main {
    padding: 2rem 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .home .home-main {
    padding: 2rem 0;
  }
}
.home .home-main .home-main__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 4rem;
}
@media (max-width: 1024px) {
  .home .home-main .home-main__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}
.home .testimonials {
  background: #F1F5F9;
  padding: 4rem 0;
  margin-bottom: -4rem;
}
@media (max-width: 767px) {
  .home .testimonials {
    padding: 2rem 0;
    margin-bottom: -2rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .home .testimonials {
    padding: 2rem 0;
    margin-bottom: -2rem;
  }
}
.home .testimonials .testimonials-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .home .testimonials .testimonials-header {
    display: block;
  }
  .home .testimonials .testimonials-header .i-button {
    display: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .home .testimonials .testimonials-header {
    display: block;
  }
  .home .testimonials .testimonials-header .i-button {
    display: none;
  }
}
.home .testimonials .testimonials-header .testimonial-title {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.home .testimonials .testimonials-header .testimonial-title span {
  color: #1D4ED8;
}
.home .testimonials .testimonials-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .home .testimonials .testimonials-list {
    display: block;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .home .testimonials .testimonials-list {
    display: block;
  }
}
.home .testimonials .testimonial {
  flex: 1 0 auto;
  margin: 1rem;
  width: 25%;
  box-sizing: border-box;
  background: #FFFFFF;
  padding: 2rem;
  border-radius: 8px;
  transition: all 120ms linear;
}
@media (max-width: 767px) {
  .home .testimonials .testimonial {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .home .testimonials .testimonial {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
.home .testimonials .testimonial:hover {
  box-shadow: 0 16px 32px #E2E8F0;
}
.home .testimonials .testimonial .testimonial-author {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-top: 1rem;
}
.home .slick-track {
  margin: auto;
}
.home .carousel-container {
  margin-top: -4rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .home .carousel-container {
    margin-top: -2rem;
    padding-top: 0;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .home .carousel-container {
    margin-top: -2rem;
    padding-top: 0;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.home .categories {
  background-image: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .home .categories {
    padding: 2rem 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .home .categories {
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .home .categories {
    margin-top: -2rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .home .categories {
    margin-top: -2rem;
  }
}
.home .categories .categories__main .category {
  width: 100%;
  display: block;
}
.home .categories .categories__content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
@media (max-width: 767px) {
  .home .categories .categories__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .home .categories .categories__content {
    grid-template-columns: 1fr;
  }
}
.home .categories .categories__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
@media (max-width: 767px) {
  .home .categories .categories__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .home .categories .categories__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.home .categories .category {
  background: #FFFFFF;
  display: flex;
  align-items: end;
  border-radius: 8px;
  transition: all 120ms linear;
}
.home .categories .category:hover {
  box-shadow: 0 16px 32px rgba(30, 41, 59, 0.24);
  transform: scale(1.025);
}
.home .categories .category:hover .category-image {
  -webkit-filter: grayscale(0%) !important;
          filter: grayscale(0%) !important;
}
.home .categories .category .category-image {
  z-index: 10;
}
.home .categories .category .category-content {
  position: relative;
  z-index: 11;
}
.home .categories .category .category-content .category-label {
  font-size: 14px;
  color: #94A3B8;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.home .categories .category .category-content .category-name {
  font-weight: 500;
  color: #1D4ED8;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.home .categories .category.category--main .category-content {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .home .categories .category.category--main .category-image {
    right: -140%;
    top: -20%;
  }
}
@media (max-width: 767px) {
  .home .categories .category.category--main .category-label {
    font-size: 16px;
  }
  .home .categories .category.category--main .category-name {
    font-size: 18px;
  }
  .home .categories .category.category--main .category-image {
    right: -25%;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .home .categories .category.category--main .category-label {
    font-size: 16px;
  }
  .home .categories .category.category--main .category-name {
    font-size: 18px;
  }
  .home .categories .category.category--main .category-image {
    right: -25%;
  }
}

.page__aside {
  width: 400px;
}
@media (max-width: 767px) {
  .page__aside {
    width: auto;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .page__aside {
    width: auto;
  }
}

.page .page__grid {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .page .page__grid {
    display: block;
  }
}
.page .page__content {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .page .page__typography {
    font-size: 16px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .page .page__typography {
    font-size: 16px;
  }
}
.page .page-nav {
  margin-left: 3rem;
}
@media (max-width: 1024px) {
  .page .page-nav {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.page .page-nav .page-nav__list {
  width: 280px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .page .page-nav .page-nav__list {
    width: auto;
  }
}
.page .page-nav .page-nav__list .page-nav__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.04);
  margin: 8px 0;
}
.page .page-nav .page-nav__list .page-nav__item {
  margin-bottom: 2px;
}
.page .page-nav .page-nav__list .page-nav__item:last-child {
  margin-bottom: 0;
}
.page .page-nav .page-nav__list .page-nav__item .page-nav__label {
  padding: 0.75rem;
  border-bottom: none;
  font-size: 14px;
  display: block;
  background: #111;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 8px;
  border-radius: 4px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .page .page-nav .page-nav__list .page-nav__item .page-nav__label {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .page .page-nav .page-nav__list .page-nav__item .page-nav__label {
    font-size: 12px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .page .page-nav .page-nav__list .page-nav__item .page-nav__label {
    font-size: 12px;
  }
}
.page .page-nav .page-nav__list .page-nav__item .page-nav__link {
  padding: 0.75rem;
  border-bottom: none;
  font-size: 14px;
  display: block;
  color: rgba(30, 41, 59, 0.8);
  white-space: nowrap;
  border-radius: 4px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .page .page-nav .page-nav__list .page-nav__item .page-nav__link {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .page .page-nav .page-nav__list .page-nav__item .page-nav__link {
    font-size: 12px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .page .page-nav .page-nav__list .page-nav__item .page-nav__link {
    font-size: 12px;
  }
}
.page .page-nav .page-nav__list .page-nav__item .page-nav__link:hover {
  background: #F1F5F9;
  color: #1D4ED8;
}
.page .page-nav .page-nav__list .page-nav__item.page-nav__item--active .page-nav__link {
  background: #1D4ED8;
  color: #FFFFFF;
  font-weight: 500;
}

.faq-list .faq {
  border: 1px solid #E2E8F0;
  background: #FFFFFF;
  border-radius: 8px;
  transition: all 120ms linear;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .faq-list .faq {
    margin-bottom: 1rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .faq-list .faq {
    margin-bottom: 1rem;
  }
}
.faq-list .faq:last-child {
  margin-bottom: 0;
}
.faq-list .faq .faq-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.faq-list .faq .faq-question {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .faq-list .faq .faq-question {
    font-size: 16px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .faq-list .faq .faq-question {
    font-size: 16px;
  }
}
.faq-list .faq .faq-icon {
  opacity: 0.4;
  transition: all 120ms linear;
}
.faq-list .faq .faq-icon:hover {
  cursor: pointer;
  opacity: 0.8;
}
.faq-list .faq .faq-answer {
  border-top: 1px solid #E2E8F0;
  padding: 1rem;
  font-size: 18px;
  display: none;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .faq-list .faq .faq-answer {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-list .faq .faq-answer {
    font-size: 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .faq-list .faq .faq-answer {
    font-size: 14px;
  }
}
.faq-list .faq.faq--active .faq-icon {
  rotate: 180deg;
}
.faq-list .faq.faq--active .faq-answer {
  display: block;
}

.boxes .boxes-title {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
}
.boxes .boxes-title span {
  color: #1D4ED8;
}
.boxes .boxes-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
@media (max-width: 767px) {
  .boxes .boxes-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .boxes .boxes-list {
    grid-template-columns: 1fr;
  }
}
.boxes .boxes-list.boxes-list--single {
  grid-template-columns: 1fr;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .boxes .boxes-list.boxes-list--single {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .boxes .boxes-list.boxes-list--single {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .boxes .boxes-list.boxes-list--single {
    grid-template-columns: 1fr;
  }
}
.boxes .boxes-list .box {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  transition: all 120ms linear;
  border-radius: 8px;
}
.boxes .boxes-list .box:hover {
  box-shadow: 0 16px 32px #E2E8F0;
}
.boxes .boxes-list .box .box-icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.boxes .boxes-list .box .box-content .box-title {
  font-size: 18px;
  font-weight: 500;
}
.boxes .boxes-list .box .box-content .box-detail {
  font-size: 14px;
  opacity: 0.64;
}
@media (max-width: 767px) {
  .boxes .boxes-list .box .box-content .box-detail {
    font-size: 12px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .boxes .boxes-list .box .box-content .box-detail {
    font-size: 12px;
  }
}

.category-list .category-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}
@media (max-width: 767px) {
  .category-list .category-list__grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .category-list .category-list__grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
}
.category-list .category {
  border-bottom: none;
  overflow: hidden;
  border-radius: 4px;
}
.category-list .category .category__image {
  width: 100%;
  transition: all 120ms linear;
}
.category-list .category:hover {
  box-shadow: 0 16px 32px rgba(29, 78, 216, 0.32), 0 32px 64px rgba(29, 78, 216, 0.4);
}

.products__filter {
  position: relative;
  margin-top: -4rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .products__filter {
    margin-top: -2rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter {
    margin-top: -2rem;
  }
}
@media (max-width: 767px) {
  .products__filter {
    margin-bottom: 1rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter {
    margin-bottom: 1rem;
  }
}
.products__filter .products__filter__main {
  background: #1e293b;
}
@media (max-width: 767px) {
  .products__filter .products__filter__main {
    padding: 1rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter .products__filter__main {
    padding: 1rem;
  }
}
.products__filter .products__filter__grid {
  margin: 0 -1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .products__filter .products__filter__grid {
    display: block;
  }
  .products__filter .products__filter__grid.products__filter__grid--fix {
    display: flex;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter .products__filter__grid {
    display: block;
  }
  .products__filter .products__filter__grid.products__filter__grid--fix {
    display: flex;
  }
}
.products__filter .apply,
.products__filter .reset {
  border: none;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  padding: 1rem;
  transition: all 120ms linear;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .products__filter .apply,
.products__filter .reset {
    font-size: 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter .apply,
.products__filter .reset {
    font-size: 14px;
  }
}
.products__filter .apply .reset__icon,
.products__filter .reset .reset__icon {
  margin-right: 6px;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .products__filter .apply .reset__icon,
.products__filter .reset .reset__icon {
    margin-right: 4px;
    height: 14px;
    width: 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter .apply .reset__icon,
.products__filter .reset .reset__icon {
    margin-right: 4px;
    height: 14px;
    width: 14px;
  }
}
.products__filter .reset {
  background: transparent;
}
.products__filter .reset:hover {
  color: #E40613;
}
.products__filter .apply {
  background: #1D4ED8;
  color: #FFFFFF;
  font-style: normal;
}
.products__filter .apply:hover {
  background: #173eab;
}
.products__filter .products__filter__actions {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.products__filter .filter {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .products__filter .filter {
    position: static;
  }
  .products__filter .filter.filter--static {
    display: block;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter .filter {
    position: static;
  }
  .products__filter .filter.filter--static {
    display: block;
  }
}
.products__filter .filter .filter__button {
  padding: 1.5rem;
  width: auto;
  color: rgba(255, 255, 255, 0.75);
  display: inline-flex;
  align-items: center;
  transition: all 120ms linear;
}
@media (max-width: 767px) {
  .products__filter .filter .filter__button {
    padding: 0.75rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter .filter .filter__button {
    padding: 0.75rem;
  }
}
.products__filter .filter .filter__button .filter__label {
  color: #FFFFFF;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .products__filter .filter .filter__button .filter__label {
    font-size: 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter .filter .filter__button .filter__label {
    font-size: 14px;
  }
}
.products__filter .filter .filter__button .filter__value {
  font-weight: 500;
}
@media (max-width: 767px) {
  .products__filter .filter .filter__button .filter__value {
    font-size: 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter .filter .filter__button .filter__value {
    font-size: 14px;
  }
}
.products__filter .filter .filter__button .filter__icon {
  margin-left: 6px;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .products__filter .filter .filter__button .filter__icon {
    margin-right: 4px;
    height: 14px;
    width: 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter .filter .filter__button .filter__icon {
    margin-right: 4px;
    height: 14px;
    width: 14px;
  }
}
.products__filter .filter .filter__input {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.products__filter .filter .filter__input input {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 24px;
  padding: 8px 15px;
  color: rgba(255, 255, 255, 0.75);
  width: 200px;
}
@media (max-width: 767px) {
  .products__filter .filter .filter__input input {
    margin-right: 4px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter .filter .filter__input input {
    margin-right: 4px;
  }
}
.products__filter .filter.filter--inverse .filter__label,
.products__filter .filter.filter--inverse .filter__button {
  color: rgba(30, 41, 59, 0.75) !important;
}
.products__filter .filter:not(.filter--static):hover .filter__button {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  cursor: pointer;
}
.products__filter .filter .filter__dropdown {
  background: #17202d;
  box-shadow: 0 16px 32px rgba(30, 41, 59, 0.08);
  position: absolute;
  z-index: 80;
  display: none;
  min-width: 240px;
  max-height: 440px;
  overflow-x: scroll;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .products__filter .filter .filter__dropdown {
    left: 16px;
    right: 16px;
    top: 152px;
    margin: 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter .filter .filter__dropdown {
    left: 16px;
    right: 16px;
    top: 152px;
    margin: 0;
  }
}
.products__filter .filter .filter__dropdown.filter__dropdown--right {
  right: 0;
}
.products__filter .filter:hover .filter__dropdown {
  display: block;
}
.products__filter .filter-price-range {
  display: flex;
  padding: 1rem;
}
.products__filter .filter-price-range .filter-price-range__item {
  flex-grow: 1;
}
.products__filter .filter-price-range .filter-price-range__item:first-child {
  margin-right: 2rem;
}
.products__filter .filter-price-range .filter-price-range__item .filter-price-range__label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
  color: rgba(255, 255, 255, 0.64);
}
@media (max-width: 767px) {
  .products__filter .filter-price-range .filter-price-range__item .filter-price-range__label {
    font-size: 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter .filter-price-range .filter-price-range__item .filter-price-range__label {
    font-size: 14px;
  }
}
.products__filter .filter-price-range .filter-price-range__item .filter-price-range__value {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 4px;
}
.products__filter .filter-price-range .filter-price-range__item .filter-price-range__value .filter-price-range__input {
  border: none;
  padding: 1rem;
  width: 80px;
  font-weight: 500;
  background: transparent;
  color: #FFFFFF;
  border-radius: 4px;
}
.products__filter .filter-price-range .filter-price-range__item .filter-price-range__value .filter-price-range__currency {
  color: rgba(255, 255, 255, 0.64);
  padding: 1rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
}
.products__filter .filter-menu .filter-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.products__filter .filter-menu .filter-menu__list .filter-menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  transition: all 120ms linear;
}
.products__filter .filter-menu .filter-menu__list .filter-menu__item .filter-menu__label {
  flex-grow: 1;
  margin-right: 1rem;
  padding: 1rem;
  border-bottom: none;
  color: rgba(255, 255, 255, 0.64);
  cursor: pointer;
  transition: all 120ms linear;
}
@media (max-width: 767px) {
  .products__filter .filter-menu .filter-menu__list .filter-menu__item .filter-menu__label {
    font-size: 13px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter .filter-menu .filter-menu__list .filter-menu__item .filter-menu__label {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .products__filter .filter-menu .filter-menu__list .filter-menu__item .filter-menu__label {
    padding: 0.75rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products__filter .filter-menu .filter-menu__list .filter-menu__item .filter-menu__label {
    padding: 0.75rem;
  }
}
.products__filter .filter-menu .filter-menu__list .filter-menu__item .filter-menu__input {
  position: absolute;
  right: 1rem;
  cursor: pointer;
  border: none;
  width: 16px;
  height: 16px;
}
.products__filter .filter-menu .filter-menu__list .filter-menu__item:hover {
  background: rgba(255, 255, 255, 0.16);
}
.products__filter .filter-menu .filter-menu__list .filter-menu__item:hover .filter-menu__label {
  color: #FFFFFF;
}

.product-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: -4rem;
  padding: 2rem 0 6rem 0;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .product-categories {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .product-categories {
    grid-template-columns: 1fr 1fr;
    margin-top: -2rem;
    padding: 1rem 0 3rem 0;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-categories {
    grid-template-columns: 1fr 1fr;
    margin-top: -2rem;
    padding: 1rem 0 3rem 0;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
}
.product-categories .subcategory {
  background: #FFFFFF;
  border: 1px solid #e2e8f0;
  padding: 1rem;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 120ms linear;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .product-categories .subcategory {
    padding: 0.5rem;
    font-size: 12px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-categories .subcategory {
    padding: 0.5rem;
    font-size: 12px;
  }
}
.product-categories .subcategory:hover {
  border-color: #1D4ED8;
}

.products .products__title {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #1E293B;
  text-transform: uppercase;
}
.products .products__title span {
  color: #1D4ED8;
}
.products .products__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .products .products__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .products .products__list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .products .products__list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
}

.product-item {
  background: #FFFFFF;
  border: 1px solid #e2e8f0;
  flex-direction: column;
  overflow: hidden;
  display: flex;
  border-radius: 8px;
  transition: all 120ms linear;
}
.product-item:hover {
  box-shadow: 0 16px 32px #e2e8f0;
}
.product-item .product__media {
  text-align: center;
  position: relative;
  background: #FFFFFF;
  margin-bottom: 1rem;
  transition: all 120ms linear;
}
@media (max-width: 767px) {
  .product-item .product__media {
    padding: 1px;
    height: 160px;
    margin: 4px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-item .product__media {
    padding: 1px;
    height: 160px;
    margin: 4px;
  }
}
.product-item .product__media .product__badge {
  top: 1rem;
  left: 1rem;
  position: absolute;
  display: flex;
  z-index: 50;
}
.product-item .product__media .product__badge .product__badge__item {
  margin-right: 4px;
  background: #E40613;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  display: inline-block;
  padding: 4px 8px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .product-item .product__media .product__badge .product__badge__item {
    display: none;
  }
  .product-item .product__media .product__badge .product__badge__item:first-child {
    display: block;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-item .product__media .product__badge .product__badge__item {
    display: none;
  }
  .product-item .product__media .product__badge .product__badge__item:first-child {
    display: block;
  }
}
.product-item .product__media .product__badge .product__badge__item:last-child {
  margin-right: 0;
}
.product-item .product__media .product__image {
  max-height: 100%;
  transition: all 120ms linear;
}
@media (max-width: 767px) {
  .product-item .product__media .product__image {
    max-height: 100%;
    max-width: 100%;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-item .product__media .product__image {
    max-height: 100%;
    max-width: 100%;
  }
}
.product-item .product__content {
  padding: 0 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .product-item .product__content {
    padding: 1rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-item .product__content {
    padding: 1rem;
  }
}
.product-item .product__content .product__name {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #1E293B;
  text-transform: none;
}
.product-item .product__content .product__name:hover {
  color: #1D4ED8;
}
@media (max-width: 767px) {
  .product-item .product__content .product__name {
    font-size: 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-item .product__content .product__name {
    font-size: 14px;
  }
}
.product-item .product__content .product__info {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: flex-start;
}
.product-item .product__content .product__info .product__price {
  color: #E40613;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767px) {
  .product-item .product__content .product__info .product__price {
    font-size: 16px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-item .product__content .product__info .product__price {
    font-size: 16px;
  }
}
.product-item .product__content .product__info .product__sale {
  font-size: 14px;
  margin-left: 0.5rem;
  color: #b4b4b4;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .product-item .product__content .product__info .product__sale {
    margin-top: 0.25rem;
    font-size: 11px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-item .product__content .product__info .product__sale {
    margin-top: 0.25rem;
    font-size: 11px;
  }
}
.product-item .product__basket {
  margin-top: 1rem;
}

.product-card {
  margin-top: -4rem;
}
@media (max-width: 767px) {
  .product-card {
    margin-top: -2rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card {
    margin-top: -2rem;
  }
}
.product-card .product {
  background: #F1F5F9;
  border-bottom: 1px solid #E2E8F0;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .product-card .product {
    padding: 2rem 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .product {
    padding: 2rem 0;
  }
}
.product-card .product .product__grid {
  display: grid;
  grid-column-gap: 4rem;
  grid-template-columns: 2fr 3fr;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .product-card .product .product__grid {
    grid-template-columns: 2fr 3fr;
  }
}
@media (max-width: 767px) {
  .product-card .product .product__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .product .product__grid {
    grid-template-columns: 1fr;
  }
}
.product-card .product .product__grid .product__left .product__heading {
  display: none;
}
@media (max-width: 767px) {
  .product-card .product .product__grid .product__left .product__heading {
    display: block;
  }
  .product-card .product .product__grid .product__right .product__heading {
    display: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .product .product__grid .product__left .product__heading {
    display: block;
  }
  .product-card .product .product__grid .product__right .product__heading {
    display: none;
  }
}
.product-card .product .media {
  padding: 1rem;
  position: relative;
  background: #FFFFFF;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .product-card .product .media {
    min-height: auto;
    padding: 1rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .product .media {
    min-height: auto;
    padding: 1rem;
  }
}
.product-card .product .media .media__badge {
  left: 2rem;
  top: 2rem;
  position: absolute;
  z-index: 50;
}
.product-card .product .media .media__badge .media__badge__item {
  margin-right: 4px;
  background: #E40613;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  display: inline-block;
  padding: 4px 8px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 6px;
}
.product-card .product .media .media__badge .media__badge__item:last-child {
  margin-right: 0;
}
.product-card .product .media .media__image {
  max-height: 400px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .product-card .product .media .media__image {
    max-height: auto;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .product .media .media__image {
    max-height: auto;
  }
}
.product-card .product .media-gallery .media-gallery__main {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .product-card .product .media-gallery .media-gallery__main {
    height: auto;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .product .media-gallery .media-gallery__main {
    height: auto;
  }
}
.product-card .product .media-gallery .media-gallery__list {
  display: flex;
  margin-top: 1rem;
}
.product-card .product .media-gallery .media-gallery__list .media-gallery__item {
  border-radius: 4px;
  transition: all 120ms linear;
  cursor: pointer;
  margin: 4px;
  padding: 8px;
}
@media (max-width: 767px) {
  .product-card .product .media-gallery .media-gallery__list .media-gallery__item {
    padding: 4px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .product .media-gallery .media-gallery__list .media-gallery__item {
    padding: 4px;
  }
}
.product-card .product .media-gallery .media-gallery__list .media-gallery__item .media-gallery__image {
  height: 64px !important;
  max-height: 100%;
  border-radius: 4px;
}
.product-card .product .media-gallery .media-gallery__list .media-gallery__item:hover {
  background: #e0e0e0;
}
.product-card .product .media-gallery .media-gallery__list .media-gallery__item.media-gallery__item--active {
  background: #1D4ED8;
}
.product-card .product .title {
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: none !important;
}
@media (max-width: 767px) {
  .product-card .product .title {
    margin-top: 2rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .product .title {
    margin-top: 2rem;
  }
}
.product-card .product .price {
  display: flex;
  align-items: center;
}
.product-card .product .price .price__value {
  color: rgba(30, 41, 59, 0.8);
  font-weight: 500;
  font-size: 32px;
}
.product-card .product .price .price__prev {
  text-decoration: line-through;
  margin-left: 1rem;
  color: rgba(30, 41, 59, 0.4);
  font-size: 24px;
}
.product-card .product .product-info .info-body-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: rgba(30, 41, 59, 0.64);
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .product-card .product .product-info .info-body-title {
    margin-top: 1rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .product .product-info .info-body-title {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .product-card .product .product-info.product-info--desktop {
    display: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .product .product-info.product-info--desktop {
    display: none;
  }
}
.product-card .product .product-info.product-info--mobile {
  display: none;
}
@media (max-width: 767px) {
  .product-card .product .product-info.product-info--mobile {
    display: block;
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .product .product-info.product-info--mobile {
    display: block;
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
.product-card .basket {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
.product-card .basket .basket__count {
  background: #1E293B;
  padding: 0.5rem;
  display: inline-flex;
  border-radius: 64px;
}
.product-card .basket .basket__count .basket__count__value,
.product-card .basket .basket__count .basket__count__button {
  background: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #1E293B;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}
@media (max-width: 767px) {
  .product-card .basket .basket__count .basket__count__value,
.product-card .basket .basket__count .basket__count__button {
    font-size: 16px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .basket .basket__count .basket__count__value,
.product-card .basket .basket__count .basket__count__button {
    font-size: 16px;
  }
}
.product-card .basket .basket__count .basket__count__value {
  background: transparent;
  color: #FFFFFF;
}
.product-card .basket .basket__count .basket__count__button {
  transition: all 120ms linear;
  border-radius: 50%;
}
.product-card .basket .basket__count .basket__count__button:hover {
  background: #1D4ED8;
  color: #FFFFFF;
  cursor: pointer;
}
.product-card .basket .i-button {
  height: 56px;
  font-size: 20px;
  font-weight: 500;
  margin-left: 1rem;
  padding: 0 2rem;
  border-radius: 64px;
}
.product-card .stock {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
}
@media (max-width: 767px) {
  .product-card .stock {
    grid-template-columns: 1fr;
    grid-row-gap: 0.5rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .stock {
    grid-template-columns: 1fr;
    grid-row-gap: 0.5rem;
  }
}
.product-card .stock select {
  background: #FFFFFF;
  border: none;
  padding: 1.5rem;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.product-card .related {
  margin-top: 4rem;
}
.product-card .related .related__title {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
}
.product-card .related .related__title span {
  color: #1D4ED8;
}
.product-card .reviews {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .product-card .reviews {
    margin-top: 2rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .reviews {
    margin-top: 2rem;
  }
}
.product-card .reviews .empty {
  margin-top: 0;
}
.product-card .reviews .reviews__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .product-card .reviews .reviews__heading {
    margin-bottom: 0rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .reviews .reviews__heading {
    margin-bottom: 0rem;
  }
}
.product-card .reviews .reviews__title {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
}
.product-card .reviews .reviews__title span {
  color: #1D4ED8;
}
.product-card .reviews .reviews__button {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  background: #E40613;
  padding: 0.75rem 1rem;
  border-radius: 4px;
}
.product-card .reviews .reviews__button:hover {
  background: #b2050f;
}
@media (max-width: 767px) {
  .product-card .reviews .reviews__button span {
    display: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .reviews .reviews__button span {
    display: none;
  }
}
.product-card .reviews .reviews__list {
  border: 1px solid #E2E8F0;
  border-radius: 8px;
}
.product-card .reviews .reviews__list .review {
  padding: 2rem;
  border-bottom: 1px solid #E2E8F0;
  transition: all 120ms linear;
}
.product-card .reviews .reviews__list .review:hover {
  background: #F1F5F9;
}
@media (max-width: 767px) {
  .product-card .reviews .reviews__list .review {
    padding: 1.5rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .reviews .reviews__list .review {
    padding: 1.5rem;
  }
}
.product-card .reviews .reviews__list .review:last-child {
  border-bottom: none;
}
.product-card .reviews .reviews__list .review .review__message {
  color: rgba(30, 41, 59, 0.64);
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .product-card .reviews .reviews__list .review .review__message {
    font-size: 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .reviews .reviews__list .review .review__message {
    font-size: 14px;
  }
}
.product-card .reviews .reviews__list .review .review__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-card .reviews .reviews__list .review .review__heading .review__name {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #1E293B;
}
@media (max-width: 767px) {
  .product-card .reviews .reviews__list .review .review__heading .review__name {
    font-size: 16px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .reviews .reviews__list .review .review__heading .review__name {
    font-size: 16px;
  }
}
.product-card .reviews .reviews__list .review .review__heading .review__date {
  font-size: 14px;
  margin-top: 4px;
  color: rgba(30, 41, 59, 0.32);
}
@media (max-width: 767px) {
  .product-card .reviews .reviews__list .review .review__heading .review__date {
    font-size: 12px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .product-card .reviews .reviews__list .review .review__heading .review__date {
    font-size: 12px;
  }
}
.product-card .reviews .reviews__list .review .review__rating {
  display: flex;
  align-items: center;
}
.product-card .reviews .reviews__list .review .review__rating .review__rating__icon {
  height: 16px;
  width: 16px;
  color: rgba(30, 41, 59, 0.32);
}
.product-card .reviews .reviews__list .review .review__rating .review__rating__icon.review__rating__icon--fill {
  color: #E40613;
}

.product__right .empty {
  box-shadow: none;
  background: #1E293B;
}

.product-review .product-review__grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 3rem;
}
.product-review .product-review__form {
  background: #FFFFFF;
  padding: 3rem;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.02), 0 16px 32px rgba(0, 0, 0, 0.04);
}

.orders {
  flex-grow: 1;
}
.orders .orders__list .order {
  display: block;
  border-bottom: none;
  background: #FFFFFF;
  margin-bottom: 1.5rem;
  color: #231F20;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.02), 0 16px 32px rgba(0, 0, 0, 0.04);
  transition: all 120ms linear;
}
@media (max-width: 767px) {
  .orders .orders__list .order {
    margin-bottom: 1rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .orders .orders__list .order {
    margin-bottom: 1rem;
  }
}
.orders .orders__list .order:last-child {
  margin-bottom: 0;
}
.orders .orders__list .order:hover .order__title {
  color: #E40613 !important;
}
.orders .orders__list .order .order__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}
@media (max-width: 767px) {
  .orders .orders__list .order .order__heading {
    padding: 1.5rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .orders .orders__list .order .order__heading {
    padding: 1.5rem;
  }
}
.orders .orders__list .order .order__heading .order__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .orders .orders__list .order .order__heading .order__title {
    font-size: 18px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .orders .orders__list .order .order__heading .order__title {
    font-size: 18px;
  }
}
.orders .orders__list .order .order__heading .order__status .order__badge {
  padding: 8px 12px;
  background: #fafafa;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .orders .orders__list .order .order__heading .order__status .order__badge {
    font-size: 12px;
    padding: 6px 10px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .orders .orders__list .order .order__heading .order__status .order__badge {
    font-size: 12px;
    padding: 6px 10px;
  }
}
.orders .orders__list .order .order__heading .order__status .order__badge.order__badge--danger {
  color: #CC1F1A;
  background: #FCEBEA;
}
.orders .orders__list .order .order__heading .order__status .order__badge.order__badge--info {
  color: #2779BD;
  background: #EFF8FF;
}
.orders .orders__list .order .order__heading .order__status .order__badge.order__badge--success {
  color: #1F9D55;
  background: #E3FCEC;
}
.orders .orders__list .order .order__content {
  border-top: 1px solid whitesmoke;
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
}
@media (max-width: 767px) {
  .orders .orders__list .order .order__content {
    grid-template-columns: auto 1fr;
    padding: 1.5rem;
  }
  .orders .orders__list .order .order__content .order__section:nth-child(2) {
    display: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .orders .orders__list .order .order__content {
    grid-template-columns: auto 1fr;
    padding: 1.5rem;
  }
  .orders .orders__list .order .order__content .order__section:nth-child(2) {
    display: none;
  }
}
.orders .orders__list .order .order__content .order__section .order__label {
  color: #6c6c6c;
  margin: 0 0 0.5rem 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .orders .orders__list .order .order__content .order__section .order__label {
    font-size: 12px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .orders .orders__list .order .order__content .order__section .order__label {
    font-size: 12px;
  }
}
.orders .orders__list .order .order__content .order__section .order__value {
  font-weight: 500;
}
@media (max-width: 767px) {
  .orders .orders__list .order .order__content .order__section .order__value {
    font-size: 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .orders .orders__list .order .order__content .order__section .order__value {
    font-size: 14px;
  }
}

.order-card {
  flex-grow: 1;
}
.order-card .detail {
  background: #1E293B;
  padding: 3rem;
  margin-top: 3rem;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.02), 0 16px 32px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .order-card .detail {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .order-card .detail {
    padding: 2rem;
    margin-top: 2rem;
  }
}
.order-card .detail .section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: flex-start;
  grid-column-gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .order-card .detail .section {
    grid-template-columns: 1fr;
    grid-row-gap: 0.5rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .order-card .detail .section {
    grid-template-columns: 1fr;
    grid-row-gap: 0.5rem;
  }
}
.order-card .detail .section:last-child {
  margin-bottom: 0;
}
.order-card .detail .section .section__label {
  border-bottom: 2px dotted rgba(255, 255, 255, 0.08);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1;
}
@media (max-width: 767px) {
  .order-card .detail .section .section__label {
    font-size: 12px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .order-card .detail .section .section__label {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .order-card .detail .section .section__label {
    border-bottom: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .order-card .detail .section .section__label {
    border-bottom: none;
  }
}
.order-card .detail .section .section__label span {
  background: #1E293B;
  padding-bottom: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .order-card .detail .section .section__label span {
    padding: 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .order-card .detail .section .section__label span {
    padding: 0;
  }
}
.order-card .detail .section .section__content {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .order-card .detail .section .section__content {
    font-size: 14px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .order-card .detail .section .section__content {
    font-size: 14px;
  }
}
.order-card .detail .section .section__content p:first-child {
  margin-top: 0;
}
.order-card .detail .section .section__content p:last-child {
  margin-bottom: 0;
}

.basket .basket-confirm {
  margin-left: 3rem;
  max-width: 400px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .basket .basket-confirm {
    max-width: none;
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .basket .basket-confirm {
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .basket .basket-confirm {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.basket .basket-info {
  background: #F1F5F9;
  padding: 2rem;
  border-radius: 8px;
}
.basket .basket-info .basket-info__item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E2E8F0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.basket .basket-info .basket-info__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.basket .basket-info .basket-info__item .basket-info__content .basket-info__label {
  color: rgba(30, 41, 59, 0.64);
  text-transform: uppercase;
}
.basket .basket-info .basket-info__item .basket-info__content .basket-info__detail {
  color: rgba(30, 41, 59, 0.4);
  font-size: 12px;
}
.basket .basket-info .basket-info__item .basket-info__value {
  margin-left: 2rem;
  white-space: nowrap;
  font-weight: 500;
}
.basket .basket-actions {
  margin-top: 2rem;
}
.basket .basket-actions .i-button {
  padding: 1rem;
  border-radius: 32px;
}
.items-table {
  flex-grow: 1;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .items-table {
    display: table;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .items-table {
    display: table;
  }
}
.items-table .items-table__icon {
  width: 24px;
  height: 24px;
  color: rgba(30, 41, 59, 0.32);
  transition: all 120ms linear;
}
@media (max-width: 767px) {
  .items-table .items-table__icon {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .items-table .items-table__icon {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.items-table .items-table__icon:hover {
  color: #E40613;
  cursor: pointer;
}
@media (max-width: 767px) {
  .items-table tr {
    border-bottom: 1px solid #E2E8F0;
    display: block;
    padding: 1.5rem;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .items-table tr {
    border-bottom: 1px solid #E2E8F0;
    display: block;
    padding: 1.5rem;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
}
.items-table tr td, .items-table tr th {
  padding: 1.5rem;
  border-bottom: 1px solid #E2E8F0;
}
@media (max-width: 767px) {
  .items-table tr td, .items-table tr th {
    display: block;
    border-bottom: none;
    padding: 0 !important;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .items-table tr td, .items-table tr th {
    display: block;
    border-bottom: none;
    padding: 0 !important;
  }
}
.items-table tr:last-child td {
  border-bottom: none;
}
.items-table tbody {
  width: 100%;
}
.items-table tbody td {
  padding: 1rem 1.5rem;
  background: #fff;
}
@media (max-width: 767px) {
  .items-table tbody td {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .items-table tbody td {
    width: 100%;
    box-sizing: border-box;
  }
}
.items-table thead {
  width: 100%;
}
.items-table thead th {
  background: #F1F5F9;
  color: #64748B;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  padding: 1rem 1.5rem;
}
@media (max-width: 767px) {
  .items-table thead {
    display: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .items-table thead {
    display: none;
  }
}
.items-table tfoot {
  width: 100%;
}
@media (max-width: 767px) {
  .items-table tfoot tr {
    background: #fff;
    border-bottom: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .items-table tfoot tr th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .items-table tfoot tr {
    background: #fff;
    border-bottom: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .items-table tfoot tr th:nth-child(3) {
    display: none;
  }
}
.items-table tfoot tr th {
  background: #F1F5F9;
  border-bottom-color: #E2E8F0;
  font-weight: 500;
  padding: 1rem 1.5rem;
  font-size: 14px;
  text-transform: uppercase;
  color: #1E293B;
}
.items-table tfoot tr th span {
  color: rgba(30, 41, 59, 0.4);
}
@media (max-width: 767px) {
  .items-table tfoot tr:last-child {
    background: #F1F5F9;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .items-table tfoot tr:last-child {
    background: #F1F5F9;
  }
}
.items-table tfoot tr:last-child th {
  background: #fff;
  color: #1E293B;
  border-bottom: none;
}
.items-table tfoot tr:last-child th span {
  color: rgba(30, 41, 59, 0.4);
}
.items-table .count__config {
  background: #1E293B;
  padding: 0.5rem;
  display: inline-flex;
  border-radius: 64px;
}
.items-table .count__config .count__value,
.items-table .count__config .count__button {
  background: #FFFFFF;
  border: none;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #1E293B;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}
@media (max-width: 767px) {
  .items-table .count__config .count__value,
.items-table .count__config .count__button {
    font-size: 16px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .items-table .count__config .count__value,
.items-table .count__config .count__button {
    font-size: 16px;
  }
}
.items-table .count__config .count__value {
  background: transparent;
  color: #FFFFFF;
}
.items-table .count__config .count__button {
  transition: all 120ms linear;
  border-radius: 50%;
}
.items-table .count__config .count__button:hover {
  background: #1D4ED8;
  color: #FFFFFF;
  cursor: pointer;
}
.items-table .price {
  text-align: right;
  color: #1E293B;
}
@media (max-width: 767px) {
  .items-table .price {
    text-align: left;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .items-table .price {
    text-align: left;
  }
}
.items-table .price .price__value {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.items-table .price .price__prev {
  font-size: 14px;
  margin-top: 0.5rem;
  text-decoration: line-through;
  color: rgba(30, 41, 59, 0.32);
}
@media (max-width: 767px) {
  .items-table .price .price__prev {
    margin-top: 0;
    font-size: 12px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .items-table .price .price__prev {
    margin-top: 0;
    font-size: 12px;
  }
}
.items-table .product {
  display: flex;
  width: auto;
  align-items: center;
  border-bottom: none;
}
@media (max-width: 767px) {
  .items-table .product {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .items-table .product {
    margin-bottom: 1.5rem;
  }
}
.items-table .product .product__media {
  width: 80px;
  height: 80px;
  line-height: 80px;
  padding: 1px;
  text-align: center;
  margin-right: 1.5rem;
  border-radius: 4px;
}
.items-table .product .product__media .product__image {
  display: block;
  max-width: 80px;
  max-height: 80px;
  border-radius: 4px;
}
.items-table .product .product__content .product__name {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  color: #1E293B;
}
.items-table .product .product__content .product__price {
  color: rgba(30, 41, 59, 0.64);
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}