@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&display=swap");
:root {
  --header-height: 120px;
  --menu-icon-height: 79px;
}
@media (orientation: landscape) and (max-width: 992px) {
  :root {
    --menu-icon-height: 59px;
  }
}
@media screen and (min-width: 575px) {
  :root {
    --header-height: 157px;
  }
}

html.menu_is_open body {
  position: fixed;
  inset: 0;
  overflow: hidden;
}
html.menu_is_open .header {
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) {
  html.menu_is_open .header #nav ul.menu__navigation {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }
  html.menu_is_open .header #nav ul.menu__navigation-mobile {
    display: none;
  }
}
html.menu_is_open .header #nav .menu__icons-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  html.menu_is_open .header #nav .menu__icons-mobile {
    display: none;
  }
}

body {
  background: url("../images/bg.png") repeat-x top center white;
  background-size: 37.9px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #333;
  height: 100%;
}
body.menu-open .header-categories {
  transform: unset;
}

.home-img {
  width: 1402px;
}

.container {
  position: relative;
}

.push-left {
  margin-left: auto;
}

.header {
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0);
  transition: box-shadow 0.25s ease-in-out;
}

@media screen and (max-width: 575px) {
  .header-upper__logo {
    flex-basis: 56px;
    overflow: hidden;
  }
  .header-upper__search-form {
    margin-top: 8px;
  }
}
@media screen and (max-width: 992px) {
  .header-upper {
    flex-flow: row nowrap;
    height: auto;
  }
  .header-upper__logo, .header-upper__logo svg {
    height: 48px;
  }
  .header-upper__icon-button--account, .header-upper__icon-button--telephone, .header-upper__icon-button--cart {
    display: none;
  }
  .header-upper__currency, .header-upper__icon-button--contact, .header-upper__icon-button--account {
    display: none !important;
  }
}

.header-categories {
  border-bottom: 1px solid #E6E6E5;
}
.header-categories__icon-button--account, .header-categories__icon-button--telephone, .header-categories__icon-button--cart {
  display: none;
}
@media screen and (max-width: 992px) {
  .header-categories {
    position: relative;
    transform: unset;
    padding: 0;
    height: auto;
    overflow: visible;
    flex-flow: row nowrap;
  }
  .header-categories__icon-button--account, .header-categories__icon-button--telephone, .header-categories__icon-button--cart {
    display: flex;
    flex-flow: row;
    align-items: center;
    white-space: nowrap;
    margin-top: 0;
  }
  .header-categories__icon-button--account svg, .header-categories__icon-button--telephone svg, .header-categories__icon-button--cart svg {
    margin-top: 2px;
  }
  .header-categories__icon-button--account svg:not(:only-child), .header-categories__icon-button--telephone svg:not(:only-child), .header-categories__icon-button--cart svg:not(:only-child) {
    margin-right: 8px;
  }
}
@media screen and (max-width: 992px) and (max-width: 575px) {
  .header-categories__icon-button--account .icon-text, .header-categories__icon-button--telephone .icon-text, .header-categories__icon-button--cart .icon-text {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header-categories__icon-button--account, .header-categories__icon-button--telephone {
    display: none;
  }
  .header-categories__icon-button--cart {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-categories__icon-button--account, .header-categories__icon-button--telephone {
    display: flex;
  }
  .header-categories__icon-button--cart {
    margin-left: 12px;
  }
}
.header-categories > .container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media screen and (max-width: 1232px) {
  .header-categories > .container {
    padding: 0 26px;
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .header-categories > .container {
    padding: 0 0 0 16px;
    max-width: 736px;
  }
}
@media screen and (max-width: 768px) {
  .header-categories > .container {
    padding: 0 0 0 16px;
    max-width: 540px;
  }
}
@media screen and (max-width: 575px) {
  .header-categories > .container {
    padding: 0 16px;
  }
}
.header-categories-list {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  height: 51px;
}
@media screen and (max-width: 1232px) {
  .header-categories-list {
    align-items: unset;
  }
}
.header-categories-list__item {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.header-categories-list__item > a {
  padding: 16px 16px 12px 16px;
  display: block;
  white-space: nowrap;
  color: #3D3F3C;
  border-bottom: 4px solid #FFF;
}
.header-categories-list__item.active .header-categories-list__submenu {
  display: block;
}
.header-categories-list__submenu {
  position: absolute;
  margin: 0 15px;
  padding: 0;
  border-top: none;
  box-shadow: 0 60px 50px rgba(0, 0, 0, 0.07), 0 18.0882px 15.0735px rgba(0, 0, 0, 0.0456112), 0 7.51293px 6.26078px rgba(0, 0, 0, 0.035), 0 2.71728px 2.2644px rgba(0, 0, 0, 0.0243888);
  border-radius: 0 0 8px 8px;
  left: 0;
  right: 0;
  display: none;
}
@media screen and (max-width: 1232px) {
  .header-categories-list__submenu {
    margin: 0;
    box-shadow: unset;
    height: calc(100vh - 74px - 52px);
    border-radius: unset;
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  .header-categories-list__submenu {
    height: calc(100vh - 74px - 130px);
    height: calc(100vh - 34px - 53px - 69px - 80px);
    border-radius: unset;
    overflow: hidden;
    padding-bottom: 56px;
  }
}
.header-categories-list__submenu-grandchildren {
  display: none;
}
.header-categories-list__submenu-grandchildren.active {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.header-categories-list__submenu-grandchildren.active ul {
  display: flex;
  flex-flow: row wrap;
}
.header-categories-list__submenu-grandchildren.active ul li {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .header-categories-list__submenu-grandchildren.active ul li {
    width: 50%;
  }
}
@media screen and (min-width: 1232px) {
  .header-categories-list__submenu-grandchildren.active ul li {
    width: 33.3333333333%;
  }
}
.header-categories-list__submenu-columns {
  display: flex;
}
.header-categories-list__submenu-mobile {
  display: none;
}
.header-categories-list__submenu-title {
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 14px;
  flex-basis: 100%;
}
.header-categories-list__submenu-sub {
  list-style: none;
  padding: 0;
  flex-basis: unset;
  margin-bottom: 30px;
}
.header-categories-list__submenu-sub-item a {
  display: block;
  color: #3D3F3C;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 34px 8px 14px;
  text-decoration: none;
  position: relative;
  transition: none;
}
.header-categories-list__submenu-sub-item a.active, .header-categories-list__submenu-sub-item a:hover {
  color: #7480be;
}
.header-categories-list__submenu-sub-item a.active {
  font-weight: 600;
}
.header-categories-list__submenu-column {
  padding: 24px 16px;
}
.header-categories-list__submenu-column:not(:last-of-type) {
  border-right: 1px solid #E6E6E5;
}
@media screen and (max-width: 1232px) {
  .header-categories-list__submenu-column:not(:last-of-type) {
    border: none;
  }
}
.header-categories-list__submenu-column:first-of-type a {
  display: flex;
  flex-flow: row nowrap;
}
.header-categories-list__submenu-column:first-of-type a svg {
  width: 12px;
  height: 12px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  display: none;
}
.header-categories-list__submenu-column:first-of-type a svg path {
  fill: #7480be;
}
.header-categories-list__submenu-column:first-of-type a.active {
  border-left: 3px solid #7480be;
}
@media screen and (max-width: 1232px) {
  .header-categories-list__submenu-column:first-of-type a.active {
    border: none;
  }
}
.header-categories-list__submenu-column:first-of-type a.active svg {
  display: block;
}
.header-categories-list__submenu-column--children {
  width: 280px;
}
@media screen and (max-width: 1232px) {
  .header-categories-list__submenu-column--children {
    height: 100%;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-categories-list__submenu-column--children {
    width: 100%;
    padding: 16px;
  }
}
.header-categories-list__submenu-column--grandchildren {
  width: calc(100% - 280px);
}
@media screen and (max-width: 1232px) {
  .header-categories-list__submenu-column--grandchildren {
    height: 100%;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-categories-list__submenu-column--grandchildren {
    display: none;
    position: relative;
  }
}

.header-top {
  position: relative;
  z-index: 2;
}

.mobile-icons-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: white;
  align-items: center;
  border-top: 1px solid #E6E6E5;
}
.mobile-icons-fixed > .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1232px) {
  .mobile-icons-fixed > .container {
    padding: 0 26px;
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .mobile-icons-fixed > .container {
    padding: 0 0 0 16px;
    max-width: 736px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-icons-fixed > .container {
    padding: 0 0 0 16px;
    max-width: 540px;
  }
}
@media screen and (max-width: 575px) {
  .mobile-icons-fixed > .container {
    padding: 0 16px;
  }
}
.mobile-icons-fixed .icon {
  display: inline-block !important;
  position: relative !important;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  left: unset !important;
  white-space: nowrap;
}

.newsletter-container {
  margin: 0 -15px -15px;
  background-color: white;
  padding: 15px;
  position: relative;
  z-index: 10;
}

.newsletter {
  background-color: rgba(116, 128, 190, 0.3);
  padding: 0;
  line-height: 1.2;
  height: 150px;
  background: linear-gradient(320deg, rgba(116, 128, 190, 0.5), rgba(116, 128, 190, 0.2));
  border-radius: 6px;
}

.promo {
  background-color: rgba(116, 128, 190, 0.3);
  padding: 0;
  line-height: 1.2;
  margin: auto 15px 0 15px;
  height: 150px;
  background: linear-gradient(320deg, rgba(33, 183, 232, 0.8), rgba(33, 183, 232, 0.5));
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.promo.top {
  margin-top: 15px;
}
.promo.split {
  background: none;
  display: flex;
  flex-flow: row nowrap;
  gap: 15px;
}
@media screen and (max-width: 992px) {
  .promo.split {
    display: none;
  }
}
.promo .promo1,
.promo .promo2,
.promo .promo3 {
  background: linear-gradient(320deg, rgba(33, 183, 232, 0.8), rgba(33, 183, 232, 0.5));
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .promo {
    display: none;
  }
}
.promo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.promo .text {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 5;
}
.promo h3 {
  font-size: 48px;
  color: white;
  margin: 0 0 15px;
}
.promo p,
.promo a {
  font-size: 26px;
  color: white;
}
.promo p {
  margin: 0 0 15px;
  color: white;
}
.promo p:last-of-type {
  margin-bottom: 0;
}
.promo a {
  color: white;
  text-decoration: underline;
}

#nav {
  background-color: white;
  border-top: 1px solid #F2F3F2;
  border-bottom: 1px solid #F2F3F2;
}
@media screen and (min-width: 992px) {
  #nav {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  #nav > .container {
    padding: 0;
  }
}
#nav .menu {
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
}
#nav .menu:hover .menu__navigation {
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
#nav .menu__toggle {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #3D3F3C;
  font-weight: 600;
  height: 50px;
  padding: 0 15px 0 15px;
}
@media screen and (min-width: 768px) {
  #nav .menu__toggle {
    padding: 0 15px 0 0;
    border-left: none;
    border-right: none;
  }
}
#nav .menu__toggle-bars {
  display: flex;
  flex-flow: column;
  transform: scale(0.75);
  margin: 0 5px 0 0;
  transition: 0.25s ease-in-out;
}
#nav .menu__toggle-bars span {
  width: 30px;
  height: 4px;
  background-color: #3D3F3C;
  display: inline-block;
  transition: 0.25s ease-in-out;
}
#nav .menu__toggle-bars span:nth-child(2) {
  margin: 5px 0;
}
#nav .menu__toggle.active {
  color: #7480be;
}
#nav .menu__toggle.active .menu__toggle-bars span {
  background-color: #7480be;
}
#nav .menu__toggle.active .menu__toggle-bars span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
#nav .menu__toggle.active .menu__toggle-bars span:first-child {
  transform: rotate(225deg);
}
#nav .menu__toggle.active .menu__toggle-bars span:last-child {
  transform: rotate(-225deg);
  margin-top: -18px;
}
#nav .menu__additional {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #nav .menu__additional {
    margin: 0;
    border-left: none;
  }
}
#nav .menu__additional > li a {
  border-bottom: 3px solid transparent;
  padding: 10px 15px 7px 15px;
}
#nav .menu__additional > li:hover > a {
  border-color: #7480be;
}
#nav .menu__item > a {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  height: 50px;
  color: #70726D;
  transition: none;
}
#nav .menu__item .menu__sub-item a {
  color: #70726D;
}
#nav .menu__item:hover > a {
  color: black;
}
#nav .menu__item:hover .menu__sub {
  display: block;
}
#nav .menu__item:hover .menu__sub-item a {
  color: #70726D;
  background-color: white;
}
#nav .menu__item:hover .menu__sub-item:hover a {
  color: black;
}
#nav .menu__sub {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 60px 50px rgba(0, 0, 0, 0.07), 0 18.0882px 15.0735px rgba(0, 0, 0, 0.0456112), 0 7.51293px 6.26078px rgba(0, 0, 0, 0.035), 0 2.71728px 2.2644px rgba(0, 0, 0, 0.0243888);
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #F2F3F2;
  display: none;
}
#nav .menu__navigation {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0;
  padding: 15px 0;
  overflow: hidden;
  background-color: white;
  border-top: 1px solid #F2F3F2;
  height: calc(100vh - 50px - 74px - 80px);
  transform: translateY(8px) scale(1.02);
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 992px) {
  #nav .menu__navigation {
    box-shadow: 0 60px 50px rgba(0, 0, 0, 0.07), 0 18.0882px 15.0735px rgba(0, 0, 0, 0.0456112), 0 7.51293px 6.26078px rgba(0, 0, 0, 0.035), 0 2.71728px 2.2644px rgba(0, 0, 0, 0.0243888);
    border-radius: 0 0 8px 8px;
    height: auto;
    padding: 15px;
  }
}
#nav .menu__navigation > li {
  border-right: 1px solid #F2F3F2;
  width: 250px;
}
#nav .menu__navigation > li a {
  display: flex;
  align-items: center;
  height: auto;
  transition: none;
  position: relative;
}
#nav .menu__navigation > li > a {
  color: #70726D;
  padding: 10px 15px;
}
#nav .menu__navigation > li.active > a {
  color: #7480be;
}
#nav .menu__navigation > li.active > a:after {
  opacity: 1;
}
#nav .menu__navigation > li ul li a {
  display: flex;
  align-items: center;
  height: auto;
  transition: none;
  position: relative;
  padding: 10px 15px;
}
#nav .menu__navigation > li ul li.has-children > a {
  font-weight: bold;
  padding-bottom: 5px;
}
#nav .menu__navigation > li ul li.has-children > a + ul {
  margin-bottom: 10px;
}
#nav .menu__navigation > li ul li.has-children > a + ul li a {
  padding: 5px 15px;
  font-size: 0.9em;
  color: rgb(141, 142.5, 138);
}
#nav .menu__navigation > li ul li.has-children > a + ul li a:before {
  content: "-";
  margin-right: 5px;
}
#nav .menu__navigation > li ul li.has-children > a + ul li a:hover {
  color: #7480be;
}
#nav .menu__navigation > li ul li.has-children > a + ul li.view-all {
  margin-top: 5px;
}
#nav .menu__navigation > li ul li.has-children > a + ul li.view-all a {
  color: rgb(141, 142.5, 138);
  font-weight: bold;
  text-decoration: underline;
}
#nav .menu__navigation > li ul li.has-children > a + ul li.view-all a:before {
  display: none;
}
#nav .menu__navigation li:hover > a {
  background-color: transparent;
  color: #7480be;
}
#nav .menu__navigation li:hover ul li a {
  text-decoration: none;
}
#nav .menu__navigation li.has-children svg {
  width: 12px;
  height: 12px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
  display: none;
}
#nav .menu__navigation li.has-children svg path {
  fill: #7480be;
}
#nav .menu__navigation li.has-children.active {
  border-left: 3px solid #7480be;
}
#nav .menu__navigation li.has-children.active svg {
  display: block;
}
#nav .menu__navigation li.has-children:hover > a:after {
  opacity: 1;
}
#nav .menu__navigation li.has-children:hover.active {
  border-left: 3px solid #7480be;
}
#nav .menu__navigation-mobile,
#nav .menu .submenu__mobile {
  display: none;
  position: fixed;
  height: calc(100% - var(--header-height) - var(--menu-icon-height) + 1px);
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: var(--menu-icon-height);
  z-index: 99;
  margin: 0;
  padding: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  border-top: 1px solid #F2F3F2;
  border-bottom: 1px solid #F2F3F2;
  flex-flow: column;
}
#nav .menu__navigation-mobile.active,
#nav .menu .submenu__mobile.active {
  display: flex;
}
@media screen and (min-width: 992px) {
  #nav .menu__navigation-mobile,
  #nav .menu .submenu__mobile {
    display: none !important;
  }
}
#nav .menu__navigation-mobile li a,
#nav .menu .submenu__mobile li a {
  height: auto;
  padding: 10px 0;
  position: relative;
}
#nav .menu__navigation-mobile li.has-children > a svg,
#nav .menu .submenu__mobile li.has-children > a svg {
  width: 12px;
  height: 12px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
}
#nav .menu__navigation-mobile li.has-children > a svg path,
#nav .menu .submenu__mobile li.has-children > a svg path {
  fill: #70726D;
}
#nav .menu__navigation-mobile li.has-children > a:hover,
#nav .menu .submenu__mobile li.has-children > a:hover {
  color: #7480be;
}
#nav .menu__navigation-mobile li.has-children > a:hover svg path,
#nav .menu .submenu__mobile li.has-children > a:hover svg path {
  fill: #7480be;
}
#nav .menu .submenu__mobile {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}
#nav .menu .submenu__mobile > .container {
  position: unset;
}
#nav .menu .submenu__mobile .return {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: fixed;
  z-index: 50;
  top: var(--header-height);
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 15px;
  height: 50px;
  margin: 0 0 10px;
  background: #E6E6E5;
  color: #3D3F3C;
  overflow: hidden;
}
#nav .menu .submenu__mobile .return .container {
  display: flex;
}
#nav .menu .submenu__mobile .return span {
  font-weight: 600;
  margin: 0 auto 0 0;
}
#nav .menu .submenu__mobile .return span svg {
  display: none;
}
#nav .menu .submenu__mobile .inner {
  overflow: hidden;
}
#nav .menu .submenu__mobile .inner ul {
  display: none;
  margin: 50px 0 0;
  padding: 0;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}
#nav .menu .submenu__mobile.active {
  opacity: 1;
  visibility: visible;
}
#nav .menu .submenu__mobile.active .inner ul {
  opacity: 1;
  visibility: visible;
}
#nav .menu__navigation-sub {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 265px;
  padding: 0 0 180px 0;
  display: none;
  flex-flow: column;
  overflow-y: auto;
}
#nav .menu__navigation-sub.active {
  display: flex;
}
#nav .menu__navigation-sub > ul {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0;
  padding: 15px;
}
#nav .menu__navigation-sub-item {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #nav .menu__navigation-sub-item {
    width: 50%;
  }
}
@media screen and (min-width: 1232px) {
  #nav .menu__navigation-sub-item {
    width: 33.3333333333%;
  }
}
#nav .menu__navigation-sub-item:hover a {
  text-decoration: underline;
}
#nav .menu__icons-mobile {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--menu-icon-height);
  border-top: 1px solid #E6E6E5;
  background: white;
}
#nav .menu__icons-mobile > .container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: var(--menu-icon-height);
}
#nav .menu__icons-mobile > .container span {
  width: 100%;
  height: 100%;
  display: flex;
}
#nav .menu__icons-mobile > .container span:nth-child(1) a {
  border-right: 1px solid #E6E6E5;
}
#nav .menu__icons-mobile > .container span:nth-child(3) a {
  border-left: 1px solid #E6E6E5;
}
#nav .menu__icons-mobile > .container span a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  color: #3D3F3C;
  font-size: 16px;
}

.brands {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 992px) {
  .brands {
    display: none;
  }
}
.brands span {
  margin: 0 4px 0 0;
  font-weight: 600;
}
.brands__link {
  margin: 0 0 0 8px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0.75;
}
.brands__link-or {
  background-color: #21b7e8;
}
.brands__link-cr {
  background-color: #fbba00;
}
.brands__link-eq {
  background-color: #589306;
}
.brands__link img {
  width: auto;
  height: 20px;
}
.brands__link:hover {
  opacity: 1;
}

.mobile-icons-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: white;
  align-items: center;
  border-top: 1px solid #E6E6E5;
}
.mobile-icons-fixed > .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1232px) {
  .mobile-icons-fixed > .container {
    padding: 0 26px;
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .mobile-icons-fixed > .container {
    padding: 0 0 0 16px;
    max-width: 736px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-icons-fixed > .container {
    padding: 0 0 0 16px;
    max-width: 540px;
  }
}
@media screen and (max-width: 575px) {
  .mobile-icons-fixed > .container {
    padding: 0 16px;
  }
}
.mobile-icons-fixed .icon {
  display: inline-block !important;
  position: relative !important;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  left: unset !important;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .hide-mobile {
    display: none;
  }
}

.show-tablet {
  display: none;
}
@media (min-width: 992px) and (max-width: 1232px) {
  .show-tablet {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
