@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/SourceSansPro-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/SourceSansPro-BlackIt.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/SourceSansPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/SourceSansPro-BoldIt.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/SourceSansPro-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/SourceSansPro-ExtraLightIt.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/SourceSansPro-It.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/SourceSansPro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/SourceSansPro-LightIt.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/SourceSansPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/SourceSansPro-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/SourceSansPro-SemiboldIt.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}


body {
    color: #000;
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.pointer {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #000;
}
ul {
  padding-left: 0;
}


/*dropdown*/
.dropdown-left-manual {
  right: 0;
  left: auto;
  padding-left: 1px;
  padding-right: 1px;
}
.dropdown-menu.ero-dropdown {
  background: #F0F0F0;
  border: 1px solid #FDBF60;
  border-radius: 5px;
  padding: 18px 15px;
  color: #000;
}
.dropdown-menu.ero-dropdown li, .dropdown-menu.ero-dropdown a {
  color: #000 !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.ero-dropdown.dropdown-menu a:hover {
  color: #FDBF60 !important;
}
.category-dropdown.dropdown-menu li {
  font-size: 20px;
}
.category-dropdown.dropdown-menu li a {
  color: #000;
}
.category-dropdown.dropdown-menu {
  padding: 20px 8px 50px 0;
  border-radius: 0;
  border: 1px solid #D9D9D9;
  top: 50px;
  left: 0;
  min-width: 310px;
}
.dropdown-menu > li > span {
  display: block;
  padding: 0px 20px;
  clear: both;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  height: 26px;
  font-size: 20px;
  line-height: 26px;
}

.f-container {
  width: 1900px;
  margin: 0 auto;
  max-width: 100%;
}

#header__pc {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header {
  padding: 5px 20px;
  background: #9F70FD;
  height: 71px;
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.header__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  flex: 1;
  justify-content: space-between;
}


.header__logo {
  /* стили для логотипа */
}

.header__top-link {
  font-size: 20px;
  color: #fff;
  margin-top: -2px;
}

.header__user.pointer i.fa-angle-down {
  color: #fff;
}

.header__phone {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header__phone a {
  color: #000;
  font-size: 23px;
}

.header__links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__links ul li a {
  font-size: 20px;
  color: #fff;
}

.header__links-list {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;

}

.header__links-item {
  /* стили для элемента списка ссылок */
}

.header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 75px;
}

.header__search {
  /* стили для поиска */
}

.header-helper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.header__user {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
/*  color: #000;*/
}
.header__user:hover .dropdown-toggle * {
  filter: invert(100%);
}
.header__user.pointer img {
  position: relative;
  top: -2px;
}

.header__cart {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #000;
}

/*menu pc*/
.f-menu {
  width: 1700px;
  margin: 0 auto;
  max-width: 100%;
}

.pc-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 3px 6px 6px #00000008;
}
.pc-menu__item {
  flex-grow: 1;
  box-shadow: inset 0px 0px 3px 0px #eee;
  background: #fff;
}

.pc-menu__item:hover {
  background: #fdbf60;
  color: #000;
}
.pc-menu__item:hover span {
  color: #000;
}

.pc-menu__item .dropdown:hover > .category-dropdown {
  display: block;
}
.dropdown-toggle:hover > .category-dropdown {
  display: block;
}

.category-dropdown__lvl_2.dropdown-menu {
  position: absolute;
  right: 100%;
  left: calc(100% - 10px);
  top: -1px;
  height: auto;

/*  min-height: 488px;*/
}

.category-dropdown__lvl_2.category-dropdown__lvl_2-left.dropdown-menu {
  left: calc(-100% + 10px);
}

.pc-menu__list .dropdown-menu > li > a {
  white-space: inherit;
  padding: 0 20px;
  font-size: 20px;
}

.pc-menu__list .dropdown-menu > li > a:hover, .pc-menu__list .dropdown-menu > li > span:hover {
  color: #7F27FF;
}

.pc-menu__list .pc-menu__item:first-child a {
  background: #FDBF60;
  min-width: 230px;
}

.pc-menu__list .pc-menu__item:first-child:hover a, .pc-menu__list .pc-menu__item:last-child:hover a {
  background: #9F9E9E;
}

.pc-menu__list .pc-menu__item:last-child a {
  background: #FDBF60;
  min-width: 250px;
}

.pc-menu__list .pc-menu__item:nth-child(2) > div, .pc-menu__list .pc-menu__item:nth-child(7) > div {
  padding-left: 25px;
  padding-right: 25px;
}

.pc-menu__item a.menu__item-solo, .pc-menu__item .dropdown {
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
/*  border-radius: 5px;*/
  font-size: 18px;
  color: #000;
  text-align: center;
}




/* search */
#super-search .ss-wrapper {
  position: relative;
}

.ss-wrapper img {
  position: relative;
  right: 10px;
  top: 5px;
  margin-left: 10px;
}

#supersearch-results {
  display: none;
}

.supersearch-results {
  border: 1px solid #fdbf60;
  position: absolute;
  display: none;
  top: 47px;
  right: 0;
  background: #f0f0f0;
  width: calc(100% + 200px);
  height: auto;
  min-height: 200px;
  z-index: 100000;
  overflow: auto;
  box-shadow: 0px 0px 10px 9px #d3cece4d;
  border-radius: 5px;
  max-height: 600px;
  overflow: auto;
}

.ss-catgory-list a.ss-category-item {
  color: #DB66C8;
  position: relative;
}

.ss-catgory-list a.ss-category-item:not(:first-child):before {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #DB66C8;
}

.supersearch-results a {
  color: #000;
}

.ss-catgory-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 6px 10px 13px 5px;
  gap: 5px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}

.ss-catgory-list::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 5px;
  width: calc(100% - 20px);
  background: #DB66C8;
  height: 1px;
}

.searchPC__all-results {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdbf60;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.search-product__price {
  width: 100%;
  color: #d9534f;
  font-size: 20px;
}


.search-product__description {
  gap: 4px;
  display: flex;
  flex-direction: column;
}
#supersearch__spinner {
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.supersearch-results .search-product__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
}

#super-search .ss-btn-search {
  position: absolute;
  right: 8px;
  top: 8px;
}

#super-search .ss-btn-input {
    width: 310px;
    height: 43px;
    background: #FFFFFF;
    border-radius: 25px;
    
    color: #848484;
    /*padding-top: 5px;*/
    padding-left: 10px;
    border: unset;

    font-size: 17px;
    line-height: 24px;
    weight: 500;
}

.search-product__image img {
  min-width: 65px !important;
}

@media screen and (max-width: 1650px) {
  .header__right {
    gap: 40px;
  }
  .header__links-list {
    gap: 15px;
  }
  #super-search .ss-btn-input {
    width: 160px;
  }

  .pc-menu__list .pc-menu__item:first-child a, .pc-menu__list .pc-menu__item:last-child a {
    min-width: 200px;
  }
}


@media screen and (max-width: 1500px) {
  .header__right {
    gap: 20px;
  }
  .header__links {
    gap: 15px;
  }
  .header-helper {
    gap: 10px;
  }
  .header__links ul li a, .header__phone, .header__user, .header__cart {
    font-size: 17px;
  }
  .header__phone img {
    width: 20px;
  }
  .header__user, .header__cart {
    gap: 5px;
  }
  .header__top-link {
    font-size: 17px;
    color: #fff;
  }


  .pc-menu__list .pc-menu__item:first-child a, .pc-menu__list .pc-menu__item:last-child a {
    min-width: 150px;
  }
  .pc-menu__list .pc-menu__item:nth-child(2) > div, .pc-menu__list .pc-menu__item:nth-child(7) > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pc-menu__item span, .pc-menu__list .pc-menu__item > a, .pc-menu__item a.menu__item-solo, .pc-menu__item .dropdown {
    font-size: 15px;
  }

  .category-dropdown.dropdown-menu li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1650px) and (min-width: 1200px) {
   #super-search .ss-btn-input {
    width: calc(100vw/4 - 100px);
  }
}


@media screen and (max-width: 1100px) {
  .pc-menu__list .pc-menu__item:first-child a, .pc-menu__list .pc-menu__item:last-child a {
    min-width: 100px;
  }
  .pc-menu__list .pc-menu__item:nth-child(2) > div, .pc-menu__list .pc-menu__item:nth-child(7) > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pc-menu__item span, .pc-menu__list .pc-menu__item > a, .pc-menu__item a.menu__item-solo, .pc-menu__item .dropdown  {
    font-size: 12px;
  }
}

@media screen and (max-width: 990px) {
  .pc-menu__list .pc-menu__item:first-child a, .pc-menu__list .pc-menu__item:last-child a {
    min-width: 80px;
  }
  .header__wrapper {
    gap: 3px;
  }
}






/*mobile*/
.m-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-header__links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.m-header__right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 6px;
}
.m-header__wrapper {
  padding: 2px;
  margin: 10px0 10px 0 10px;
  /*margin-bottom: 10px;*/
}

#header__mobile {
  position: relative;
  position: sticky;
  top: 0;
  z-index: 10000;
  width: 100%;
  background: #9F70FD;
  width: 100%;
}

.mobile-menu__list {
  padding: 0;
  list-style: none;
  padding-top: 31px;
}
.mobile-menu__list li, .mobile-menu__list li a {
  font-size: 21px;
  color: #fff;
  line-height: 35px;
}


.mobile-menu__list img {
  filter: invert(100%);
}

.mobile-menu__divider {
  display: block;
  height: 1px;
  background: #fff;
  margin: 5px 0;
}

.f-menu-mobile {
  width: 315px;
  height: calc(100vh - 73px);
  position: absolute;
  top: 69px;
  z-index: 100000;
  background: #9F70FD;;
  padding: 10px 62px 0 26px;
  box-shadow: 5px 4px 7px 1px #b7b7b763;
  transform: translateX(-110%);
  transition: all 0.5s ease;
  min-height: 500px;
}

.f-menu-mobile.open {
  transform: translateX(0);
  overflow: auto;
}
.m-menu-close {
  position: absolute;
  top: 2px;
  right: 7px;
  cursor: pointer;
  z-index: 100000000;
}

.menu__item-solo img {
    transform: rotate(0deg) !important;
    transition: transform 0.3s ease;
}

.menu__item-solo img.openImg {
    transform: rotate(90deg) !important;
}


/*lang*/
.active a.language-select {
  background: #fdbf60!important;
}
.active a.language-select:hover {
  color: #fff!important;
}

/*mobile search*/
.mobile-menu__list {
  position: absolute;
  top: 0;
  left: 10px;
}
.m-search__wrapper {
  position: absolute;
  width: 100%;
  transform: translateX(-120%);
  transition: all 0.5s ease;
}
.m-search__wrapper.open {
  transform: translateX(0);
}
.m-search input {
  position: relative;
  width: calc(100%);
  height: 46px;
  padding: 2px 5px;
  font-size: 33px;
  background: #F0F0F0;
  color: #000;
}
.m-search .m-search__wrapper > img {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 13px;
}
#supersearch-results-mobile {
  display: none;
  max-height: 400px;
  width: 100%;
}
.menu_subcategory {
/*  position: absolute;
  background: #9f70fd;
  width: 315px;*/
/*  min-height: 500px;
  height: calc(100vh - 250px);*/
/*  top: 0;
  left: -9px;
  transform: translateY(120%);
  transition: all 0.5s ease;
  padding: 31px 10px 10px 10px;
  overflow: auto;*/
}
.menu_subcategory_lvl_1 {
  z-index: 10000;
  padding-left: 10px;
}

.menu_subcategory_lvl_1 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s ease;
}

.menu_subcategory_lvl_1.open {
    max-height: 2000px;  
    opacity: 1;
    transform: scaleY(1);
}

.menu_subcategory_lvl_2 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s ease;
}

.menu_subcategory_lvl_2.open {
    max-height: 2000px; 
    opacity: 1;
    transform: scaleY(1);
}


.menu_subcategory_lvl_2 {
  z-index: 100000;
}
.menu_subcategory.open {
  transform: translateY(0);
}
.menu_subcategory ul {
  list-style: none;
  padding: 0;
}
.menu_line {
  height: 1px;
  background: #fff;
  width: 241px;
  margin-bottom: 8px;
}
.menu_subcategory_lvl_2 {
  padding-left: 20px;
}
.menu__item-solo, .subcategory-menu__close {
  cursor: pointer;
}
.menu__item-solo img {
  position: relative;
  top: -2px;
  left: 10px;
}
.subcategory-menu__close img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.menu__item-solo:hover,
.subcategory-menu__close:hover, .mobile-menu__heading a:hover, .header__links-item a:hover
{
  color: #000;
}

.img_icon {
    filter: invert(0);
    transition: filter 0.3s ease;
}



.m-menu-close .img_icon {
  filter: invert(100%)
}

.f-menu-mobile .img_icon:hover {
  filter: invert(0) !important;
}

.header__phone:hover .dropdown-toggle * {
  filter: invert(1);
}
.header__phone:hover .fa.fa-angle-down {
  color: #000;
}

.img_icon:hover {
    filter: invert(1);
}

.header__cart:hover img {
  color: #000;
  filter: invert(1);
}
.header__cart:hover span{
  color: #000;
}

.menu__item-solo img:hover {
  filter: invert(0);
}
.modal-dialog {
    top: 60px!important;
  }
  
@media screem and (max-width: 768px) {
  .dropdown:hover .dropdown-toggle > * {
    filter: invert(1);
  }
  
}




/*filter*/
#column-left .row.catalog-sub {
  display: none !important;
}
/*#mobil_mini {
  background: #44444442;
  width: 30px;
  height: 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}*/