.header {
  padding: 7px 0px 5px;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #dbdbdb;
}

.header._scroll {
  background: #fff;
  border-bottom: 1px solid #EAEAEA;
}

.header__navigation {
  width: 100%;
}

.header__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.main-header__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 280px) / 2);
          flex: 0 0 calc((100% - 280px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header__column._left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header__column._right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}

.main-header__logo_pc {
  display: block;
}

.main-header__logo_mob {
  display: none;
}

.main-header__logo img {
  width: 100%;
  max-width: 100%;
}

.main-header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-header__phone svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.language-main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.language-main-header__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.language-main-header__item._active {
  color: black;
}

.actions-main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.actions-main-header__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.actions-main-header__icon {
  width: 100%;
  max-width: 100%;
}

.actions-main-header__counts {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E92F48;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  color: #FFFFFF;
  position: absolute;
  top: -9px;
  right: -9px;
}

.navigation-header {
  width: 100%;
}

.navigation-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 30px;
}

.navigation-header__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  position: relative;
}

.menu__body {
  display: none;
}

.menu__wrapper {
  padding: 0px 0px 0px;
  overflow-y: auto;
  height: 100%;
  max-width: 100%;
}

.actions-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 20px;
  border-bottom: 1px solid #EAEAEA;
}

.actions-menu__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-menu {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.nav-menu__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.user-actions-main-header {
  position: relative;
}

.user-actions-main-header .actions-main-header__icon {
  cursor: pointer;
}

.user-actions-main-header._login-register .actions-main-header__icon svg path {
  fill: #A4A7A9;
}

.user-actions-main-header._login-register .login-user-actions-main-header {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.user-actions-main-header._user-actions .actions-main-header__icon svg path {
  fill: #BCBCBC;
}

.user-actions-main-header._user-actions .user-header-info {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.login-user-actions-main-header {
  padding: 20px 20px 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
      -ms-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  width: 315px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
          box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
}

.login-user-actions-main-header__btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #111;
  border-radius: 99px;
}

.login-user-actions-main-header__btn._register {
  background: #fff;
  color: #111;
  border: 1px solid #111;
}

.user-header-info {
  padding: 20px 20px 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
      -ms-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  width: 240px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
          box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
}

.profile-user-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}

.profile-user-header-info__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ececec;
  border-radius: 50%;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #111;
}

.profile-user-header-info__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.list-user-header-info {
  padding: 25px 0px;
  border-bottom: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
}

.list-user-header-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}

.list-user-header-info__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.list-user-header-info__icon img {
  width: 100%;
  max-width: 100%;
}

.list-user-header-info__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.exit-user-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-top: 25px;
  color: #000000;
}

.exit-user-header-info__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.exit-user-header-info__icon img {
  width: 100%;
  max-width: 100%;
}

.exit-user-header-info__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.search-actions-main-header__icon {
  width: 24px;
  cursor: pointer;
}

.search-actions-main-header__icon img {
  max-width: 100%;
  width: 100%;
}

.search-actions-main-header__icon._active .search-actions-main-header__icon_search {
  display: none;
}

.search-actions-main-header__icon._active .search-actions-main-header__icon_close {
  display: block;
}

.search-actions-main-header__icon_search {
  display: block;
}

.search-actions-main-header__icon_close {
  display: none;
}

.search-actions-main-header__form {
  position: fixed;
  top: 83px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 3;
  overflow: hidden;
}

.form-header-search {
  display: none;
}

.form-header-search._results .form-header-search__body {
  display: none;
}

.form-header-search .form-header-search__body.search_result {
  display: none;
}

.form-header-search._results .form-header-search__body.search_result {
  display: flex;
}

.form-header-search__container {
  max-height: 100%;
  height: 100%;
  padding: 40px 20px 0px;
}

.form-header-search__main {
  width: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.form-header-search__search {
  width: 100%;
  max-width: 880px;
}

.form-header-search__input {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #9B9B9B;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}

.form-header-search__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form-header-search__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form-header-search__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form-header-search__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form-header-search__input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form-header-search__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0px -30px;
  padding: 0px 30px;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  max-height: 100%;
}

.form-header-search__lists {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 880px;
          flex: 0 0 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 100%;
  -webkit-column-gap: 150px;
     -moz-column-gap: 150px;
          column-gap: 150px;
  overflow-y: auto;
  padding-bottom: 30px;
}

.form-header-search__lists::-webkit-scrollbar {
  width: 15px;
  background: #F7F7F7;
}

.form-header-search__lists::-webkit-scrollbar-thumb {
  background: #C0C0C0;
}

.form-header-search__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 150px) / 2);
          flex: 0 0 calc((100% - 150px) / 2);
}

.form-header-search__sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-height: 100%;
  overflow-y: auto;
  max-height: 100%;
  margin: -30px;
  padding: 30px 30px 60px 30px;
}

.form-header-search__sidebar::-webkit-scrollbar {
  width: 15px;
  background: #F7F7F7;
}

.form-header-search__sidebar::-webkit-scrollbar-thumb {
  background: #C0C0C0;
}

.products-form-header-search__static-list {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #9B9B9B;
}

.products-form-header-search__static-list a {
  color: inherit;
}

.products-form-header-search__static-list li:not(:last-child) {
  margin-bottom: 20px;
}

.products-form-header-search__result-list {
  display: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.products-form-header-search__result-list a {
  color: inherit;
}

.products-form-header-search__result-list li:not(:last-child) {
  margin-bottom: 20px;
}

.brands-form-header-search__static-list {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
}

.brands-form-header-search__static-list a {
  color: inherit;
}

.brands-form-header-search__static-list li:not(:last-child) {
  margin-bottom: 20px;
}

.brands-form-header-search__result-list {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  display: none;
}

.brands-form-header-search__result-list a {
  color: inherit;
}

.brands-form-header-search__result-list li:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar-form-header-search__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.sidebar-form-header-search__block._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-form-header-search__block._result {
  display: none;
}

.sidebar-form-header-search__products {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px) / 2);
          flex: 0 0 calc((100% - 30px) / 2);
}

.catalog-header {
  position: fixed;
  top: 83px;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 40px 0px;
  display: none;
  max-height: calc(100% - 119px);
  overflow-y: auto;
  z-index: 3;
}

.catalog-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.catalog-header__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 20px;
}

.catalog-header__back picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}

.catalog-header__blocks {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.catalog-header__block {
  display: none;
}

.catalog-header__block._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.nav-catalog-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

li.nav-catalog-header__item._tabs-item::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  height: 10px;
  width: 10px;
  background: url(../img/icons/arrow-more.svg) center/cover no-repeat;
}

.nav-catalog-header__item._active::after {
  background: url(../img/icons/arrow-more-red.svg) center/cover no-repeat;
}

.nav-catalog-header__item._active .nav-catalog-header__link {
  color: #E92F48;
}

.nav-catalog-header__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.block-catalog-header__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 20px;
}

.block-catalog-header__back picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-catalog-header__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.block-catalog-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-catalog-header__item::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  height: 10px;
  width: 10px;
  background: url(../img/icons/arrow-more.svg) center/cover no-repeat;
}

.block-catalog-header__item._active::after {
  background: url(../img/icons/arrow-more-red.svg) center/cover no-repeat;
}

.block-catalog-header__item._active .block-catalog-header__name {
  color: #E92F48;
}

.block-catalog-header__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.block-catalog-header__subblocks {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.subblocks-catalog-header__block {
  display: none;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.subblocks-catalog-header__block._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subblocks-catalog-header__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 20px;
}

.subblocks-catalog-header__back picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subblocks-catalog-header__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.subblocks-catalog-header__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.subblocks-catalog-header__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.banners-subblocks-catalog-header__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.banners-subblocks-catalog-header__image {
  width: 100%;
  height: 340px;
  position: relative;
  display: block;
  overflow: hidden;
}

.banners-subblocks-catalog-header__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banners-subblocks-catalog-header__info {
  padding-top: 10px;
}

.banners-subblocks-catalog-header__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.banners-subblocks-catalog-header__description {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.icon-menu {
  display: none;
}

