﻿.collapseSeT {
  display: flex;
  flex-direction: column; }
  .collapseSeT .collapseButton {
    cursor: pointer; }
    .collapseSeT .collapseButton.openIcon:before {
      content: " ";
      width: 30px;
      height: 30px;
      display: block;
      background-image: url("plus.png");
      background-repeat: no-repeat;
      background-size: contain; }
  .collapseSeT .collapseTitle h2 {
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 15px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    margin: 0; }
  .collapseSeT .collapseContent {
    padding: 0 40px;
    display: none;
    opacity: 1;
    height: 100%;
    color: #000000;
    width: 100%; }
  .collapseSeT .collapseItem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #000000;
    padding: 1em 0; }
    .collapseSeT .collapseItem.active .openIcon:before {
      background-image: url("minus.png"); }
    .collapseSeT .collapseItem.active .collapseContent {
      display: flex;
      flex-direction: column; }

.landingPage {
  width: 100%; }
  .landingPage .landingPage__Banner {
    height: 273px;
    overflow: hidden;
    width: 100%; }
    @media (max-width: 1146px) {
      .landingPage .landingPage__Banner {
        height: 248px; } }
    @media (max-width: 752px) {
      .landingPage .landingPage__Banner {
        height: 273px; } }
    @media (max-width: 500px) {
      .landingPage .landingPage__Banner {
        height: 100%;
        padding: 0 5px; } }
    .landingPage .landingPage__Banner:empty {
      background: #f6f6f6;
      height: 0; }
    .landingPage .landingPage__Banner img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.catalogPage {
  width: 100%; }
  .catalogPage .catalogPage__Banner--top {
    height: 100px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px; }
    @media (max-width: 500px) {
      .catalogPage .catalogPage__Banner--top {
        height: 100%; } }
    .catalogPage .catalogPage__Banner--top:empty {
      background: #f6f6f6;
      height: 0; }
    .catalogPage .catalogPage__Banner--top img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.cartPage {
  width: 100%; }
  .cartPage .cartPage__Banner--top {
    height: 100px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px; }
    @media (max-width: 500px) {
      .cartPage .cartPage__Banner--top {
        height: 100%; } }
    .cartPage .cartPage__Banner--top:empty {
      background: #f6f6f6;
      height: 0; }
    .cartPage .cartPage__Banner--top img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.headerMenu {
  max-width: 351px;
  width: 100%; }
  @media (max-width: 500px) {
    .headerMenu {
      display: none; } }
  .headerMenu .headerMenu__Banner {
    height: 170px;
    overflow: hidden;
    width: 100%; }
    .headerMenu .headerMenu__Banner:empty {
      background: #f6f6f6;
      height: 0; }
    .headerMenu .headerMenu__Banner--one {
      margin-bottom: 10px; }
    .headerMenu .headerMenu__Banner img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
